@CHARSET "UTF-8";

/* Store Cart */

/**************************************************
 * Col 1
 *************************************************/

#main #col1 {
    width: 360px;
    float: right;
    overflow: hidden;
}

/**************************************************
 * Col 3
 *************************************************/

#main #col3 {
    margin-right: 360px;
    margin-left: 0px;
}

#col3_content {
    width: 600px;
}

.box350_content,
.box600_content {
    margin: 10px;
}

#cartTable {
    width: 100%;
    margin: 20px 0;
    vertical-align: top;
}

/*
 * thead  
 */

#cartTable th {
    background: #efefef;
    padding: 5px;
}

th.remove, th.pos, th.quantity, th.title, th.price {
    border-right: 1px solid #fff;
}

th.remove {
    width: 20px;
}

th.pos {
    width: 30px;
}

th.quantity {
    width: 45px;
}

th.price,
th.total {
    width: 80px;
}

/*
 * tbody  
 */
td.remove, td.pos, td.quantityAdd, td.title, td.price {
    border-right: 1px solid #efefef;
}

td.pos, td.quantity, td.title, td.price, td.total {
    padding: 5px;
}

td.remove {
    width: 20px;
    padding: 4px;
}

td.quantity {
    width: 15px;
    text-align: center;
}

td.quantityAdd,
td.quantityReduce {
    width: 10px;
    padding-top: 4px;
}

td.quantityReduce {
    text-align: right;
}

td.noProducts {
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

td.pos {
    width: 30px;
}

td.price,
td.total {
    width: 80px;
    text-align: right;
}

#shipping {
    float: left;
    width: 50%;
    margin-top: 8px;
}

#shipping a#shippingCosts {
    display: block;
    text-decoration: underline;
}

#amountTable {
    padding-top: 5px;
    margin-bottom: 10px; 
    float: right;
}

#amountTable td {
    vertical-align: top;
    font-weight: bold;
    padding: 2px 5px;
}
    
#amountTable .value {
    text-align: right;
    width: 80px;
}

.toCheckout {
    margin: 20px 0 0 80px;
    width: 190px;
}

.toCheckout a {
    text-align: center;
    width: 120px;
}

.goShopping {
    margin-top: 20px;
    font-size: 14px;
}


/* box */

.box, .box_bottom, .box_top, .box_top2 {
    background: transparent url('/local/image/cm/boxes/css_box.png') no-repeat bottom right;
}

.box {
    margin: 0px auto 20px auto;
    padding-right: 5px;
    position: relative;
}

.box_top {
    background-position: top right; margin-right: -5px;
    padding-right: 5px;
}

.box_top .box_top2 {
    background-position: top left;
    margin: 0;
    border: 0;
    padding: 4px 5px 0px 10px;
    height: auto !important;
    overflow: hidden;
}

.box_bottom {
    background-position: bottom left;
    margin-right: 0px;
    padding: 0px 0px 8px 5px;
    overflow: hidden;
}

/* general measures */
.box_half { width: 50%; }
.box_2third { width: 66%; }
.box_third { width: 33%; }

.box_bottom_content,
.box_top_content {
  margin: 10px 0;
}

/* buttons */

/*
 * Form Buttons
 */

form.payment_button,
span.button,
div.button {
    padding: 0 0 0 3px;
    margin: 0 5px 0 0;
    display: table;
    background: url('/local/image/cm/buttons/button_green.png') repeat-x scroll top left;
}

span.button_grey,
div.button_grey {
    padding: 0 0 0 3px;
    margin: 0 5px 0 0;
    display: table;
    background: url('/local/image/cm/buttons/button_grey.png') repeat-x scroll top left;
}

form.payment_button:active,
span.button:active,
div.button:active {
    background: url('/local/image/cm/buttons/button_green.png') repeat-x scroll bottom left;
}

span.button_grey:active,
div.button_grey:active {
    background: url('/local/image/cm/buttons/button_grey.png') repeat-x scroll bottom left;
}

form.payment_button input[type="submit"],
span.button input {
    background: url('/local/image/cm/buttons/button_green.png') repeat-y scroll top right;
    border: 0px solid;
    margin: 0 -5px 0 0;
    height: 30px;
    padding: 0 30px 0 27px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    width: auto;
}

span.button_grey input {
    background: url('/local/image/cm/buttons/button_grey.png') repeat-y scroll top right;
    border: 0px solid;
    margin: 0 -5px 0 0;
    height: 30px;
    padding: 0 30px 0 27px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    width: auto;
}

form.payment_button input[type="submit"]:active,
span.button input:active {
    background: url('/local/image/cm/buttons/button_green.png') repeat-y scroll bottom right;
}

span.button_grey input:active {
    background: url('/local/image/cm/buttons/button_grey.png') repeat-y scroll bottom right;
}

div.button a,
span.button a {
    background: url('/local/image/cm/buttons/button_green.png') no-repeat scroll top right;
    margin: 0 0 0 5px;
    padding: 9px 30px 11px 25px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 11px;
    font-size: 11px;
    line-height: 11px;
}

div.button_grey a,
span.button_grey a {
    background: url('/local/image/cm/buttons/button_grey.png') no-repeat scroll top right;
    margin: 0 0 0 5px;
    padding: 9px 30px 11px 25px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 11px;
    font-size: 11px;
    line-height: 11px;
}

div.button a:hover,
span.button a:hover,
div.button_grey a:hover,
span.button_grey a:hover {
    color: #fff;
    text-decoration: none;
}

div.button a:active,
span.button a:active {
    background: url('/local/image/cm/buttons/button_green.png') repeat-y scroll bottom right;
}

div.button_grey a:active,
span.button_grey a:active {
    background: url('/local/image/cm/buttons/button_grey.png') repeat-y scroll bottom right;
}

span.button img,
span.button_grey img {
    border-width: 0;
    margin: 0;
}
