
div#title {
	width:100%;
	height:42px;
	background-color:#eae4da;
	position:relative;
}
div#title h1 {
	color:#999999;
	font-size:21px;
	font-weight:normal;
	padding:9px 0 0 13px;
}
div#title a {
	position:absolute;
	top:10px;
	right:12px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	background-color:#f5f2ed;
	padding:4px 6px;
}
ul#elenco li {
	list-style:none;
	padding:20px 10px;
	border-bottom:1px solid #eae4da;
	width:562px;
	overflow:hidden;
}
ul#elenco li h2 {
	color:#c70f13;
	font-size:18px;
	font-weight:normal;
}
ul#elenco li p.description {
	margin:10px 0;
}
ul#elenco li div {
	float:left;
}
ul#elenco li img {
	float:right;
	display:block;
	border:1px solid #e1e1e2;
}


a#pdf {
	background:url(../images/iconPdf.gif) 0 0 no-repeat;
	line-height:17px;
	height:17px;
	padding:0 0 0 22px;
	display:block;
	margin-top:10px;	
}

div#spacer {
	width:100%;
	height:21px;
	background-color:#eae4da;
	margin:25px 0;
}
div#sideBar {
	width:286px;
	float:left;
	margin:144px 0 0 27px;
}
div#uomo {
	background:url(../images/sprite.jpg) -284px 0 no-repeat;
	width:164px;
	height:113px;
	padding:12px 0 0 120px;
	border:1px solid #dfdfe1;
}
div#uomo h2 {
	font-size:19px;
	font-weight:normal;
	color:#00630d;
}
div#uomo p {
	padding:5px 16px 10px 0;
}
div#uomo a {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	background-color:#00630d;
	text-decoration:none;
	padding:3px 18px;
	float:right;
	margin-right:16px;
}
div#donna {
	background:url(../images/sprite.jpg) 0 0 no-repeat;
	width:164px;
	height:113px;
	padding:12px 0 0 120px;
	border:1px solid #dfdfe1;
}
div#donna h2 {
	font-size:19px;
	font-weight:normal;
	color:#c80f14;
}
div#donna p {
	padding:5px 16px 10px 0;
}
div#donna a {
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	background-color:#c80f14;
	text-decoration:none;
	padding:3px 18px;
	float:right;
	margin-right:16px;
}
ul#banners {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
ul#banners li {
	list-style:none;
	text-indent:-9999px;
	margin-top:10px;
}
ul#banners li#rivenditori {
	list-style:none;
	width:286px;
	height:68px;
	background:url(../images/sprite.jpg) 0 -125px no-repeat;
}
ul#banners li#shopping {
	list-style:none;
	width:286px;
	height:68px;
	background:url(../images/sprite.jpg) 0 -193px no-repeat;
}
ul#banners li#taglia {
	list-style:none;
	width:139px;
	height:68px;
	background:url(../images/sprite.jpg) -288px -125px no-repeat;
	float:left;
}
ul#banners li#modal {
	list-style:none;
	width:139px;
	height:68px;
	background:url(../images/sprite.jpg) -429px -125px no-repeat;
	float:right;
}
ul#banners li a {
	cursor:pointer;
	display:block;
	width:100%;
	height:100%;
}


/*** DETTAGLIO NEWS ***/
div#dettaglioNews {
	padding:20px 10px;
}
div#dettaglioNews h2 {
	color:#c70f13;
	font-size:18px;
	font-weight:normal;
}
div#dettaglioNews p {
	margin:10px 0;
}

div#dettaglioNews ul#gallery {
	margin:20px 0;
	float:left;
}
div#dettaglioNews ul#gallery li{
	list-style:none;
	float:left;
}
div#dettaglioNews ul#gallery li img {
	float:left;
	display:block;
	border:1px solid #e1e1e2;
	margin-right:8px;
}


/*** ELENCO NEWS ***/

ul#elencoNews li {
	list-style:none;
	padding:20px 10px;
	border-bottom:1px solid #eae4da;
	width:562px;
	overflow:hidden;
}
ul#elencoNews li h2 {
	color:#c70f13;
	font-size:18px;
	font-weight:normal;
}
ul#elencoNews li p.description {
	margin:10px 0;
}
ul#elencoNews li div {
	float:left;
	width:400px;
}
ul#elencoNews li img {
	float:right;
	display:block;
	border:1px solid #e1e1e2;
}
