@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:0;
	font-family: Arial;
	font-size:12px;
 }
 a{
	 font-family: Arial;
	font-size:12px;
	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:30px;
	}
#tableList table tr td a{
	color:#666;
	height:30px;
	}
.tableTitleGrey{
	background-color:#B9B9B9;
	height:30px;
	color:#333;
	}
#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;
	}
