.ac_results,
ul.ui-autocomplete {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    width: 100px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0 20px 0 0;
}

.ac_results li,
ul.ui-autocomplete li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
     */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
     */
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
}

.ac_loading {
    background: white url('http://static.slickdealscdn.com/images/slickdeals/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}a.more_category {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 0 #CCC;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
    background: none repeat scroll 0 0 #CEE7FF;
    color: #0072BC;
    vertical-align: top;
}

.couponform .form_row .formsection span {
    padding-left: 0;
}

.bt-content b.section del {
    cursor: pointer;
    margin-top: -3px;
    margin-right: -5px;
}

.deal_block_placeholder {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.highlight {
    background-color: #FFF893;
}

.deal_block_container {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 0;
}

.deal_block {
    padding: 10px;
    text-align: left;
    position: relative;
    width: 415px;
    height: 96px;
    float: left;
    border-bottom: 1px solid #eee;
}

body.fixwidth .deal_block {
    width: 586px;
}

.deal_block_img {
    padding-bottom: 14px;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;

    width: 75px;
    float: left;

    box-shadow: 0 0 3px 1px #CCC;
    border-width: 1px\9;
    border-color: #ccc\9;
    border-style: solid\9;
}

.sp_votebar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 3px 1px 2px 3px;
    font-size: 11px;
    width: 71px;
    height: 20px;
    overflow: hidden;
    background-color: lightgray;
    white-space: nowrap;
}

.nocomments .deal_block_img {
    padding-bottom: 4px;
}

.nocomments .sp_votebar {
    height: 3px;
}

.frontpage .sp_votebar {
    background: #e7f7ff; /* Old browsers */
    background: -moz-linear-gradient(left,  #e7f7ff 0%, #caeeff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e7f7ff), color-stop(100%,#caeeff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e7f7ff 0%,#caeeff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e7f7ff 0%,#caeeff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e7f7ff 0%,#caeeff 100%); /* IE10+ */
    background: linear-gradient(to right,  #e7f7ff 0%,#caeeff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f7ff', endColorstr='#caeeff',GradientType=0 ); /* IE6-9 */
}

.dealpage .sp_votebar,
.popular .sp_votebar {
    background-color: #FFD598;
}

.local .sp_votebar {
    background-color: #10A0BA;
}

.sp_votebar .rating {
    *float: left;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    padding: 2px 3px;
    font-weight: bold;
    display: inline-block;
}

.sp_votebar .comments {
    *float: left;
    margin: 0;
    padding: 2px;
    padding-left: 20px;
    background-image: url(http://static.slickdealscdn.com/images/iconrepo/comment.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    display: inline-block;
}

.sp_votebar .comments strong {
    vertical-align: text-top;
}

.deal_block_extra {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.deal_block_info {
    margin-left: 85px;
}

.deal_block_info.old {
    opacity: 0.5;
}

.deal_block_overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -24px;
    width: 120px;
    background-color: #666;
    opacity: 0.96;
    font-size: 11px;
    color: white;
    padding: 5px 20px;
    font-style: italic;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}

.deal_block:hover .deal_block_overlay {
    display: none;
}

.deal_block:hover .deal_block_info.old {
    opacity: 1;
}

.deal_block_title a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

.deal_block_title a:hover {
    color: #0072cc;
}

.deal_block_date {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: none;
    color: #a1a1a1;
}

.deal_block:hover .deal_block_date {
    display: block;
}

.deal_price,
.deal_shipping {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.deal_price {
    color: #0075DB;
}

.deal_shipping {
    color: #569B1A;
}

.deal_store_name {
    color: #a1a1a1;
    font-size: 12px;
    line-height: 16px;
    display: block;
}

.clear {
    clear:both;
}

.storepage_info {
    border: 1px solid #ccc;
    border-bottom: 0;
    background-color: #F5F5F5;
    padding: 10px;
    position: relative;
    min-height: 100px;
    margin-top: 10px;
}

.storepage_info.deals {
    min-height: 60px;
}

.storepage_logo {
    display: block;
    width: 180px;
    height: 90px;
    position: absolute;
    top: -6px;
    left: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #828282;
    background-color: white;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.bfStore, .cmStore {
    position: relative;
    top: 90px;
    width: 190px;
    text-align: center;
    font-size: 12px;
    left: -4px;
}

.bfStore a {
    color: #8f0005;
    text-decoration: underline;
    font-weight: bold;
}

.cmStore a {
    color: #4491C8;
    text-decoration: underline;
    font-weight: bold;
}

#storepage_desc_more {
    display: none;
    font-size: 11px;
    text-decoration: none;
}

.storepage_desc.coupons,
.storepage_desc.store {
    margin-left: 200px;
}

.fpcontent.news {
    margin-top: 0;
}

.fpcontent.store {
    box-shadow: 0 0 0;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.coupon_item {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    position: relative;
    min-height: 80px;
}

.coupon_item.expired {
    opacity: 0.4;
}

.coupon_item_manage {
    /* display: none; */
}

.coupon_item:hover .coupon_item_manage {
    /* display: block; */
}

.coupon_item_manage a,
a.coupon_item_comments,
.coupon_item_meta {
    color: #989898;
    text-decoration: none;
    font-size: 12px;
}

.coupon_item_expire {
    color: #E2C7C7;
}

.coupon_rating_area {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
}

.coupon_rating {
    border-radius: 5px;
    background-color: #E6F8FF;
    text-align: center;
    margin-bottom: 4px;
}

.coupon_rating strong {
    font-size: 20px;
    color: #009AFF;
    padding: 4px;
    display: block;
}

.coupon_rating span {
    background-color: #D7F4FF;
    font-size: 12px;
    color: black;
    font-weight: bold;
    padding: 4px;
    display: block;
    border-radius: 0 0 5px 5px;
}

.coupon_rating .new_badge {
    position: absolute;
    top: -10px;
    right: -8px;
}

.coupon_featured {
    background-repeat: no-repeat;
    background-position: 5px 2px;
    background-image: url(http://static.slickdealscdn.com/images/iconrepo/user_star.png);
    background-color: #FFF3D0;
    color: #FF9E06;
    padding: 4px;
    padding-left: 24px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
}

.coupon_success {
    font-size: 11px;
    padding: 2px 4px;
    text-align: center;
}

.coupon_item_main {
    margin-left: 110px;
}

.coupon_item_main strong {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.coupon_code_block b {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 15px;
    margin-left: 7px;
}

.coupon_code_block b.exclusive {
    background: #D3F1A7;
    color: #409033;
    border: 1px solid #bfe08f;
}

.coupon_box,
.coupon_box .coverup {
    height: 24px;
    width: 234px;
}

.coupon_box {
    margin-bottom: 5px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #ddd;
    color: black;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;

    border: 1px solid #FEDC8B;
    background: #feeda8; /* Old browsers */
    background: -moz-linear-gradient(top,  #feeda8 1%, #fce485 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#feeda8), color-stop(100%,#fce485)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feeda8 1%,#fce485 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feeda8 1%,#fce485 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feeda8 1%,#fce485 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feeda8 1%,#fce485 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feeda8', endColorstr='#fce485',GradientType=0 ); /* IE6-9 */
}

.coupon_box:hover,
.coupon_box.hover {
    background: #FFF3C4; /* Old browsers */
}

.coupon_box .coupon_text {
    display: block;
    padding: 3px 8px;
    padding-left: 26px;
    white-space: nowrap;
    background-position: 5px 4px;
    background-repeat: no-repeat;
}

.coupon_box.code .coupon_text {
    background-image: url(http://static.slickdealscdn.com/images/iconrepo/money.png);
}

.coupon_box.print .coupon_text {
    background-image: url(http://static.slickdealscdn.com/images/iconrepo/printer.png);
}

.coupon_box.discount .coupon_text {
    background-image: url(http://static.slickdealscdn.com/images/iconrepo/magnifier.png);
}

.coupon_box img {
    position: absolute;
    top: 0;
    left: 0;
}

.coupon_box .coverup {
    background-image: url(http://static.slickdealscdn.com/images/coupons/coupon_coverup_blue.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.coupon_box:hover .coverup,
.coupon_box.hover .coverup {
    background-image: url(http://static.slickdealscdn.com/images/coupons/coupon_coverup_blue_hover.png);
}

.coupon_box .coverup .coupon_text {
    background-image: url(http://static.slickdealscdn.com/images/coupons/pointer.png);
    background-position: 3px -1px;
    text-align: left;
    padding-left: 20px;
    color: white;
    font-size: 12px;
    text-shadow: 1px 1px 2px #111;
    padding-top: 4px;
}

.coupon_box.image {
    text-align: right;
}

.coupon_box.text {
    text-align: left;
}

.coupon_box.text .coverup {
    display: none;
}

.coupon_item_main .coupon_item_text p {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
}

.left {
    float: left;
}

.coupon_item_manage {
    float: right;
}

#fp3_hottopics h2 {
    color: white;
    font-size: 11px;
    letter-spacing: 0em;
}

.storepage_info .storepage_desc h1 {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    letter-spacing: -1px;
}

.storepage_info .storepage_desc .related_stores {
    font-weight: normal;
    font-size: 12px;
    color: #555;
    letter-spacing: -0.3px;
    cursor: inherit;
}

.storepage_info p {
    font-size: 12px;
    color: #000;
    letter-spacing: -0.3px;
}

.spinner {
    display: none;
}

.coupon_popup {
    display: none;
}

.storepage_votepopup {
    font-size: 16px;
    color: white;
}

.storepage_votepopup strong {
    display: block;
    font-weight: bold;
}

.storepage_votepopup p {
    background-color: #474747;
    font-weight: bold;
    margin: 3px 0 0 0;
    font-size: 17px;
}

.storepage_votepopup div {
    margin-top: 2px;
    font-size: 14px;
}

.storepage_votepopup div a {
    text-decoration: none;
    color: #6CCEF4;
}

.storepage_votepopup .coupon_popup {
    display: block;
}

.storepage_coupon_votecontrol span a {
    display: block;
    float: left;
    background-color: white;
    border-radius: 5px;
    padding: 5px 0;
    width: 100px;
    text-align: center;
    font-weight: bold;
    margin-right: 4px;
    font-size: 16px;
    cursor: pointer;
}

.storepage_coupon_votecontrol a.votethumbup {
    color: #619B6C;
}

.storepage_coupon_votecontrol a.votethumbdown {
    color: #9E0B0F;
}

.pos .votethumbup,
.neg .votethumbdown {
    background-color: #cff;
}

#see_also_stores {
    background-color: #F0F8FF;
    border: 1px solid #CFCFCF;
    border-top-width: 0;
    padding: 10px;
}

#see_also_stores h3 {
    font-weight: normal;
    cursor: default;
    font-size: 13px;
}

#see_also_stores.nocoupons {
    border-top-width: 1px;
    margin-top: 10px;
}

#see_also_stores ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

#see_also_stores li {
    margin: 0;
    padding: 0;
    line-height: 48px;
}

#see_also_stores a {
    color: #598BB9;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

#see_also_stores li img {
    vertical-align: middle;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin-right: 4px;
    padding: 5px;
    background: #fff;
}

.deal_block_more_deals_contain {
    clear: both;
    padding: 10px;
}

.deal_block_more_deals_contain a {
    display: block;
    margin: 4px;
    padding: 4px 12px;
    border-radius: 4px;
    float: left;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 1px 1px 0 #CCC;
}

#storepage_more_coupons,
#storepage_more_deals {
    background: #CEE7FF;
    color: #0072bc;
}

#storepage_more_coupons:hover,
#storepage_more_deals:hover {
    background: #96bbde;
    color: #fff;
}

.storepage_more_category_deals {
    background-color: #e1e1e1;
    color: #333;
}

.storepage_more_category_deals:hover {
    background: #999;
    color: #fff;
}

.newsletter_sidebar {
    padding: 10px;
    background: #f0f8ff;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    position: relative;
    min-height: 128px;
}

.newsletter_sidebar .newsletter_sidebar_bg {
    position: absolute;
    top: -14px;
    right: 0;
    background: url('http://static.slickdealscdn.com/images/slickdeals/newsletter_side_email.png') no-repeat;
    width: 150px;
    height: 150px;
    border: 0;
}

.newsletter_sidebar .newsletter_side_text {
    position: absolute;
    width: 279px;
    left: 0;
    top: 0;
    padding: 10px;
    font-weight: bold;
}

.newsletter_sidebar .newsletter_side_text .orange_title {
    color: #f26522;
    font-size: 14px;
}

.newsletter_sidebar #newsletter_subscribe_btn {
    color: #fff;
    text-shadow: 1px 0 0 #000;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 0;
    width: auto;
    text-align: center;
    display: block;
    border: 1px solid #4d8bc8;

    background: #5794d0; /* Old browsers */
    background: -moz-linear-gradient(top,  #5794d0 0%, #5794d0 50%, #4d8bc8 51%, #5794d0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5794d0), color-stop(50%,#5794d0), color-stop(51%,#4d8bc8), color-stop(100%,#5794d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5794d0 0%,#5794d0 50%,#4d8bc8 51%,#5794d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5794d0 0%,#5794d0 50%,#4d8bc8 51%,#5794d0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5794d0 0%,#5794d0 50%,#4d8bc8 51%,#5794d0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5794d0 0%,#5794d0 50%,#4d8bc8 51%,#5794d0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5794d0', endColorstr='#5794d0',GradientType=0 ); /* IE6-9 */
}

.newsletter_sidebar #newsletter_subscribe_btn:hover {
    background: #4782bc;
}

.newsletter_sidebar_bottom {
    background: url('http://static.slickdealscdn.com/images/slickdeals/newsletter_side_teeth.png') repeat-x;
    height: 7px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
}

#coupon_sidebar {
    margin-top: 10px;
}

#coupon_sidebar #couponform_wrap_new {
    border: 1px solid #cfcfcf;
    border-radius: 4px 4px 0 0;
}

#coupon_sidebar .newsletter_sidebar+#couponform_wrap_new {
    border-radius: 0;
    border-top: none;
}

.cpn_tooltip {
    float: left;
    padding: 4px 10px;
    background-color: aliceblue;
    margin-left: 6px;
    border-radius: 5px;
    display: none;
}

.cpn_expire {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fff0eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fff0eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fff0eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fff0eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fff0eb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fff0eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff0eb',GradientType=0 ); /* IE6-9 */
    float: left;
    padding: 4px 10px;
    margin-left: 6px;
    border-radius: 5px;
    font-weight: bold;
    color: black;
    font-size: 12px;
}

.cpn_expire em {
    color: #9e0b0f;
    font-style: normal;
}

.cpn_expire .hasCountdown .countdown_section {
    display: inline;
}

.spsubheader div {
    padding: 10px;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    color: #004A80;
}

#storepage_storelist {
    font-family: arial;
    font-size: 11px;
}

#storepage_storelist td {
    padding: 6px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

#storepage_storelist td label {
    font-size: 11px;
}

#storepage_storelist th {
    white-space: nowrap;
    color:#ddd;
    padding: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
    text-align: left;
    background: #333;
}

.storename a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.storename a:hover {
    color: #AB2C00;
}

.storedeals span,
.storedeals a {
    color: #2768C1;
    font-weight: bold;
    text-decoration: none;
}

#coupons_featured h3 {
    background-color: inherit;
    color: #A0410D;
    cursor: auto;
    font-size: 16px;
    padding: 4px 14px 5px;
    width: 130px;

    border-radius: 8px;
}

