html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#686868;
	background-color:#fff;
	background-image:url(/immagini/body_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	}
h1{
	font-size:24px;
	}
h2{
	}
h3{
	font-size:14px;
	}
a{
	text-decoration:none;
	color:#930433;
	outline:none;
	}
a:hover{
	color:#e3283e;
	}	
a img {
	border:0px;
	}
#peonia{
	position:absolute;
	top:0;
	right:0;
	}	
#pre{
	height:88px;
	background-image:url(/immagini/pre_bg.gif);
	background-repeat:no-repeat;
	}
#pre h1{
	display:inline;
	width:300px;
	float:left;
	margin-right:30px;
	}
#pre h1 a{
	text-decoration:none;
	color:#930433;
	outline:none;
	}
#pre h2{
	float:left;
	display:inline;
	width:475px;
	color:#66023a;
	font-weight:normal;
	font-size:14px;
	margin-top:42px;
	}		
#container{
	width:960px;
	margin:0px auto;
	position:relative;
	}
#wrapper{
	background-image:url(/immagini/wrapper_bg.png);
	background-repeat:repeat-y;
	overflow:auto;
	}		
#content{
	float:right;
	width:690px;
	padding:10px 25px 10px 10px;
	}
#content p{
	padding-right:25px;
	line-height:18px;
	}
#content ul{
	margin-left:10px;
	}
#banner{
margin-bottom:10px;
}	
#navigation, #menu{
	float:left;
	width:190px;
	padding:10px 10px 0px 25px;
	text-align:center;
	}
#navigation h3{
	text-transform:uppercase;
	font-weight:normal;
	background-image:url(/immagini/menu_separator.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:30px;
	}
#menu{
	clear:left;
	}
#menu h3{	
	font-weight:bold;
	color:#66023a;
	margin-top:5px;
	}
#menu p{	
	line-height:18px;
	}				
#footer{
	text-align:center;
	padding:10px 25px;
	background-image:url(/immagini/footer_bg.png);
	background-repeat:no-repeat;
	height:100px;
	}
#footer p{
	padding-top:35px;
	font-size:11px;
	}		
#slideshow{ 
	width:100%;
	display:block;
	margin:0 auto;
	}
#map{
	width:90%;
	margin:0 auto;
	height:400px;
	}	
div .gmnoprint{
	color:#000000;
	}
#content .gmnoprint p{
	line-height:normal;
	}	
.clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	}

#evidenza{
	width:580px;
	margin:20px auto;
	}
div.scrollable {
	height:230px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:500px;
	border-bottom:1px solid #ccc;
	}
/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	/* decoration */
	margin-left:5px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	/* custom decoration */
	width:163px;
	margin-right: 5px;	
}
/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/immagini/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:60px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	



.TitoloPagina{
	font-weight:bold;
	color:#66023a;
	margin:10px 0 5px 0;
	text-align:center;
	font-size:16px;
	}
/* BOXSHOWCART */

#boxShowKart {
	border:1px solid #ccc;
	margin-bottom:10px;
	padding:5px;
	width:185px;
	text-align:center;
	}	
#boxShowKart p {
	background-image:url(/immagini/cart.gif);
	background-position:left center;
	background-repeat:no-repeat;
	height:22px;
	width:150px;
	}
#boxShowKart div strong {
	color:#66023A;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	margin-left:5px;
	text-transform:uppercase;
	display:block;
	}
#boxShowKart div span {
	color:#66023A;
	display:block;
	font-size:11px;
	}
#boxShowKart div span em {
	color:#66023A;
	font-size:11px;
	font-weight:bold;
	}						

