﻿.glossary .glossary_header {
	padding:5px 0 4px;
	border:dotted #939393;
	border-width:1px 0;
}
.glossary ul {
    list-style-position: outside;
    margin: 0;
}
.glossary .glossary_header a {
	display:block;
	float:left;
	width:23px;
	text-align:center;
}
.glossary .glossary_header .disable {
	display:block;
	float:left;
	width:23px;
	text-align:center;
        color: #CCC;
}

.glossary ul.glossary_rows li {
	width:290px;
	font-size:11px;
	padding-top:6px;
	text-indent: 0;
	left:0;
}
.glossary ul.glossary_rows li.left {
	float:left;
list-style-image: none;
list-style-type:none;

}
.glossary ul.glossary_rows li.right {
	float:right;
list-style-image: none;
list-style-type:none;

}
.glossary .glossary_block_header {
	background:url(/gfx/bms/glossary/glossar_header_back.png) left top repeat-x;
	color:#009999;
	font-size:16px;
	padding:3px 10px 4px;
	border:dotted #939393;
	border-width:1px 0;
	margin-top:15px;
	height:17px;
	text-align:left;
}
.glossary ul.glossary_rows li ul {
	border-top:4px solid #01999a;
	margin-top:1px;
margin-left:0px;
list-style-image: none;
list-style-type: none;

}
.glossary ul.glossary_rows li ul li,
.glossary ul.glossary_rows li ul li p {
	font-size:11px;
}
.glossary ul.glossary_rows li ul li {
	border-bottom:1px dotted #939393;
	padding:0 10px;
	width:auto;
	text-align:left;
	margin:0;
}
.glossary ul.glossary_rows li ul li h2 {
	font-size:11px;
	font-weight:bold;
	padding:3px 0;
	margin:0;
	cursor:pointer;
	background:url(/gfx/bms/glossary/glossar_closed.png) right center no-repeat;	
}
.glossary ul.glossary_rows li ul li.active h2 {
	color:#009999;
	background:url(/gfx/bms/glossary/glossar_open.png) right center no-repeat;
}

ul.glossary_block > li > p {
	display:none;
}

ul.glossary_block > li.active > p {
	display:block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */