/*style of DHTML Select Menu, main box */
.dhtmlselect {
	width: 242px; /*default  width of main box */
	border: solid 1px rgba(128, 128, 128, 0.4);
	border-top-color: rgba(0, 0, 0, .1);
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4x;
	border-radius: 4px;
	padding: 1px 0;
	text-indent: 7px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 5px;
	background: url(/EntBooks_AU/media/template/textfield.png) 0 0 repeat-x !important;
}
#searchCriteria .dhtmlselect {
	width: 218px;
	background:url(../images/bg-selSrch.png) left top no-repeat !important;
	font-weight: normal;}

.sortSearch .dhtmlselect {
	width: 154px; 
	margin-left: 50px;}

/* Style of "down" image to the right of the DHTML Select Menu */
.dhtmlselect .downimage{ 
	position: absolute;
	margin: -1px 0 0 -3px;
	height: 22px;
}
.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	width: 180px; /*default width of drop down menu*/
	border: 1px solid #d4d4d4;
	border-bottom-width: 0;
	display: none;
	z-index: 5;
	font-weight: normal;
}
.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	background: #F0F0F0;
	border-bottom: 1px solid #d4d4d4;
	color: #00437f;
	padding: 1px 0;
	text-indent: 5px;
	text-decoration: none;
	font-weight: normal;
}
* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
	width: 100%;
}
.dhtmlselect .dropdown a:hover{
	background: #F6F6F6;
	color: #00437f;
}