@charset "UTF-8";
/* CSS Document */

div.vt_newsWeather{
	position:relative;
	padding:10px;
	padding-left:45px;
	border-bottom:1px solid rgb(219, 219, 206);
}

.vt_newsWeather span.weathericon{
	overflow:hidden;
	width:23px;
	height:20px;
	position:absolute;
	left:5px;
	top:5px;	
	display:block;
	padding:5px;
}

.vt_newsWeather span.weathericon img{
	/*left:50%;
	margin-left:-60px;
	top:50%;
	margin-top:-60px;*/
	width:22px;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	left:50%;
	margin-left:-13px!important;
	padding:0 !important;
	background:none !important;
}

.vt_newsWeather a{
	color:#AA803D !important;	
}
