body {

	margin: 0;
	padding: 0; 
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}


a:link
{color:#465846;;
font-weight:bold;
text-decoration:none;
}

a:active
{color:#465846;;
font-weight:bold;
text-decoration:none;
}

a:visited
{color:#465846;;
font-weight:bold;
text-decoration:none;
}

a:hover
{color:#465846;;
font-weight:bold;
text-decoration:underline;
}
h1 {
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
}

h2 {
font-size: 16px;
}


#content {
	background-color: #BED3E7;
	background-image: url(bodybg.png);
	padding: 3em;
	margin:0.2em 2em;
	border: 2px solid #808BA4;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 300px;
	height: 300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
float: right;
margin-right:0px;
padding-right:10px;
	width: 350px;
	height: 300px;
	overflow: auto;
	text-align:justify;
	margin-left:10px;
	background-image:url(style/scroll.gif);
	background-repeat:repeat-y;
	background-position:34px 0;color:#666666;
	font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
float: right;

	width: 355px;
	overflow: auto;
	text-align:justify;
	background-image:url(style/scroll.gif);
	background-repeat:repeat-y;
	background-position:29px 0;
	padding-left:-20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
float: right;

	width: 355px;
	overflow: auto;
	text-align:justify;
	background-image:url(style/scroll.gif);
	background-repeat:repeat-y;
	background-position:35px 0;
	padding-left:-20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}

#mycustomscroll6 {
/* Typical fixed height and fixed width example */
float: right;
	width: 400px;
	overflow: auto;
	text-align:justify;
	background-image:url(style/scroll.gif);
	background-repeat:repeat-y;
	background-position:74px 0;
	padding-left:-20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
float: right;

	width: 355px;
	overflow: auto;
	text-align:justify;
	background-image:url(style/scroll.gif);
	background-repeat:repeat-y;
	background-position:29px 0;
	padding-left:-20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* IE overflow fix, position must be relative or absolute*/

}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	color: black;
	padding: 1px;
}


.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#tab
{
width: 84px;
text-align:center;
background-image:url(../images/tab.gif);
background-repeat:no-repeat;
}

#page ul.prodotti {
	width:310px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	ul.prodotti li {}
	ul.prodotti li a {
		text-decoration: none;
		display: block;
		padding: 2px ;
		
		border-bottom: 1px solid #EDEDED;}
		* html ul.prodotti li a {
			height: 8px;
		}
	
	ul.prodotti li a .image {
		display: block;
		width: 100px;
		height: 8px;
		/*background-color: Red;*/
		float: right;
		border: 0px solid #E0E0E0;
		cursor: pointer;}
	ul.prodotti li a em {
		display: block;
		font-style: normal;
		text-transform: capitalize;}
	
	ul.prodotti li a:hover {background-color: #E5D9D2;}
