.basic  {
	width: 260px;
	font-family: verdana;
	border: 0;
    border-top:0;
    border-bottom:0;
}
.basic div {
	/*background-color:#126043transparent;*//*Ôîí âíóòðè àêêîðäèîíà*/
	background: url("../../images/accordion/bg_content_ac.jpg") 0 0 repeat-x;
    padding:5px;
}

.basic div {
	margin-bottom: 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
    font-family: verdana;
    color: #fff;
}

.basic div div
{
	margin: 0;
	padding: 0;
	border: none;
    background: transparent;
}

.basic a {
	cursor:pointer;
	display:block;
	padding:7px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff; /*Öâåò çàãîëîâêà*/
	background-image: url("../../images/accordion/title_ln.jpg");
    background-repeat: repeat-x;
}

.basic a:hover, .basic a.selected {
	color: #FFFF00;/*Öâåò âûäåëåíîãî çàãîëîâêà*/
	/*background-color: white;*/
	background-image: url("../../images/accordion/title_ln_act.jpg");
    background-position: top;
    background-repeat: repeat-x;
    border:0;
	text-decoration:underline;

}

.basic a.selected
{
    border:0px solid #A3BED1;
    border-left:0;
    border-right:0;
    border-top:0;
}
