#mainmenu {float:center; 
 width:100%;
 overflow:hidden;
 position:absolute;
 top:132;}

#mainmenu { font-size: 12px; }


.left {float:left;}
.right {float:right;}
.margini-top {margin: 10px 0 0 0;}

a
{
	color: #FFFFFF;
	text-decoration: none;
}


.clearboth
{
	clear: both;
	margin: 0;
	padding: 0;

}

.evidenza {color:red;}



#tablist
{
	padding: 6px 0;
	margin: 0.7em 0 0 0;
	/*background-color: #91A5C6;*/
	background-color: #999999;
	background-image: url(immagini/sfondo_mainmenu_top.jpg);
	background-repeat: repeat-x;
	border-color: #999999  transparent #FFFFFF  transparent;
	border-width: 0px 0 0px 0;
	border-style: solid;
	height:18;
}


#tablist ul {float:center;}

#tablist li
{
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a
{
	text-decoration: none;
	padding: 10px 7px 10px 7px;
	margin: 0 0 0 0;
	background-image: url(immagini/sfondo_mainmenu_separatore.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
}

#tablist li a:link, #tablist li a:visited
{
	color: #FFF;
	font-weight: normal;
}

#tablist li a.current
{
	/*background-color: #487CC5;*/
	background-color: #b1b1b1;
	background-image: url(immagini/sfondo_mainmenu_2.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFF;
	border-color: #FFFFF;
	border-width: 1px 1px 1px 1px ;
	border-style: solid;
}

#tabcontentcontainer
{
	width: 100%;
	height: 20px;
	padding: 6px;
	margin: 0;
	/*background-color: #487CC5;*/
	background-color: #b1b1b1;
	background-image: url(immagini/sfondo_mainmenu_2.jpg);
	background-repeat: repeat-x;
	border-color: #FFFFFF transparent #FFFFFF transparent;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

#tabcontentcontainer li
{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0;
}

#tabcontentcontainer li a{
text-decoration: none;
padding: 3px 5px 3px 9px;
margin: 0;
background-image: url(immagini/sfondo_mainmenu_separatore_.gif);
background-repeat: no-repeat;
background-position: 0 5px;
}

#tabcontentcontainer ul li a:hover {
text-decoration: underline;
color: #fff;
}


#tabcontentcontainer li a:link, #tabcontentcontainer li a:visited
{
	color: #FFF;
	font-weight: normal;
}

.tabcontent{ display:none; }

.end_menu {
position:absolute;
top:204;
 background-image: url(immagini/header_down.gif);
 background-repeat: repeat-x;
 height:10;
 vertical-align:top;
 width:100%;
}

.cart_header {
	width:77;
	height:42;
	position:absolute;
	left: 40px;
	top: 171px;
	/*background-color:#91A5C6;*/
	background-color:#999999;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-width: 0 1px 1px 1px ;
	border-style: solid;
	

}

