/* CSS Document */

/* -------------------------- Styles for the NEWS ITEMS -------------------------- */



#news-page-container {
float: left;
overflow: hidden;
width: 960px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #454545;
}

#news-page-container-thumb {
float: left;
width: 120px;
height: 90px;
margin-right: 10px;
border: 1px solid #454545;
}


#news-page-container-text {
float: left;
width: 820px;
overflow: hidden;
}


#news-page-container-details {
float: left;
overflow: hidden;
font-size: smaller;
padding-bottom: 5px;
}

















#news-left-container {
float: left;
width:680px;
padding-right: 20px;
border-right: 1px solid #454545;
overflow: hidden;
margin-bottom: 20px;
}




#news-left-image-container {
float: left;
width:700px;
height: 200px;
margin-bottom: 10px;
}


#news-left-text-container {
float: left;
width:680px;
overflow: hidden;
padding-right: 20px;
}


#news-left-text-info-container {
float: left;
width:680px;
overflow: hidden;
margin-bottom: 10px;
font-size: smaller;
padding-right: 20px;
color: white;
}








#news-right-container {
float: left;
width:238px;
overflow: hidden;
margin-bottom: 20px;
margin-left: 20px;
}



#news-right-article-container {
float: left;
width:238px;
overflow: hidden;
margin-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #454545;
}


#news-right-article-thumb {
float: left;
width:80px;
height: 50px;
margin-right: 10px;
border: 1px solid #454545;
}

#news-right-article-text {
float: left;
width: 146px;
overflow: hidden;
font-size: smaller;
line-height: 18px;
}







