.Box a, .Box a:hover, .Box a:visited
{
	text-decoration: none;
	color: #4372b0;
}

.weatherSidebar
{
	width: 220px;
	float: right;
}

.weatherHeader
{
	background: url(../images/box_header2.gif) top repeat-x;
	color: #4D4D4D;
	padding: 5px 10px 6px 10px;
}

.weatherBody
{
	width: 750px;
	height: 100%;
	float: left;
}

.weatherItem
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #999999;
}

.weatherTitle
{
	padding: 5px;
	color: #999999;
	font-size: 11px;
}

.weatherTitle a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.weatherDescription
{
	padding: 5px;
	line-height: 120%;
}

#weatherInstructions
{
    padding:0;
    margin:0;
    list-style-position:inside;
    list-style-type:none;
    color: #888;
    font-family: Verdana;
}

#weatherInstructions div
{
    clear:both;
}

#weatherInstructions li
{
    font-size: 1em;
    margin-right: 10px;
    padding-left: 15px;
    float:left;
    line-height: 2em;
	background: url("images/bullet_red.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#wizard
{
    font-family: Verdana;
}

.step
{
	margin:10px 0 0 0;
}

.step .num
{
	font-family: Tahoma;
	font-size: 7pt;
	color: #FFFFFF;
	float:left;
	background: url("../images/buttonred.gif");
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	margin-top:4px;
	position:relative;
}

.step .content
{
	padding-left: 20px;
}

.tip
{
    color: #999999;
    line-height:180%;
}

.viparea
{
    background: #ffffcc;
    border:solid 1px #888;
    padding: 0 10px 10px 10px;
    margin: 10px 0 0 -10px;
}

.novip
{
    color: #888;
}

.currentIcon
{
    margin:-1px 0 -1px 0;
}

.forecastIcon
{
    margin:0 -5px 0 -5px;
}

ul
{
    list-style-position: inside;
    margin:0;
    padding:0;
}

li
{
    line-height:20px;
}

.styleGallery
{
    padding:20px;
}

.styleGallery .style
{
    clear:both;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow:auto;
}

.styleGallery .style .text
{
    width:180px; padding-right:20px; float:left; color:#999;
}

.styleGallery .style .text img
{
    margin-top:5px;
    border: none;
}

.styleGallery .style .text .title
{
    font-size:20px; font-weight:bold; font-family:"Microsoft YaHei", Tahoma; color:#000;
}

.styleGallery .style .images
{
    overflow:hidden;
    padding-left:10px;
}

.styleGallery .style .images img
{
    vertical-align: top;
}