﻿.newsHeadlines{ 
width:175px;
 float:right;
 padding-top:10px;
} 
 
.headlineItem
 {
     display:block;
     /*overflow:auto;*/
    padding:8px;
     line-height:13px;
     /*border-bottom:solid 1px #cccccc;*/
     text-decoration:none;
     background-image:url(/App_Assets/images/ui/rightColListDivider.gif);
    background-repeat:no-repeat;
    background-position: 0% 100%; 
 }
 
.newsHeadlines a:hover > .headlineItem
 {  
     background-image: url(/App_Assets/images/ui/rightColListBackground.gif);
     background-position:bottom;
     background-repeat:repeat-x;
     cursor:pointer;
     text-decoration:none;
}
 
#newsArticleview
 {
    width:738px;
    /*padding-left:10px;
    padding-left:10px;*/
    padding-top:5px;
 }
 
 
#newsArticleview img
 {
/*     padding:10px;*/
 }
 


.newsProductItem
{
    width:142px;
    height:170px;
    padding-left:5px;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration:none; 
    float:left;
    text-align:center;
    /*position: relative;*/
}

.newsProductItemRelated
{
    width:142px;
    height:170px;
    padding-left:5px;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration:none; 
    float:left;
    position: relative;
}

#newsProductViewAll 
{
    width:740px;
    float:right;
    position: relative;
}

.newsProductImage
{
    text-align:center;
}

.newsBody
{
    line-height:15px;
    font-size:12px;
}

.newsListingDate
{
    line-height:14px;
    font-size:11px;
    color:#666666;
}

.newsHeader
{
    font-size:20px;
    font-weight:bold;
    color:#aa0000;
}

.newsDivider
{
    background-image: url(/App_Assets/images/ui/newsDivider.gif);
    background-repeat:no-repeat;
    width: 720px;
    height: 1px;
}

.newsTitle a
{
    color:#aa0000;
    font-size:14px;
    font-weight:bold;
}

.newsProductItem a
{
    text-decoration:none; 
}

/*#newsProductItem:hover
 {  
     background-color:#ededed;
     cursor:pointer;
 }*/

.newsProductItem img
{
   border:0px;
}