
/* Shipping */
#shipping{
    display: block;
    width: 95%;
    padding: 10px;
    background-color: #E9EFF5;
    margin-left: 10px;
    overflow: auto;
}
#shipping ul{
    list-style:none;
    margin-left:auto;
    /*margin-right:*/
}
#shipping ul li{
    margin-left:-40px;
    text-align:center;
}
#shipping ul li ul{
    list-style:none;
    width:900px;
    clear:both;
    height:62px;
    background-color:#D8E5F4;
    text-align:center;
}
#shipping ul li ul li{
    float:left;
    margin-left:0px;
}

/* Detail page shipping styles*/
#shipping table{
    font-size:12px;
}
#shipping table td{
    min-width: 40px;
}
#shipping table td.airmail{
    background-color:#5381B9;
    color:#FFF;
    padding:5px;
    text-align:left;
    clear:right;
    width:404px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #D0D8E1;
    border-right-color: #D0D8E1;
    border-bottom-color: #D0D8E1;
    border-left-color: #D0D8E1;
}
#shipping table td.ems{
    background-color:#9DC1ED;
    color:#FFF;
    padding:5px;
    text-align:left;
    margin-left:255px;
    width:357px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D0D8E1;
    border-right-color: #D0D8E1;
    border-bottom-color: #D0D8E1;
    border-left-color: #D0D8E1;
}
#shipping table td.today{
    border: 1px solid #D0D8E1;
    padding:5px;
    background-color:#ECECEC;
    margin-left:-40px;
    height:50px;
    text-align:center;

}
#shipping table td.deliverytxt{
    height:50px;
    width:227px;
    text-align:center;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #D0D8E1;
    border-right-color: #D0D8E1;
    border-bottom-color: #D0D8E1;
    border-left-color: #D0D8E1;
    height:35px;
    padding:5px;
    background-color: #d8e5f4;}
#shipping table td.calentry{
    padding:5px;
    background-color:#ECECEC;
    height:50px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #D0D8E1;
    border-right-color: #D0D8E1;
    border-bottom-color: #D0D8E1;
    border-left-color: #D0D8E1;
    width:35px;
    color:#FFF;
    text-align:center;
}
#shipping table td.color3{
    background-color:#5381B9;
}
#shipping table td.color2{
    background-color:#6B9DDA;
}
#shipping table td.color1{
    background-color:#9DC1ED;
}
/* End detail page shipping styles*/


