body{
	background:#fff;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
}


h3{
	font-size: 16px;
	color: #e00;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

a{
	color: #d00;
	text-decoration: none;
}

a:hover{
	color: #d00;
	text-decoration: underline;
}

.left{
	background: transparent url(../images/menu.png) top right repeat-y;
	width: 191px;
	float: left;
	border:0px solid blue;
}

.left ul{
	padding-left: 10px;
	padding-top: 90px;
}

.left ul li{
	padding-top: 6px;
}

.left ul a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}

.left ul a:hover{
	text-decoration: underline;
}

.header{
	height: 125px;
}

.content{
	text-align: left;
	padding: 10px;
	font-size: 11px;
	color: #555;
}

.content img{
	padding: 4px;
}

.right{
	float: left;
	width: 809px;
	border:0px solid red;
}

.arearis{
	width: 162px;
	height: 92px;
	background: transparent url(../images/areaRis.png) top left no-repeat;
	padding-left: 33px;
	text-align: left;
}

.arearis div{
	padding-left: 30px;
	padding-top: 20px;
}

.field{
	width: 70px;
	border: 1px solid #ccc;
	margin-top: 3px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 10px;
	color: #888;
	padding: 3px;
}

.button{
	color: #555;
	border: 1px outset #ccc;
	font-size: 10px;
}

.arearis a{
	font-size: 10px;
	color: #eaeaea;
}


.searchbox div span{
	font-size: 12px;
	color: #eaeaea;
	font-weight: bold;
}

.searchbox .field{
	width: 100px;
}

.info{
	position: relative;
	top: -25px;
	margin-bottom: -23px;
	text-align: right;
	width: 809px;
}

.info li, .info span{
	color: #555;
	font-size: 9px;
	display: inline;
	padding-left:2px;
}

.info a{
	color: #333;
	text-decoration: none;
}

.info a:hover{
	color: #000;
	text-decoration: underline;
}

.index_right{
	float:right;
}

.box_right{
	text-align: left;
	width: 220px;
	height: 85px;
	border-bottom:1px solid #ccc;
}

.box_right .grayline{
	color: #000;
	font-size: 11px;
	padding-top: 22px;
	padding-left: 4px;
}

.grayline a{
	color: #000;
	text-decoration: none;
}

.grayline a:hover{
	color: #d00;
	font-weight: bold;
}


.indice{
	background:#eee;
	padding: 6px;
	color: #555;
	width: 180px;
	border: 2px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.indice a{
	color: #a00;
	text-decoration: none;
}

.indice a:hover{
	color: #a00;
	text-decoration: underline;
}

.indice div{
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid #333;
}


/*
prodotti
*/
.evidenziato{
	font-weight:bold;
	background: #ade9ff;
	font-size: 11px;
}


.testo_prodotti_sm{
	font-family:Verdana;
	color:#027ACA;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
}

.testo_prodotti_grigio{
	font-family:Verdana;
	color:#027ACA;
	text-decoration:none;
	font-weight:bold;
	font-size: 10px;
	background:#DCDCDC;
}

.testo_prodotti_sm_2{
	font-family:Verdana;
	color:#027ACA;
	font-size: 10px;
	text-decoration:none;
	
}

.txt_rosso{
	color: #333;
	font-weight: normal;
}

.txt_rosso_h{
	color: #d00;
	font-weight: bold;
}

.testo_h{
	color:#00a;
}

.errorbox{

	width: 384px;
	display:none;
	border: 4px solid #cf1820;
	background: #ff767c;
	height: 62px;
	position: relative;
	z-index: 2;
	bottom: 352px;
	margin-bottom: -66px;
	left: 768px;
	margin-left:-384px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:0px 0px 10px 5px #555;
	-webkit-box-shadow:0px 0px 10px 5px #555;
	-moz-box-shadow:0px 0px 10px 5px #555;
	color: #500;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}



.okbox{

	/*width: 384px;
	height: 62px;*/
	/*display:none;*/
	border: 4px solid #077a35;
	background: #32c56d;
	
	position: relative;
	z-index: 2;
	/*bottom: 352px;
	margin-bottom: -66px;
	left: 768px;
	margin-left:-384px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:0px 0px 10px 5px #555;
	-webkit-box-shadow:0px 0px 10px 5px #555;
	-moz-box-shadow:0px 0px 10px 5px #555;
	color: #500;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

