@charset "utf-8";

#layout .layout_body {
	border-right: 1px solid #DDD7C9;
	background-color: #FFFFFF;
}

#layout .layout_right {
	background-color: #FDFBF8;
}

.main_box {
	margin: 30px auto 40px auto;
	width: 730px;
}

#navbar {
	border-bottom: 1px solid #926B71;
	width: 730px;
	height: 30px;
}

#navbar div {
	cursor: pointer;
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
}

#navbar .item {
	color: #926b71;
	font-size: 12px;
	text-align: center;
	background-color: #E1E1E1;
}

#navbar .item2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #926B71;
}

#hots_tool {
	display: none;
	margin-top: 15px;
}

#hots_tool .category {
	margin-left: 15px;
	color: #0055A2;
	font-size: 12px;
}

#hots_tool .category2 {
	margin-left: 15px;
	color: #000;
	font-size: 12px;
}

#loading {
	display: none;
	margin-top: 20px;
	width: 730px;
	height: 24px;
	text-align: center;
}

#listmore {
	cursor: pointer;
	display: none;
	margin: 20px auto 0px auto;
	width: 730px;
	height: 24px;
	text-align: center;
}