
/* ----- Search box style ----- */
#multisearchForm, #multisearchFormIcon {
	background:-moz-linear-gradient(top, #70A5D2, #9DD7EB); 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#70A5D2), to(#9DD7EB)); 
	background-color: #9DD7EB;
  border:1px solid #949393; 
	border-radius:11px; 
	-moz-border-radius:7px;
	-webkit-border-radius:11px; 
	-moz-box-shadow:inset 0 1px #9DD7EB, inset 0 -2px 5px #454544, 0 0 0 4px rgba(255,255,255,0.65);
	-webkit-box-shadow:inset 0 1px #9DD7EB, inset 0 -2px 5px #454544, 0 0 0 0px rgba(255,255,255,0.65);
	padding:9px;
	width:435px;
}
.multisearchInput {
  font: bold 16px 'trebuchet MS', 'Tahoma', 'lucida sans';
	padding: 0px 0px 0px 10px; 
	border:1px solid #949393; 
	margin: 1px; 
	outline:none;
	border-radius:7px; 
	vertical-align: top; 
	height: 35px; 
	display: inline-block; 
	width: 250px; 
	background-repeat: no-repeat; 
	background-position: 192px 4px; 
	background-color:#FFFFFF;
}
#multisearchFormIcon .multisearchInput {
	width: 240px; 
	background-position: 232px 3px;
}
ul.ws_drop_down {
	display:block;
	float: left; 
}
ul.ws_drop_down li img{
	border: 0px;
	vertical-align: middle;
	padding: 1px
}
ul.ws_drop_down li {
	display:block; 
	margin:0px 0px 0px 0px; 
	float:left;
}
ul.ws_drop_down a:hover ul, ul.ws_drop_down a:hover a:hover ul, ul.ws_drop_down a:hover a:hover a:hover ul {
	display:block;
}
ul.ws_drop_down li a {
	display:block; 
	vertical-align:middle; 
	text-decoration:none; 
	text-align:left; 
	font-size: 13px; 
	line-height: 28px; 
	padding: 3px 50px 3px 10px;  
	margin: 0px; color: #666666; 
	background-image: url('dropdown.png'); 
	background-repeat: no-repeat; 
	background-position: 75px center; 
	width: 80px; outline: none;
}
#multisearchFormIcon ul.ws_drop_down li a {
	background-position: 85px center;
}
ul.ws_drop_downm li a:hover, ul.ws_drop_downm li a {
	color: #000;
}
ul.ws_drop_down ul {
	position: absolute; 
	left:-1px; 
	top:100%; 
	background:-moz-linear-gradient(top, #70A5D2, #9DD7EB); 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#70A5D2), to(#9DD7EB)); 
	background-color: #9DD7EB;
  margin: -2px 0px 0px 0px;
	border-radius:1px; 
	-moz-border-radius:1px;
	-webkit-border-radius:1px; 
	-moz-box-shadow:inset 0 1px #9DD7EB, inset 0 -2px 5px #05229a, 0 0 0 4px rgba(255,255,255,0.65);
	-webkit-box-shadow:inset 0 1px #9DD7EB, inset 0 -2px 5px #05529a, 0 0 0 4px rgba(255,255,255,0.65);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
	border-left: 1px solid rgba(0, 0, 0, 0.2); 
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
ul.ws_drop_down, ul.ws_drop_down ul {
	margin:0px; 
	list-style:none; 
	padding:0px;
}
ul.ws_drop_down a:active, ul.ws_drop_down a:focus {
	outline-style:none;
}
ul.ws_drop_down ul li {
	float: left; 
	margin: 0px 0px 0px -1px;
}
ul.ws_drop_down ul a {
	white-space:nowrap; 
	text-align:left; 
	border-right: 1px solid rgba(0, 0, 0, 0.2); 
	border-left: 1px solid rgba(0, 0, 0, 0.2); 
	border-top: 0px solid rgba(0, 0, 0, 0.2); 
	width: 200px; 
	background-image: none; 
	padding: 3px 0px 3px 10px;
}
ul.ws_drop_down li:hover {
	position:relative;
}
ul.ws_drop_down li:hover>a {
	text-decoration:none;
}
ul.ws_drop_down li a:hover {
	position:relative; 
	text-decoration:none;
}
ul.ws_drop_downm li a:hover {
	background-color: #EEEEEE;
}
ul.ws_drop_down ul, ul.ws_drop_down a:hover ul ul {
	display:none; z-index:99999;
}
@keyframes searchslide {
	0% {
		display:none;
		z-index:-1;
		top:-10000%;
	}
	100% {
		display:block;
		top:100%;
		z-index:2;
	}
}
@-ms-keyframes searchslide {
	0% {
		display:none;
		z-index:-1;
		top:-10000%;
	}
	100% {
		display:block;
		top:100%;
		z-index:2;
	}
}
@-moz-keyframes searchslide {
	0% {
		display:none;
		z-index:-1;
		top:-10000%;
	}
	100% {
		display:block;
		top:100%;
		z-index:2;
	}
}
@-o-keyframes searchslide {
	0% {
		display:none;
		z-index:-1;
		top:-10000%;
	}
	100% {
		display:block;
		top:100%;
		z-index:2;
	}
}
@-webkit-keyframes searchslide {
	0% {
		display:none;
		z-index:-1;
		top:-10000%;
	}
	100% {
		display:block;
		top:100%;
		z-index:2;
	}
}
ul.ws_drop_down li:hover>ul {
	display:block;
	animation:searchslide 0.5s;
	-o-animation:searchslide 0.5s;
	-ms-animation:searchslide 0.5s;
	-moz-animation:searchslide 0.5s;
	-webkit-animation:searchslide 0.5s;
}
/* CSS for TABLE Tags for IE 6 and Lower START */
ul.ws_drop_down li a table, ul.ws_drop_down li a:hover table {
	border-collapse:collapse; 
	margin: 0px 0px 0px 0px; 
	border:0px;
	padding:0px;
}
ul.ws_drop_down li a table tr td, ul.ws_drop_down li a:hover table tr td {
	padding:0px; 
	border:0px;
}
ul.ws_drop_down li a table ul, ul.ws_drop_down li a:hover table ul {
	border-collapse:collapse; 
	padding:0px; 
	margin:0px 0px 0px -1px;
}
ul.ws_drop_down table ul {
	left:0px;

}
/* Submit button */
#submit {
	cursor:pointer;
	width:35px;
	height:36px;
	text-indent:-999px;
	line-height:0;
	font-size:0;
	vertical-align: top;
	color: transparent;
	background: url(search.png) no-repeat transparent center;
	border: 0px solid #3079ED;
	opacity:0.6;
	transition:all 0.5s;

}
#submit:hover {
	opacity:1;
}

/* Reset button */
#reset {
	cursor:pointer;
	width:35px;
	height:36px;
	text-indent:-999px;
	line-height:0;
	font-size:0;
	margin:0px;
	vertical-align: top;
	color: transparent;
	background: url(reset.png) no-repeat transparent center;
	border: 0px solid #3079ED;
	opacity:0.6;
	transition:all 0.5s;

}
#reset:hover {
	opacity:1;
}

/* Categories */
.category {
font-size:14px !important;
/*If you want to add a top border : border-top: 1px solid rgba(0, 0, 0, 0.2) !important;*/
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.category:hover {
background-color: #FFFFFF !important;
}
/* Clear floats */
.fclear {clear:both}
div#preload { display: none; }