#newsPopupMain {
	position: relative; 
	left: 600px; 
	height: 260px; 
	width: 180px; 
	margin-top: -260px;					
}
#newsDropdownContent{ 
	width: 180px;
	font-family: Arial;
	font-size: 11px; 
}
#newsDropdownFill{
	background-color: #cacaca; 
	width: 180px;
	height: 100%;
	opacity: 0.7; /*Изменена прозрачность*/
	/*IE Hack*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /*Изменена прозрачность*/
}
#newsDropdownLinks{	 
	background-color: #9999a3;  
	opacity: 0.8;
	/*IE Hack*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	width: 180px;
	height: 20px;
	position: relative; 
	top: -220px;
	display: none;
}
#newsDropdownLinks img{
	margin-bottom: 1px;
}	 
#newsDropdownLinks .link{	 
	color: #fff; 
	font-family: Arial;
	font-weight: bold;
	font-size: 11px; 	
	margin-top: 3px;	
	cursor: pointer;			
}
#newsCounter{
	font-size: 10px; 
	margin-top: 5px; 
	margin-left: 10px;
}

#newsDropdownCaptionContent{
	height: 24px;
	padding-left: 15px;
	font-weight: bold;
	color: #000;
}
#newsDropdownCaptionTxt{
	position: relative;
	top: 5px;
}
#newsDropdownCaptionContainer{
	position: relative;
	top: -220px;
	display: none;
}
#newsDropdownContentContainer{
	position: relative;
	top: -220px;
	display: none;
}
#newsDropdownContentContainer p {
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 10px;
}

/*Изменено*/
#newsDropdownContentContainer a{
	text-decoration: none;
	padding-left: 10px;
	background-image: url( nppa.gif );
	background-position: 4px 3px;
	background-repeat: no-repeat;
}

#newsDropdownContentContainer a:hover{
	text-decoration: underline;
}

/*Добавлено*/
#newsDropdownContentCaption{
	font-weight: bold;
	font-size: 11px !important;
}

#newsDropdownHeader{
	height: 16px;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px; 
	font-weight: bold;
	background-color: #9999a3;
	padding-left: 25px;
	padding-top: 4px;
	color: #fff;
	background-image: url( harrow_mout.gif );
	background-position: 3px 2px;
	background-repeat: no-repeat;
}
