﻿.ads
{
}

.ad
{
    margin-bottom: 0px;
}
.ad h2
{
    width: 220px;
    color: #3399cc;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
}

.ad p
{
    margin-top: 5px;
    width:220px;
    overflow:hidden;
}


.postAd div.imgHolder
{
    float: left;
    margin: 0px 8px 0px 0px;
}

.postAd > div > p > span
{
    color: #afafaf;
}


#myAds .ad
{
    float: left;
    width: 230px;
    margin: 0px 10px 50px 10px;
}


.adsLocator
{
    margin-top: 40px;
}
.adsLocator select
{
    width: 220px !important;
}

.adSTD
{
    background: white url('ADSAsideBG.png') no-repeat top;
    padding-top: 5px !important;
}
.adSTD .header
{
    padding-right:30px;
    height: 25px;
    font-weight: bold;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}


.adFBI
{
    background: white url('FBIAsideBG.png') no-repeat top;
    padding-top: 5px !important;
}
.adFBI .header
{
    padding-right:30px;
    height: 25px;
    font-weight: bold;
    overflow: hidden;
    margin: 0px;
}

.adFBIFound .header, .pFBIFound .postHeader strong.acc
{
    color: #006600;
}

.adFBILost .header, .pFBILost .postHeader strong.acc
{
    color: #da072f;
}

.petFBI .adFBI
{
    margin-left: 0px !important;
    padding-left: 10px;
}

.petFBI .adFBI .header
{
    padding: 0px;
}


.pAD .postHeader strong
{
    color: #3399cc;
    font-size: 14px;
}
#createAd .sect
{
    margin: 10px 0px 40px 0px;
}
#createAd .sect h2
{
    color: #afafaf;
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2;
    padding:0px 0px 3px 0px;
    margin: 0px 0px 15px 0px;
}

#createAd .adType ul li
{
    width: 235px;
    margin: 2px 4px;
    padding: 8px 4px;
    font-size: 14px;
    border: 1px solid white;
    cursor: pointer;
}
#createAd .adType ul li:hover, #createAd .selectPet ul li:hover
{
    border: 1px solid #cccccc;
}
#createAd .adType ul li.selected, .selectPet ul li.selected
{
    border: 1px solid #666666;
}
#createAd .adType ul li label
{
    padding: 0px 5px;
}
#createAd .adType ul li img
{
    float: right;
}


.selectPet ul li
{
    float: left;
    margin: 0px 5px;
    min-width: 95px;
    padding: 4px;
    font-size: 14px;
    border: 1px solid white;
    cursor: pointer;
}

.selectPet ul li img
{
    margin: 3px 0px 3px 20px;
}


#adPreviewAside
{
    width:250px;
    position:fixed;
    background-color:White;
}

.adPreviewLabel
{
    font-size:10px;
    padding:2px 15px;
    text-transform:uppercase;
}

.adInteresting
{
    background-color:#cccccc;
}


#ad-fields .field-validation-error, #ad-fields .field-validation-error span {
    margin-left: 30px;
    position: relative;
}

.ad.inactive, .ad.inactive .ad-title h2{
    color: #CCCCCC;
}

.ad.inactive .postActions .act-only{
    display: none;
}