﻿/*weather*/
.Weather-shadow {
	box-shadow: 0 2px 10px #CBD0D3;
	-moz-box-shadow: 0 2px 10px #CBD0D3;
	-webkit-box-shadow: 0 2px 10px #CBD0D3;
	position: absolute;
	right: 10px;
	top: 23px;
	border: 1px solid #AFB7BB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #111;
	float: left;
}
.dark 
{
	box-shadow: -3px 3px 10px #777;
	-moz-box-shadow: -3px 3px 10px #777;
	-webkit-box-shadow: -3px 3px 10px #777;
}
.Weather-wrap {
	position: relative;
	border: 1px solid #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#efefef);
	background: -moz-linear-gradient(center top , #fff, #efefef) repeat scroll 0 0 #fff;
	background: #fff -webkit-gradient(linear, 0% 0%, 0 90%, from(#fff), to(#efefef));
	box-shadow: 0 -8px 10px #efefef inset, 0 0 100px #fff inset, 0 250px 100px #fff inset; /*Opera 10.5*/
	padding: 5px 8px 3px;
	*padding: 5px 12px 3px 8px;
	_padding: 5px 12px 3px 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
	cursor:pointer;
	float: left;
}
.fixie {
}
.province {
	font-size: 14px;
	color: #111;
	float: right;
	*float: left;
	_float: left;
}
.temp-wrap {
	clear: both;
	float: left;
}
.temp {
	font-size: 30px;
	color: #dd0000;
	float: left;
	text-shadow: 0 1px 0 #f4eded;
}
.weather-img-small {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
}
.right {
	float: right;
	*float: left;
	_float:left;
	clear: none;
}
.weather-img-large-wrap {
	float: left;
	width: 110px;
	height: 68px;
}
.weather-img-large {
	position: absolute;
	top: -20px;
	left: -2px;
	width: 93px;
	height: 93px;
	display: block;
}
.weather-currentCondition {
	float: right;
	*float: left;
	_float: left;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}
.weather-info-wrap {
	float: left;
	clear: both;
	position: relative;
	padding: 12px 0 0;
	width: 100%;
}
.weather-combobox-wrap {
	position: absolute;
	top: -10px;
	right: 0;
}
.weather-combobox {
	font-size: 11px;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	width: 102px;
}
.weather-today {
	float: left;
	padding: 0 5px 3px;
	line-height: 18px;
	font-size: 11px;
	border-bottom: 1px dotted #ccc;
	cursor:auto;
	min-width: 183px;
}
.weather-today li {
	float: left;
	clear: both;
	position: relative;
	display: inline-block;
	padding: 1px 0 1px 60px;
}
.weather-today-title {
	position: absolute;
	left: 0;
	font-weight: bold;
}
.weather-today-info {
	display: inline-block;
}
.wind-tit {
	float: left;
}
.WindDirection {
	float: left;
	width: 16px;
	height: 16px;
	display: block;
}
.weather-future {
	float: left;
	clear: both;
	line-height: 18px;
	font-size: 11px;
	cursor:auto;
	width: 100%;
}
.weather-future li {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 70px;
	float: left;
	clear: both;
	width: -moz-available;
}
.weather-future-title {
	position: absolute;
	left: 5px;
	top: 8px;
	font-weight: bold;
}
.weather-future-day {
	float: left;
	width: 58px;
	display: inline-block;
}
.weather-future-night {
	position: relative;
	float: left;
	width: 53px;
	border-left: 1px dotted #ccc;
	padding: 0 0 0 6px;
	display: inline-block;
}
.weather-future-img {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
}
.weather-future-temp {
	float: left;
	margin: 8px 0 0;
	padding: 0 0 0 4px;
}
.weather-middleday {
	background-color: #fbfbfb;
}
#weather-option
{
	padding:5px;
}
#weather-option input
{
	position:relative;
	top:2px;
	margin:0 3px 0 0;
}
