@CHARSET "UTF-8";
/* === wheather ========================== */
#weather-flame {
	height:50px;
	width:741px;
	margin: 0px 4px 4px;;
	padding: 5px;
	border: 1px solid #caa;
	background-color: #f8f2d6;
}
#weather-control {
	height:50px;
	width:90px;
	text-align:center;
	overflow: hidden;
}
#weather-control h2{
	margin: 0px 0px 2px;
	padding: 0px;
	font-weight: bold;
	font-size: 90%;
	color: #955;
	border-bottom: 1px solid #955;
	white-space: nowrap;
}
#weather-body {
	height:50px;
	width:645px;
	margin:0px 0px 0px 6px;
	overflow: hidden;
}
.weather-box0 {
	height:47px;
	width:644px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	background-color: #fff;
}
.weather-box {
	height:47px;
	width:157px;
	margin:0px 2px 0px 0px;
	float: left;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #caa;
}
.weather-box h4{
	font-weight: normal;
	font-size: 80%;
	color: #369;
	margin : 0px;
	padding : 2px;
	border-bottom : 1px solid #ccc;
	height:12px;
	overflow: hidden;
}
.weather-temp {
	width: 58px;
	float: right;
	font-size: 75%;
	padding-top: 2px;
	padding-left: 1px;
	border-left : 1px solid #ccc;
}
.weather-info-box {
	width: 300px;
}
.weather-info-box h4{
	font-weight: bold;
	color: #369;
	margin : 0px;
	padding : 0px;
	border-bottom : 1px solid #ccc;
}
.weather-temp-max { color: #c00; }
.weather-temp-min { color: #00c; }
IMG.weather-icon {
	width: 38px;
	height: 23px;
}
.weather-description {
	font-size: 90%;
	margin-top: 12px;
	line-height: 120%;
	text-indent: 1em;
}
.weather-detail-link {
	font-size: 75%;
	text-align: right;
}
.weather-detail-link A{
	color: #c00;
	background-color: #fff0f0;
	text-decoration: underline;
}