@CHARSET "UTF-8";

/* stili menu */


div.menu
{
	background-color: #E1E2E2;
	height: 27px;
	width: 180px;
	margin-bottom:1px;
	padding-right: 5px;
	padding-top: 4px;
	list-style: none;	
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
}

.menu a
{
	color: inherit;
}

.menu a:hover
{
}

#menusx .menu.pop:hover, #menusx .menu.pop_sel {	background-color: #53AAF4; color: white;}
#menusx .menu.tex:hover, #menusx .menu.tex_sel {	background-color: #E352A7; color: white;}
#menusx .menu.se:hover, #menusx .menu.se_sel {	background-color: #F66329; color: white;}
#menusx .menu.pf:hover, #menusx .menu.pf_sel {	background-color: #93BC5D; color: white;}
#menusx .menu.gf:hover, #menusx .menu.gf_sel {	background-color: #FD9B44; color: white;}
#menusx .menu.karto:hover, #menusx .menu.karto_sel {	background-color: #FF0000; color: white;}

.submenu .pop {	background-color: #A3CFF8; }
.submenu .tex {	background-color: #EA99C5; }
.submenu .se {	background-color: #F8996F; }
.submenu .pf {	background-color: #B2C69B; }
.submenu .gf {	background-color: #FECA95; }
.submenu .karto {	background-color: #F15F5F; }

.submenu .pop:hover, .submenu .pop_sel {	background-color: #7bbcf6; }
.submenu .tex:hover, .submenu .tex_sel {	background-color: #E675B6; }
.submenu .se:hover, .submenu .se_sel {	background-color: #fb8744; }
.submenu .pf:hover, .submenu .pf_sel {	background-color: #A2C17C; }
.submenu .gf:hover, .submenu .gf_sel {	background-color: #FDB26C; }
.submenu .karto:hover, .submenu .karto_sel {	background-color: #F82F2F; }


.submenu
{
	margin-bottom: 1px;
}

.sottomenu
{
	min-height: 19px;
	height: auto !important;
	height: 19px;
	width: 179px;
	margin:0px;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	list-style: none;	
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1px;
	font-family: Arial;
}

.sottomenu:hover, .sel
{
	color: white; 
}

.sottomenu a 
{
	color: white;
}

.sottomenu a:hover, .sel a
{
	color: white;
}

ul.sottomenuart
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.sottomenuart
{
	padding: 0px;
	background-image: url('../immagini/grafica/menusx/sottomenuart.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: white;
	height: 20px;
	width: 200px;
	margin:0px;
	padding-right: 15px;
	list-style: none;	
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border: 1px solid black; 
}

.sottomenuart a{color: #666666;}


.sottomenuart:hover
{
	background-image: url('../immagini/grafica/menusx/sottomenuart_sel.jpg');
	background-color: white;
	color: #000; 
}

.sottomenuart a:hover{color: #000000;}

.pagine
{
	height: auto;
	width: 200px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url('../immagini/grafica/menusx/fondo.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
}


.lista
{
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url('../immagini/grafica/menusx/pagine.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	width: 225px;
	margin:0px;
	padding-right: 20px;
	list-style: none;	
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #666666; 
}

.lista:hover
{
	color: #000; 
	background-image: url('../immagini/grafica/menusx/pagine_sel.jpg');
}

.pagine a {color: #666666;}
.pagine a:hover {color: #000;}

div.newscontent
{
	height: auto;
	width: 200px;
	background-image: none;
	border-bottom: 2px dotted #cccccc;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 2px;
}

div.newsfoto
{
	float: left;
	height: 85px;
	width: 75px;
}

div.newstitolo
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

div.newslink
{
	text-align: right;
	padding: 4px;
	padding-right: 0px;
	clear: left;
	
}

div.pagamento
{
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

div.carrello_sx
{	
	margin: 5px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #666666; 

}
/* fine stili menu */

