
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 170px;
	font-family: Tahoma;
	border:1px solid #333333;
	background:#666666;
}

/* accordion header */
#accordion h2 {
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;		
  background-image:url(../images/zagotovka2.gif);
  background-position:left center;
  background-repeat:no-repeat;
  background-color:#637f98;
  border:1px #91adc6 solid;
  color: #ffffff;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
}

/* accordion pane */
#accordion div.pane {
	border:1px solid #ffffff;
	border-width:0 2px;
	display:none;
	height:200px;
	padding:10px;
	color:#fffffff;
	font-size:12px;
}

#accordion div.pane a {
  display: block;
  font-weight:normal;
	margin:0 0 -5px 0;
 font-size:14px;
	color:#D6E1EA;
	text-decoration: none;
}
#accordion div.pane a:hover {
  display: block;
  background-color:#A4A4A4;
}

/*для всплявающих картинок*/
.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:5px solid black; /*Border around tooltip*/
background:white;
z-index:3000;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}

#news_list a{
  text-decoration: none;
}

#news_list a:hover {
  text-decoration: underline;
}

