
#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('/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('/images/main_sprite.png?[[minifyversion]]') -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;
}