
	.weather-widget * { margin: 0px; padding: 0px;  background-color: #EFEFF0; margin-left: auto; margin-right: auto;  color: gray;}
	.weather-widget a:link, .weather-widget a:visited, .weather-widget a:active { text-decoration:none; color:#77787A; font-size: 13px;}
	.weather-widget a:hover { text-decoration:none; color:#333333; }
	.weather-widget a#nochange:hover { color:#333333; }
	.weather-widget img { border: none; }
	.weather-widget #widget-container {
		padding-top: 10px;
		padding-bottom: 10px;

	}
	.weather-widget #toprow { height: 58px; }
	.weather-widget #left_col {	float:left; width: 65px; margin: 0px 4px 0px 0px; }
		.weather-widget #logo { padding: 3px 0px 4px 2px; height:30px;}
		.weather-widget #btn_forecast { padding: 0px 0px 0px 2px;}
	.weather-widget #right_col { float:left; width:100%; margin: 0px 0px 0px 0px; height:60px;}
		.weather-widget #location { font:bold 13px "Century Gothic", Arial, Helvetica, sans-serif; text-align: center;margin-bottom:5px;}
		.weather-widget #icon {width: 45px;}
			.weather-widget #icon img { width: 45px; }
		.weather-widget #temp {
			padding: 5px 0px 0px 2px; width: auto;
			font:21px "Century Gothic", Arial, Helvetica, sans-serif;
			margin: 0 5px;
			float:left;
			font-weight:bold;
		}
		#temp #degree{
			font-weight:normal;
		}
			.weather-widget #temp a{display:block;}

		.weather-widget #cond {			
			font:11px Arial, Helvetica, sans-serif; line-height: 12px;	
			float:right;
			margin-top:5px;
			max-width:80px;
			margin-right:5px;
		}
		.weather-widget #cond a{
			font-size:11px;
		}
	.weather-widget #bottom_row { height:26px; text-align:center; }
	#bottom_row p{ color:#77787A;}
		.weather-widget #ddmenu { float: left; width: 82px; padding: 4px 8px 2px 2px; }
		.weather-widget #searchfld { float: left; width: 100%; display: none; }
			.weather-widget input.w_button, select.w_button {
				border: #6c6c6c 1px solid;
				font: 10px arial, helvetica, sans-serif;
				vertical-align: middle;
				letter-spacing: 1px; height: 16px; padding: 0px 0px 0px 2px;
			}
			.weather-widget input.w_button { width: 70px; }
			.weather-widget select.w_button { width: 82px; }
		.weather-widget #btn_search { float: left; width: 50px; margin-left: 5px;}
			.weather-widget input.searchButton {
				background: transparent url('/img/search_en.gif') no-repeat;
				width: 50px; height: 16px;
				border: none;
				vertical-align: middle;
			}
	.weather-widget .fl { float: left; }
	.weather-widget .currentTemp{
		font-size:25px !important;
		font-weight:bold;
	} 
	.weather-widget .cityName{
		font-size:10px;
	}
	#widget-container{
		border:solid 1px #D7D7D7;
	}

	#prodname{
		width: 80%;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 10px;
	}
