@CHARSET "UTF-8";
body {
	width:960px;
	margin:auto;
	padding:10px 0;
	font-size:14px;
}

.clear {
	clear:both;
}

#header {
	width:960px;
	margin:0;
	padding:10px 0 10px 10px;
	background:#EEE;
	position:relative;
}

#header #search {
	position:absolute;
	top:10px;
	right:10px;
}

#weather_detail {
	list-style:none;
	width:960px;
	margin:0;
	padding:10px 0 0 10px;
	background:#EEE;
	overflow:hidden;
}

#weather_detail .item {
	float:left;
	background:#FFF;
	height:160px;
	margin:0 10px 10px 0;
	padding:5px;
	width:300px;
}

#weather_detail .first {
	height:160px;
	width:440px;
}

#weather_detail .ad {
	height:160px;
	width:480px;
}

#weather_detail .item ul.detail {
	list-style:none;
	margin:0;
	padding:0;
}

#custom_tools {
	width:960px;
	margin:0;
	padding:10px 0 10px 10px;
	background:#EEE;
}

#custom_tools #settings {
	width:950px;
	list-style:none;
	margin:0;
	padding:0;
	background:#FFF;
}

#custom_tools #settings .item {
	padding: 5px;
	line-height:20px;
}

#custom_tools #settings span.title {
	width:50px;
	display:block;
	float:left;
	font-weight:bold;
	background:#DDD;
	margin-right:5px;
	text-align:center;
}

