#searchBox2 .groupControl {
	clear:both;
	padding:5px 0 5px 5px;
}

#searchBox2 #searchBox_sbmt {
	background:url(../../images/template_images/search_btn.jpg) no-repeat !important;
	width:138px;
	height:24px;
	border:0;
}

#searchBox2 #searchBox_sbmt:hover {
	cursor:pointer;
}

#searchBox2 .selectTextBox {
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-right:0;
	padding: 3px;
	background:#fff;
	display:inline-block;
	width:146px;
	height:17px;
	float:left;
	margin:0;
}

.pointerCursor {
	cursor:pointer;	
	}

#searchBox2 #q {
	width:168px;
}

#searchBox2 .halfWidth .selectTextBox {
	width:56px;
}

#searchBox2 #selectLink4 {
	margin-right:4px;
}

#selectLink5Select {
	margin-left:90px;
}

#searchBox2 .selectLink {
	display:inline-block;
	width:23px;
	height:25px;
	background:url(images/select-arrow.png);
	float:left;
}

#searchBox2 .selectLink:hover {
	background-position:-23px 0;
}


#searchBox2 .divSelect {
	display:none;
	background:#fff;
	border: 1px solid #BBB;
	width:180px;
	position:absolute;
	margin-top:24px;
	max-height:300px;
	overflow:auto;
	z-index: 999;
}

#searchBox2 .divSelect.loading {
	width:180px;
	height:35px;
	border: 1px solid #BBB;
	background:#fff url(images/loader.gif) no-repeat 5px 5px;
}

#searchBox2 .halfWidth .divSelect {
	width:100px;
}

#searchBox2 .divSelect ul {
	list-style:none !important;
	margin:0;
	padding:0;
}

#searchBox2 .divSelect li {
	background:#FFF;
	padding:4px 6px;
	list-style:none !important;
	cursor:pointer;
}

#searchBox2 .divSelect li.selected {
	background:#EEE;
}

#searchBox2 .divSelect a {
	text-decoration:none;
	color:#000;
}

#searchBox2 .custom-select {
	width: 153px;
	height:25px;
	overflow: hidden;
	display: block;
}

#searchBox2 .custom-select select {
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-right: 0;
	padding: 3px;
	background: transparent !important;
	display: inline-block;
	width: 176px;
	height:25px;
	margin: 0;
	font-size: 11px;
	-webkit-appearance:none;
	-moz-appearance: none !important;
	position: absolute;
	z-index: 2;
}

#searchBox2 .custom-selector {
	position:absolute;
	z-index: 1;
	display:inline-block;
	width:23px;
	height:25px;
	margin-top: -25px;
	margin-left: 153px;
	background:url(images/select-arrow.png);
}

#searchBox2 .custom-selector:hover {
	background-position:-23px 0;
}


