﻿/*--------------------------------------------------------------------------

Firetext - View Cart Style Sheet

Version:	    1.0
Author:		    Springnet Media
Author URL:	    http://www.springnet.co.uk


*** Last Modify Date: 24/03/2010 ( Daniel ) ***

--------------------------------------------------------------------------

div#googlecart-widget-control { display: inline; margin: 0; padding: 0; line-height: 1; height: 12px; }
div#googlecart-widget-control div#googlecart-widget-body { border: 0; background: transparent; }

div#googlecart-widget-control #googlecart-checkout-button,
#googlecart-widget-emptymessage { display: none; }

div#googlecart-widget-control td.googlecart-widget-footertext { width: 0; overflow: hidden; display: none; }*/



div#googlecart-widget-control *
{
    display: block !important;
    position: relative !important;
    float: left !important;
    clear: both !important;
}

.googlecart-override, .override
{
    height: auto !important;
    float: left !important;
    clear: both !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.googlecart-override #googlecart-widget-body
{
    visibility: visible !important;
    display: block !important;
    height: 100px !important;
    width: auto !important;
    margin: 0 0 10px 0 !important;
    border: 0 !important;
    overflow: visible !important;
}
#googlecart-widget-head
{
    height: 0 !important;
    visibility: hidden !important;
    display: none !important;
    line-height: 0 !important;
}


#googlecart-widget-spacer,
#googlecart-widget-spacer #googlecart-widget
{
    width: 645px !important;
    overflow: hidden !important;
}


/* Table */

table#cart-items *  
{
    font-family: "Droid Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif !important; 
    font-weight: normal !important; 
}

table#cart-items { width: 645px; margin-left: -10px !important; }
body table#cart-items .googlecart-widget-removed-message { font-weight: bold !important; }
table#cart-items colgroup { width: 645px; }

table#cart-items colgroup col.qty { width: 55px; }
table#cart-items colgroup col.item { width: 500px; }
table#cart-items colgroup col.price { width: 90px; }

table#cart-items thead { width: 645px; font-size: 0.81em; }
table#cart-items thead th  
{
    font-size: 1.05em; 
    text-align: left !important; 
    font-weight: bold !important; 
    color: #575757;
}

table#cart-items thead th.qty { width: 30px; padding: 0 5px 12px 10px; }
table#cart-items thead th.item { width: 500px; padding: 0 0 12px 0; }
table#cart-items thead th.price { text-align: right !important; width: 79px; padding: 0 11px 12px 0; }

table#cart-items tbody tr { }
table#cart-items tbody tr td { }


/* Google Cart Generated Table */

table#cart-items tbody tr td table * { font-size: 0.95em !important; }
table#cart-items tbody tr td table     
{
    border-bottom: 1px solid #ddd !important; 
    padding: 0 0 5px 0 !important; 
}

table#cart-items tbody tr td table tbody {  }
table#cart-items tbody tr td table tbody tr {  }

table#cart-items tbody tr td table tbody tr td { padding-bottom: 10px !important; }

table#cart-items tbody tr td table tbody tr td div.googlecart-widget-price  
{
    color: #575757 !important;
}
table#cart-items tbody tr td table tbody tr td input.googlecart-widget-quantity-box,
table#cart-items tbody tr td input#qty  
{
    border: 1px solid #ddd !important; 
    color: #575757 !important;
    background: #fff;
    padding: 1px 3px !important;
    width: 34px;
}


table#cart-items tbody tr td table tbody tr td a,
table#cart-items tbody tr td table tbody tr td div.googlecart-widget-remove { color: #888 !important; text-transform: capitalize !important; }

table#cart-items tbody tr td table tbody tr td div.googlecart-widget-remove  
{
    font-size: 0.81em !important;
    background: url(/resources/img/buttons/remove.gif) 0 8px no-repeat;
    padding: 4px 0 0 16px;
}

table#cart-items tbody tr td table tbody tr td div.googlecart-widget-restore      
{
    font-size: 0.81em !important;
    background: url(/resources/img/buttons/undo.gif) 0 8px no-repeat;
    padding: 4px 0 0 16px;
    color: #575757;
}  


table#cart-items tbody tr td table tbody tr td a:hover,
table#cart-items tbody tr td table tbody tr td div.googlecart-widget-remove:hover,
table#cart-items tbody tr td table tbody tr td div.googlecart-widget-restore:hover { color: #cf3e0c !important; text-decoration: none !important; }

table#cart-items tbody tr td table tbody tr td.googlecart-widget-image-column  
{
    display: none !important; 
    padding: 0 !important; 
    width: 0 !important; 
    height: 0 !important;
}

table#cart-items tbody tr td table tbody tr.googlecart-widget-item  
{
    border: 0 !important;
}

table#cart-items tbody tr td table tbody tr.googlecart-widget-price-column { position: relative; }
table#cart-items tbody tr td table tbody tr.googlecart-widget-price-column div.googlecart-widget-restore  
{
    position: relative;
}

.googlecart-widget-restore { }

table#cart-items tbody tr td table tbody tr td.googlecart-widget-details-column { padding: 0.4em 0 0.4em 6px !important; }

table#cart-items tbody tr td div#googlecart-widget-foot table { }
table#cart-items tbody tr td div#googlecart-widget-foot table tbody { }
table#cart-items tbody tr td div#googlecart-widget-foot table tbody tr { }
table#cart-items tbody tr td div#googlecart-widget-foot table tbody tr td { padding: 5px 0 0 0 !important; }
table#cart-items tbody tr td div#googlecart-widget-foot table tbody tr td span.googlecart-widget-totalmessage { font-size: 1em !important; }

table#cart-items #googlecart-widget-emptymessage { color: #DF3A00; font-weight: bold !important; text-align: center; }

/* Freeform */

body.view-cart div.freeform
{
    padding: 0 0 6px 0;
}

#cart-items{
    font-size: 0.81em;
}

