@charset "UTF-8";

@media all
{

/* include - inc_module - mod_glossary - glossarytoggler.tmpl */

.glossary_filter_top, .glossary_filter_bottom {
	border-top: 1px solid #76774B;
	border-bottom: 1px solid #76774B;
	padding-top: 7px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.glossary_filter_top a {
	margin-right: 4px;
}

.glossary_filter_bottom a {
	margin-right: 4px;
}

.glossary_filter_top .active {
	font-weight: bold;
	border-bottom: 4px solid #76774B;
	padding-bottom: 1px;
}

.glossary_filter_bottom .active {
	font-weight: bold;
	border-top: 4px solid #76774B;
	padding-top: 3px;
}

.glossaryTOGGLER {    padding:0px;
	margin: 0;
}.glossaryTOGGLER h5 {    margin: 0 0 3px;    padding: 2px 0 2px 10px;    cursor:pointer;
	background-color: #e6e6e6;
	border-bottom: 1px dotted #9B5F46;
	border-top: 1px dotted #9B5F46;
	font: 100% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-transform: none;
}.glossaryTOGGLER .glossaryEntry h5 {
	background: #e6e6e6 url(images/faq_open.gif) no-repeat left 4px;
	font-weight: bold;
}.glossaryTOGGLER p {    padding: 0 0 0 10px;    margin:0px;
}.glossaryTOGGLER .glossaryEntry {    margin: 0 0 5px;    padding: 0 0 5px;    display:none;
}
}


