body {
	background-color: Blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	margin: 10px 0px 0px 10px;
}

form {
	font-family:verdana;
	margin:0;
	padding:0;
}

table {
	font-family: verdana;
	font-size: 10px;
	border-color: #ffffff;
	background-color: White;
}

a {
	color:#215B8D;
	text-decoration:underline;
}

#tblHeader {
	width: 750px;
	height: 111px;
	text-align: center;
	border: 5px solid White;
	margin-bottom: 10px;
	border-top-width: 3px;
}

#tblMenu {
	width:750px;
	background-color:#FFFFFF;
	border: 5px solid #0052FF;
}

#tblMenuVoices {
	font-family:Arial;
	font-size:12px;
	color:#003E57;
	width:100%;
	height:21px;
}

#tblMenuVoices td {
	text-align:center;
}

#tblMenuVoices a {
	color:#003E57;
	text-decoration:none;
}

#tblMenuVoices a:hover {
	text-decoration:underline;
}

select {
	font-family:verdana;
	font-size:10px;
	color:#003E57;
}

#tblContents {
	width:770px;
	height:70%;
	margin-bottom:2px;
}

#tblContents .sxColumn {
	font-family:Arial;
	background-color:#98BCE0;
	padding:10px 0 10px 0;
}

#tblContents .mdColumn {
	
}

#tblContents .dxColumn {
	font-family:Arial;
}

#tblFooter {
	background-color: #0052FF;
	border: 5px solid White;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding: 10px;
	width: 760px;
}

div.menusxvoice {
	height:20px;
	padding-left:10px;
	background-repeat:repeat-x;
	font-size:10px;
	font-weight:bold;
	vertical-align:middle;
	border-bottom:1px dotted #C8C8C8;
}

div.menusxselectedvoice {
	height:20px;
	padding-left:10px;
	background-color:#CFE3EE;
	font-size:10px;
	font-weight:bold;
	vertical-align:middle;
	border-bottom:1px dotted #C8C8C8;
}

div.menusxvoice a {
	text-decoration:none;
}

div.menusxvoice a:hover {
	text-decoration:underline;
}

div.menusxselectedvoice a {
	text-decoration:none;
}

div.menusxselectedvoice a:hover {
	text-decoration:underline;
}



input {
	font-family:Arial;
	font-size:10px;
}

input.attention {
	font-family:Arial;
	font-size:10px;
	color:#FF4200;
}

input.safe {
	font-family:Arial;
	font-size:10px;
	color:green;
}

input.textbox {
	font-family:Arial;
	font-size:10px;
	border:2px solid #003E57;
	width:75;
}

input.qttextbox {
	font-family:Arial;
	font-size:10px;
	border:2px solid #003E57;
	width:75;
}

textarea {
	font-family:Arial;
	font-size:10px;
}

#divContent {
	margin: 0 0px 10px 0px;
	width: 750px;
	border: 5px solid White;
	background-color: #FFFFFF;
}

#divContent table.container {
	border: 5px solid #0052FF;
	width: 100%;
}

#divContent table.container td.title{
	font-family: Impact;
	font-size: 14px;
	color: White;
	/*padding-left: 10px;*/
	vertical-align: top;
	font-weight: normal;
	background-color: #0052FF;
	border-bottom: 5px solid #0052FF;
}

#divContent table.container td.container {
	padding: 5px;
}

#divContent table.container td.content img {
	border:1px solid #003E57;
	margin-left:10px;
}

#divContent table.container td.filler {
	height:12px;
}

#divContent table.subContainer {
	margin:0px 10px 20px 10px;
	font-size:10px;
}

#divContent table.subContainer td.title{
	font-family: Impact;
	font-size: 14px;
	color: White;
	padding-left: 10px;
	vertical-align: top;
	font-weight: normal;
	background-color: #0052FF;
}

#divContent table.subContainer td.content {
/*	background-color:#C8DAE8;*/
}

#divContent table.subContainer td.filler{
	width:100%;
	height:10px;
}

hr {
	border:1px solid #81BB8A;
	height:1px;
}

table.prodotto {
	margin:5px 0 5px 0;
	width:100%;
	/*background-color:#B6CCD7;*/
}

table.prodotto img {
	border:1px solid #FF4200;
	margin:5px 0 5px 0;
	width:100%;
}

