/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| 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(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(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:550px;
	margin: 15px auto;
}
#showAdvancedSearch {
	text-align:center;
	font-size:14px;
	margin:10px;
	display:block;
}
#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:550px;
	position:relative;
	padding:0px !important;
	height:42px;
}
.jumboSearchButton {
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}
#mainSearch a, #smart_search_advanced a  {text-decoration:underline;}
#smart_search_advanced a {color:#888;}

#smart_search_advanced {
	 padding: 10px;
}
#smart_search_advanced h3 {
	 margin-top: 0;
}
#smart_search_advanced p {
	 margin-bottom: 5px;
}
#smart_search_advanced label {
	float:left;
	text-align: left;
	width:210px;
	margin-left:50px;
	margin-top: 10px;
}
#smart_search_advanced label.nomargin {
	margin: 0;
	float:none;
	width: 30px;
	margin-bottom: 10px;
}
#smart_search_advanced input {
	max-width:300px;
	display: inline-block;
}
#smart_search_advanced input.price {
	max-width:100px;
}
#smart_search_advanced select {
	max-width:300px;
}