@CHARSET "UTF-8";

/* stili menu */


div.menu
{
	background-image: url('../immagini/grafica/menusx/menusx_fondo.jpg');
	background-repeat: no-repeat;
	height: 27px;
	width: 245px;
	margin-bottom:1px;
	padding-right: 5px;
	padding-top: 4px;
	list-style: none;	
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #dddddd; 
}

.menu a
{
	color: #dddddd;
}

.menu a:hover
{
	color: white; 
}



.sottomenu
{
	background-image: url('../immagini/grafica/menusx/sottomenu.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f3f3f3;
	height: 20px;
	width: 224px;
	margin:0px;
	border-right: 1px solid #ccc;
	padding-right: 25px;
	list-style: none;	
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
}

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

.sottomenu a, .sottomenu a:hover
{
	color: #000;
}

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: 220px;
	margin:0px;
	padding-right: 15px;
	list-style: none;	
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #666666; 
}

.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: 248px;
	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;}

.sel
{
	display: block;
}

.unsel
{
	display: none;
}

div.newscontent
{
	height: auto;
	width: 241px;
	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 */

