﻿body
{
	text-align: center;
}
/*14个象素的字体*/
.font13
{
	font-size: 13px;
}
/*14个象素的字体*/
.font14
{
	font-size: 14px;
}
/*红色的栏目主标题*/
.redSectionTitle
{
	margin-left: 12px;
	margin-top: 4px;
	float: left;
	vertical-align: middle;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 15px;
	color: #D1060F;
}
/*栏目标题栏样式*/
.titleBar
{
	height: 24px;
	border-bottom: solid 1px #B0B0B0;
	text-align: left;
}
/*标题栏右边的样式*/
.titleBarRight
{
	float: right;
	margin-top: 3px;
	letter-spacing: 2px;
}
/*栏目标题栏第一个分类*/
.titleBarFirstSort
{
	float: left;
	padding: 1px;
	height: 16px;
	line-height: 16px;
	border: solid 1px #B0B0B0;
}
/*栏目标题栏中间分类*/
.titleBarMiddleSort
{
	float: left;
	padding: 1px;
	margin-left: 5px;
	height: 16px;
	line-height: 16px;
	border: solid 1px #B0B0B0;
}
/*栏目标题栏最后一个分类*/
.titleBarLastSort
{
	color: Red;
	float: left;
	padding: 1px;
	margin-left: 5px;
	margin-right: 2px;
	letter-spacing: 0px;
	height: 16px;
	line-height: 16px;
	border: solid 1px #B0B0B0;
}
/*栏目左边选项面板*/
.leftSortOptionPane
{
	width: 82px;
	height: 262px;
	float: left;
}
/*栏目左边分类选项*/
.leftSortOption
{
	width: 65px;
	margin-left: 3px;
	margin-top: 12px;
	padding: 1px;
	border: solid 1px #B0B0B0;
	float: left;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	/*display: inline-block;*/
}
/*栏目右边的内容面板*/
.rightContentPane
{
	width: 388px;
	height: 264px;
	float: left;
}