/* Coupon Widget Common Styles */
div.coupon_widget {
    width: 305px;
    height: 265px;
    background: url("/img/widgets/background_coupon.png");
    border-top: solid 1px #ffffff;
}

div.coupon_widget a.title_link {
    display:block;
    height: 60px;
    width: 230px;
    margin: 0 auto 40px auto;
}

div.coupon_widget a.title_link span {
    display: none;
}

div.coupon_widget div.content {
    background: #ffffff;
    width: 280px;
    height: 130px;
    margin: 100px auto 0 auto;
    border: solid 1px black;
    overflow: auto;
}

div.coupon_widget div.content.after_title {
    margin-top: 5px;
}

div.coupon_widget div.content h3 {
    margin: 5px;
    border-bottom: solid 1px #cccccc;
}

div.coupon_widget div.content h3 a {
    color: #1f6789;
    text-decoration: none;
}

div.coupon_widget div.content address {
    margin: 5px 0 0 5px;
}

div.coupon_widget div.content h4 {
    font-size: 14px;
    margin: 5px;
}


div.coupon_widget div.content ul {
    margin: 0 0 0 20px;
}

div.coupon_widget div.footer {
    text-align: right;
    padding: 0 15px 0 0;
    background: none;
}

div.coupon_widget div.footer ul {
    margin: 5px 0 0 0;
    padding: 0;
}

div.coupon_widget div.footer ul li {
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0 0 0 7px;
}
div.coupon_widget div.footer a {
    color: #1f6789;
}

/* Specialized Half Price Deals */

div.coupon_widget.half_price_deals {
    background: url("/img/master/widgets/background_half_price_deals.png");
}

/* Custom for Coupon / Deal of the Day */
div.coupon_widget.deal_of_the_day {
    background: url("/img/widgets/background_coupon.png");
}

/* Marketplace Widget */
div.marketplace_widget {
    width: 305px;
    background: url("/img/master/widgets/background_marketplace.png");
    margin-bottom: 10px;
}

div.marketplace_widget div.top {
    height: 66px;
    background: url("/img/master/widgets/background_marketplace_top.png");
}

div.marketplace_widget div.bottom {
    height: 11px;
    background: url("/img/master/widgets/background_marketplace_bottom.png");
}

div.marketplace_widget h2, div.marketplace_widget h3 {
    margin: 0;
    padding: 0;
}

div.marketplace_widget h2 {
    font-size: 16px;
    color: #2b586d;
}

div.marketplace_widget h2.tagline {
    margin: 10px 0 0 0;
    text-align: center;
    font-style: italic;
}

div.marketplace_widget h2.tagline span.color_switch{
    color: #006600;
}

div.marketplace_widget h3.tagline {
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    margin-right: 20px;
}

div.marketplace_widget h2.form_header {
    margin: 0 0 0 26px;
}

div.marketplace_widget form {
    margin: 0;
    padding: 0 0 20px 0;
}

div.marketplace_widget form input.keyword_input {
    display: block;
    margin: 0 0 5px 25px;
    width: 250px;
}

div.marketplace_widget form div.row{
    margin-left: 25px
}

div.marketplace_widget form div.row select{
    width: 175px;
}

div.marketplace_widget form div.row input.submit_button{
    width: 75px;
}


/* Helpers for all Widgets */
a.print {
    background: url("/img/master/icons/print.gif") no-repeat top left;
    padding-left: 18px;
}

a.email {
    background: url("/img/master/icons/email.gif") no-repeat;
    background-position: 2px left;
    padding-left: 18px;
}

a.view {
    background: url("/img/master/icons/spyglass.png") no-repeat top left;
    padding-left: 18px;
}