table.prodotto div.titolo {
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
}

table.prodotto div.prezzo {
	margin-top:5px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
}

table.prodotto span.normal {
	font-size:10px;
	font-weight:normal;
}

table.prodotto div.prezzo span.barrato {
	font-size:18px;
	font-weight:bold;
	color:gray;
	text-decoration:line-through;
}

table.prodotto div.prezzo span.scontato {
	font-size:18px;
	font-weight:bold;
	color:#FF4200;
}

table.prodotto div.carrello {
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}

table.prodotto div.attributi {
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
}

table.prodotto div.disponibile {
	margin-top:5px;
	margin-bottom:5px;
}

table.prodotto div.disponibile span.elevata {
	color:green;
}

table.prodotto div.disponibile span.normale {
	color:#003E57;
}

table.prodotto div.disponibile span.nessuna {
	color:#FF4200;
}

table.prodotto div.extra {
	margin-top:5px;
	margin-bottom:5px;
}

table.prodotto img {
	margin:0px;
}

table.prodotto tr.header {
	background-color:#98BCE0;
}

table.prodotto span.barrato {
	color:gray;
	text-decoration:line-through;
}

table.prodotto span.scontato {
	color:#FF4200;
}

table.prodotto span.elevata {
	color:green;
}

table.prodotto span.normale {
	color:#003E57;
}

table.prodotto span.nessuna {
	color:#FF4200;
}

table.carrello {
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
}

table.carrello td {
	text-align:center;
	border-bottom:1px dotted #003E57;
}

table.carrello td.totale {
	background-color:#003E57;
	color:white;
	font-weight:bold;
}

table.carrello td.descrizione {
	text-align:left;
}


table.carrello tr.header {
	background-color:#003E57;
	color:white;
	font-weight:bold;
	border-top:0;
}

table.carrello tr.header td{
	border-bottom:0;
	vertical-align:bottom;
}

table.carrello a {
	font-weight:bold;
	text-decoration:none;
}

table.carrello a:hover {
	text-decoration:underline;
}

div.totaleordine {
	text-align:right;
	color:#FF4200;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}

div.totale {
	text-align:right;
	color:#FF4200;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}

div.spedizione {
	text-align:right;
	color:#003E57;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}

table.iva {
	border-collapse:collapse;
	font-weight:bold;
	margin-top:10px;
}

table.iva tr.header {
	background-color:#003E57;
	color:white;
}

table.iva tr.last td {
	border-bottom:1px dotted #FF4200;
}

table.registrazione {
	border-collapse:collapse;
	margin-top:10px;
	width:100%;
}

table.formdata {
	border-collapse:collapse;
	margin:10px;
	background-color:#F1F1E7;
	width:100%;
}

table.statoOrdini {
	width:100%;
	margin-top:10px;
}

table.statoOrdini tr.header td {
	background-color:#003E57;
	color:white;
	font-weight:bold;
	border-top:0;
}

table.statoOrdini td span.attention {
	color:#FF4200;
	font-weight:bold;
}

table.statoOrdini td span.safe {
	color:green;
	font-weight:bold;
}

table.statoOrdini td a {
	text-decoration:none;
}

table.statoOrdini td a:hover {
	text-decoration:underline;
}

table.viewOrder {
	width:100%;
	margin-top:0.5cm;
	margin-bottom:0.5cm;
}

table.viewOrder tr.header td {
	background-color:#003E57;
	color:white;
	font-weight:bold;
	border-top:0;
}

div.viewOrderContainer {
	width:15cm;
}

div.merchant {
	margin:10px 10px 0 10px;
}

div.merchant span.nome {
	font-size:14px;
	font-weight:bold;
}

div.merchant p {
	margin:5px 0 0 0;
	font-size:10px;
	text-align:justify;
}

div.merchant p.contatti {
	margin-top:20px;
}

div.merchant img.logo {
	/*border:1px solid #FF4200;*/
}

div.merchant img.thumb {
	border:1px solid #003E57;
}

a.link1 {
	color:#FF4200;
	text-decoration:none;
}

a.link1:hover {
	color:#FF4200;
	text-decoration:underline;
}

a.link2 {
	color:#003E57;
	text-decoration:none;
}

a.link2:hover {
	color:#FF4200;
	text-decoration:none;
}

