/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
img
   {
   border:0px solid #CCCCCC;
   }
html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}
body{
	width: 100%;
	font-size: 12px; 
	background:#FFFFFF;
}

div{
	word-wrap: break-word;
	word-break: break-all;
	font-size: 12px;
	background-color: #ffffff;	
}
a{
	color: #2f489b;
	text-decoration: none;
}
a:hover{
	color: #F60;
	text-decoration: underline;
}

h2, h3, h4, h5, h6{
	font-size: 12px;
	font-weight: normal;
}

li {
	list-style: none;
}
.weatherwapper{
    width:100%;
	float:left;
}
.logo{ 
    height:46px;
	background: #E0EDFD;
	
}
.weather{
    line-height:150%;
	color:#000;
	float:left;
	width:100%;
	background:#e0eaf8;
}
.weather h2{
    background:#d0e0f5;
	border:solid #a4c0e6 1px;
	padding:3px 0px;
	text-indent:3px;
}
.weather h3{
    line-height:150%;
	color:#000;
	float:left;
	width:100%;
	padding:3px 0px;
	text-indent:3px;
	border-bottom:1px solid #adc1e8;
}
.weather dl{
	color:#000;
	float:left;
	width:100%;
	padding:2px 0px;
	text-indent:2px;
	line-height:150%;
}
.weather dd{
	color:#000;
	float:left;
	padding:3px 0px;
	text-indent:3px;
}
.weather dt{
	float:left;
}
.weather ul{
	color:#000;
	float:left;
	width:100%;
	text-indent:3px;
	line-height:180%;
}
.title{
	width:100%;
	}
.title dl{
    height:26px;
	background:url(/m/i/wap2/bg.jpg) repeat-x;
	float:left;
	width:100%;
}
.title dd{ 
    width:20px;
	float:left;
	border:none;

}
.title dt{
    float:left;
	text-align:center;
	line-height:200%;
}
.title p{
    width:100%;
	padding:5px 0px;
	text-indent:5px;
	background-color:#edf3fa;
	}
.title ul{
    width:100%;
	text-indent:5px;
	}
.title li{
    width:100%;
	border-bottom:1px solid #d4dff9;
	background:transparent url(/m/i/wap2/li_icon.gif) no-repeat scroll 5px 10px;
    float:left;
    line-height:2.0;
    text-indent:10px;
	
	}
.imgweather {
    padding:5px 0px;
    text-indent:5px;}
.imgweather a {
    padding:5px 0px;
    text-indent:5px;
	line-height:200%;
	}
.end {
    width:100%;
	border-top:1px solid #8badde;
	background:#c3d8f3;
	line-height:180%;
	float:left;
	font-size:12px;

}
.search{
    width:100%;
	background:#e2ebf8;
	line-height:200%;
	text-indent:3px;
	margin-top:3px;
	}

.button {
    background:transparent url(/m/i/wap2/blueButton.jpg) no-repeat scroll left top;
    color:#fff;
    border:1px solid #8badde;
	font-size:12px;
	}
/* days */

.days {
    width:100%;
    float:left;
	}
	
.days dl {
    width:100%;
    float:left;
    background:#E0EDFD;
	padding:3px 0px;
	text-indent:3px;
	}
	
.days dl dd {
    width:100%;
    float:left;
	}
		
.days dl dt {
    width:100%;
    line-height:130%;
    float:left;
	}





