body {
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	width:100%;
	background-image:url(images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:11px;
	font-family: "Trebuchet MS";
}

html
{
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
}

a
{
	color:#02428C;
}

h2
{
	background-image:url(images/panel/bg_header.gif);
	background-position:left top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	line-height:26px;
	font-size: 13px;
	color: #000;
	padding-left:5px;
}

h2 a
{
	text-decoration: none;
	color: #000;
}

h2 img
{
	float:left;
	margin-right:3px;
}


/***********************************************************************************************/

div#container {
	position:relative;
	margin-top:50px;
	margin-left:30px;;
	margin-right:30px;
	padding: 0px;
	background-color: #FFF;
	height: 100%;
	border-left: 1px solid #EAEAEA;
}

/***********************************************************************************************/

div#header {
	height:100px;
	margin-right:200px;
}

/***********************************************************************************************/

div#menu {
	height:25px;
	background-image:url(images/bg_menu.gif);
	background-position:left top;
	background-repeat:repeat-x;
	text-align: left;
	line-height: 22px;
	margin-right:200px;
}

div#menu a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 30px;
}

div#menu a:hover{
	color: #FFD51D;
	text-decoration: none;
}
/***********************************************************************************************/

div#panel {
	position:relative;
	width:200px;
	border-left:2px solid #EAEAEA;
	float:right;
	background-color: #EAEAEA;
}

/***********************************************************************************************/

div#panel div#userBox table
{
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
	height:95px;
	width:170px;
}

div#panel div#userBox table td.pulsante
{
	text-align:right;
}

div#panel div#userBox table td input
{
	margin-left: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
}

div#panel div#userBox table td input.textfield {
	width: 100px;
	font-size: 10px;
	height:14px;
	line-height:14px;
	font-size: 11px;
	color: #FF6600;
	border: 1px solid #333333;
	vertical-align: text-bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#panel div#userBox table td p {
	line-height: 130%;
	text-align: justify;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
}


div#panel div#userBox table td img
{
	margin-left:0px;
	margin-right:5px;
	margin-top:3px;
	float:left;
}

div#panel div#userBox table td p,
div#panel div#userBox table td p a
{
	line-height: 14px;
	text-align: left;
	font-size:11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top:4px;
	margin-bottom:0px;
}

/***********************************************************************************************/

#navlist
{
	list-style: none;
	text-align: left;
	margin-bottom:0px;
	font-size:12px;
}
#navlist li
{
	margin-left: -20px;
	margin-bottom: 10px;
	line-height: 12px;
}

#navlist li.sottovoceTerzoLivello
{
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	margin-left:-10px;
}

#navlist li.sottovoceTerzoLivello a,
#navlist li.sottovoce a
{
	color:#666666;
}

#navlist.carrello
{
	margin-top:15px;
}

#navlist.carrello li,
#navlist.carrello li a
{
	font-size:10px;
	margin-bottom:3px;
	margin-top:0px;
	margin-right:0px;
	padding:0px;
	text-align:left;
	color:#02428C;
}

#navlist.carrello li a:hover
{
	color:#666666;
}

#navlist  a {
	text-decoration: none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#navlist  a:hover {background-position: 5px; color: #999999;}

/***********************************************************************************************/

div#content {
	margin-right: 230px;
	margin-left:30px;
	font-size:12px;
}

/***********************************************************************************************/

div#content p.breadcrumb,
div#content p.breadcrumb a
{
	line-height: 14px;
	text-align: left;
	font-size:11px;
	color:#000066;
	padding-right: 0px;

}

div#content p.breadcrumb
{
	margin-top:10px;
	padding-bottom: 10px;
}

div#content p.breadcrumb a:hover
{
	background:#EEF2EF;
}

div#content .sfondonero {
	color: #FFFFFF;
	background-color: #02428C;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #02428C;
	border-left-color: #02428C;
}

div#content .dodicipixel {

	line-height: 180%;
	text-align: justify;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 12px;
}

div#content .verde {
	color: #51A255;
	font-size: 13px;
}

