/* 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{

	}
#content table{
    border-collapse:collapse;
	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;
	font-weight:bold;
	}
	
#content .tdLeft{
   text-align:center;
    font-weight:bold;
    width:50px;
	}
#content .tdRight{
	width:360px;
	}
	
#table2{
	width:512px;
	}	
#content thead,#content .bgBlue{
	background-color:#EBF0F4;
	}