#coupons_featured {
    background-color: inherit;
    padding: 10px;
}

#coupons_browser.hide_featured #coupons_featured {
    display: none;
}

#coupons_featured_stores {
    margin: 6px 8px 14px;
}

#coupons_featured_stores .store {
    background-position: center 5px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 100px;
    margin: 4px 4px 16px 4px;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 115px;
    z-index: 1;
    background-color: white;
    background-position: center 5px;
    background-repeat: no-repeat;
    border: 1px solid #B0B1AF;
    color: black;

    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

#coupons_featured_stores .store:hover {
    border: 1px solid #70AEED;

    box-shadow: 0 0 6px rgba(69, 162, 255, 0.8);
}

#coupons_featured_stores .store * {
    cursor: pointer;
}

#coupons_featured_stores .store .name {
    background-color: #E7F5FF;
    border-left: 5px solid #E7F5FF;
    border-right: 5px solid #E7F5FF;
    bottom: 0;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 105px;
}

#coupons_featured_stores a .numcoupons {
    bottom: -10px;
    font-size: 11px;
    height: 20px;
    left: 10px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    width: 95px;
    z-index: 2;
    background-color: #2B3F51;
    color: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.threadtitleline { padding: 5px; }
.threaddetails { font-size: 11px; }
.threaddetails a { color: black; }
.votetext { float: right; }
.voteup, .votedown { font-size: 11px; text-decoration: none; }
.voteup img, .votedown img, .htscore img { vertical-align: middle; }
.voteup { color: green !important; }
.votedown { color: #A91C00 !important; }
.votelink b,
.htscore b { font-size: 16px; color: #0092D6; }
.htreplies b,
.htviews b { font-size: 16px; color: #666; }
.htscore span,
.htreplies span,
.htviews span { font-size: 11px; color: #333;}
.htscore span { white-space: nowrap; }
.htstarted, .htlastpost { font-size: 11px; padding: 2px 5px; white-space: nowrap; }
.htlastpost { text-align: right; display: none; }
#threadslist thead td {
    padding: 3px 5px;
    font-size: 11px;
    background: #255E98;
    color: #fff;
}


#storepage_sidebar {
    min-width: 0;
}

.storepage_desc .fb-like-box,
.storepage_desc .twitter-box,
.storepage_desc .gplus-box {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-top: 2px;
}

.storepage_desc .fb-like-box {
    margin-right: 5px;
    width: 80px;
}

.storepage_desc .twitter-box {
    width: 95px;
}

.storepage_desc .gplus-box {
    width: 95px;
}

.storepage_desc a.twitter-share-button {
    visibility: hidden;
}

#comment_header {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6px;
    cursor: default;
}

#comment_container {
    background: #F5F5F5;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}

.sp-comment {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    overflow-x: hidden;
}

.sp-comment:last-child {
    border: 0;
}

.sp-rep {
    font-size: 11px;
}

.sp-rep a,
.sp-comment button {
    border: none;
    background: inherit;
    /* cursor: pointer; */
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.sp-comment button abbr {
    margin-right: 2px;
}

.spc-info .username {
    text-decoration: none;
    font-weight: bold;
}
.spc-date {
    font-size: 11px;
    padding-bottom: 10px;
    color: #ccc;
}

#comment_container #id_title {
    display: block;
    width: 262px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-box-shadow: inset 3px 3px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 3px 3px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 3px 3px 10px -5px rgba(0, 0, 0, 0.3);
}

#newreply {
    border: 0;
    padding: 0;
    margin: 0;
    background: #e8e8e8;
}

