#divPopSearchsCenter {
	width: 443px;
	height: 132px;
	background: url(../images/bg_popsearches_center.gif);
	text-align: center;
	margin: 0px 14px 9px 0px;
	float: left;
}

#divPopSearchsLeft {
	height: 132px;
	background: url(../images/bg_popsearches_left.gif) no-repeat;
	float: left;
}

#divPopSearchsRight {
	width: 405px;
	height: 128px;
	padding-left: 38px;
	padding-top: 4px;
	background: url(../images/bg_popsearches_right.gif) no-repeat 100%;
	float: left;
}

#divPopSearchsCenter a {
	margin-right: 3px;
	color: #336699;
	text-decoration: none;
	line-height: 23px;
}

#divPopSearchsCenter a:hover {
	color: #006699;
	text-decoration: underline;
}

#divPopSearchsCenter a.s1 {
	font-size: 0.8333em; /* 10px */
}

#divPopSearchsCenter a.s2 {
	font-size: 1em; /* 12px */
}

#divPopSearchsCenter a.s3 {
	font-size: 1.1666em; /* 14px */
}

#divPopSearchsCenter a.s4 {
	font-size: 1.5em; /* 18px */
}

#divWeather {
	width: 138px;
	height: 132px;
	background: url(../images/bg_weather.gif) no-repeat;
	margin-bottom: 9px;
	overflow: hidden;
	float: left;
}

#divWeather h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #003366;
	text-align: center;
	line-height: 33px;
	margin: 0;
}

#divWeather ul {
	list-style-type: none;
	margin: 0px;
	width: 126px;
	padding: 0px 5px 0px 6px;
	float: left;
	text-align:left;
}

#divWeather ul li {
	display: inline;
}
#divWeather ul li a{
	text-decoration:none;
}
#divWeather ul li span.city {
	font-size:  12px ;
	color: #333333;
	width: 65px;
	margin-top: 7px;
	float: left;
}

#divWeather ul li img {
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}

#divWeather ul li span.weather {
	font-size:9px ;
	font-weight: bold;
	color: #336699;
	margin-top: 7px;
	float: left;
}

div.boxWeather {
	position: absolute;
	background-color: #F2FDFF;
	border: 1px solid #999999;
	color: #666666;
	width: 220px;
	padding: 10px 10px;
	margin: 0px;
	left: 0px;
	top: 0px;
	display: none;
}

div.boxWeather span {
	font-size: 1.1666em; /* 14px */
}

div.boxWeather div {
	font-size: 0.8333em; /* 10px */
	margin-top: 15px;
	width: 110px;
}

div.boxWeather div.divLeft {
	float: left;
}

div.boxWeather div.divRight {
	float: right;
}
/*a.lnkBtn {
	color: #CC9933;
	background-color: #FFFF99;
	border: 1px solid #CC9933;
	text-align: center;
	text-decoration: none;	
	width: 98%;
	line-height: 20px;
	margin-top: 10px;
	display: block;
	float: right;
	font-size:12px;
}*/

a.lnkBtn:hover {
	color: #996600;
}
#divCoolTools {
	margin: -4px 14px 11px 0;
	float: left;
}

#divCoolTools #lnkCalculator {
	width: 128px;
	height: 159px;
	background: url(../images/im_calculator.gif) no-repeat;
	display: block;
	float: left;
}

#divCoolTools #lnkUnitConverter {
	width: 155px;
	height: 159px;
	background: url(../images/im_unitconv.gif) no-repeat;
	display: block;
	float: left;
}

#divCoolTools #lnkCurrencyConverter {
	width: 159px;
	height: 159px;
	background: url(../images/im_currencyconv.gif) no-repeat;
	display: block;
	float: left;
}

#divCoolTools a span {
	font-size: 0;
	position: absolute;
	visibility: hidden;
}

#divBlogCenter {
	width: 564px;
	height: 205px;
	background: url(../images/bg_blogs_center.gif);
	margin: 0px 14px 0px 30px;
	float: left;
}

#divBlogLeft {
	height: 205px;
	background: url(../images/bg_blogs_left.gif) no-repeat;
	float: left;
}

#divBlogRight {
	width: 444px;
	height: 201px;
	padding-top: 4px;
	padding-left: 110px;
	padding-right: 10px;
	background: url(../images/bg_blogs_right.gif) no-repeat 100%;
	float: left;
}

#divBlogRight p {
	color: #666666;
}

#divBlogRight p a {
	color: #006699;
	text-decoration: none;
}

#divBlogRight p a:hover {
	text-decoration: underline;
}

#divBlogRight p a.seemore {
	font-size: 10px;
}

#divBlogRight p span {
	color: #999999;
}
