.ac_results,
ul.ui-autocomplete {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 100000; 
    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('https://css.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;
}

.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(https://css.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);
}

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

.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;
}

.left {
    float: left;
}

#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 p {
    font-size: 12px;
    color: #000;
    letter-spacing: -0.3px;
}

.spinner {
    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;
}

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

.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_deals {
    background: #cee7ff;
    color: #0072bc;
}

#storepage_more_deals:hover {
    background: #96bbde;
    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("https://css.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("https://css.slickdealscdn.com/images/slickdeals/newsletter_side_teeth.png") repeat-x;
    height: 7px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.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;
}

#storeSeoBlock {
    padding-top: 8px;
    padding-bottom: 4px;
}

#storeSeoBlock h2 {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

#storeSeoBlock p {
    margin: 5px 0;
}

#storeSeoBlock hr {
    visibility: hidden;
}

.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('https://css.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: 0.95em;
}

.quotebox_content {
    background: white url("https://css.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));
}

.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;
}

.noDeals {
    text-align: center;
    padding: 30px 0;
}

.noDealsFound {
    color: #666;
    font-weight: bold;
    font-size: 18px;
}

.noDeals p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.noDeals .button {
    display: inline-block;
    border-radius: 3px;
    padding: 0px 13px;
    cursor: pointer;
    height: 36px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: "Open Sans Semibold", "Open Sans", Arial, sans-serif;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(#f06118, #e5580f);
    margin-top: 5px;
}

.noDeals .dealalerts_subscribe .button:hover {
    color: #fff;
    background-image: linear-gradient(#e45c17, #d9540e);
}

.noDeals .dealalerts_subscribe .button:active {
    box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(#d25515, #c84d0d);
}

.noDeals .dealalerts_subscribe .button:disabled {
    background-image: linear-gradient(#f7b08b, #f2ab87);
}

#manage_DA {
    background-color: #f1f1f1;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc),color-stop(100%, #f1f1f1));
    background-image: -moz-linear-gradient(#fcfcfc, #f1f1f1);
    background-image: -webkit-linear-gradient(#fcfcfc, #f1f1f1);
    background-image: linear-gradient(#fcfcfc, #f1f1f1);
    border-width: 1px;
    border-style: solid;
    border-top-color: #e1e1e1;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ddd;
}

#manage_DA:hover,
#manage_DA.hover {
    background-color: #d2d2d2;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-top-color: #d6d6d6;
    border-left-color: #d6d6d6;
    border-right-color: #d6d6d6;
    border-bottom-color: #d2d2d2;
}

#manage_DA:active,
#manage_DA.active {
    background-color: #f1f1f1;
    -moz-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.1);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1),color-stop(100%, #f1f1f1));
    background-image: -moz-linear-gradient(#f1f1f1, #f1f1f1);
    background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1);
    background-image: linear-gradient(#f1f1f1, #f1f1f1);
    border-width: 1px;
    border-style: solid;
    border-top-color: #d6d6d6;
    border-left-color: #d6d6d6;
    border-right-color: #d6d6d6;
    border-bottom-color: #d2d2d2;
}

h2.blackflag_long.sub {
    background: #000;
    height: 30px;
    margin-left: 0;
    width: auto;
}

.relatedBlock {
    margin-top: 15px;
}

h2.blackflag_long.sub .spacer {
    font-size: 14px;
    height: 30px;
}

.dealBitBadge {
    height: 15px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 10px;
    font-family: arial, sans-serif;
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-block;
    padding: 0 10px;
    z-index: 9;
}

.dealBitBadge.frontpage {
    background-color: #00aeef;
}

.dealBitBadge.popular {
    background-color: #ffb851;
}

.relatedNewsBlock {
    box-shadow: none;
    border: 1px solid #999;
    border-radius: 0;
}

.relatedNewsBlock .news_list .newsblockimg {
    height: 167px;
    width: 223px;
}#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('https://css.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('https://css.slickdealscdn.com/images/main_sprite.png?876') -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;
}