
BODY
{
}

div.PostalCode 
{
    position: absolute; 
    z-index: 100; 
    padding: 1px; 
    padding-top: 0px; 
    border: 1px solid #000000; 
    background-color: #ff7533; 
    cursor: pointer; 
    font-family: Verdana; 
    font-size: 10px;
}

div.PostalCode:hover 
{
    background-color: #cccccc;
}

div.ResellerList 
{
    padding: 15px 20px 5px 20px; 
    margin: 20px 0px 0px 0px; 
    background: #c1cedc url(/pub_docs/images/ContentBoxBg.gif) top left repeat-x; 
    width: 697px; 
    border: 1px solid #000000; 
}

div.ResellerList a
{
    text-decoration: underline;
}

div.ResellerList a:hover
{
    color: #ff7533;
}

div.ResellerList table 
{
    padding: 0px; 
    margin: 0px; 
    border-collapse:collapse;
    margin-top: 15px;
}

div.ResellerList table.ResellerChainList 
{
    padding: 0px; 
    margin: 0px 0px 5px 0px; 
    border-collapse:collapse;
}

div.ResellerList table.DefaultMessage td
{
    padding-top: 10px;
    line-height: 1.3em;
}
                                
div.ResellerList td 
{
    padding-left: 15px;
    padding-right: 15px; 
    padding-top: 5px; 
    padding-bottom: 10px; 
    border: 0px solid #033878; 
    background: #eef1f5;
    line-height: 1.5em;
    color: #000000;
}

div.ResellerList table.ResellerChainList td
{
    padding: 3px; 
    background: #ffffff;
}

div.ResellerList td.StoreName 
{
    font-size: 12px; 
    font-weight: bold; 
    padding-top: 10px; 
    padding-bottom: 0px;
}

div.ResellerList td.Categories
{
    padding-top: 0px; 
    padding-bottom: 5px;
}

div.ResellerList td.OpeningHours
{
    padding-top: 0px; 
    padding-bottom: 5px;
}

div.ResellerList td.StoreFooter
{
    padding-top: 0px; 
    padding-bottom: 5px;
    font-size: 0px;
}

div.ResellerList td.StoreSpacer 
{
    padding-top: 15px;
    padding-bottom: 0px; 
    background: #c1cedc;
    font-size: 0px;
}

div.ResellerList img.LogoImage
{
    border: 1px solid black; 
}

div.ResellerList strong 
{
    color: #3c5676;
}

div.ResellerList div.MapLink
{
    margin: 2px 0px 0px 0px;
    border: 1px solid black;
}

div.ResellerList a.MapLink
{
    display: block;
    padding: 0px 0px 1px 0px;
    background: #cbd3dd url(/pub_docs/images/grey_button_bg.gif) repeat-x;
    border: 1px solid white;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: normal;
}

div.ResellerList a.MapLink:hover
{
    text-decoration: none;
    color: #ffffff;
}

.ResellerCodeHeadline 
{
    display: block; 
    font-size: 15px; 
    font-weight: bold; 
    padding-bottom: 5px; 
    border-bottom: 0px solid #eef1f5;
}

table.ResellerChainList a
{
    display: block;
    margin: 0px 20px 0px 20px;
}


.CheckboxTable
{
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

.CheckboxTable td
{
    padding: 0px 5px 0px 0px;
    margin: 0px;
}

.InfoBox
{
    padding: 5px; 
    color: #333; 
    background: #eef1f5; 
    border: 1px solid #999999; 
    position: absolute; 
    top: 50px; 
    left: 575px; 
    width: 152px; 
    font-size: 11px; 
    font-family: Arial; 
    line-height: 13px;
}

.InfoBox b
{
    font-size: 11px; 
    font-family: Arial; 
    line-height: 13px;
}

.InfoBox p
{
    font-size: 11px; 
    font-family: Arial; 
    line-height: 13px;
    margin: 0px 0px 8px 0px;
}