#cart-items a{
    color: #888 !important;
}

table#cart-items tbody tr td input#qty  {
    margin-left: 7px;
}

table#cart-items tbody tr td div.price{
    text-align: right;
}

ul#checkout-options{
    font-size: 0.81em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-top: 10px;
    color: #888;
    list-style-type: none;
}

ul#checkout-options li{
    padding: 5px 0 5px 0;
}

#checkout-options select{
border: none !important;
width: 200px;
}

#checkout-options label{
}

span.select-span{
    border: 1px solid #ddd;
    padding: 2px 3px 1px 2px;
    display: block;
    width: 200px;
    color: #888;
    margin-top: 5px;
}

#checkout-options div.checkout-options-insurance{
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div.checkout-option-insurance-code {
    padding-bottom: 10px;   
}

div.checkout-option-insurance-code input{
    border: 1px solid #ddd;
    padding: 4px 3px 4px 2px;
    display: block;
    width: 200px;
    color: #888;
}

#submit{
    float: right;
    padding-top: 25px;
}

ul#pricing{
    list-style-type: none;
    padding: 10px 0;
    font-size: 0.9em;
    color: #888;
}

li.pricing{
    padding: 5px 0;
}

li#shipping-total, li#grand-total{
    font-size: 110%;
}

input.radio{
    vertical-align:middle;
}

input#discount-code{
    border: 1px solid #DDD !important;
    color: #575757 !important;
    background: white;
    padding: 5px 3px !important;
    width: 200px;
}

input#discount-submit{
    background: url(/resources/img/buttons/small_button.gif) 0 0 no-repeat !important;
    border: none;
    width: 64px !important;
    height: 30px !important;
    color: #7e7e7e !important;
    font-size: 0.89em !important;
    padding: 1px 2px 3px 12px !important;
    margin: 6px 0 0 0 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

span.pricing-label{
    width: 150px;
    display: inline-block;
}