#newreply div {
    padding: 0;
}

#newreply .buttons {
    text-align: center;
    margin: 10px auto 0;
    padding: 10px;
    width: inherit;
    background: #ccc;
}

#newreply .buttons input {
    background: #fff;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    background: #569bce; /* Old browsers */
    background: -moz-linear-gradient(top,  #569bce 0%, #0072bc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569bce), color-stop(100%,#0072bc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #569bce 0%,#0072bc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #569bce 0%,#0072bc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #569bce 0%,#0072bc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #569bce 0%,#0072bc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569bce', endColorstr='#0072bc',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0072bc;
    cursor: pointer;
    margin: 0 2px;
    width: 129px;
    padding: 5px 10px;
    vertical-align: middle;
    outline: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 -1px 1px rgba(0, 0, 0, 0.2) inset, 0 3px 5px -2px rgba(0, 0, 0, 0.3);
}

#newreply .buttons input:hover {
    background: #00609f;
}

.newreply_title {
    font-weight: bold;
    padding: 10px!important;
}

.sp-comment-form {
    margin: 0;
    padding: 5px;
    background: none;
}

.spc-actions {
    margin-top: 10px;
    text-align: right;
}

.spc-actions a {
    font-size: 8pt;
    padding: 3px;
    text-decoration: none;
}

