/*
 * Styles applied to featured ads.  Customize this file and SAVE A COPY ON YOUR LOCAL MACHINE
 * so you don't lose your work from upgrades.
 */

/* image in the widget, if images are enabled */
.widget_thumbshow {
    float: left;
    margin-right: 10px;
    width: 80px;
}

/* list item in the widget */
.featured_ad_item { 
    background-color: #e6ffff !important;
    clear: both;
    padding: 5px 5px 0 5px;
}

/* widget title class */
#awpcp_featured_ads_widget_title, #awpcp_featured_ads_widget_title .widget-title {
    color: #ff0000;
}

/* wrapper class around individual featured ads, seen when people are browsing the list of ads */
.awpcp_featured_ad_wrapper {
    background: #FFFFFF;
    border: 2px solid #0097cf !important;

    /* IF you want to insert a backround image, then use the following line of CSS: */
    /* Uncomment it, change the image name, then put your image in the featured ads plugin directory */
    /* or just uncomment it to use the default light green background color in the default image */

    /* background: url("path/to/background/image.jpg") repeat scroll 0 0 transparent;*/
}
