.content{
	margin-right: 20px;
}

.countrycity{
	margin-top: 8px;
	margin-bottom: 65px;
}

.countrycity label{
	font-size: 11px;
	color: #666666;
	float: left;
	padding-right: 36px;
}

.countrycity label span{
	display: block;
	margin-bottom: 7px;
	margin-top: 14px;	
}

.countrycity label select{
	/*width: 141px;*/
	height: 17px;
	color: #666666;
	font-size: 11px;
	border: 1px solid #d7d7d7;
}

.block{
	margin-bottom: 20px;
}

.block img{
	float: left;
	display: inline;
	margin-right: 18px;
}

.block h2{
	font-size: 12px;
	font-weight: bold;
	color: #b31717;
	margin-bottom: 0px;
}

* html .block h2{
	margin-bottom: -12px;
}

.block p{
	margin-bottom: 10px;
}

.block p, .block a{
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.block a:hover p, .block a:hover{
	color: #b31717 !important;
}

.block .tags{
	font-size: 11px;
	margin-bottom: 5px;
}

.block .tags a{
	color: #676767;
	text-decoration: underline;
}

.block a.more{
	color: #b31717;
	padding-right: 13px;
	background: url(../images/block_a_more.gif) right 2px no-repeat;
}