﻿#Neverland
{
 position: absolute;
 top: -10000px;
}
#shoppingcontent
{
     float: left;
     width: 875px;   
     padding: 0 20px 20px;
     background-color: #fff;
     display: inline;
     margin-left: 20px;
}
#shoppingcontent h2
{
     font-size: 18px;
     color: #d90008;
     font-family: Tahoma;
}
#shoppingcontent p
{
     font-size: 12px;
     color: #d90008;
     font-family: Tahoma;
}
#CartSummary
{
    float: left;
    clear: both;
}
.botcontinueshopping
{
    background: url(images/build/bots/bot-continueshopping.gif);
    width: 182px;
    height: 25px;
    border: none;
    display: block;
    cursor: pointer;
}
.botproceed
{
    background: url(images/build/bots/bot-proceedtocheckout.gif);
    width: 185px;
    height: 25px;
    border: none;
    display: block;
    cursor: pointer;
}
.botUpdate
{
    background: url(images/build/bots/bot-update.gif);
    width: 83px;
    height: 25px;
    border: none;
    display: block;
    cursor: pointer;
}
.borderline
{
    border: solid 1px #000;
}
.cartHeader
{
    width: 100%;
    color: #fff;
    background-color: #939393;
}
.cartItems
{
    color: #000;
    font-family: Tahoma;
    font-size: 12px;
}
.cartItems img
{
    margin-top: 20px;
}
.cartItems td
{
    vertical-align: middle;
}
.cartHeader td
{
    padding: 5px;
    vertical-align: middle;
}
.cartHeader a
{
    color: #000;
}
#shoppingcartheaderbox
{
    float: left;
    width: 100%;
}
#schLeftcol1
{
     width: 550px;
     height: 80px;
     float: left;
     margin: 0 25px 0 0;
}
#schLeftcol2
{
     width: 300px;
     height: 80px;
     float: left;
     margin: 0 0 0 0;
     font-family: Tahoma;
}
#schLeftcol2 a
{
    color: #000;
    font-family: Tahoma;
    font-size: 12px;
}
.scbotleft
{
     width: 690px;
     height: 80px;
     margin-top: 20px;
     float: left;
}
.scbotright
{
     height: 80px;
     float: left;
     margin-top: 20px;
}




