/* 
    Document   : account
    Created on : 2012-04-18, 18:06:49
    Author     : tech-prog
    Description:
        Purpose of the stylesheet follows.
*/


/* Tables with listing values */
table tr.total td { font-size: 16px; font-weight: bold; color: #5C8607; }
.hurt_cart table.product_list { width: 100%; }
.hurt_cart table.product_list tr { width: 100% }
.hurt_cart table.product_list td img { width: 50px; border: 1px solid #f0f0f0; }
.hurt_cart table.product_list td img.preview {width: 16px; height: 16px;}
.hurt_cart table.product_list input.delete { width: 32px; height: 32px;}
.hurt_cart table.product_list tfoot td { background-color: #D7E8B6; }
.hurt_cart table.product_list thead td { background-color: #B9B9B7; }

div.sort a.desc { padding-right: 14px; background: url('../images/arrows-sort.png') no-repeat top right }
div.sort a.asc { padding-right: 14px; background: url('../images/arrows-sort.png') no-repeat bottom right }

.cart_content ul { list-style-type: none; margin: 0 0 0 0; padding: 4px 0 4px 0 }
.cart_content ul li { line-height: 18px; padding: 0 0 0 0; margin: 0 0 0 0 }
.cart_content ul.treeview { margin: 1px 0 1px 0 }
.cart_content ul.treeview li { line-height: 18px; padding: 4px 4px 4px 16px; margin: 0 0 0 0 }
.cart_content ul.treeview > li.selected > a { color: #5C8607 }

input[type=button].minus { padding: 0 0 0 0; line-height: 32px; width: 32px; height: 32px; background: url('cms/button-minus.gif') no-repeat top center; }
input[type=button].plus { padding: 0 0 0 0; line-height: 32px; width: 32px; height: 32px; background: url('cms/button-plus.gif') no-repeat top center; }

input.clear_cart {float:right; margin-top: 15px}

div.hurt_cart td.quant input.quantity {margin: 0;}
div.hurt_cart td.quant {width: 140px; }
div.hurt_cart td.quant div.const {line-height: 32px; }