.product-box{
	width: 1200px;
	padding-left: 100px;
	padding-right: 100px;
	height: auto;
	clear: left;
	margin-top: 60px;
}

.product-left{
	width: 500px;
	height: auto;
	padding: 10px;
	float: left;
}

.product-right{
	width: 500px;
	height: auto;
	padding: 10px;
	float: right;
}

.product-catalogue{
	height: auto;
	width: 480px;
	margin-top: 20px;
}

.product-head{
	height: 50px;
	width: 480px;
	background-color: #DEDEDE;
}

.product-head:hover{
	cursor: pointer;
}

.headleft{
	width: 50px;
	height: 50px;
	background-color: black;
	float: left;
}

.headright{
	width: 430px;
	height: 50px;
	float: left;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
}

.product-list{
	width: 480px;
	height: auto;
	background-color: #DEDEDE;
	display: none;
}

.product-name{
	height: 50px;
	width: 480px;
}

.nameleft{
	height: 50px;
	width: 50px;
	background-color: #ABABAB;
	float: left;
}

.nameright{
	height: 50px;
	width: 430px;
	float: left;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 18px;
	color: #666666;
}


