/* DIV STRUTTURA *****************************************************************/

#divColSX {
	float:left;
	width:200px;
	margin-top:5px;
}

#divColDX {
	float:right;
	width:715px !important; /*IE boxmodel hack*/
	width /**/:755px; /*IE boxmodel hack*/
	margin-top:5px;
	padding:20px;
	background-image:url(../immagini/bg-contentDX.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#E7E5E5;
	min-height:798px;
	height:auto !important; /*IE6 minheight hack*/
	height:798px; /*IE6 minheight hack*/
}

/* BOX PRODOTTI ***********************************************************/

.divBox1 {
	width:683px !important;
	width /**/:710px;
	padding:0 10px 5px 0;
	border:solid 1px #ccc;
	margin-left:auto;
	margin-right:auto;
	background-color:#f5f5f5;
	margin-bottom:20px;
	text-align:justify;
}

.divBox1 img {
	border:solid 1px #ddd;
	float:left;
	margin:5px 10px 0 5px;
}

.divBox1 img.logo {
	float:none;
	margin:0 1px 5px 0;
}

.divBox1 img.infoBtn {
	float:right;
	border:none;
}

.divBox2 {
	width:683px;
	border:solid 1px #ccc;
	margin-left:auto;
	margin-right:auto;
	background-color:#f5f5f5;
	margin-bottom:20px;
	text-align:justify;
}

.divBox2 img {
	border:solid 1px #ddd;
	float:left;
	margin:5px 10px 0 5px;
}

.divBox2 a img.infoBtn {
	float:right;
	border:none;
}
