﻿/*Soobb 主站样式表*/
/*风格: Soobb 内容页*/
/*三栏布局*/
#Content {
	clear: both;
	margin: 10px 10px;
}
#Content #Left {
	float: left;
	width: 163px;
}
#Content #Center {
	float: left;
	width: 540px;
	padding: 0 0 0 10px;
	background: url(/Styles/Images/Common/Vert_Line.png) repeat-y;
}
#Content #Right {
	float: right;
	width: 220px;
}
#Content #Center div.Advertisement {
	width: 468px;
	border: 1px solid #ddd;
	margin: 25px 0 5px 0;
	padding: 8px;
}
/*折叠菜单*/
#Content #Left h3 {
	margin: 0;
	height: 0;
	line-height: 0;
	text-indent: -5000px;
}
#Content #Left ul {
	margin: -6px 0 0 0;
}
#Content #Left ul li {
	margin: 4px 0 0 0;
}
#Content #Left ul li.Second {
	margin: 3px 0 0 0 !important;
	margin: 2px 0 0 0;
}
#Content #Left ul li a {
	color: #000;
	height: 18px;
	display: block;
	padding: 1px 0 0 15px !important;
	padding: 3px 0 0 15px;
	line-height: 16px;
	background: url(/Styles/Images/Common/Icon_Collapse.png) no-repeat 2px 5px;
	text-decoration: none;
}
#Content #Left ul li.Collapse a {
	background: url(/Styles/Images/Common/Icon_Expand.png) no-repeat 2px 5px;
}
*+html #Content #Left ul li a {
	padding: 3px 0 0 15px !important;
}
#Content #Left ul li.Second a {
	color: #0353ce;
	padding: 0 0 0 15px;
	background: none;
	text-decoration: underline;
}
/*右栏方框*/
#Content #Right div.Second {
	margin: 15px 0 0 0;
}
#Content #Right div.RightBox {
	border: 1px solid #ddd;
	padding: 8px;
}
#Content #Right div.RightBox h3 {
	color: #333;
	margin: 0;
	font-size: 14px;
}
#Content #Right div.GoogleSquare {
	padding: 8px 8px 6px;
}
#Content #Right div.GoogleBuilding {
	float: right;
	width: 160px;
}
#Content #Right div.Advertisement a img {
	border: 0;
}
/*中栏样式*/
#Content #Center h3 {
	color: #333;
	margin: 0;
	display: block;
	font-size: 14px;
}
/*搜索长条*/
#Content #SearchBar {
	width: 100%;
	height: 25px;
	margin: 0 0 10px 0;
	vertical-align: middle;
}
#Content #SearchBar div {
	float: right;
	margin: 2px 40px 0 0;
	display: block;
}
#Content #SearchBar div.Nomargin {
	margin: 2px 10px 0 0;
}
#Content #SearchBar div.Right {
	width: 215px !important;
	width: 210px;
	margin: 2px 5px 0 0;
}
#Content #SearchBar div.Right strong {
	color: #333;
	margin: 0 2px 0 0;
}
#Content #SearchBar div.Right ul {
	display: inline;
}
#Content #SearchBar div.Right ul li {
	height: 16px;
	margin: 2px 0 0 0;
	display: inline;
	padding: 0 1px 0 0;
}
#Content #SearchBar div.Right ul li.Last {
	border-right: 0;
}
#Content #SearchBar h3 {
	float: left;
	color: #333;
	height: 21px;
	margin: 3px 0 0 5px;
	display: block;
	font-size: 15px;
	vertical-align: bottom;
}
#Content #SearchBar em.Count {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
#Content #SearchBar #Icon {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 0 0 3px;
	display: block;
}
