/*content*/

#content {
	float: left;
	width:902px;
	min-height: 400px;
	margin-top: 10px;				/*ie7*/ #margin-top: 20px;
}

#content .titolo-categoria {
	background: #ccc;
	width: 545px;
	font-weight: bold;
	font-family: arial, verdana, helvetica;
	font-size: 16px;
	color: #444;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
}
#content .elenco {
	width: 600px;
	margin-left: -10px;
}
#content .elenco .prodotto {
	float: left;
	display: block;
	width: 150px;
	height: 160px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
	#content .elenco .prodotto img {
		width: 135px;
		height: 135px;
	}
#content .elenco .prodotto a {
	font-weight: bold;
	color: #000;
}
#content .elenco .prodotto a img {
	margin-bottom: 5px;
}

#content #center {
	float: left;
	width: 600px;
	min-height: 400px;
	padding: 10px;
	text-align: justify;
}

#content #center .top {
	width: 582px;
	height: 350px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

#content #center .top .block-left {
	float: left;
	width: 430px;
	height: 202px;
	padding-right: 10px;
	border-right: 1px solid #bbb;
	text-align: justify;
}

#content #center .top .block-right {
	float: right;
	width: 145px;
	height: 202px;
	padding-left: 10px;
	text-align: justify;
}

#content .blocksx {
	float: left;
	width: 45%;
	padding-right: 10px;
	border-right: 1px solid #bbb;
	text-align: justify;
}

#content .blockdx {
	float: right;
	width: 50%;
	padding-left: -10px;
}

.dx {
	float: right;
	width: 70%;
	height: 202px;
	text-align: center;
}

.sx1 {
	float: left;
	width: 50%;
	text-align: left;
}
.dx1 {
	float: right;
	width: 50%;
}

.sx {
	float: left;
	width: 25%;
	height: 202px;
	text-align: left;
}


#content #center  #slide {
	float: left;
	width: 100%;
	padding: 5px 5px 0 5px;
	margin-top: -30px;
}
#content #center #slide .sx {
	float: left;
	width: 285px;
	margin-left: -7px;
}
#content #center #slide .dx {
	float: left;
	width: 285px;
	margin-left: 21px;
}

#content #right {
	float: right;
	width: 260px;
	padding: 10px;
	text-align: justify;
}

#content #right .newsletter {
	width: 240px;
	float: left;
	padding: 10px;
	border:1px solid #ccc;
	text-align: left;
}


#content #right-rete {
	float: right;
	width: 250px;
	min-height: 400px;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}


.opacity {
	opacity: 0.4;
	filter: alpha(opacity=40);
}