/*  @@@ Basket @@@  */

img.cart_img { vertical-align: middle; margin: 0px 5px;  }

div#basket_wrapper { }

div#basket_table_wrapper { padding: 10px 0px 0px 0px; }

table#basket_table td {
    vertical-align: middle;
    padding: 3px 0px 3px 0px;
}

th.center, td.center { text-align: center; }

tr.cartheader {
    color: #ffffff;
    font-size: 12px;
    background: #317ba6;
}

table#basket_table th { background: url(../images/navmenu_lv_bg.gif); padding: 3px; }

table#basket_table tr.sectiontableentry1 td { background: #ffffff; }

table#basket_table tr.sectiontableentry2 td { background: #efefef; }

div#basket_table_wrapper input.inputbox { width: 40px; text-align: center; }

div.cartnav_wrapper { padding: 20px; }

a.back, a.back:visited, a.back:active {
	float: left;
	width: 130px;
    height: 18px;
    display: block;
    text-align: right;
    padding: 1px 0px 0px 0px;
    background: url(../images/back.png) top left no-repeat;
}

a.next, a.next:visited, a.next:active {
    width: 75px;
    height: 18px;
    float: right;
    display: block;
    padding: 1px 0px 0px 0px;
    background: url(../images/forward.png) top right no-repeat;
}

span.minp { float: right; color: #cd4f22; font-weight: bold; }

div#basket_wrapper div.inp { margin: 1px 10px 0px 0px;  }

div.coupon_wrapper div.inp_r { width: 150px; }




