table.cartInfoDisplayTable {
    border: 1px solid #FF6D8F;
}

td.cartInfoDisplayTableHeader {
    background-color: #FF6D8F;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #FF6D8F;
}


a.resetLocation {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

a.resetLocation:hover {
    color: #000;
    text-decoration: underline;
}



td.cartHeader {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    /*border-bottom: 1px solid #000;*/
    background-color: #FF6D8F;    
    padding: 3px 10px 3px 3px;
    text-align: center;
}

td.cartHeaderDes {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    background-color: #FF6D8F;
    padding: 3px 10px 3px 3px;
}

td.cartItemDes {
    padding: 8px 0;
}

td.cartItem {
    padding: 8px 10px;
    text-align: center;
}

table.cartTable {
    width: 100%;
}


img.cartThumb {
    border: 1px solid #000;
    float: left;
    margin-right: 3px;
}

a.cartProductTitle {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

a.cartProductTitle:hover {
    color: #FE80A7;
}

a.removeItem {
    color: #FF6D8F;
    font-weight: bold;
    font-size: 11px;
    text-decoration: underline;
}

a.removeItem:hover {
    text-decoration: none;
}

#cutePointsTable {
    padding-top: 30px;
}

td.cutePoints {
    background-color: #FFC3E8;
    color: #FF3CAA;
}

.cartStockError {
    color: #FF0000;
    font-size: 11px;
    padding: 2px;
    margin: 0;
}

.cartError {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
}

#shippingCalculator {
    width: 100%;
    border-top: 1px dashed #A2A4A2;
    padding: 40px 0 10px 0;
}

#shippingEstimates {
    border-top: 1px dashed #A2A4A2;
    width: 100%;
}

#promotionArea {
    width: 100%;
    border-top: 1px dashed #A2A4A2;
    border-bottom: 1px dashed #A2A4A2;
    padding: 10px 0;
}

#cutePointsArea {
    width: 100%;
}

#cartError {
    background-color: #FFDAE4;
    border: 1px solid #FF6D8F;
    padding: 5px;
    margin-bottom: 20px;
}

#cartError2 {
    background-color: #FFDAE4;
    border: 1px solid #FF6D8F;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}


td.promotionArea {
   border-top: 1px dashed #A2A4A2;
    font-size: 12px;
    padding: 20px 0 10px 0;
}