#mserach {
	display: none !important;
}
.searchSel select#msearch {
	display: none;
}
.sbHolder {
	border: 0px solid rgb(190, 190, 190); border-image: none; width: 80px; height: 29px; font-size: 11px; font-weight: bold; position: relative; background-color: rgb(255, 255, 255);
}
.sbHolder:focus .sbSelector {
	
}
.sbSelector {
	border: 0px solid rgb(190, 190, 190); border-image: none; left: 0px; top: 0px; width: 80px; height: 29px; line-height: 29px; text-indent: 10px; overflow: hidden; display: block; position: absolute; -webkit-appearance: none; -moz-appearance: none; appearance: none; -o-appearance: none;
}
.sbSelector:link {
	color: rgb(77, 66, 66); text-decoration: none;
}
.sbSelector:visited {
	color: rgb(77, 66, 66); text-decoration: none;
}
.sbSelector:hover {
	color: rgb(233, 47, 51); text-decoration: none;
}
.sbToggle {
	background: url("<?php echo G5_THEME_IMG_URL ?>/select_icons.png") no-repeat 0px -119px; top: 0px; width: 30px; height: 29px; right: 0px; display: block; position: absolute;
}
.sbToggle:hover {
	background: url("<?php echo G5_THEME_IMG_URL ?>/select_icons.png") no-repeat 0px -160px;
}
.sbToggleOpen {
	background: url("<?php echo G5_THEME_IMG_URL ?>/select_icons.png") no-repeat 0px -19px;
}
.sbToggleOpen:hover {
	background: url("<?php echo G5_THEME_IMG_URL ?>/select_icons.png") no-repeat 0px -66px;
}
.sbHolderDisabled {
	border: 1px solid rgb(81, 81, 81); border-image: none; background-color: rgb(60, 60, 60);
}
.sbHolderDisabled .sbHolder {
	
}
.sbHolderDisabled .sbToggle {
	
}
.sbOptions {
	border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255) rgb(237, 47, 48) rgb(237, 47, 48); list-style: none; margin: 0px; padding: 0px; left: -1px; top: 24px; width: 80px; position: absolute; z-index: 1; -ms-overflow-y: auto; background-color: rgb(255, 255, 255);
}
.sbOptions li {
	padding: 0px 7px;
}
.sbOptions a {
	padding: 7px 0px 7px 3px; border-bottom-color: rgb(81, 81, 81); border-bottom-width: 1px; border-bottom-style: dotted; display: block;
}
.sbOptions a:link {
	color: rgb(146, 152, 156); text-decoration: none;
}
.sbOptions a:visited {
	color: rgb(146, 152, 156); text-decoration: none;
}
.sbOptions a:hover {
	color: rgb(233, 47, 51);
}
.sbOptions a:focus {
	color: rgb(233, 47, 51);
}
.sbOptions a.sbFocus {
	color: rgb(233, 47, 51);
}
.sbOptions li.last a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
