/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Smart Search :: alteredCart.com
| All code developed by Bill Brewer
| Copyright (c)2007-2014 alteredCart            
| Bill Brewer <bill@alteredcart.com>   
| All rights reserved.
| This code is licensed for use on a single server.
| This code is licensed for use by the original purchaser only.                         
| Full license :: www.alteredcart.com/license.php
|-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.search_box {
	height:32px;
	border:1px solid #5C9EBF;
	background-color:#B7D7E6;
}
.greyBox {
	border:1px solid #D5D5D5; 
	background:#F5F5F5;
	padding:3px;
}
.greyBox li{
	list-style:none;
}
.greyBoxBottom {
	border:1px solid #D5D5D5; 
	background:#F5F5F5;
	width:48%; 
	max-width:48%;
	padding:5px;
}
.greyBoxBottom ul{
	margin:5px;
	padding:0 0 0 5px;
}
.greyBoxBottom li {
	list-style:none;
}
.bottomBoxText {
	font-weight:bold; 
	text-align:center
}
.smartSearchHighlight {
	font-weight:bold;
	color:#F00;
}
.incorrectSpelling {
	color:#F00;
	font:italic normal bold;
}
.addedTerms {
	color:#666;
	font:italic normal bold larger inherit;
}
.commonWord {
	color:#999;
}
.readonly { 
	background: #CCC !important; 
}
.search_bg {
 	min-width:20em;
}
.search_bg .bd .searchContents {
	background:transparent url(https://www.shaving-shack.com/skin/common_files/modules/Smart_Search/images/search_r.png) no-repeat right 2px;
}
.search_bg .bd .searchContents .searchMain {
	border:1px solid #999;
	background-color:#FFF;
	margin:0px 5px 0px 0px;
	padding:0px;
	min-width:314px;

}
.search_bg .ft {
	background:transparent url(https://www.shaving-shack.com/skin/common_files/modules/Smart_Search/images/search_bl.png) no-repeat 0px 0px;
}
.search_bg .ft .searchContents {
	text-align:right;
}
#advancedSearch {
	border:1px solid #D5D5D5; 
	background:#F5F5F5;
	margin:10px auto;
	width:90%;
	display:none;
	position:relative;
	padding:5px;
}
#mainSearch {
	position:relative;
	width:650px;
	margin: 15px auto;
}
#showAdvancedSearch {
	text-align:center;
	font-size:10px;
	cursor:pointer;
	margin:10px;
}
#advancedCloseX {
	position:absolute;
	right:-8px;
	top:-8px;
	cursor:pointer;
}
.jumboSearchField {
	background:#FFF !important;
	border:1px solid #919191;
	color:#666;
	font-size:15px;
	margin:0px;
	width:600px;
	position:relative;
	padding:0px !important;
	height:40px;
}
.jumboSearchButton {
	position:absolute;
	top:0px;
	right:0px;
}