﻿/*
#ctl00_cphContent_sCity *, #ctl00_cphContent_dCity *
{
    text-transform:capitalize;
    text-decoration:overline;
    color:red;
}
*/

p.PickupDeliveryHeaderLineHeight
{
    padding-top: 10px;
}

#PickUpDeliveryDefaultMainContent
{
    padding-top: 10px;
    width: 504px;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
}

table#PickupDeliveryPriceTable
{
    border: hidden;
    border-top: solid 1px black;
    border-right: solid 1px black;
    margin: 15px 0 30px -30px;
    font-size: 11px;
    font-weight: normal;
    text-align:left;
    width:540px;
}

#PickupDeliveryPriceTable td
{
    border-top: hidden;
    border-right: hidden;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
}

.tableHeader
{
    text-align:center;
    padding:6px 0 8px 0px;
}
.lightGrayCell
{
    background-color: #E2E2E2;
    padding:3px 0 2px 14px;
}
.FirstLightGrayCell
{
    background-color: #E2E2E2;
    padding:3px 0 2px 6px;
}
#lightGrayCell
{
    width:100px; 
    background-color: #E2E2E2;
}
#darkGrayCell
{
    background-color: #545454;
    color:white;
    width:154px;
    padding:0;
}
#yellowCell
{
    background-color: #F6C209;
    width:266px;
    padding:0;
}

.centerCell
{
    text-align:center;
}
