@CHARSET "UTF-8";

#cityView div { padding-left: 0px; }

#cityView div.slider, #cityView div.slider * { padding: 0px; }

#cityView .right { float: right; margin: 10px;}

#cityView div.line {
	border-bottom: 1px dashed #D9D9D9;
}
#cityView .pois div.line {
	height:30px;
	line-height:30px;
}
.pois li { 
	display: inline; 
	float: left;
}

.albums img { display: block; }
.albums li { text-align: center; }

.to {
	background:#FFFFFF url(/images/to.png) no-repeat scroll right top;
	display:inline-block;
	height:5px;
	overflow:hidden;
	text-indent:-9999px;
	vertical-align:middle;
	width:14px;
}

.routes .line,
.reports .line {
	width: 48%;
	float: left;
}
	.routes .line li,
	.reports .line li {
		width: 100%;
	}


#bCityList {
	border: 1px solid #d9d9d9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	/*border-bottom: none;*/
	
	
	overflow: hidden;
	height: 1%;
	margin-bottom: 0px;
	width: 650px;
	}
	
	#bCityList h2{ 
		background: url(/images/bg.png) repeat-x scroll bottom left #fff;
		border-bottom:1px solid #d9d9d9;
		padding: 0 10px 10px 20px;
		margin: 15px 0px 0px 0px;
		text-align:justify;
		width: 100%;
		color: #605f5f;
		height:14px;
	}
	
	#bCityList .letter { 
		font-weight: bold;
		font-size: 18px;
		text-transform: uppercase;
		margin-right: 15px; 
		line-height: 25px;
	}
	#bCityList .city { 
		display: inline;
		margin: 3px;
		margin-top: 7px; 
	}

#Rbody {
	margin:0;
	text-align:justify;
	width:100%;
}
	#Rbody h3 { 
		font-size: 12px;
		font-weight: normal; 
		
	}

	#bCityList li {float: left; display: inline;}
	#bCityList li.colCity {width: 225px;}
	#Rbody li.colRating {width: 225px; padding-top:15px;}

	#Rbody .line, 
	#Rbody .line1 { 
		height:50px; 
		line-height: 50px;
	}
	#Rbody .line, 
	#Rbody .line1, 
	#Rbody .block, 
	#Rbody .block1 {
		border-bottom: 1px dashed #d9d9d9; 
		padding:0px 20px; 
		width:100%;
		overflow: hidden;
	}	
	#Rbody .line1, 
	#Rbody .block1 {  
		border-bottom: 0; 
	}
	#Rbody .block,
	#Rbody .block1 {
		padding-top: 5px;
		padding-bottom: 5px;
		width: 620px;
		
		clear: both;
	}


.commentsLink {background: #fff url(/images/bg-side-box.png) scroll repeat-x top left;
	border: 1px solid #dadada;
	width: 650px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-left: none;
	text-align:center; padding:10px 0px;
	}
	
	.commentsLink a{ 
		color: #ea7009;
		text-decoration:none;
	}

#bMapRoute {
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-radius-topleft: 0;
	-webkit-border-radius-topright: 0;
}
	#bMapRoute div { padding: 0; }
	#bMapRoute h2 {
		margin:0;
		padding:10px 10px 10px 20px;
		line-height:30px;
	}
