﻿.basketShipEstimateWrapper 
{
    background-color:#E6E6E6;
    float:left;
    width:40%;
    border:1px solid #CCC;
    padding:5px;
}

.shipAction 
{
    border:1px solid #CFCFCF;
    padding:2px;
    margin:2px;
    text-align:center;
}

.shipAction a 
{
    text-decoration:none;
    font-weight:normal;
    font-size:0.9em;
}

.shipAction:hover 
{
    background-color:#CFCFCF;
}

.couponRow 
{
    background-color:#E6E6E6;
    color:#000;
    font-weight:bold;
    text-align:right;
}

.couponRow td 
{
    padding:10px;
}

.couponRow .emText 
{
    font-size:1.2em;
}

.couponErr 
{
    color:#00A1ED;
    font-weight:bold;
    margin:10px;
    border:1px solid #00A1ED;
    padding:5px;
}