 
input,textarea,select {
	outline: none;
}
 
 
/* -------------------------------------- */
/* selectbox Style/* -------------------------------------- */
/* Dropdown control */

 


.selectbox-dropdown {
	min-width:100px;
	position:relative;
	border:1px solid #e1e1e1;
	height:28px;
	line-height:28px;
	text-decoration:none;
	color:#444;
	outline:none;
	vertical-align:middle;
	background:#fff;
	display:inline-block;
	cursor:default;
	margin-bottom:10px;
}
.selectbox-dropdown-menu a {
	color:#444;
}
a.selectbox:hover {
	color:#444;
}
.selectbox-dropdown:focus,.selectbox-dropdown:focus .selectbox-arrow {
	border-color:#e1e1e1;
}
.selectbox-dropdown.selectbox-menuShowing {
	/*-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	*/
}
.selectbox-dropdown .selectbox-label {
	padding:1px 8px;
	display:inline-block;
	white-space:nowrap;
	overflow: hidden;
}
.selectbox-dropdown .selectbox-arrow {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:100%;
	background:url(../images/selectbox-arrow-bg.png) no-repeat center center;
	/* Old browsers */
	border-left:solid 1px #e1e1e1;
}
.selectbox-dropdown .selectbox-arrow:hover {
	cursor:pointer;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition: opacity 1s;
}
/* Dropdown menu */
.selectbox-dropdown-menu {
	position:absolute;
	z-index:99999;
	max-height:200px;
	min-height:1em;
	border:1px solid #e1e1e1;
	/* should be the same border width as .selectbox-dropdown */
	background:#fff;
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);
	box-shadow:0 2px 6px rgba(0,0,0,.2);
	overflow:auto;
}
/* Inline control */
.selectbox-inline {
	min-width:150px;
	outline:none;
	border:solid 1px #BBB;
	background:#FFF;
	display:inline-block;
	overflow:auto;
}
.selectbox-inline:focus {
	border-color: #666;
}
/* Options */
.selectbox-options,.selectbox-options li,.selectbox-options li a {
	list-style:none;
	display:block;
	cursor:default;
	padding:0;
	margin:0;
}
.selectbox-options li a {
	line-height:1.5;
	padding:0.4em .5em;
	white-space:nowrap;
	overflow:hidden;
	background:6px center no-repeat;
}
.selectbox-options li.selectbox-hover a {
	background-color:#eee;
}
.selectbox-options li.selectbox-disabled a {
	color:#888;
	background-color:transparent;
}
.selectbox-options li.selectbox-selected a {
	background-color:#EEEEEE;
}
.selectbox-options .selectbox-optgroup {
	color:#666;
	background:#eee;
	font-weight:bold;
	line-height:1.5;
	padding:0 .3em;
	white-space: nowrap;
}
/* Disabled state */
.selectbox.selectbox-disabled {
	color:#888 !important;
}
.selectbox-dropdown.selectbox-disabled .selectbox-arrow {
	opacity:.5;
	filter:alpha(opacity=50);
	border-color:#666;
}
.selectbox-inline.selectbox-disabled {
	color:#888 !important;
}
.selectbox-inline.selectbox-disabled .selectbox-options A {
	background-color: transparent !important;
}
 
#quick-search {
	width:100%;
	overflow:hidden;
	background:#fff;
	margin-bottom:15px;
	position:relative;
}
#quick-search .head {
	font-size:20px;
	text-transform:uppercase;
	color:#990000;
	padding:10px 50px;
	background:#e5e5e5;
	margin-bottom:0px;
	text-align:right;
	height:25px;
	
	
}
#quick-search .show-hide {
	position:absolute;
	top:8px;
	right:9px;
	width:146px;
	height:27px;
	text-indent:-9999px;
	background:url(../images/search-ico-N.png) no-repeat;
}
#quick-search .select-container {
	width:100%;
}
#quick-search .column {
	float:left;
	width:220px;
	padding:20px 0px;
	margin-left:0px;
	overflow:hidden; 
	margin-left: 10px; margin-right: 10px;
}
#quick-search .columnlast {
float:left;
	width:220px;
	padding:20px 0px;
	margin-left:0px;
	overflow:hidden; 
	margin-left: 10px; margin-right: 0px;
}
#quick-search .column:first-child {
	margin-left:0px;
	padding:20px 0px 20px 0px;
}
#quick-search .select.small {
	float:left;
	margin-top:5px;
	width:94px !important;
}

#quick-search .column .first {
	margin-right: 5px;
}
#quick-search input[type="submit"] {
	 
	float:left;
	margin:5px 0px 0px 10px;
	font-size:14px;
	color:#fff;
	border:none;
	height:30px;
	line-height:30px;
	padding:0px 20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#4d77a4;
	/* Old browsers */
	background:-moz-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d77a4),color-stop(100%,#295280));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* IE10+*/
	background:linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d77a4',endColorstr='#295280',GradientType=0 );
	/* IE6-9 */
}


#quick-searchORIG input[type="submit"] {
	clear:both;
	float:left;
	margin:5px 10px 0px 0px;
	font-size:12px;
	color:#fff;
	border:none;
	height:30px;
	line-height:30px;
	padding:0px 30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#4d77a4;
	/* Old browsers */
	background:-moz-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d77a4),color-stop(100%,#295280));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* IE10+*/
	background:linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d77a4',endColorstr='#295280',GradientType=0 );
	/* IE6-9 */
}
 
#quick-search .select.normal {
	float:left;
	margin-top:5px;
	width:220px !important; 
}
 