#weather-widget{
	color: #FFF;
	font-size:11px; font-family: Tahoma, Arial, Verdana;
	margin:0px auto;
	overflow:hidden; 
	padding:5px 10px;
/*	position:relative; float:left; */
	width:160px;
}

#weather-widget img {
	height:40px;
	width:40px;
}

#weather-widget .float-left {
	float: left;
	position: relative;
}

#weather-widget #current {
	background: transparent;
	float:left; 
	font-size:11px;
	height:90px;
	position:relative;
	width:160px;
}

#weather-widget #forecast {
	display: none;
	font-size:10px;
	float:left;
	position:relative;
	text-align:center;
	width:160px;	
}

#weather-widget a#show-forecast {
	color: #999;
	cursor: pointer;
	display: none;
	float:left;
	position:relative; 
}

#weather-widget a#show-forecast:hover {

}

#weather-widget #forecast div {
	float:left;
	margin: 5px 0;
	position:relative; 
	width:80px;
}

#weather-widget #forecast .day {
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom: 5px;
}

#weather-widget #current span {
	display:block;
	font-size: 12px;
	margin-right:5px;
	text-align: right; 
}

#weather-widget #current .temp {
	font-size: 22px;
}

#weather-widget #current .condition {color:#CCC;}
#weather-widget #current .wind {color:#CCC;}
#weather-widget #current .humidity {color:#CCC;}

#weather-widget #forecast span {
	clear:right;
	display:block; 
}

#weather-widget #current img {
	float:left;
	margin-right:5px;
}

#weather-widget #linkBack {
	color: silver;
	float:right;
	text-decoration:none;
	z-index:999; 
}

#weather-widget #linkBack:hover {
	color:gray
}

#weather-widget #cities {
	clear:both;
	display:block;
	display:none;
	float:left;
	margin-top:5px;
	position:relative;
	width:160px;
}

#weather-widget h4#city {
	clear:right;
	display:block;
	font-size:16px;
	margin: 0 0 5px 0; 
}

#weather-widget h4 {
	font-size:11px;
}
