﻿#paneLeft
{
    width: 585px;
    /*width: 65%;*/
    float: left;
    padding: 2px;
    clear: none;
}

#paneRight
{
    width: 387px;
    /*width: auto;*/
    display: inline;
    padding: 2px;
    float: right;
    text-align: left;
    clear: none;
}

/* Recently Posted Ads Widget */

#RecentlyPostedAdsHolder
{
    border: solid thin #dedede;
    margin: 0.5em 0em;
    padding: 0.5em;
    position: relative;
}

#RecentlyPostedAds
{
    margin: 0px;
    padding: 0em;
    list-style: none;
}

.AdPanel
{
    margin: 0.1em;
    padding: 0.5em;    
    border: solid 1px #ffffff;    /* IE6 : border: solid thin transparent;*/
}

.Highlight
{
    border: solid 1px #cccccc;  /* IE6 : border: solid 1px #cccccc; */
    background-color: #eeeeee;
}

.Highlight a.AdDetail:Link, .Highlight a.AdDetail:Visited, .Highlight a.Detail:Active
{
    background-color: transparent;
}

.AdPanel .AdpHeader
{
    /*background-image: url('Images/BgRecentAdPanel.jpg');*/
    border-bottom: dotted 1px #dddddd;
    background-repeat: repeat-x;
    padding: 5px 0px;
    font-size: small;
    white-space: break-word;
    font-weight: normal;
}

.AdPanel .AdpHeader a:link, 
.AdPanel .AdpHeader a:visited, 
.AdPanel .AdpHeader a:active
{
    color: #000099;
    font-size: larger;
}

.AdPanel .AdpHeader a:hover
{
    color: #ff6600;
}

.AdPanel .AdDemographics
{
    font-size: xx-small;
}

.AdPanel .AdpBody
{
    background-color: Transparent;
    padding: 10px 0px;
    font-size: smaller;
    clear: both;
}

.AdPanel .AdpFooter
{
    border-top: dotted 1px #999999;
    padding: 4px 0x;    
    font-size: xx-small;
}

.AdPanel .AdpFooter *
{
    font-size: x-small;
}

/* Popular Ads Widget */

#PopularAdsHolder
{
    border: solid 1px #dddddd;
    margin: 0.5em 0em;
    padding: 0.5em;
    position: relative;
    width: auto;
}

#PopularAds 
{
    font-size: x-small;
    list-style-position: outside;
    margin: 0.5em 0em;    
}

#PopularAds li
{
    color: #16387c;
    font-size: x-small;
    line-height: 1.5em;        
}

#PopularAds li a
{
    font-size: x-small;
}

/* Search Widget */

#SearchWidgetHolder
{
    padding: 0;
    margin: 0.5em auto;
}

#SearchWidget
{
    height: 40px;
    margin: 0.5em auto;
    padding: 1em 1em 1em 2em;
    /* IE6: background-color: #f0f0f0; Commented out due to problem with IE6 */
    border: solid thin #e8e8e8;
}

html>body #SearchWidgetHolder #SearchWidget, html>body #SearchPanelHolder #SearchWidget
{
    background-color: #f0f0f0;
}

.SearchBox
{
    width: 80%;
    font-size: larger;
    font-family: Arial;
    border: solid 1px #999999; /* IE6: border: solid thin #999999; */
    padding: 0.15em;
}

.SearchButton
{
    padding: 0.15em;
    font-size: medium;
    margin: auto;
    border: auto;
    width: 15%;
    background: auto;
}

/* Ad Services Widget */
#AdServicesHolder
{
    padding: 0.5em;
    margin: 0.5em auto;
    border: solid 1px #dddddd;
    position: relative;
}

/* Ad Categories Widget */
#AdCategoriesHolder
{
    width: auto;
    margin: 0.5em 0em;
    padding: 0.5em;    
    border: solid 1px #dddddd;
    position: relative;
}

#AdCategories
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#AdCategories li
{
    display: inline;
    margin: 0;
    padding: 0;    
}

#AdCategories li a
{
    font-size: x-small;
}

/* Ad Zones */
#AdZone1
{
    text-align: center;
    margin: auto;
}

.standardHolder
{
    padding: 0.5em;
    border: solid thin #dddddd;
    margin: 0.5em 0em;
}
