@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

a {
	font-family: Microsoft YaHei;
	font-size: 14px;
	text-decoration: none;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

#tableList table {
	float: left;
	width: 100%;
	color: #666;
}

#tableList table tr td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	height: 37px;
}

#tableList table tr:hover{
	background-color:#980000;
	color:#fff;
}

#tableList table tr td a {
	color: #666;
	height: 30px;
}

.tableTitleGrey {
	background-color: #b20002;
	height: 43px;
	color: #fff;

}

#tdjishu {
	background-color: #f6f6f6;
}

#tdoushu {
	background-color: #efefef;
}

#pager {
	clear: both;
	color: #000;
	padding: 10px;
	width: 100%;
	float: left;
	text-align: left;
}

.productInfo {
	float: left;
	width: 93%;
	color: #000;
	padding: 10px;
}
