/* Style cart
------------------------------------------*/
h1#cart_title {
width:auto; 
padding-left:42px; 
line-height:32px;
height:32px;
color:#000;   /*violet color theme*/
background:transparent url(cart/cart-logo.png) left center no-repeat;
margin-bottom:15px;
}
/* Style prices
-------------------*/
#sale{
margin-left:11px;
}
form#form_buy {
width:98%; 
border:1px solid #CC33CC;   /*violet color theme*/
background-color:#dedede;   /*violet color theme*/
margin:20px 0 20px 0; 
}    
div#cart_add { 
float:left;   
width:50%;  
padding:0 5px 0 5px; 
line-height:33px;
height:auto;
min-height:66px !important;
background-color:#efe;  /*violet color theme*/
cursor:pointer;
}
div#cart_add div.prices,
div#cart_add div.quantity,
div#cart_add div.extra {
width:100%; 
font-weight:bold; 
} 
div#cart_submit { 
text-align:center;
float:left;
width:45%;
line-height:66px;
height:auto;
min-height:66px !important;
}   
div#cart_submit #add-cart {
width:80%;
padding:4px 4px 4px 20px;
margin-top:15px;
background:#fff url(cart/cart_add.gif) center left no-repeat;  /*violet color theme*/
color:#333; /*violet color theme*/
cursor: pointer;
}
.cart-info {
padding:2px 2px 2px 25px; 
background:url(cart/info.png) center left no-repeat;  /*violet color theme*/
}
form#frmCart, form#frmBuy { 
width:100%;
}  
table#cart { 
margin:0 auto;
text-align:left;
width:98%;
border-collapse:collapse;
border:1px solid #FF33CC;  /*violet color theme*/
background:#fff;   /*violet color theme*/
color:#333; /*violet color theme*/
}
table#cart th {
width:auto;
color:#fff;   /*violet color theme*/
background:#FF33CC;   /*violet color theme*/
text-align:left;
white-space:nowrap; 
font-size:12px;
}
table#cart th,
table#cart td {
padding:5px 5px;
text-align:center;
}
table#cart td {
margin:0;
font-size:10px;
border-top:1px solid #ccc;  /*violet color theme*/
}
table#cart .pimage {
width:54px;
padding:4px;
}
table#cart .item_name {
text-align:left;
}
table#cart td.item_name span{
font-size:9px;
}
table#cart td input.qty {
text-align:center;
margin:0 auto;
width:28px;
font-size:12px;
}
table#cart td.price {
white-space:nowrap; 
font-size:11px;
}
table#cart td.subprice {
text-align:right;
font-weight:bold;
color:#CC3366;    /*violet color theme*/
white-space:nowrap; 
}
table#cart td.subprice span.sale {
font-size:12px !important;
}
table#cart td.subtitle {
color:#333;  /*violet color theme*/
}
table#cart tr.odd {
background:#ffC9C9; /*violet color theme*/
}           
table#cart tr.total_price td {
font-weight:bold;
color:#CC3366;   /*violet color theme*/
font-size:13px;            
border-top:1px dashed #CC3366;    /*violet color theme*/
}
div#cart_navigacion { 
margin-top:20px;
margin-bottom:20px; 
text-align:center;
margin:0 auto;
}       
input#cart_update { 
width:80%;
padding:4px 4px 4px 20px;
margin-top:15px;
background-image:url(cart/refresh.gif);  /*violet color theme*/
background-repeat: no-repeat;
background-position: left center;
cursor: pointer;
}     
input#cart_checkout { 
width:185px;
padding:4px 20px 4px 4px;
margin-top:15px;
background-image:url(cart/go.gif);  /*violet color theme*/
background-repeat: no-repeat;
background-position: right center;
cursor: pointer;
}
input#cart_checkout_complete { 
width:225px;
padding:4px 20px 4px 4px;
margin-top:15px;
background-image:url(cart/go.gif);  /*violet color theme*/
background-repeat: no-repeat;
background-position: right center;
cursor: pointer;
}
input#cart_reset { 
width:185px;
padding:4px 4px 4px 20px;
margin-top:15px;
background-image:url(cart/refresh.gif);  /*violet color theme*/
background-repeat: no-repeat;
background-position: left center;
cursor: pointer;
}
input#cart_shopping { 
width:185px;
padding:4px 4px 4px 20px;
margin-top:15px;
background-image:url(cart/back.gif);  /*violet color theme*/
background-repeat: no-repeat;
background-position: left center;
cursor: pointer;
} 
input#cart-buy-paypal {  
width:298px;
height:32px; 
margin-top:15px;
color:#003366;
font-weight:bold;
border:0;
cursor:pointer;
padding:0 0 0 35px;
background:transparent url(cart/paypal.png) center center no-repeat;  /*violet color theme*/
cursor: pointer;
} 
table.resume {
margin:0 auto;
text-align:left;
font-size:12px;
width:98%;
border-collapse:collapse;
background:#efefef;  /*violet color theme*/
margin-bottom:20px;
}
table.resume th {
width:auto;
color:#fff;   /*violet color theme*/
background:#FF33CC;   /*violet color theme*/
text-align:left;
white-space:nowrap; 
font-size:13px;
line-height:20px;
padding:4px;
}
table.resume td {
vertical-align: top;
padding:5px 5px;
text-align:center;
line-height:23px;
}
table.resume td.item_name span{
font-size:9px;
}
table.resume th#sub {
text-align:right;
}
table.resume td.sub {
text-align:right;
}
table.resume td {
margin:0;
color:#000;
}
table.resume td a {
color:#000000;  /*violet color theme*/
}
table.resume td a:hover {
text-decoration:underline;
}
table.resume tr.odd {
background:#dedede;  /*violet color theme*/
}
table.resume td.odd {
background:#dedede;  /*violet color theme*/
}
table.resume .item_name {
text-align:left;
margin-top:0;
}
table.resume tr.subprice td {
text-align:right;
font-weight:bold;
border-top:1px dashed #000000;  /*violet color theme*/
background:#fff;  /*violet color theme*/
}
table.resume td.sub span.sale {
font-size:12px !important;
font-weight:bold;
}
table.resume tr.total_price {
background:#fff;  /*violet color theme*/
}
table.resume tr.total_price td {
text-align:right;
font-weight:bold;
color:#000000;  /*violet color theme*/
font-size:13px;
border-top:1px dashed #000000;  /*violet color theme*/
}
table.resume tr.discount td {
text-align:right;
font-weight:bold;
color:#ff0000;   /*violet color theme*/
background:#fff;  /*violet color theme*/
border-top:1px dashed #ff0000;  /*violet color theme*/
border-bottom:1px dashed #ff0000;  /*violet color theme*/
}
.loader {
padding:0 4px 0 24px;
background:url(cart/spinner.gif) center left no-repeat;
}
/* Navigazione checkout
----------------------------------*/
div#nav_cart {
margin-bottom:15px;
}
/* checkout steps */
div#nav_cart ol {
height:47px;
list-style:none;
margin:10px 10px 0;
text-align:left;
padding:0;
background:url('cart/checkout_line.gif') repeat-x 0 8px;
}
div#nav_cart li {
float:left;
line-height:120%;
width:65px;
color:#999999;  /*violet color theme*/
font-size:90%;
text-align:center;
margin-right:6%;
height:47px;
background:#fff url(cart/nav-cart-background.png) 0 0 repeat;  /*violet color theme*/
}
div#nav_cart li span {
font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif;
display:block;
font-size:170%;
font-weight:bold;
margin-bottom:5px;
margin-top:2px;
}
div#nav_cart li.current,
div#nav_cart li.current a {
color:#000;  /*violet color theme*/
cursor:default; 
}
div#nav_cart li a {
display:block;
width:auto;
height:30px;
color:#999999;   /*violet color theme*/
text-decoration:none;
}
div#nav_cart li a:hover {  
color:#333; /*violet color theme*/
} 
/* Iscrizione newsletter
--------------------------------*/
div#cssform div.interlinea span#subscribe_letter {
color:#ddd;  /*violet color theme*/
font-weight:bold;
line-height:30px;
}
