/* CLASSIFIED PAGES */

.category
{
    width: 165px;
    height: 20px;
    background-image: url(../images/classified/puple_back.png);
    background-repeat: no-repeat;
    background-color: #1e1e1e;
    color: #fff;
}

.cat_more_details
{
    text-align: right;
    width: 100%;
    height: auto;
    cursor: pointer;
    background-color: #7B2A8B;
    color: #fff;
}

.classified_table
{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

a.more_classified
{
    display: block;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
}

.classified_details_table
{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.contact_options
{
    float: left;
    width: 120px;
    height: auto;
}

.contact_methods
{
    width: 220px;
    height: auto;
    float: right;
}

.edit_contact_methods
{
    width: 350px;
    height: auto;
    float: right;
}

.classified_thumbs
{
    float: right;
    width: 62%;
    height: auto;
}

.classified_title_holder
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.classified_title
{
    color: #666666;
    font-weight: bold;
}

.classified_date
{
    width: 200px;
}

.gallery
{
    width: 100%;
    height: auto;
    min-height: 300px;
}

/* ADVERTISEMENT PAGE */

ul.ads_costs
{
    padding: 10px 0px 0px 10px;
}

/* PAYMENT PAGE */

#payment_table
{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

#payment_img
{
    width: 230px;
    height: auto;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.payment_thumbs
{
    width: 230px;
    height: auto;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#payment_details_table
{
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.payment_title
{
    color: #7B2A8B;
    font-weight: bold;
    font-size: 13px;
}

.payment_label
{
    color: #7B2A8B;
}

#currency_message
{
    text-indent: 80px;
}

