/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Smart Search :: alteredCart.com
| All code developed by Bill Brewer
| Copyright (c)2007-2010 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;
}

.greyBoxBottom {
	border:1px solid #D5D5D5; 
	background:#F5F5F5;
	width:48%; 
	max-width:48%;
	padding:5px;
}

.bottomBoxText {
	font-weight:bold; 
	text-align:center
}

.highlight {
	font-weight:bold;
	color:#FF0000;
}

.incorrectSpelling {
	color:#FF0000;
	font:italic normal bold;
}

.addedTerms {
	color:#666666;
	font:italic normal bold larger inherit;
}
	
.commonWord {
	color:#999999;
}

.readonly { 
	background: #CCCCCC; 
}

#quickFilter{
	text-align:left; 
	margin-top:10px;
	padding:3px;
}

#quickFilter ul{
	margin:5px 0 35px 5px;
	padding:0 0 0 5px;
}

#quickFilter li{
	list-style:none;
	margin-top:3px;
}

.filterTitle{
	text-align:center;
	background-color:#CCC;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

.filterArrow{
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	border-top: 20px solid #CCC;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position:relative; margin-left:auto;
	margin-right:auto;
	margin-top:-5px;
}

.filterNumbers {
	font-size:9px;
	color:#999999;
}

#autoSuggest {
	min-width:50px;
	overflow:visible;
	z-index:100;
}

.autoSuggestItem {
	margin:1px;
	padding:2px 5px;
	background-color:inherit;
	white-space: nowrap;
}

.autoSuggestSelected {
	color:#FFFFFF;
	background-color:#333333;
	margin:1px;
	padding:2px 5px;
	white-space: nowrap;
	cursor:pointer;
}

.autoSuggestSelected a {
	display:block;
	width:100%;
	text-decoration:none;
}

.autoSuggestDescription {
	font-size:xx-small; 
	color:#999999; 
	text-align:right; 
	padding-right:3px;
}

.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 #999999;
	background-color:#FFFFFF;
	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;
}

