﻿#cart
{
    float: left;
    width: 955px;
}

#cart h2 
{
    color: #1d1d1f;
    margin: 0.4em 0;
}

#cart img.small-banner 
{
    margin: 0 0 6px;
}

#cart h1.page-title
{
    position: absolute;
    left: 40px;
    top: -1.7em;
}

#cart #content-top {
	width: 955px;
	float: left;
	background: url(../images/global/cart/bg-content-top.png) no-repeat 0 0;
    position: relative;
}

#cart #content {
	width: 955px;
	background: url(../images/global/cart/bg-content-mid.png) repeat-y 0 0;
	min-height: 140px;
    margin: 8px 0 0;
    padding: 0 0 10px;
}

#cart #content-bot {
	width: 955px;
	height: 8px;
	float: left;
	background: url(../images/global/cart/bg-content-bot.png) no-repeat 0 0;
}

#cart #inner-content 
{
    float: left;
    width: 875px;
    margin: 5px 40px 0;
}

#cart table.cart-item
{
    width: 800px;
}

#cart table.cart-item th 
{
    background-color: #1d1d1f;
    color: #fff;
    font-size: 1em;
    padding: 12px 0;
}

#cart table.cart-item td 
{
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #1d1d1f;
}

#cart table.cart-item td.img 
{
    width: 44px;
    vertical-align: top;
}

#cart table.cart-item td.img img 
{
    border: 2px solid #1d1d1f;
    width: 40px;
}

#cart table.cart-item td.description 
{
    padding-top: 0;
    width: 275px;
}

#cart table.cart-item td.description p {
    display: block;
    float: left;
    margin: 0;
}

#cart table.cart-item td.description p.product-name {

    font-weight: bold;
    font-size: 1.1em;
}

#cart table.cart-item td.description p.code {
    clear: both;
    color: #b2b2b2;
    font-size: 0.8em;
}

#cart table.cart-item td.description p.colour {
}

#cart table.cart-item td.size 
{
    text-align: center;
    width: 54px;
}

#cart table.cart-item td.quantity 
{
    text-align: center;
    width: 180px;
}

#cart table.cart-item td.quantity select 
{
    border: 1px solid #1d1d1f;
    width: 50px;
    float: left;
    margin: 0 0 0 20px;
}

#cart table.cart-item td.remove 
{
    text-align: center;
    width: 109px;
}

#cart table.cart-item td.remove input, #cart table.cart-item input.btn-update  
{
    border: 0;
    background: none;
    cursor: pointer;
    display :block;
    font-size: 1em;
    margin: 0 0 0 30px;
    text-decoration: underline;
}

#cart table.cart-item input.btn-update
{
    float: left;
    margin: 0 0 0 15px;
}

#cart table.cart-item td.remove input:hover, #cart table.cart-item input.btn-update input:hover
{
    text-decoration: none;
}

#cart table.cart-item td.price 
{
    padding-right: 17px;
    text-align: right;
    width: 116px;
}

#cart table.cart-item tr.footer table
{
    width: 175px;
    margin-left: 55px;
}

#cart table.cart-item tr.footer table td 
{
    border: 0;
    padding: 8px 0;
}

#cart table.cart-item tr.no-border td.hdr-cost
{
    font-weight: bold;
}

#cart table.cart-item tr.no-border td.cost 
{
    text-align: right;
}

#cart table.cart-item tr.no-border td.hdr-total
{
    font-weight: bold;
    font-size: 1.4em;
}

#cart table.cart-item tr.no-border td.total 
{
    text-align: right;
    font-weight: bold;
    font-size: 1.4em;
}

#cart table.store_userDetails td
{
    width: 140px;
}

#cart table.store_userDetails input 
{
    font-size: 1em;
    padding: 2px;
}

#cart table.store_userDetails td.user-input
{
    width: 230px;
}

#cart table.store_userDetails td.user-input input
{
    width: 200px;
}

#cart table.store_userDetails td.checkbox input
{
    margin-right: 3px;
    width: 20px;
}

#cart input.button 
{
    border: 1px solid #1d1d1f;
    background: none;
    background-color: #1c1c1c;
    cursor: pointer;
    display :block;
    font-size: 1em;
    color: #fff;
    padding: 4px;
}

/*=receipt*/
#receipt 
{
    float: left;
    width: 540px;
}

#receipt h4 
{
    width: 100%;
    margin: 10px 0;
    float: left;
}

#receipt .notify {
    float: left;
    margin-bottom: 10px;
    width: 540px;
}

#receipt td {
    border-bottom: 1px solid #1d1d1f;
    padding: 8px 0;
    text-align: right;
    width: 100px;
}

#receipt td.item-details {
    text-align: left;
    width: 430px;
    padding-right: 10px;
}

#receipt td.total {
    font-weight: bold;
}


#receipt .cart, #receipt .list {
    clear: both;
    float: left;
}

#receipt .list {
    border-bottom: 1px solid #1d1d1f;
    padding-bottom: 15px;
    width: 100%;
}

#receipt .list p {
    clear: both;
    float: left;
    margin-bottom: 0.5em;
}

#receipt .list label.lbl {
    float: left;
    padding-right: 15px;
    width: 176px;
}

#receipt .list span {
    width: auto;
}


#receipt .list.delivery span {
    width: auto;
    float: left;
}