.CityHolder
{
	background-image: url(/images/city-bg.gif);
	background-repeat: repeat-y;
	width:650px;
}

.CityTitle
{
	background-image: url(/images/city-title.gif);
	background-repeat: no-repeat;
	height:50px;
}

.CityHolder .AllLink
{
	background-image: url(/images/city-allink.gif);
	background-repeat: no-repeat;
	height:22px;
	text-align:right;
	margin-top:35px;
	padding:8px 11px 0 0;
	font-size:12px;
}

.CityHolder .AllLink a
{
	color:#ffffff;
	text-decoration:underline;
}

.CityHolder .AllLink a:hover
{
	color:#ffffff;
	text-decoration:none;
}

.City
{
}

.City .BlocksInfo 
{
    float: right;
    overflow: hidden;
	zoom:1;
}

.CityBlock
{
	background-image: url(/images/city-razd.gif);
	background-repeat: no-repeat;
	background-position:0% 0%;
	font-size:12px;
	color:#243033;
	padding:6px 0 12px 8px;
	overflow:hidden;
	zoom:1;
}

.CityBlock:first-child
{
	background:none;
}

.CityBlock h1
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}

.CityBlock h1 a
{
	color:#3d92a1;
}

.CityBlock p
{
	padding:0 10px 8px 0;
}

.CityBlock img
{
	border:1px solid #fdfdfd;
	float:left;
	margin:3px 9px 15px 0;
}

.CityBlock .Date
{
	float:left;
	font-size:11px;
	color:#556467;
	padding:3px 16px 0 4px;
}

.CityBlock .CommentsLT
{
	background: url(/images/right-comments2.gif) #4ca8b8;
	background-repeat: no-repeat;
	background-position:100% 0;
	height:17px;
	padding:1px 10px 0 0;
}

.CityBlock .Comments
{
	background: url(/images/left-comments2.gif);
	background-repeat: no-repeat;
	padding:0 12px 0 25px;
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	height:18px;
}