/* CSS Document */

#cateLogo{
	background-image: url(image/Top-product.jpg);
	}
#space{
	width:inherit;
	height:50px;
	}
.black{
	font-size:16px;
	font-family:Arial;
	color:#000000;
	}
#content{
	margin-top:20px;
	}
#content table{
	border:1px solid #BEC3C7;
	margin:0px;
	padding:0px;
	}
#content th,#content td,#content tr{
	border:1px solid #BEC3C7;
	font-size:12px;
	padding:5px 10px;
	line-height: 20px;
	font-family:Arial;
	color:#323232;
	}	
#content thead th{
	font-family:Arial;
	font-size:14px;
	color:#004b87;
	font-weight:bold;
	}
	
#content .tdLeft{
    width:70px;
	}
#content .tdRight{
	width:260px;
	padding-left:40px;
	}
	
#table2{
	width:510px;
	}	
#content thead,#content .bgBlue{
	background-color:#EBF0F4;
	}