/************************************************************************/
/* START: js filter */

div.faq-gui-select
{
    position: relative;
    z-index: 1;
    margin: 2px 0 5px 0;
    /* +16px: 260 -> 276*/
    width: 276px;
}

div.active-faq-gui-select
{
    z-index: 2;
}
div.faq-gui-select p.title
{
    border: 1px solid #999999;
    background-color: #ffffff;
    background-image: url(../../../_resources/css/module/search/img/gui-select-handle.gif);
    background-position: 262px 5px;
    background-repeat: no-repeat;
    font-size: 11px;
    height: 16px;
    line-height: 15px;
    overflow: hidden;
    width: 275px;
    _width: 274px;
    padding: 0;
}

div.faq-gui-select p.title a
{
    display: block;
    color: #333333;
    height: 16px;
    padding: 0 16px 0 5px;
    white-space: nowrap;
    width: 254px;
    _width: 253px;
	text-decoration:none;
}

div.faq-gui-select div.content
{
    border:1px solid #999999;
    background: #fff;
    left: -7000px;
    max-height: 189px;
    overflow: hidden;
    position: absolute;
    top: 17px;
    width: 275px;
    _width: 274px;
    z-index: 1;
    *height: 189px;
}

div.faq-gui-select div.active-content
{
    left: 0;
}

div.faq-gui-select ul
{
    overflow: hidden;
    padding: 5px 10px 6px 0px;
    position: relative;
}
div.faq-gui-select li
{
    height: 18px;
}
div.faq-gui-select li span.value
{
    display: none;
}
div.faq-gui-select li a
{
    width: 276px;
    _width: 275px;
    display: block;
    padding: 0 0 2px 5px;    
}
div.faq-gui-select li a:hover
{
    color: #900;
    background-color: #afb4be;
}

div.faq-gui-select li span.no
{
    color: #999;
}

div.faq-gui-select div.slider-wrapper
{
    border: 2px solid #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    height: 260px;
    left: 241px;
    position: absolute;
    top: 0;
    width: 15px;
}

div.faq-gui-select div.arrow-up,
div.faq-gui-select div.arrow-down,
div.faq-gui-select div.handle,
div.faq-gui-select div.slider
{
    background-color: #b9b9b9;
    background-repeat: no-repeat;
    background-position: 3px 5px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

div.faq-gui-select div.arrow-up
{
    background-image: url(../../../_resources/css/module/search/img/gui-select-arrow-up.gif);
}

div.faq-gui-select div.arrow-down
{
    background-image: url(../../../_resources/css/module/search/img/gui-select-arrow-down.gif);
    top: 172px;
    border-bottom: 1px solid #ffffff;
}

div.faq-gui-select div.slider
{
    background: #eee;
    height: 155px;
    top: 16px;
}

div.faq-gui-select div.handle
{
    height: 0; /* set by js */
}
div.content .has-scrollbar li{
    height:18px;
}

/* END: js filter */
/************************************************************************/
/* custom adaption for faq module */

/* remove padding from p-tag defined in 'div.left-content div.level-4 p' (ctc.css) to fix GUI replaced checkbox styling */
.js div.left-content div.module-faq-left-content div.selectContainer p.title {
    padding: 0 !important;
}
.teaser .module-faq-left-content{
    padding-top: 2px;
}

div.modheader{
	padding-bottom:3px;
}
div.module-faq-related{
	padding-top:2px;
}

div.module-faq div.sifr .sIFR-replaced{
	margin:0 0 5px !important;
}

div.module-faq-related div.selectContainer{
	margin-bottom:6px;
}
div.module-faq-item{
	margin-bottom:6px;
}

div.module-faq-item h4{
	font-weight:bold;
	font-size:11px;
	line-height:16px;
}

div.module-faq-item div.p p {
	padding:0;
}

/* /custom adaption for faq module */
/************************************************************************/
