.shopping-cart
{
    width:920px;
    margin:auto;
}
.shopping-cart img.itemImage
{
    width:90px;
    float:left;
}

.shopping-cart .cartItem
{
    margin-bottom: 10px;
    width: 917px;
}

.shopping-cart .cartBundleItem
{
    margin-bottom: 10px;
    padding-left:20px;
}


.cartItem .bottom{
    width:917px;
    height:7px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/grey_footer.png');
    background-repeat:no-repeat;
    font-size:1px;
}

.cartItem .cartBundleItem .bottom{
    width:870px;
    height:7px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/grey_footer.png');
    background-repeat:no-repeat;
    font-size:1px;
}

.cartItem .cartBundleItem .top{
    width:870px;
    height:5px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/grey_header.png');
    background-repeat:no-repeat;
    font-size:1px;
}


.cartItem .top{
    width:917px;
    height:5px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/grey_header.png');
    background-repeat:no-repeat;
    font-size:1px;
}

.cartItem .itemPrice
{
    text-align :right;
    float:right;
}

.cartItem .itemEventPrice
{
    float:right;
    padding-right:15px;
}

.cartItem .cartBundleItem .itemPrice
{
    text-align :left;
    padding-right:5px;
}

.cartItem .cartBundleItem .itemEventPrice
{
    float:right;
    padding-right:5px;
}


.cartItem .itemEventTitle
{
    float:left;
}

.cartItem .itemContent td
{
    padding-left:5px;
}
.cartItem .inputTextNo
{
    width:10px;
    margin-top:-2px;
}


.shopping-cart table td {
    empty-cells:block;
}


.content h2 {
    color:#104773;
    font-size:20px;
    margin-bottom:3px;
}

.TopSection {
    border:1px solid #cfccc2;
    background-color: #efebd9;
    padding:15px 20px;
    margin-bottom:12px;
}

.TopSection th {
    text-align:left;
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    color:#14681a;
    padding-bottom: 8px;
}


.elements td {
    padding:2px; 
}

.section {
    background-color:#f0f0f0;
    padding-bottom:0px;
}

.section td.itemContent
{
    padding: 10px;
    padding-bottom:0px
}

.section div.itemHeader{
    height:24px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/grey_header.png');
    color:#104773;
    font-size:12px;
    font-family:verdana;
    padding:10px 15px 0px 15px;
    font-weight:bold;
}

.section .itemProductHeader div.quantity
{
    float:left;
    width:100px;
}

.section .itemProductHeader div.itemTitle
{
    width:430px;   
    float:left;
}

.section .itemMembershipHeader div.itemTitle
{
    width:530px;   
    float:left;
}

.section .itemBundleHeader div.itemTitle
{
    width:530px;   
    float:left;
}

.section .itemEventHeader div.itemTitle
{
    width:530px;
    float:left;
}

.section div.itemTitleProduct
{
    width:616px;
}

.section th, .sectionTitle .mainHeader  {
    font-family:Verdana;
    font-weight:bold;
    font-size:13px;
    padding:3px;  
    color:#4c4c4c;
}
.sectionTitle .mainHeader {
    padding-bottom:5px;
}

.section td.itemContent
{
    padding: 10px;
    padding-bottom:0px
}

.section tr.itemHeader{
    height:29px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/grey_header.png');
    color:#104773;
    font-size:12px;
    font-family:verdana;
    padding:10px 15px 0px 15px;
    font-weight:bold;
}

.section td.itemTitle
{
    padding-left:20px;
}
.section td.itemTitleProduct
{
    padding-left:20px;
    width:750px;
}
.section td.item
{
    padding-top:7px;
}

.section td.label {
    text-align:left;
    padding-left:20px;
}

.elements h4
{
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left:20px;
}

.section .elements
{
    width:100%;
}

.section .elements .quantity {
    padding-left:0px;
    padding-right:0px;
    font-size:11px;
    font-weight: normal;
    text-align:center;
}

.quantity .fieldInput {
    width:30px;
    font-size: 11px;
    text-align: right;
}

.section .noHorizPadding {
    padding-left:0px;
    padding-right:0px;
}

.section .noPadding{
    padding:0px;
}

.optionsPrice, .optionsQuantity {
    text-align:right;
}

.optionsPrice
{
    font-weight:bold;    
}

.optionsAddOns
{
   text-align:left;
}

.optionsQuantity {
    text-align:center;
}

.options td {
    padding-left:5px;
}

.wholeCartPromotion
{
    font-weight: bold;
    color: #D16F1A;
    padding-top:5px;
    padding-bottom:5px;
}

.quantityCtrl div, .quantityCtrl img
{
    float:left;
}

.quantityCtrl img
{
    padding-left:5px;
    padding-right:5px;
}

.quantityCtrl div
{
    padding-top:1px;
}

#qtPanel
{
    padding-top:0px;
}

.quantityCtrl .price
{
    width:16px;
    text-align: center;
}

.quantityCtrl .minusLoader
{
    background:url("../../images/shoppingcart/minusAjaxLoader.gif") no-repeat 0px 3px;
    width:16px;
    height:14px;
}

.quantityCtrl .plusLoader
{
    background:url("../../images/shoppingcart/plusAjaxLoader.gif") no-repeat 0px 3px;
    width:16px;
    height:14px;
}


