#topContent
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.cartHeader
{
    clear: both;
    padding-bottom: 10px;
}

.columnA
{
    width: 490px;
    padding-left: 20px;
    float: left;
}

.columnB
{
    width: 135px;
    float: left;
    text-align: center;
}

.productLine
{
    clear: both;
    padding-top: 15px;
    margin-top: 1px;
    padding-bottom: 15px;
    background-color: #f7f7f7;
}

.productLineAlt
{
    clear: both;
    padding-top: 15px;
    margin-top: 1px;
    padding-bottom: 15px;
    background-color: #f0f0f0;
}

.deleteBTN
{
    background-image: url(/images/deleteBTN.gif);
    width: 65px;
    height: 24px;
    border: 0;
    cursor: pointer;
}

.subTotal
{
    clear:both;
    margin-top:20px;
    text-align:right;
    padding-right:40px;
}

.subTotal div 
{
    width:100px;
    float:right;
    text-align:right;
}

.cartBTNs
{
    clear:both;
    margin-top:20px;
    padding-right:40px;
}

.cartBTNs div 
{
    width:178px;
    float:right;
    text-align:right;
}

.updateCartBTN
{
    width:168px;
    height:37px;
    border: 0;
    background-image:url(/images/updateCartBTN.gif);
    background-position:top center;
    cursor:pointer;
}

.updateCartBTN:hover
{
    background-position:bottom center;
}

.checkoutBTN
{
    width:156px;
    height:37px;
    border: 0;
    background-image:url(/images/checkoutBTN.gif);
    background-position:top center;
    cursor:pointer;
}

.checkoutBTN:hover
{
    background-position:bottom center;
}

.updateBedBTN
{
    width:103px;
    height:24px;
    border: 0;
    background-image:url(/images/btn_updateBed.gif);
    background-position:top center;
    cursor:pointer;
}

.scLineItem
{  
   
}

.buildABedButtons
{
    padding-top:8px;
}

.viewBedSpecsBTN
{
    background-image:url(/images/btn_bedSpecs.gif);
    background-position:top center;
    width:129px;
    height:24px;
    border: 0;
    cursor:pointer;
}

.closeBedSpecsBTN
{
    background-image:url(/images/btn_closeBedSpecs.gif);
    background-position:top center;
    width:129px;
    height:24px;
    border: 0;
    cursor:pointer;
}
