﻿.clear {
	width: 100%;
	height: 10px;
	float: left;
	clear: both;
	display: block;
}
.products {
	float: left;
	width: 540px;
	border-bottom-color: #899EAC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	margin-bottom: 20px;
}
.products h2 {
	font-size: 22px;
	color: #D23500;
	margin-bottom: 20px;
}
strong {
	color: #003366;
}
.products a {
	color: #000000;
}
.products a:hover {
	text-decoration: none;
	color: #00458A;
}
/* ---------------- */
/* lista prodotti */
.productblock {
	margin: 5px;
	float: left;
	width: 200px;
	clear: none;
	padding: 5px 0px 10px 0px;
	border-bottom-color: #EBEBEB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	min-height: 160px;
}
.productblock ul {
	margin-left: 2px;
}
.productblock p {
	color: #414141;
}
.productblock .prezzo {
	color: #00458A;
}
.prezzo img {
	padding: 2px;
	float: right;
	clear: none;
}
.productblock h4 {
	color: #00458A;
	margin-top: 0px;
	margin-bottom: 5px;
}
.productblock h4 a:visited {
	color: #00458A;
	text-decoration: none;
}
.productblock h4 a {
	color: #00458A;
	text-decoration: none;
}
.productblock h4 a:hover {
	text-decoration: underline;
	color: #3C9DFF;
}
img.foto {
	float: left;
	padding: 15px 10px 15px 0px;
}
/* --------------- lista categorie prodotti homepage  -------------- */
.products .ProductCategoryList {
	border-width: 1px;
	border-style: solid;
	border-color: #EBEBEB;
	float: left;
	display: block;
	clear: none;
	width: 325px;
	min-height: 250px;
	margin: 0px 10px 10px 0px;
	border-bottom-width: 0px;
	background: #fff url('../../publicBianco/images/latest.jpg') repeat-x 0 bottom;
}
.products .ProductCategoryList img {
	float: left;
	margin: 5px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 80px;
}
.products .ProductCategoryList ul {
	display: block;
}
.products .ProductCategoryList ul li {
	line-height: 24px;
}
.products .ProductCategoryList ul li a, .products .ProductCategoryList ul li a:visited {
	text-decoration: none;
	font-size: 11px;
}
.products .ProductCategoryList h3 {
	padding: 0 0 5px 0;
	margin-left: 5px;
}
.ProductCategoryList_HomePage {
	border-width: 1px;
	border-style: solid;
	border-color: #EBEBEB;
	float: left;
	display: block;
	clear: none;
	width: 180px;
	min-height: 165px;
	margin: 0px 10px 10px 0px;
	border-bottom-width: 0px;
	background: #fff url('../images/latest.jpg') repeat-x 0 bottom;
	padding: 10px;
}
.ProductCategoryList_HomePage img {
	margin: 5px;
}
.ProductCategoryList_HomePage h3 a {
	color: #006699;
	display: block;
	clear: both;
}
/* --------------- lista categorie prodotti altre pagine  -------------- */
.ProductCategoryList {
	border-width: 1px;
	border-style: solid;
	border-color: #EBEBEB;
	float: left;
	display: block;
	clear: none;
	width: 650px;
	min-height: 250px;
	margin: 0px 10px 10px 0px;
	border-bottom-width: 2px;
}
.ProductCategoryList img {
	float: right;
	margin: 5px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 80px;
}
.ProductCategoryList ul {
	display: block;
	margin-left: 50px;
}
.ProductCategoryList ul li {
	line-height: 24px;
}
.ProductCategoryList ul li a, .ProductCategoryList ul li a:visited {
	font-size: 13px;
	text-decoration: none;
}
.ProductCategoryList h3 {
	padding: 0 0 20px 0;
	margin-left: 50px;
}
/* --------------- lista categorie prodotti -------------- */
.acquista {
	background-position: center;
	width: 78px;
	height: 22px;
	background-image: url('../../publicBianco/images/buy.gif');
	background-repeat: no-repeat;
}
.acquista:hover {
}
