﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E97B00;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
/* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */;
	color: #663333;
	width: 780px;
	overflow: hidden;
}
.thrColAbsHdr {
	clear: both;
	overflow: hidden;
}
.thrColAbsHdr #container {
	position: relative; /* 添加“position: relative”允许您将两个侧栏相对于此容器放置 */;
	width: 780px; /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */;
	background: #FFFAE6;
	margin: 0 auto;/* 自动边距（与宽度一起）会将页面居中 */	
	border: 1px solid #CCCC00;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	height:auto;
	overflow:hidden;
}
.thrColAbsHdr #header {
	height: 165px; /* 如果要更改栏的源代码顺序，则可能需要使用标题的高度，以便可以为栏提供可预测的顶部边距值 */;
	padding: 0 10px 0 20px;/* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
	background-image: url('images/top.jpg');
}
.thrColAbsHdr #header h1 {
	margin: 0;
/* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */	padding: 10px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
.thrColAbsHdr #sidebar1 {
	float:left;
	top: 172px;
	left: 0;
	width: 195px;
	overflow:hidden;
	margin-top:0px;
}
.thrColAbsHdr #sidebar2 {
	float:left;
	top: 172px;
	right: 0;
	width: 195px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	margin-left:7px;
}
.thrColAbsHdr #mainContent {
	float:left;
	width:370px;
}
.thrColAbsHdr #bottom {
	padding: 0 5px 0 5px;/* 此填充会将它上面 div 中的所有元素左对齐。 */	
	background: #FFFAE6;
	overflow: hidden;
	clear: both;
	margin-top: 5px;
	margin-bottom:10px;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
/* 此填充会将它上面 div 中的所有元素左对齐。 */	overflow: hidden;
	clear: both;
	color: #fff;
	margin-top: 20px;
	height: 80px;
}
.thrColAbsHdr #footer a {
/* 此填充会将它上面 div 中的所有元素左对齐。 */	overflow: hidden;
	clear: both;
	color: #fff;
	margin-top: 20px;
	height: 80px;
}
.thrColAbsHdr #footer p {
	margin: 0;
/* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/	padding: 10px 0;
/* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */	overflow: hidden;
	clear: both;
	position: relative;
}
.fltrt {
	/* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
	overflow: hidden;
}
.fltlft {
	/* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
	overflow: hidden;
}
.thrColAbsHdr #sort {
	height: 27px;
	line-height: 27px;
	background-image: url('images/sider.gif');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-weight: bolder;
	margin-top: 0px;
}
.thrColAbsHdr #sort dl {
	background-color: #fff;
	margin-top: 0;
	margin-left: 3px;
	margin-right: 2px;
	border-left: 1px solid #C9C4C2;
	border-right: 1px solid #C9C4C2;
	border-bottom: 1px solid #C9C4C2;
}
.thrColAbsHdr #sort2 {
	height: 27px;
	line-height: 27px;
	background-image: url('images/sider.gif');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	margin-right: 2px;
	font-weight: bolder;
	margin-top: 0px;
}
.SideRightDl
{
	background-color: #fff;
	margin-top: 0; 
	margin-left: 1px;
	margin-right: 2px; 
	border-left: 1px solid #C9C4C2; 
	border-right: 1px solid #C9C4C2;
	border-bottom: 1px solid #C9C4C2;
	margin-bottom: 0px;
	overflow:hidden;
	
}
.SideRightDd
{
	margin:0 10px;
	height:22px;
	line-height:22px; 
	padding:0;
}
.thrColAbsHdr #sort3 {
	height: 27px;
	line-height: 27px;
	background-image: url('images/BottomSortBg.gif');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	margin-right: 2px;
	font-weight: bolder;
}
.thrColAbsHdr #sort4 {
	height: 27px;
	line-height: 27px;
	background-image: url('images/BottomSortBgBig.gif');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	margin-right: 2px;
	font-weight: bolder;
}


