/* CSS Document */
div#whatsnew {
	background-color:#EEF1F4;
	padding:10px;
}

.subwhatsnew {
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

.divThumbs{
	border:solid 1px #E0E0E0;
	padding:5px;
}
.divThumbsSelect{
	border:solid 1px #666666;
	padding:5px;
	background-color:#E0E0E0;
}

#tip { 
    display:none; 
    background:transparent url(../../i/tooltip/white_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#000;     
}

#tip.bottom { 
    background:url(../../i/tooltip/white_arrow_bottom.png);     
    padding-top:40px; 
    height:55px; 
} 
 
#tip.bottom { 
    background:url(../../i/tooltip/white_arrow_bottom.png); 
}
