.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
border: 1px solid black;
position: relative;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: #F0F0F0;

/* styl podle fake combo boxu */
width: 371px; /* 385 */
height: 22px;
padding: 4px 0 0 14px;
background-image: url(../img/search-bg.jpg);
background-repeat: no-repeat;
margin: 11px 0;
display: block;
color: #595959;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;

}

/* modifikace pro zobrazeni vedle sebe */
.product-filter .dhtmlselect {
	float: left;
	padding-right: 10px;
	background-color: black;
	display:block;
	float: left;
	font-size: 14px;
	height: 22px;
	margin: 0 5px 10px 0;
	padding: 5px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 189px;
	background-image: url(../img/stripes-bg.png);
	background-repeat: repeat;
	color: #ffffff;
	/*display: inline;*/
}
.product-filter .dhtmlselect:hover {
	/*background-image: url(../img/button-filter-bgdrop-on.png);
	background-repeat: no-repeat;*/
	color: #aaaaaa;
}


.locator-filter .dhtmlselect {
	float: left;
	padding-right: 10px;
	background-color: black;
	background-image: url(../img/stripes-bg.png);
	background-repeat: repeat;
	color: #ffffff;
	/*display: inline;*/
}
	.locator-filter .dhtmlselect:hover {
		color: #aaaaaa;
	}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: 0px;
	width: 189px; /*default width of drop down menu*/
	border: 0px solid black;
	border-bottom-width: 0;
	display: none;
	z-index: 5;
	font-weight: normal;
 
	padding-bottom: 14px;
	background-image: url(../img/stripes-bg.png);
	background-repeat: repeat;
	background-position: -3px 0;
 
	/*display: block !important; */
}
.locator-filter .dhtmlselect .dropdown{
	padding-bottom: 14px;
	background-image: url(../img/stripes-bg.png);
	background-repeat: repeat;
	color: #ffffff;
	width: 384px;
	 
	/*display: block !important;*/
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
color: #ffffff;
border-bottom: 0px solid black;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: #ffffff;
/*background: #3C3C3E;*/

}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
color: #393939;
background: #ffffff;
}

.dhtmlselect.search {
	background-image: none;
	background-color: #ffffff;
	padding: 0;
	height: 27px;
	margin: 0;
	text-align: left;
	
}
.dhtmlselect.search .input {
	padding: 4px 4px;
	width: 110px;
	float: left;
	border-width: 0;
}
.dhtmlselect.search .submit {
	text-transform: uppercase;
	border-width: 0;
	background-color: transparent;
	color: #999999;
	padding: 5px 0 0 0;
	cursor: pointer;
}