.spc-actions a.spc-report {
    color: #A0410D;
}

.spc-actions a.spc-reply {
    background: transparent url('http://static.slickdealscdn.com/images/slickdeals/permadeal/reply.png') no-repeat scroll right center;
    padding-right: 16px;
}

.quotebox_new {
    margin: 20px;
}

.quotebox_header {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: .95em;
}

.quotebox_content {
    background: white url("http://static.slickdealscdn.com/images/slickdeals/quotebg.png") no-repeat ;
    border: 1px solid #ddd;
    border-left: 3px solid #ccc;
    font-size: 1em;
    padding: 8px;
    padding-left: 40px;
    padding-right: 20px;
}

.quotebox_content label {
    color: white;
}

.quotebox_author {
    color: #aaa;
    text-align: right;
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
}

.quotebox_content .quotebox_new {
    margin-left: 0;
}

.htthumb {
    background-color: white;
}

.httitle {
    background: -moz-linear-gradient(left, #fff, #fcfcef);
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fcfcef));
}

/** Add Coupon Form **/

#coupon_sidebar {
    font-family: Arial, sans-serif;
}

#couponform_wrap_new {
    background: #D8E8F6 url("http://static.slickdealscdn.com/images/coupons/coupon_form_bg.png") no-repeat 0 0;
    padding-top: 1px;
    border: 1px solid #cfcfcf;
    border-top: 0;

    border-radius: 8px;
}

#couponform_wrap_new form {
    margin: 0px;
}

#couponform_wrap_new h3 {
    cursor: auto;
    font-size: 12pt;
    font-weight: bold;
    color: #0072e0;
    text-shadow: 1px 1px 3px #fff;
    margin: 10px 12px 12px;
    position: relative;
}

#couponform_wrap_new label {
    background-color: #2C3E4D;
    color: white;
    clear: left;
    float: left;
    font-size: 8pt;
    font-weight: bold;
    line-height: 20px;
    margin-left: 12px;
    margin-top: 8px;
    padding: 0px 8px;

    border-radius:         4px 4px 0px 0px;
}

#couponform_type {
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top,  #ececec 0%, #f8f8f8 50%, #ededed 51%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(50%,#f8f8f8), color-stop(51%,#ededed), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ececec 0%,#f8f8f8 50%,#ededed 51%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ececec 0%,#f8f8f8 50%,#ededed 51%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ececec 0%,#f8f8f8 50%,#ededed 51%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ececec 0%,#f8f8f8 50%,#ededed 51%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

    clear: left;
    float: left;
    font-size: 8pt;
    line-height: 30px;
    margin: -1px 0 0 8px;
    min-width: 270px;
    text-align: center;
    border: 1px solid #97A7B4;
    border-radius: 4px;

    box-shadow:         0 0 6px rgba(0, 0, 0, 0.2);
}

#couponform_type .coupon_type_tab {
    border-right: 1px solid #ddd;
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    width: 92px;
}

#couponform_type .active {
    background: #607585;
    color: #fff;
}

#couponform_type .coupon_type_tab:hover {
    background-position: -141px -31px;
}

#couponform_type .active:hover {
    background-position: 0 -31px;
}

#couponform_type .coupon_type_tab input {
    display: none;
}

#coupon_title_count_new {
    color: #0A0;
    float: right;
    font-size: 8pt;
    font-weight: bold;
    margin-right: 16px;
    margin-top: 10px;
}

#couponform_wrap_new input[type="text"],
#couponform_wrap_new textarea {
    clear: left;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    margin-left: 8px;
    padding: 8px;
    width: 260px;
    background: #E9E9E9 url("http://static.slickdealscdn.com/images/coupons/coupon_input_bg.png") repeat-x;
    border: 1px solid #97A7B4;
    color: #797979;

    box-shadow:         0 0 6px rgba(0, 0, 0, 0.2);
}

#couponform_wrap_new textarea {
    height: 40px;
}

#couponform_submit_row {
    padding: 15px 6px;
}

#couponform_wrap_new input[type="submit"] {
    background: #6dd476; /* Old browsers */
    background: -moz-linear-gradient(top,  #6dd476 0%, #258931 69%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dd476), color-stop(69%,#258931)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6dd476 0%,#258931 69%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6dd476 0%,#258931 69%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6dd476 0%,#258931 69%); /* IE10+ */
    background: linear-gradient(top,  #6dd476 0%,#258931 69%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd476', endColorstr='#258931',GradientType=0 ); /* IE6-9 */
    border: 1px solid #258930;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    width: auto;
}

#couponform_wrap_new input[type="submit"]:hover {
    background:#006600;
    border:1px solid #258930;
}

#couponform_optional_new {
    background-color: #C5DDF1;
    border-top: 1px solid #8EAAC1;
    display: none;
    padding-bottom: 6px;
}

#couponform_optional_toggle {
    background: #C5DDF1;
    border-top: 1px dashed #8EAAC1;
    color: #6889A5;
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 8pt;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 1px;
    padding-left: 20px;
    text-decoration: none;

    border-radius: 0 ;
}

.ui-widget.ui-datepicker {
    font-size: 9pt;
}

#couponform_percent_off_row,
#couponform_dollars_off_row {
    display: none;
}

