/* CSS Document */
#polaris-news-panel {
width: 1360px;
margin: 0 auto;
overflow: hidden !important;
}
#polaris-news{
max-width: 1140px;
margin: 10px auto;
border: 1px solid #818181;
display: block;
margin-bottom: 20px;
overflow: hidden;
overflow: hidden;
height: 80px;
}
#polaris-news > div{
display:block;
overflow:hidden;
float:left;		
max-width: 120px;
width: 100%;
}
#polaris-news > div > span{
text-transform:uppercase;
color:#DD0000 ;
padding: 0px 0px 0px 25px;
overflow:hidden;
font-size:34px;
line-height: 84px;
height: 83px;
display: block;
font-family: Oswald,'Trebuchet MS',sans-serif; 
font-weight: 500; 		 
border-right: 1px solid #818181;
background-color: #000;	
}	
#polaris-news > ul{
list-style-type:none;
display:block;
height:83px;
background-color: #000;	
}
#polaris-news > ul > li{
display:block;
max-height:83px;	
padding:0px;
}
#polaris-news > ul > li > ul{
padding: 7px 0px 15px 14px;
/*margin: 0px;*/					
list-style-type:none;
display:block;
}
#polaris-news > ul > li > ul > li{
margin-left: 15px;
max-width: 480px;
float: left;
max-height: 17px;
line-height: 17px;
display: block;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
width: 100%;
}

#polaris-news > ul > li > ul > li > a{
padding:0px;
margin:0px;				
font-size:13px;
text-decoration:none;
height:17px;
line-height:17px;							
color:#fff !important;
white-space:nowrap;
text-transform: uppercase;
font-family: Oswald,'Trebuchet MS',sans-serif; 
font-weight: 500; 
}
#polaris-news > ul > li > ul > li > a:hover{							
color:#dd0000 !important;
}
.fade{
/*background: url( '../img/polaris-news-background-fade.png' ) transparent no-repeat right top;*/
max-width:109px;
max-height:84px;
display:block;
position:absolute;
top:0px;
right:0px;
}