/* 
    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; }
table.product_list { width: 100% }
table.product_list td img { width: 50px; border: 1px solid #f0f0f0; }
table.product_list td img.preview {width: 16px; height: 16px}
table.product_list input.delete { width: 14px; height: 14px; background: url('cms/delete-from-cart.png') left bottom no-repeat; }
table.product_list input.delete:hover { background-position: left top; }
table.product_list tfoot td { background: #D7E8B6 ; }

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 }

.hurt_cart .inpCont { width: 66px; float: left; height: 24px; text-align: center; padding: 0 0 0 0;  }
.hurt_cart .const { float: right; padding: 4px 4px 0 4px; }
.inpCont input[type=text] { width: 28px; border-radius: 0; padding: 0 4px 0 0; margin: 0 0 0 0; height: 20px; border: 1px solid #aaa; display: block; float: left; }
.inpCont input[type=button].minus { display: block; float: left; padding: 0 0 0 0; line-height: 22px; width:16px; height: 22px; background: url('cms/button-minus.gif') no-repeat top center; }
.inpCont input[type=button].plus { display: block; float: left; padding: 0 0 0 0; line-height: 22px; width:16px; height: 22px; background: url('cms/button-plus.gif') no-repeat top center; }
.inpCont input[type=button].minus:hover, input[type=button].plus:hover { width:16px; background-position: bottom center; }

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

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