#couponform_amount_off_msg {
    display: none;
    font-size: 12px;
    margin: 10px 10px 2px;
}

#couponform_amount_off_msg small {
    font-size: 11px;
}

/** Coupon Edit Form **/

.couponform .form_row,
.couponform .form_row2 {
    border-top: 1px solid #eee;
    clear: both;
    margin-top: 5px;
    padding: 10px;
}

.couponform .form_row span {
    padding-left: 6px;
}

.couponform .form_row span.dateEntry_wrap {
    padding-left: 0;
}

.couponform .form_row label,
.couponform .form_row2 label {
    display: block;
    float: left;
    width: 150px;
}

.couponform .form_row select,
.couponform .form_row input {
    width: 220px;
}

.couponform .form_row_buttons {
    padding-bottom: 5px;
}

.couponform_optiontoggle {
    background-color: #eee;
    border-top: 1px solid #eee;
    clear: both;
    margin-top: 5px;
    padding: 10px;
}

.alphabet_list {
    background: #daeaf4;
    margin-top: 10px;
    padding: 6px;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    color: #000;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.6);
}

.alphabet_list a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.alphabet_list a:hover {
    text-decoration: underline;
}.coupon_default {
    font-size: 12px;
    color: #000;
    padding: 10px;
    position: relative;
    min-height: 40px;
}

.expires_soon .coupon_default {
    min-height: 60px;
}

.coupon_default strong.title a,
.coupon_default strong.title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.coupon_default strong.title a {
    text-decoration: none;
}

.coupon_default .coupon_default_desc {
    display: block;
    margin-bottom: 10px;
}

.coupon_default .coupon_default_meta {
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

.coupon_default_codearea {
    background: #F6F6F6;
    padding: 8px;
    border-bottom: 1px solid #B3B3B3;
}

.coupon_default,
.coupon_default_codearea {
    padding-left: 150px;
}

.coupon_default_redemptions {
    background: white;
    border: 1px solid #bbb;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 120px;
    height: 80px;
    text-align: center;
    font-size: 11px;
    color: #666;
}

.coupon_default_redemptions b {
    font-size: 24px;
    font-weight: bold;
    color: #0072bc;
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0;
    display: block;
}

.coupon_default_redemptions span {
    display: block;
    border-top: 1px solid #ccc;
    margin: 5px 5px;
    padding: 5px 0;
    font-weight: bold;
    color: #000;
}

.coupon_default_newflag {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 2px;

    background: #00ddf9; /* Old browsers */
    background: -moz-linear-gradient(top,  #00ddf9 0%, #00a7ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ddf9), color-stop(100%,#00a7ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00ddf9 0%,#00a7ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00ddf9 0%,#00a7ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00ddf9 0%,#00a7ee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00ddf9 0%,#00a7ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddf9', endColorstr='#00a7ee',GradientType=0 ); /* IE6-9 */

    border: 1px solid #00abd9;
    color: white;
    text-shadow: 1px 1px 1px #555;
    padding: 3px 8px;
    font-weight: bold;
}

.coupon_default_codearea .coupon_box,
.coupon_default_codearea .coupon_box .coverup {
    display: block;
    float: left;
    overflow: hidden;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #f4c76c;
    height: auto;

    background: #f3dc84; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3dc84 1%, #f3d36a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f3dc84), color-stop(100%,#f3d36a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3dc84 1%,#f3d36a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3dc84 1%,#f3d36a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3dc84 1%,#f3d36a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3dc84 1%,#f3d36a 100%); /* W3C */

    width: 214px;
    color: black;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 10px 5px;
    box-shadow: 1px 1px 3px #aaa;
}

.coupon_default_codearea .coupon_box {
    *filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dc84', endColorstr='#f3d36a',GradientType=0 ); /* IE6-9 */
}

.coupon_default_codearea b {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 15px;
    margin-left: 7px;
}

.coupon_default_codearea b.cpn_tooltip {
    float: none;
    background: #555;
    border-color: #555;
    color: #fff;
    display: none;
    position: relative;
}

.coupon_default_codearea b.cpn_tooltip span {
    position: absolute;
    top: 7px;
    left: -6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #555 transparent transparent;
}

.coupon_default_codearea b.exclusive {
    background: #D3F1A7;
    color: #409033;
    border: 1px solid #bfe08f;
}

.coupon_default_codearea .coupon_box .coverup {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    border: none !important;
    text-align: left;
    border-radius: 3px;
}

.coupon_default_codearea .coupon_box .coverup {
    background-image: url(http://static.slickdealscdn.com/images/coupons/coupon_coverup_orange.png?1);
}

.coupon_default_codearea .coupon_box:hover .coverup,
.coupon_default_codearea .coupon_box.zeroclipboard-is-hover .coverup,
.coupon_default_codearea .coupon_box.hover .coverup {
    background-position: 0 -24px;
}

.coupon_default_codearea .coupon_box {
    position: relative;
}

.coupon_default_codearea .coupon_box:hover,
.coupon_default_codearea .coupon_box.zeroclipboard-is-hover,
.coupon_default_codearea .coupon_box.hover {
    background: #FFF3C4;
}

.coupon_default_codearea .coupon_box .coupon_text {
    background: url(http://static.slickdealscdn.com/images/iconrepo/money.png) no-repeat;
    padding: 0;
    padding-left: 20px;
}

.coupon_default_codearea .coupon_box .coverup .coupon_text {
    background-position: 3px -1px;
    background-repeat: no-repeat;
    text-align: left;
    color: white;
    font-size: 12px;
    text-shadow: 1px 1px 2px #111;
    padding: 0;
    padding-top: 4px;
    background: none;
    padding-left: 0px;
}

.coupon_default_codearea .coupon_box.image {
    text-align: right;
}

.coupon_default_codearea .coupon_box.text {
    text-align: left;
}

.coupon_default_codearea .coupon_box.text .coverup {
    display: none;
}

.coupon_default_expire_flag {
    border-radius: 0 0 3px 3px;
    background-color: #FFD4BB;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 9px;
    top: 92px;
    left: 21px;
    position: absolute;
    text-transform: uppercase;
}

.featured_coupon_details .cpn_expire,
.coupon_default_meta .cpn_expire {
    float: none;
    background: inherit;
    padding:0;
    font-weight: bold;
    color: black;
    font-size: 11px;
}

.featured_coupon_details .cpn_expire {
    float: left;
}

.featured_coupon_details .cpn_expire em,
.coupon_default_meta .cpn_expire em {
    color: #000;
    font-style: normal;
}

.featured_coupon_details .cpn_expire.do_countdown span,
.coupon_default_meta .cpn_expire.do_countdown span {
    color: #9e0b0f;
}

.featured_coupon_details .cpn_expire.do_countdown,
.coupon_default_meta .cpn_expire.do_countdown {
    display: inline;
}#bodyleft {
    padding-left: 10px;
}

#coupons_container {
    border-left: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}

#featured_store_carousel_container {
    background: url('http://static.slickdealscdn.com/images/coupons/undercut_shadow.png') 0 -5px no-repeat #c2c2c2;
    padding: 10px 10px 0 10px;
    min-height: 334px;
    *min-height: 338px;
    _min-height: 338px;
}

#featured_store_carousel {
    margin: 0 auto;
    padding: 0;
    width: 607px;
    height: 307px;
    border: 5px solid white;
    position: relative;

    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
}

