@charset "utf-8";

.widget_weather {
	display: block;
	width: 256px;
	margin:0px;
	padding:0px;
	position: relative;
	z-index:1;
}
.widget_weather .widget_weather_header {
	display: block;
	height: 27px;
	margin:0px;
	padding:0px;
	z-index:1;
}
/*.widget_weather .widget_weather_header img {*/
/*	position: absolute;*/
/*}*/ 
.widget_weather .widget_weather_header .widget_weather_title {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	left: 31px;
	top: 9px;
	width: 163px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	z-index:1;
}
.widget_weather .widget_weather_content {
	display: block;
	height: 259px;
	z-index:1;
}