.undicipixel {
	font-size: 11px;
	color: #333333;
}
.bordo {
	border: 1px solid #000000;
	float: left;
	margin-right: 15px;
}
.bordosotto {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
.dodicipixelnopad {
	text-align: justify;
	font-size: 12px;
	line-height:22px;
}
.marron {
	color: #A1572E;
	font-size: 13px;
}
.azzurro {
	color: #049FB6;
	font-size: 13px;
}
.arancio {
	color: #F9844A;
	font-size: 13px;
}
.nerochiaro {
	color: #382E25;
	font-size: 13px;
}
.undicipixelinterlinea {
	font-size: 11px;
	color: #333333;
	line-height: 60%;
}
.bordonofloat {

	border: 1px solid #000000;
	float: left;
	margin-right: 15px;
}

.change_language {
	width:300px;
	text-align:right;	
}

.change_language a{
	text-decoration:none;
	color:#02428C;
	font-size:10px;
}

.change_language a:hover{
	background:none;
}

.sfondobordato {
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.sfondobordatosotto {
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}

.sfondogrigio {

	color: #CCCCCC;
	background-color: #333333;
}
.textfieldricerca {
	width: 65px;
	height:14px;
	line-height:14px;
	font-size: 11px;
	color: #FF6600;
	border: 1px solid #999999;
	vertical-align: text-bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.textfieldlogin {
	height:14px;
	width: 100px;
	line-height:14px;
	font-size: 10px;
	color:#003366;
	border: 1px solid #333333;
	vertical-align: text-bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#content .float {
	float: left;
	margin-right: 20px;
}

div#content .float2 {
	float: left;
	margin: 10px;
	border: 1px solid #666666;
}

div#content div.freschiDiStampa
{
	height:170px;
}

/***********************************************************************************************/

div#content table.homepage td
{
	width:50%;
	text-align: justify;
	line-height:18px;
	padding: 10px;
	vertical-align: top;
}

div#content table.homepage td.categorie
{
	font-size:11px;
	color:#666;
	line-height: 17px;
}

div#content table.homepage td img.icon
{
	float:left;
	margin-right:10px;
	margin-top:10px;
}

/***********************************************************************************************/

div#content table.principale {
	margin-left:30px;
	margin-top:0px;
	width:90%;
	margin-bottom:20px;
}

div#content table.principaleSubheader {
	margin-left: 30px;
	margin-top:0px;
	width:90%;
	margin-bottom:0px;
}

div#content table.principale b{
	
}

div#content p.prezzo{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	padding: 0px;
	padding-bottom: 5px;
	margin:0px;
}

div#content table.principale select.selectLunga{
	width:300px;
}

div#content table.principale td.pulsante
{
	background:#E9DFDA;
	text-align:right;
	padding:5px;
	border:1px dotted #663300;
}

div#content table.principale td.aiuto
{
	text-align:justify;
	font-size:11px;
	color:#865F57;
	padding:5px;
	border:1px dotted #006699;
}

div#content table.principale td.main
{
	height:20px;
}

div#content table.principale td.navigazione,
div#content table.principale td.navigazione a.pageResults u
{
	text-align:left;
	font-size:11px;
	color:#000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#content table.principale td.navigazione a:hover
{
	background:#EEF2EF;
}

div#content table.principale td.indirizzoPrimario
{
	color:#003399;
}

div#content table.principale td.indirizzo
{
	height:30px;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	color:#003399;
}

div#content table.principale td.voceModulo
{
	height:30px;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	color:#990000;
}

div#content table.principale td.voceCosto
{
	height:30px;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	color:#003399;
	background:#F7F4F4;
}

div#content table.principale td.voceCosto#costo
{
	width:10px;
	padding-left:5px;
}

div#content table.principale td.voceProdotto
{
	height:30px;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
	color:#003399;
}

div#content table.principale td.voceProdotto#quantita
{
	width:25px;
}

div#content table.principale#nomargin
{
	margin-bottom:0px;
}

div#content table.principale td.indirizzo a
{
	
}

div#content table.principale#left
{
	float:left;
	width:44%;
	border-right:1px #666666 dotted;
	border-right-width: 1px;
}

div#content table.principale#left td
{
	padding-right:20px;
}

div#content table.principale#right
{
	width:42%;
	margin-left:20px;
	padding-left:10px;
}

div#content table.principale th
{
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	padding-right:10px;
}

div#content table.principale td#elimina
{
	text-align:center;
	border-bottom:1px solid #CCCCCC;
	height:50px;
}

div#content table.principale td#titolo
{
	border-bottom:1px solid #CCCCCC;
	height:50px;
}

div#content table.principale td#prezzo
{
	border-bottom:1px solid #CCCCCC;
	height:50px;
}

div#content table.principale td#quantita
{
	border-bottom:1px solid #CCCCCC;
	height:50px;
}

span.inputRequirement { 
	
	font-size: 11px; 
	line-height: 14px;
	color: #ff0000; 
	margin-left:30px;
	font-family:"Trebuchet MS";
}

td span.inputRequirement{
	margin-left:0px;
} 

div#content a.acquista {
	color: #FF3300;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

/***********************************************************************************************/

div#footer
{
	height: 20px;
	color:#FFF;
	background-color: #02428C;
	padding-left: 5px;
	padding-right: 5px;
	line-height:20px;
	clear: both;
}

div#footer table 
{
	width:100%;
}

div#footer table td.languages
{
	text-align:right;
}