#cartHeader
{
    border-bottom:1px dotted #ccc;
    padding-bottom:10px;
    height:50px;
    margin-bottom:10px;
}

#shoppingcartlogo
{
    background:url(../images/shoppingcartlogo.png) no-repeat;/*../images/shoppingcartlogo.png*/
    width:250px;
    height:50px;
    float:left;
}

#shoppingsetp
{
    background:url(../images/shopping_step_flow.gif) no-repeat;
    height:32px;
    width:680px;
    float:left;
}

.shoppingsetp
{
    background:url(../images/shopping_step_flow.gif) no-repeat;
    height:32px;
    width:680px;
    float:left;
}

.setp2
{
    background-position:0 -32px;
}

.setp3
{
    background-position:0 -64px;
}

.setp4
{
    background-position:0 -96px;
}

#bank_receipt
{
    background:url(../images/bank_receipt.jpg) no-repeat;
    float:left; width:220px; height:400px;
}



#carthelp
{
    width:680px;
    padding-top:5px;
    text-align:right;
}

.shopping-cart-alert
{
    background:url(../images/shoppingcart_icon.png) no-repeat;/*../images/shoppingcart_icon.png*/
    padding-left:180px;
    height:140px;
    padding-top:30px;
    margin-left:100px;
    margin-top:30px;
}

.shopping-cart-alert h3
{
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}

.shopping-cart-alert p
{
    line-height:24px;
}

.shopping-cart-alert p a
{
    text-decoration:underline;
}

.cartList
{
    padding-top:10px;
    text-align:center;
    position:relative;
}

.cartList img
{
    width:50px;
    margin:2px;
}

#tablecart
{
    width:700px;
    text-align:center;
    margin:0 auto;
}     

#tablecart tr td
{
    height:30px;
}  

#goodsInfos
{
    
}

#btnGotoBuy
{
    border:none;
    background:url(../images/bg_btn_gotobuy.gif);
    vertical-align:middle;
    cursor:pointer;
    width:107px;
    height:34px;
}

#btnCheckout
{
    border:none;
    background:url(../images/bg_btn_gotocheck.gif);
    vertical-align:middle;
    cursor:pointer;
    width:107px;
    height:33px;
}

#orderToolbar
{
    text-align:center;
    padding:30px;
    padding-left:320px;
    
}
#orderToolbar ul
{
}

#orderToolbar ul li
{
    float:left;
    padding:0 30px;
   
}

#onloading
{
    background-color:#f00;
    position:absolute;
    left:130px;
    top:10px;
    display:none;
}
#onloading p
{
    padding:5px 10px;
    color:Yellow;
}