#shopping-cart{
    /*position:absolute; top:10px; right:10px; z-index:100;*/
    position: relative;
    float: left;
    width: 0;
    overflow: visible;
}

#cartInfo {

    width: 60px;
    background: #EFF1F4 url(../img/shop/basket.png) no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: #6e6e6e;
    text-shadow: 1px 1px 0 #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 0px rgba(0,0,0,.20), 0 1px 0 #fff;
    -moz-box-shadow: inset 0 0 1px 0px rgba(0,0,0,.20), 0 1px 0 #fff;
    box-shadow: inset 0 0 1px 0px rgba(0,0,0,.20), 0 1px 0 #fff;
    padding: 7px 8px 6px 33px;
    line-height: 18px;
    position: relative;
    top: 0px;
    margin-left: 30px;
    cursor: pointer;
    -webkit-transition: background-color .2s linear;
}





/******************************
CARTVIEW
******************************/

.cartview table{
    width: 100%;
    border-bottom:1px solid #ccc;
}

.cartview th{
    text-align:left;
    border-bottom: 1px solid #ccc;
}
.cartview td{

}
.cartview .item-thumb,
.cartview .item-name{}
.cartview .item-quantity,
.cartview .item-quantity input{}
.cartview .item-price,
.cartview .item-subtotal{}




/******************************
ORDERFORM
******************************/
#orderForm .item-name{}
#orderForm .item-quantity{}
#orderForm .item-price,
#orderForm .item-total{}
#orderForm > .error{}