/* fake checkbox : unchecked (default/base) state */
.fakecheck {
	text-decoration: none;
	outline: none;
	background: url('/assets/snippets/txcarto/images/checkbox.gif') no-repeat;
	/*height: 16px;*/
	/*width:100%;*/
	display: block;
	/*float: left;*/
	padding: 1px 0px 0px 0px;
	color: #333333;
	cursor:pointer;
}
/* fake checkbox : hover state */
.fakecheck:hover {
	
}
/* fake checkbox : checked state */
.fakechecked {
	/*background-position: left -25px;*/
	background: url('/assets/snippets/txcarto/images/checkboxchecked.gif') no-repeat;
}

#txcarto_header {
	width:950px;
	height:27px;
	overflow:hidden;
	background-image:url('/assets/templates/tram/images/decli/carto_haut.png');
	background-repeat:no-repeat;
}

#txcarto_centre {
	position:relative;
	height:500px;
}

#txcarto_map {
	position:absolute;
	top:0px;
	left:0px;
	width:747px;
	height:500px;
	overflow:hidden;
}

#txcarto_loading {
	position:absolute;
	top:0px;
	left:0px;
	width:947px;
	height:500px;
	z-index:99998;
	background-color:#ffffff;
	-moz-opacity:0.4;
	opacity: 0.4;
	filter:alpha(opacity=40);
	display:none;
}
#txcarto_loading_int {
	position:absolute;
	top:200px;
	left:400px;
	z-index:99999;
	display:none;
}

.txcarto_map_btn  {
	/*display:block;*/
	/*position:relative;*/
	/*background-color:#ffffff;
	width:170px;
	height:55px;
	padding:1px;
	border:#a81c68 1px solid;
	border-top:0;*/
}

#txcarto_legende {
	top:0px;
	right:3px;
	width:200px;
	height:500px;
	position:absolute;
	background-image:url('/assets/snippets/txcarto/images/txcarto_legende_fond.png');
	background-repeat:no-repeat;
	overflow:hidden;
}
#txcarto_legende form {
	margin:0;
	padding:0;
}

#txcarto_legende_int {
	margin:12px 4px 12px 24px;
}

#txcarto_legende_btn {
	width:16px;
	height:500px;
	float:left;
	cursor:pointer;
	overflow:hidden;
}

#txcarto_legende_open {
	padding:0px 7px 0px 0px;
	width:16px;
	height:500px;
	float:right;
	display:none;
	background-image:url('/assets/snippets/txcarto/images/txcarto_legende_fondb.png');
	background-repeat:no-repeat;	
	cursor:pointer;
}

#txcarto_layers
{
	padding:2px 0px 0px 2px;
	height:190px;
	position:relative;
	/*overflow:auto;*/
}

#txcarto_btn_plan {
	float:left;
	margin:4px;
	background-image:url('/assets/snippets/txcarto/images/txcarto_legende_btn_on.png');
	background-repeat:no-repeat;	
	width:74px;
	height:28px;
	color:#a81c68;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

#txcarto_btn_satellite {
	float:left;
	margin:4px;
	background-image:url('/assets/snippets/txcarto/images/txcarto_legende_btn_off.png');
	background-repeat:no-repeat;	
	width:74px;
	height:28px;
	color:#dc4fa8;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

#txcarto_btn_earth {
	float:left;
	margin:4px;
	background-image:url('/assets/snippets/txcarto/images/txcarto_legende_btn_off.png');
	background-repeat:no-repeat;	
	width:74px;
	height:28px;
	color:#dc4fa8;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

#txcarto_btn_plan .btn_int, #txcarto_btn_satellite .btn_int, #txcarto_btn_earth .btn_int {
	padding:6px 4px 0px 4px;
	text-align:center;
}

#txcarto_adresse_form {
	text-align:left;
}

#txcarto_adresse_form .input_box {
  float:left;
  width:120px !important;
  width:110px;
  height:14px;
  padding:1px;
  margin:0;
  font-size:10px;
  border:1px solid #828282;
}

#txcarto_adresse_form .btn_submit {
  float:left;
  width:18px;
  height:18px;
  border:0;
  cursor:pointer;
  margin:0;
}

.txcarto_ix_close {
	top:24px;
	right:0px;
	position:absolute;
	width:20px;
	height:20px;
	border:0;
	font-size:0pt;
	cursor:pointer;
}

.txcarto_iw_header ul {
	margin:0px 0px 0px 24px;
}

.txcarto_iw_fond {
	background-color:transparent;
	background-image:url('/assets/snippets/txcarto/images/infowindow_fond.png') !important;
	background-repeat:no-repeat;
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/assets/snippets/txcarto/images/infowindow_fond.png');
	width:344px;
	height:234px;
}

.txcarto_iw_fond_int {
	padding:12px 0px 0px 24px;
}

/*jQuery Pane */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #cccccc;
}
.jScrollPaneDrag {
	position: absolute;
	background: #333333;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}