body {
	background-color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #C90910;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
} 
a:active  {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.class1 a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.class1 a:visited {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}
.class1 a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.class1 a:hover {
	text-decoration: underline; 
	font-weight: bold;
}
table.tabellaMenu {
	width: 800px;
	height: 50px;
}
table.tabellaRequest {
	width: 300px;
	font-size: 10px;
}
.error {
	color: #C90910;
	text-align: center;
}
table.tabellaGenerale {
	width: 800px;
}
.header {
	height: 107px;
	background-image: url(img/merch.jpg);
}
.menu {
	height: 80px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.promo {
	height: 75px;
	background-image: url(img/promo.jpg);
}
.preorder {
	height: 75px;
	background-image: url(img/preorder.jpg);
}
.preorderLoginError {
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #c93636;
}
.preorderOk {
	height: 75px;
}
.categoria {
	height: 30px;
}
.stillToOpen {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.tnxPurchase {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.menubottom {
	height: 40px;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
}
.credits {
	height: 20px;
	font-size: 9px;
	color: #AAAAAA;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
table .tabellaCartCont {
	width: 600px;
	font-size: 11px;
}
.title {
	font-weight: bold;
	text-align: center;
}
.totalAndSubtotal {
	background-color: #629262;
}
.itemList {
	background-color: #9a2f2f;
	padding-left: 5px;
	padding-right: 5px;
}
.itemListTd {
	padding-left: 5px;
	padding-right: 5px;
}
table.tabellaPreorder {
	width: 800px;
	height: 75px;
	font-size: 13px;
}
.login {
	width: 780px;
	color: #629262;
}
table.tabellaPromo {
	width: 800px;
	height: 75px;
	font-size: 13px;
}
table .tabellaCategoria {
	width: 800px;
	height: 30px;
}
.scegliCategoria {
	width: 300px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}
table .tabellaNegozio {
	width: 500px;
}
table .tabellaItem {
	width: 250px;
	font-size: 10px;
}
.item {
	height: 300px;
	background-image: url(img/box_new.jpg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
}
.available {
	width: 200px;
	text-align: center;
	color: #FFFFFF;
}
.notAvailable {
	width: 200px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.prezzo {
	width: 200px;
	text-align: center;
	font-weight: bold;
}
.noItems {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
table .tabellaCart {
	width: 300px;
}
.headerCart {
	text-align: center;
	height: 35px;
	font-size: 10px;
	font-weight: bold;
	background-image: url(img/cart_up_new.jpg);
}
.middleCart {
	background-image: url(img/cart_middle_new.jpg);
	background-repeat: repeat-y;
	font-size: 9px;
	font-weight: normal;	
}
.bottomCart {
	height: 35px;
	background-image: url(img/cart_down_new.jpg);
}
.help {
	text-align: center;
	height: 20px;
	font-size: 10px;
	font-weight: bold;	
}
table .tabellaHelp {
	width: 800px;
	font-size: 11px;
}
.headerHelp {
	text-align: center;
	font-weight: bold;
}
.question {
	font-weight: bold;
}
.text {
	text-align: justify;
}
table .tabellaContCart {
	width: 300px;
	font-size: 9px;
}
table .terms {
	width: 600px;
	font-size: 10px;
	font-weight: normal;
}
.euro {
	text-align: left;
	padding-left: 50px;
}
.zones {
	vertical-align: top;
	font-weight: bold;
}
/* BOTTONI */
.btn
{
   color:#993300;
   font-family: Helvetica, Verdana, Arial, sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#D0C4C4;
   border:1px solid;
   border-top-color:#bc7676;
   border-left-color:#bc7676;
   border-right-color:#8a3e3e;
   border-bottom-color:#8a3e3e;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
.btnhov
{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}
.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
    
    background-color:#FFFFFF;
}