#featured_store_carousel_inner {
    width: 607px;
    height: 280px;
    position: relative;
    overflow: hidden;
}

#featured_store_carousel_inner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#featured_store_carousel_inner ul li {
    margin: 0;
    padding: 0;
    height: 280px;
    width: 607px;
}

#featured_store_carousel_inner ul li a.mobile_link {
    left: 97px;
    height: 49px;
    width: 150px;
    position: absolute;
}

#featured_store_carousel_inner ul li a.pane {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.65);

    display: block;
    float: left;
    height: 280px;
    width: 607px;
    overflow: hidden;
}

.featured_store_carousel_logo {
    width: 140px;
    height: 60px;
    display: none;
    position: absolute;
    bottom: 0;
    right: 30px;
    background: #fff;
    z-index: 5;
    -webkit-box-shadow:  0px -4px 10px -5px rgba(0, 0, 0, 0.65), 5px 0px 5px -5px rgba(0, 0, 0, 0.65), -5px 0px 5px -5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:  0px -4px 10px -5px rgba(0, 0, 0, 0.65), 5px 0px 5px -5px rgba(0, 0, 0, 0.65), -5px 0px 5px -5px rgba(0, 0, 0, 0.65);
    text-align: center;
    overflow: hidden;
}

.featured_store_carousel_logo.active {
    display: block;
}

.featured_store_carousel_logo a {
    font-size: 11px;
    font-weight: bold;
    color: #0072bc;
    white-space: nowrap;
}

.featured_store_carousel_logo a:hover {
    color: #000;
    text-decoration: none;
}

.featured_store_carousel_overlay {
    position: absolute;
    width: 100%;
    padding: 0;
    bottom: 0;
    left: 0;
    background: #e1e1e1;
    z-index: 4;
    text-align: center;
    display: block;
    height: 27px;
}

.featured_store_carousel_overlay a img {
    background-image: url(http://static.slickdealscdn.com/images/coupons/selector_open.png);
    height: 13px;
    width: 13px;
    margin-top: 7px;
}

.featured_store_carousel_overlay a.active img {
    background-image: url(http://static.slickdealscdn.com/images/coupons/selector_selected.png);
}

.single_pane .featured_store_carousel_overlay img {
    visibility: hidden;
}

.white_sawtooth {
    background: url('http://static.slickdealscdn.com/images/coupons/sawtooth3.png') #c2c2c2 right bottom repeat-x;
    display: block;
    height: 11px;
    width: auto;
    border-left: 1px solid #c2c2c2;
}

.grey_sawtooth {
    background: url('http://static.slickdealscdn.com/images/coupons/sawtoothgrey3.png') #7f7f7f left bottom repeat-x;
    display: block;
    height: 11px;
}

#search_stores_coupons_container {
    padding: 20px 10px 10px;
}

#c3_facebook,
#c3_twitter,
#c3_gplus {
    float: left;
    padding: 2px 5px;
    margin: 10px 0px 0px 10px;
}

#c3_gplus {
    padding-top: 5px;
}

h2.search_title {
    color: #598527;
    font-size: 18px;
    font-weight: bold;
}

#stores_coupons_featured .search_title {
    margin-left: 5px;
}

#stores_coupons_searchform_container {
    margin: 15px 0;
}

#stores_coupons_search_box {
    float: left;
    background: url('http://static.slickdealscdn.com/images/coupons/search_flatblack.png') 10px 10px no-repeat;
    width: 462px;
    margin-right: 10px;
    padding: 10px 10px 10px 30px;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: inset 2px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 2px 1px 8px 0px rgba(0, 0, 0, 0.3));
    font-style: italic;
    color: #aaa;
}

#stores_coupons_search_box:focus {
    color: black;
}

.submit_search_btn {
    background: #a7d621; /* Old browsers */
    background: -moz-linear-gradient(top,  #a7d621 0%, #7ecb0c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7d621), color-stop(100%,#7ecb0c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a7d621 0%,#7ecb0c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a7d621 0%,#7ecb0c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a7d621 0%,#7ecb0c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a7d621 0%,#7ecb0c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d621', endColorstr='#7ecb0c',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    border: 1px solid #7fa645;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px #888;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff!important;
    display: block;
    margin: 0;
    width: 95px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    float: left;
}

.submit_search_btn:hover {
    background: #66a609;
}

#search_stores_coupons_container .alphabet_list {
    background: #daeaf4;
    margin-top: 10px;
    padding: 6px;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.6);
}

#search_stores_coupons_container .alphabet_list a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    letter-spacing: -1px;
}

#search_stores_coupons_container .alphabet_list a:hover {
    text-decoration: underline;
}

#stores_coupons_featured {
    padding: 10px;
}

#stores_coupons_featured .store {
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #B0B1AF;
    color: black;
    display: block;
    float: left;
    height: 60px;
    margin: 5px;
    padding: 0;
    text-decoration: none;
    width: 110px;
    z-index: 1;

    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.2);
}

#stores_coupons_featured .store:hover {
    border: 1px solid #70AEED;
    box-shadow: 0 0 6px rgba(69, 162, 255, 0.8);
    box-shadow: 0 0 6px rgba(69, 162, 255, 0.8), 0 3px 4px rgba(69, 162, 255, 0.8);
}

#stores_coupons_featured .store * {
    cursor: pointer;
}

