﻿.mybasket
{
    color: #FFFFFF; 
    margin-right: 10px;
}
.basketthrobber
{
    width:100%;
    height: 100%;
    background-color: #FFFFFF ;
    opacity: 0.8 !important;
    position: absolute;
    background-image: url('/images/throbber.gif');
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.basketcontainer
{
    width: 300px;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    -moz-box-shadow: 2px 2px 11px #ccc;
    -webkit-box-shadow: 2px 2px 11px #ccc;
    box-shadow: 2px 2px 11px #ccc; 
    /*font-size: 0.8215em;*/
    display: none;
    position:fixed;
    z-index: 100;
    top: 1px;
    
}
.basketheader
{
    background-image: url('../images/basket_top.png');
    background-repeat: no-repeat;
    padding: 15px 10px 9px 10px;
    font-size: 16px;
}
.basketitems
{
    background-image: url('../images/basket_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff;
}
.basketpathcontainer
{
    padding: 10px 10px 0px 15px;
}
.basketpathlabel
{
    
    width: 72px;
    float: left;
    font-weight: bold;
   
}
.basketpathtext
{
    width: 165px;
    float: right;
    padding-bottom: 10px;
}
.basketlabel
{
    font-weight: bold;
    
}
.basketpadder
{
    padding-bottom: 10px;
    float: left;
}
.basketdivider
{
    width: 300px;
    height: 1px;
    background: white url('../images/basket_line.png') no-repeat scroll center;
    clear: both;
}
.basketpricecontainer
{
    width: 30%;
    float: right;
    text-align: right;
}
.basketpricetotalcontainer
{
    width: 30%;
    float: right;
    text-align: right;
    font-size: 16px;
}
.baskettotal
{
    padding-bottom: 10px;
    font-size: 16px;
}
.basketbottomrowcontainer
{
    background-image: url('/Images/basket_bottom.png');
    background-repeat: no-repeat;
    padding: 10px 20px 0 15px;
    background-color: #fff;
}
.basketmiddlerowcontainer
{
    padding: 10px 20px 5px 15px;
}

.basketbottom-viewbasket-wrapper {
    margin: 5px 0;
}

.basketmiddlerowcontainer .error
{
    color: #CC0000;
}

.basketmiddlerowcontainer .errormessage
{
    background-color: #FAE5E5;
    border: 1px solid #CC0000;
    color: #CC0000;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
}

.basketfloater
{
    float: left;
}

.middlerowcontainer
{
    float: left;
}

.basketproducttext
{
    padding-bottom: 10px;
    width: 180px;
}

.basket-subproducttext 
{
    display: none;    
}

.basket-remove-wrapper 
{
    margin-top: 5px;
}

.basket-btn-remove-item
{
    background-image:url(../images/buttons/gry-remove-items.gif);
    width:141px;
    height:17px;
    border:0
}
.basket-btn-update-quantity
{
    background-image:url(../images/buttons/gry-update-quantities.gif);
    width:112px;
    height:17px;
    border:0
}