/************************************************************************/
/* START: js filter */

div.gui-select
{
	position: relative;
	z-index: 1;
	margin: 2px 0 5px 0;
	width: 260px;
}

div.active-gui-select
{
	z-index: 2;
}
div.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: 246px 7px;
    background-repeat: no-repeat;
    font-size: 11px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	width: 259px;
	padding: 0 !important;
}

div.gui-select p.title a
{
	display: block;
	color: #333333;
	height: 16px;
	padding: 0 16px 0 5px;
	white-space: nowrap;
	width: 238px;
	text-decoration:none;
}

div.gui-select div.content
{
	border:1px solid #999999;
    background: #fff;
	left: -7000px;
	max-height: 189px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	width: 259px;
	z-index: 1;
    *height: 189px;
}

div.gui-select div.active-content
{
	left: 0;
}

div.gui-select ul
{
	overflow: hidden;
	padding: 5px 10px 6px 0px;
	position: relative;
}
div.gui-select li
{
	height: 18px;
}
div.gui-select li span.value
{
	display: none;
}
div.gui-select li a
{
    width: 254px;
    display: block;
	padding: 0 0 2px 5px;    
}
div.target-dropdown div.gui-select li a
{
    width: 238px;
}

div.gui-select li.selected a
{
    color:#900;
}
div.gui-select li a:hover
{
	color: #900;
    background-color: #afb4be;
}

div.gui-select li span.no
{
	color: #999;
}

div.gui-select div.slider-wrapper
{
	border: 2px solid #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	height: 260px;
	left: 241px;
	position: absolute;
	top: 0px;
	width: 15px;
}

div.gui-select div.arrow-up,
div.gui-select div.arrow-down,
div.gui-select div.handle,
div.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.gui-select div.arrow-up
{
	background-image: url(../../../_resources/css/module/search/img/gui-select-arrow-up.gif);
}

div.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.gui-select div.slider
{
	background: #eee;
	height: 155px;
	top: 16px;
}

div.gui-select div.handle
{
	height: 0; /* set by js */
}
div.content .has-scrollbar li{
height:18px;
}


/* END: js filter */
/************************************************************************/

/************************************************************************/
/* START: with 'go' button  */

div.target-dropdown{
    width:247px;
    *width:248px;
    _width:250px;
    float:left; 
} 
div.target-dropdown div.gui-select{
	width:248px;	
} 
div.target-dropdown select{
	width:244px;	
} 
div.target-dropdown div.gui-select p.title{
	width:245px;
	background-position:232px 7px;		
} 
div.target-dropdown div.gui-select p.title a{
	width: 226px;	
} 
div.target-dropdown div.gui-select div.content {
	width:245px;
	_width: 246px;
} 
div.target-dropdown div.gui-select div.slider-wrapper {
	width:15px;
	left:227px;	
	_left: 228px;
} 
form.dropdown a.generic-button{
	margin-top:3px;
	_margin-left:2px;
}
form.dropdown a.generic-button span span{
	padding:0 4px 2px 5px;
	padding-right:5px\9; /*ie7, ie8*/
	_padding-right:4px;
}
* html div.target-dropdown div.gui-select{
	width: 245px;
}
* html div.target-dropdown div.gui-select p.title{
	width: 244px;
	background-position: 230px 7px;
	_width: 246px;
	_background-position: 232px 7px;
}
* html div.target-dropdown div.gui-select p.title a {
 	width: 223px;
}
* html div.gui-select div.content{
	width: 244px;
}
/* END: with 'go' button  */
/************************************************************************/
