@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	margin: 0;
	font: normal 12px/20px 微软雅黑, Arial, sans-serif;
	color: #333;
	cursor: default;
	background: url(img/bg.gif) repeat-x;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #e00;
}
img {
	border: 0;
}
select {
	max-width: 150px;
	overflow: hidden;
}
#wrap {
	width: 980px;
	margin: auto;
	background: url(img/bg.jpg) no-repeat;
}
#topMenu {
	float: right;
	padding: 20px;
	color: #c00;
}
#topMenu a {
	color: #c00;
}
#topMenu a:hover {
	text-decoration: underline;
}
#menu {
	padding: 160px 0 1px 5px;
	height: 40px;
}
#menu a {
	float: left;
	width: 85px;
	height: 40px;
	font: normal 14px/40px normal;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
#menu a:hover {
	background: url(img/btnBG.jpg) no-repeat;
}
#menu a.focus {
	color: #ff0;
	background: url(img/btnBG.jpg) no-repeat;
}
#banner {
	height: 179px;
}
#side {
	float: left;
	width: 240px;
}
#side table {
	table-layout: fixed;
}
#main {
	float: right;
	width: 734px;
}
#side .tag {
	height: 32px;
	margin: 6px 0 0;
	padding-left: 33px;
	font: normal 13px/32px normal;
	color: #fff;
	background: url(img/sideTitleBG.gif) no-repeat;
	overflow: hidden;
}
#main .tag {
	height: 32px;
	margin: 6px 0 0;
	padding-left: 33px;
	font: normal 13px/32px normal;
	color: #fff;
	background: url(img/mainTitleBG.gif) no-repeat;
	overflow: hidden;
}
.content {
	padding: 10px;
	border: 1px solid #dadada;
	border-top: none;
	overflow: hidden;
}
a.bCT {
	display: block;
	margin: 2px 10px;
	padding: 0 0 0 25px;
	background: url(img/ico.gif) 5px 4px no-repeat;
	border: 1px solid #fff;
}
a.sCT {
	display: block;
	margin: 0 10px;
	padding: 0 0 0 35px;
	background: url(img/ico.gif) 20px -21px no-repeat;
	border: 1px solid #fff;
}
a.bCT:hover, a.sCT:hover {
	color: #c00;
	background-color: #efefef;
	border: 1px solid #ddd;
}
a.more {
	float: right;
	margin: 11px 24px 0 0;
}
.products li {
	float:left;
	text-align:center;
	padding:7px;
}
.products img {
	padding:2px;
}
.products a:hover img {
}
.products a {
	line-height:22px;
}
.pic {
	display: inline;
	float: left;
	width: 176px;
	text-align: center;
	table-layout: fixed;
	background: url(img/picBg.gif) center top no-repeat;
}
.pic .text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#infoList tr:hover {
	background-color: #efefef;
}
#infoList td {
	border-bottom: 1px dashed #dadada;
}
#infoList tr td:first-Child {
	height: 25px;
	background: url(img/ico.gif) 20px -18px no-repeat;
}
#infoList tr td:first-Child+td+td, #infoList tr td:first-Child+td+td+td {
	color: #999;
}
#links img {
	border: 1px solid #ccc;
}
#foot {
	margin-top: 6px;
	height: 130px;
	background: url(img/footBG.gif) left top repeat-x;
	text-align: center;
}
#foot p {
	margin: 0;
	font: normal 13px/32px normal;
	color: #fff;
}
#foot p a {
	color: #fff;
}
#foot p a:hover {
	color: #f00;
}
.note {
	padding-left: 45px;
	color: #fff;
}
.note a {
	color: #fff;
}
.note a:hover {
	color: #f90;
}
.page {
	float: right;
	cursor: default;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
}
.page .count {
	float: left;
	padding: 1px 10px 0 10px;
	font: bold 12px/16px Arial;
}
.page .number {
	float: left;
	padding: 0 10px 0 10px;
	font: normal 10px/16px Tahoma;
}
.page .number span {
	color: #aaa;
	margin: 0px 3px;
}
.page .number a {
	color: #000;
	text-decoration: none;
}
.page .number a:hover {
	color: #15a4d0;
}