h3.todays_top_coupons {
    background: #555;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

/* Coupons Rail */

.featured_exclusives_cell {
    background: #7f7f7f;
}

#featured_exclusives_coupons .featured_exclusive_coupons_container {
    padding: 10px 10px 0 10px;
}

#featured_exclusives_coupons {
    background: #7f7f7f;
}

#featured_exclusives_coupons .title_container {
    border-top: 2px solid #7cc90d;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(left,  #fefefe 0%, #c5c4c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#c5c4c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fefefe 0%,#c5c4c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fefefe 0%,#c5c4c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fefefe 0%,#c5c4c4 100%); /* IE10+ */
    background: linear-gradient(to right,  #fefefe 0%,#c5c4c4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c5c4c4',GradientType=1 ); /* IE6-9 */
    height: 31px;
    position: relative;
}

#featured_exclusives_coupons .title_container .flag_ico {
    width: 38px;
    height: 38px;
    display: block;
    background: url('http://static.slickdealscdn.com/images/coupons/coupons_flag_ico.png') top left no-repeat;
    position: absolute;
    top: -7px;
    left: 5px;
}

#featured_exclusives_coupons .title_container .title {
    margin: 6px 0 0 42px;
    font-weight: bold;
}

#featured_exclusives_coupons a {
    margin-bottom: 10px;
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(left,  #e8e8e8 0%, #ffffff 50%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8e8e8), color-stop(50%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e8e8e8 0%,#ffffff 50%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e8e8e8 0%,#ffffff 50%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e8e8e8 0%,#ffffff 50%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to right,  #e8e8e8 0%,#ffffff 50%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow:  0px 2px 5px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:  0px 2px 5px 1px rgba(0, 0, 0, 0.45);
    display: block;
    text-decoration: none;
}

#featured_exclusives_coupons a:last {
    margin: 0;
}

#featured_exclusives_coupons img {
    margin: 5px;
}

#featured_exclusives_coupons a span {
    display: block;
}

#featured_exclusives_coupons a span strong {
    text-transform: lowercase;
}

#featured_exclusives_coupons a .coupon_title {
    padding: 6px 6px;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #0072bc;
    display: block;
    font-style: normal;
}

#featured_exclusives_coupons a .coupon_title .store {
    color: #adadad;
    font-weight: normal;
    font-size: 11px;
}

#featured_exclusives_coupons a .coupon_info {
    clear: both;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 5px 6px;
    font-size: 11px;
    color: #333;
    position: relative;
}

#featured_exclusives_coupons a .coupon_info .featured {
    border-radius: 4px;
    background: #c4ff6e;
    color: #409033;
    font-weight: bold;
    font-size: 11px;
    width: 70px;
    text-align: center;
    float: right;
}

/*
#featured_exclusives_coupons a.ccex.clicked .coupon_redemptions,
#featured_exclusives_coupons a.ccex.hover .coupon_redemptions {
    display: none;
}
*/

#featured_exclusives_coupons a .ccex_tooltip {
    display: none;
    position: absolute;
    background-color: #D1E7FB;
    top: 3px;
    left: 3px;
    padding: 2px 7px;
    border-radius: 3px;
    /* opacity: 0.9; */
}

#featured_exclusives_coupons a.ccex.hover .ccex_tooltip,
#featured_exclusives_coupons a.ccex.clicked .ccex_tooltip {
    display: block;
}

#coupons_rail {
    background:#e1e1e1;
    padding: 10px 0 0 0;
}

.browsing_cateogory_list {
    background: #fff;
    margin: 15px 10px;
    border: 1px solid #ccc;
}

.browsing_cateogory_list_title {
    background: #f0fafe;
    padding: 10px;
    font-weight: bold;
}

.browsing_cateogory_list ul {
    padding: 5px 10px;
    margin:0;
    list-style-type: none;
}

.browsing_cateogory_list li  {
    padding: 5px 0;
}

.browsing_cateogory_list li  a{
    text-decoration: none;
    color: #000;
}

/* Taken from SEM landing*/

.email_capture_buttons {
    float: right;
}

.email_capture_buttons .text {
    border: 1px solid #666;
    border-radius: 3px;
    background: white;
    margin: 0;
    color: #333;
    width: 350px;
    font-size: 12px;
    padding: 10px;
}

.email_capture_buttons .button {
    cursor: pointer;
    font-size: 12px;
    padding: 10px;
    background: #00e0f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #00e0f9 0%, #00a1ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00e0f9), color-stop(100%,#00a1ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00e0f9 0%,#00a1ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00e0f9 0%,#00a1ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00e0f9 0%,#00a1ee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00e0f9 0%,#00a1ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0f9', endColorstr='#00a1ee',GradientType=0 );

    color: white;
    text-shadow: 1px 1px 3px #333;
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    width: 100px;
    text-align: center;
}

.anonymous .email_capture_buttons .text {
    width: 218px;
}

.anonymous .email_capture_buttons .button {
    width: 100px;
}

.email_capture_buttons .button:hover {
    background: #0075d0;
}

.email_capture_subtext {
    font-size: 12px;
    color: #ccc;
}

.anonymous .email_capture_subtext {
    display: inline;
}

.email_capture,
.email_capture_flag {
    padding: 15px 15px 15px 5px;
    color: white;
    text-shadow: 1px 1px 7px #333;
    font-size: 14px;
    line-height: 18px;
    height: 40px;

    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */

}

.email_capture {
    position: relative;
}

.email_capture_flag {
    position: absolute;
    width: 10px;
    left: -10px;
    top: 0;
    padding-left: 0;
    padding-right: 0;
}

.email_capture_flag_bottom {
    height: 0px;
    width: 0px;
    border-style: solid;
    border-width: 0px 10px 10px 0px;
    border-color: transparent #04121e transparent transparent;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

/* End */

#submit_coupon {
    background: #a7d621; /* Old browsers */
    background: -moz-linear-gradient(top,  #a7d621 0%, #7ecb0c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7d621), color-stop(100%,#7ecb0c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a7d621 0%,#7ecb0c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a7d621 0%,#7ecb0c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a7d621 0%,#7ecb0c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a7d621 0%,#7ecb0c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d621', endColorstr='#7ecb0c',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    border: 1px solid #7fa645;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px #888;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff!important;
    display: block;
    margin: 0 auto;
    width: 266px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

#submit_coupon:hover {
    background: #66a609;
}

#coupon_submission_contain {
    display: none;
}

#coupon_submission {
    border:1px solid #aaa;
    background: #fff;
    margin: 10px;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 0;
    margin-top:0;
    border-top: 0;
}

