@charset "windows-1251";
.CollapsiblePanel {
	margin: 0px;
	background: url(pic_elements/but_bg.png) no-repeat;
	min-height: 20px;
}
.CollapsiblePanelTab {
	margin-bottom: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #000;
}

.CollapsiblePanelTab a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 18px;
	display: block;
	padding-left: 65px;
	height: 20px;
}

.CollapsiblePanelContent {
	margin: 0px;
	line-height: 18px;
	padding: 4px 0 8px 75px;
}
.CollapsiblePanelContent a {
	font-size: 12px;
}
.CollapsiblePanelContent a:link, .CollapsiblePanelContent a:visited, .CollapsiblePanelContent a:active  {
	color: #ccc;
}
.CollapsiblePanelContent a:hover  {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
.CollapsiblePanelOpen {
	background: url(pic_elements/but_bg_act.png) no-repeat;
}
.CollapsiblePanelTabHover {
	background: url(pic_elements/but_bg_act.png) no-repeat;
}


