div#promo {
	width: 955px;
	height: 356px;
	background-image: url('../img/background/bg_promo.jpg');
}
div#promovide {
	width: 955px;
	height: 356px;
	background-image: url('../img/background/bg_promo_vide.jpg');
}
div.prodline {
	width: 650px;
}
div.prod {
	float: left;
	width: 109px;
	height: 138px;
	padding: 5px;
	margin-left: 15px;
	background: white;
	font-size: 10px;
}
div.prod:hover {
	background: #EEEEEE;
}
div.infoprod {
	float: left;
	width: 80px;
	height: 30px;
}
div.rightaddcart {
	width: 21px;
	height: 21px;
	margin: 7px 0 0 85px;
}
div#nb_products {
	position: absolute;
	top: 520px;
	margin-left: 15px;
}
div#nextprod {
	position: absolute;
	top: 536px;
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
a.subcat {
	color: black;
	text-decoration: none;
}
a.subcat:hover {
	color: #3399FF;
	text-decoration: none
}