#coupon_submission label {
    color: #598527;
    font-weight: bold;
    font-size: 14px;
}

#coupon_submission input,
#coupon_submission .textarea_contain {
    clear:both;
    width: 255px;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 2px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 2px 1px 8px 0px rgba(0, 0, 0, 0.3));
    color: #aaa;
}

#coupon_submission_offertype_contain {
    float: left;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #ddd;
    color: #888;
    padding: 4px 8px;
    margin: 0;
    margin-bottom: 10px;
    display: block;
    width: 255px;
    z-index: 10;
}

#coupon_submission_offertype {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

#coupon_submission_offertype span.dd_arrow {
    background: url('http://static.slickdealscdn.com/images/main_sprite.png?3987') -260px 0px no-repeat;
    display: inline-block;
    width: 8px;
    height: 6px;
}

#coupon_submission textarea {
    width: 100%;
    resize: none;
    padding:0;
    margin:0;
    border: 0;
    color: #aaa;
}

.submit_button {
    background: #00e0f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #00e0f9 0%, #00a1ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00e0f9), color-stop(100%,#00a1ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00e0f9 0%,#00a1ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00e0f9 0%,#00a1ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00e0f9 0%,#00a1ee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00e0f9 0%,#00a1ee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0f9', endColorstr='#00a1ee',GradientType=0 );
    border-radius: 0 0 3px 3px;
    border: 1px solid #7fa645;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px #888;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff!important;
    display: block;
    margin: 0 auto;
    width: 288px;
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.submit_button:hover {
    background: #0075d0;
}

/* */

.h1_container {
    background: #efefef;
    border: 0;
    border-bottom: 1px solid #ccc;
}

h1.flag {
    position: relative;
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 20px 6px 15px;
    margin: -2px 0 0 -10px;
    color: #fff;
    background-color: #999;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px #888;
    -moz-box-shadow: 0px 2px 4px #888;
    box-shadow: 0px 2px 4px #888;
}

h1.flag:before, h1.flag:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

h1.flag:before {
    width: 0px;
    left: auto;
    right: -2px;
    *right: -1px;
    _right: -1px;
    top: 0px;
    border-color: transparent #fff transparent transparent;
}

h1.flag:after {
    left: 0px;
    top: 100%;
    border-width: 5px 5px;
    *border-width: 6px 6px;
    _border-width: 6px 6px;
    border-style: solid;
    border-color: #333 #333 transparent transparent;
}

.h1_container.coupons {
    border-top: 2px solid #7cc90d;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(left,  #fefefe 0%, #c5c4c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#c5c4c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fefefe 0%,#c5c4c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fefefe 0%,#c5c4c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fefefe 0%,#c5c4c4 100%); /* IE10+ */
    background: linear-gradient(to right,  #fefefe 0%,#c5c4c4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c5c4c4',GradientType=1 ); /* IE6-9 */

    position: relative;
}

.h1_container.coupons h1.flag {
    background: #7cc90d;
    width: 200px;
    /* Offset Bottom Left Radial Gradient */
    background-image: -ms-radial-gradient(left bottom, circle farthest-corner, #rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-radial-gradient(left bottom, circle farthest-corner, #rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-radial-gradient(left bottom, circle farthest-corner, #rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(radial, left bottom, 0, left bottom, 1012, color-stop(0, rgba(255, 255, 255, 0.4)), color-stop(1, rgba(0, 0, 0, 0)));
    background-image: -webkit-radial-gradient(left bottom, circle farthest-corner, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: radial-gradient(circle farthest-corner at left bottom, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.h1_container.coupons span {
    position: absolute;
    top: 7px;
    left: 234px;
    font-size: 12px;
}

/* Alphabet list on browse by name */

#coupons3_alpha_list a {
    display: block;
    float: left;
    font-size: 30px;
    padding: 20px 0;
    text-decoration: none;
    margin: 10px;
    width: 80px;
    text-align: center;

    border: 1px solid #B0B1AF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.2);
}

#coupons3_alpha_list a:hover {
    border: 1px solid #70AEED;
    box-shadow: 0 0 6px rgba(69, 162, 255, 0.8), 0 3px 4px rgba(69, 162, 255, 0.8);
}

/* coupon overrides */

.coupon_default_codearea .coupon_box,
.coupon_default_codearea .coupon_box .coverup {
    margin-bottom: 0;
}

.coupon_homepage .coupon_default_newflag {
    top: auto;
    bottom: -33px;
}

#coupon_link_row {
    display: none;
}

.coupon_homepage .coupon_item {
    padding: 0;
    border: none;
}

.coupon_homepage .coupon_default_codearea .coupon_box .coverup .coupon_text {
    padding-top: 0;
}#maincontent .newscontent .category_header {
    background: #efefef;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #000;
    height: 45px;
}

.news_listing {
    margin-top: 10px;
}

.news_listing .newsitem {
    border-top: 1px solid #ccc;
    background: white url('http://static.slickdealscdn.com/images/slickdeals/gradients/gray_down.png') repeat-x scroll top left;
    min-height: 129px;
    padding: 10px;
    position: relative;
    display: block;
}

.news_listing .newsitem .newsblockimg {
    float: left;
    width: 125px;
    height: 125px;
    border: 1px solid #ccc;
    margin-right: 10px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}

.news_listing .newsitem .newsblocktext {
    margin-left: 137px;
}

.news_listing .newsitem .newsblocktext h2 a{
    color: #0072bc;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.news_listing .newsitem .newsblocktext .date {
    font-size: 11px;
    font-weight: bold;
}

.news_listing .newsitem .newsblocktext .tags {
    font-size: 11px;
}


.news_listing .newsblocktext .comments {
    font-size: 11px;
    background: #E3F2FF;
    color: #0079B2;
    margin: -3px 0 0 0;
    padding: 3px;
    float: right;
    border-radius: 5px;
}

.news_listing .newsblocktext .comments a{
    text-decoration: none;
}

.news_listing .newsblocktext .comments .icon_comments {
    background: url('http://static.slickdealscdn.com/images/main_sprite.png?3987') -10px -100px no-repeat transparent;
    display: block;
    width: 10px;
    height: 12px;
    float: left;
    padding-right: 4px;
}

.news_listing .newsblocktext .continue_reading {
    display: block;
    font-size: 11px;
    letter-spacing: 0;
    color: #0079B2;
}

.news_list_image {
  height: 125px;
  width: 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}