@CHARSET "UTF-8";

h1.header {
	font-size: 13px !important;
}

#containerProduct {
	margin-top: 30px;
	overflow: hidden;
	clear: both;
}

.boxProduct {
	float: left;
	position: relative;
	height: 200px;
	width: 310px;
	margin: 0px 0px 60px 0px;
	padding: 10px;
	background-image: url(../images/bgProduct.gif);
	background-repeat: no-repeat;
}

.boxProduct.even {
	margin-right: 10px;
}

.productName {
	position: absolute;
	left: 20px;
	top: 140px;
	font-weight: bold;
}

.productPrice {
	position: absolute;
	left: 204px;
	top: 111px;
	color: #FF0000;
}

.productDesc {
	position: absolute;
	left: 20px;
	top: 160px;
	width: 310px;
	line-height: 14px;
	font-size: 10px;
}

.productPicture {
	
}