/* BOF CUSTOMIZE DEEPAUTOSUGGEST STYLE    */
.searchBox{
	width:200px;
}
.searchBox #searchparam{
	width:200px;
}

#header{
	position:relative;

}

#results{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:1000; 
	padding:5px 8px; 
	display:none;
	width:50%; 
	background-color: #fff;
	-moz-box-shadow: 0px 3px 8px rgb(100,100,100);
	-webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
	box-shadow: 0px 3px 8px rgb(100,100,100);
}

@media only screen and (max-width: 1024px) {
#results{
	width:60%; 
}
}

@media only screen and (max-width: 768px) {
#results{
	width:80%; 
}
}

@media only screen and (max-width: 478px) {
#results{
	width:90%; 
}
}

#results .no_suggestions{
	width:100%;
	height:40px;
}

#results #search_1 {
	position:relative;
	width:100%;
}

#results .close {
	position:absolute;
	right:0px;
	top:2px;
	cursor: pointer;
}

* {margin: 0; padding: 0;}

#results .suggest_left_group{
	float:left;
}

#results .suggest_right_group{
	float:right;
}

@media only screen and (max-width: 1024px) {
#results .suggest_left_group, #results .suggest_right_group {
	float:none;
}
}

#results .half{
	width:50%;
}

@media only screen and (max-width: 1224px) {
#results .half{
	width:100%;
}
}

#results .full{
	width:100%;
}

#results .article_suggestions {
  	margin: 20px 10px;
}

#results .article_suggestions ul.article_results {
  list-style-type: none;
  width: 100%;
}

#results .article_suggestions ul.article_results .article_result_header {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #CCCCCC;
}

#results .article_suggestions ul.article_results li.article_result .article_result_image {
	float: left;
	margin: 0 0 0 0;
	width:33%;
	height:75px;
	text-align:left;
}

#results .article_suggestions ul.article_results li.article_result .article_result_image img{
	max-width:75px;
	max-height:75px;
}

@media only screen and (max-width: 478px) {
#results .article_suggestions ul.article_results li.article_result .article_result_image {
	height:40px;
}
#results .article_suggestions ul.article_results li.article_result .article_result_image img{
	max-width:40px;
	max-height:40px;
}
}

#results .article_suggestions ul.article_results li.article_result .article_result_text {
	margin: 0 0 0 0;
	width:66%;
	float:right;
}

#results .article_suggestions ul.article_results li p {
	font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

#results .article_suggestions ul.article_results li {
	width: 100%;
	padding: 10px;
	overflow: hidden;
}

#results .article_suggestions ul.article_results li:hover {
  background: #eee;
  cursor: pointer;
}

#results .manufacturer_suggestions {
  	margin: 20px 10px;
}

#results .manufacturer_suggestions ul.manufacturer_results {
  list-style-type: none;
  width: 100%;
}

#results .manufacturer_suggestions ul.manufacturer_results .manufacturer_result_header {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #CCCCCC;
}

#results .manufacturer_suggestions ul.manufacturer_results li.manufacturer_result .manufacturer_result_image {
	float: left;
	margin: 0 0 0 0;
	width:33%;
	height:75px;
	text-align:left;
}

#results .manufacturer_suggestions ul.manufacturer_results li.manufacturer_result .manufacturer_result_image img{
	max-width:75px;
	max-height:75px;
}

#results .manufacturer_suggestions ul.manufacturer_results li.manufacturer_result .manufacturer_result_text {
	margin: 0 0 0 0;
	width:66%;
	float:left;
}

#results .manufacturer_suggestions ul.manufacturer_results li p {
	font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

#results .manufacturer_suggestions ul.manufacturer_results li {
	width: 100%;
	padding: 10px;
	overflow: auto;
}

#results .manufacturer_suggestions ul.manufacturer_results li:hover {
  background: #eee;
  cursor: pointer;
}

#results .category_suggestions {
  	margin: 20px 10px;
}

#results .category_suggestions ul.category_results {
  list-style-type: none;
  width: 100%;
}

#results .category_suggestions ul.category_results .category_result_header {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #CCCCCC;
}

#results .category_suggestions ul.category_results li.category_result .category_result_image {
	float: left;
	margin: 0 0 0 0;
	width:33%;
	height:75px;
	text-align:left;
}

#results .category_suggestions ul.category_results li.category_result .category_result_image img{
	max-width:75px;
	max-height:75px;
}

#results .category_suggestions ul.category_results li.category_result .category_result_text {
	margin: 0 0 0 0;
	width:66%;
	float:left;
}

#results .category_suggestions ul.category_results li p {
	font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

#results .category_suggestions ul.category_results li {
	width: 100%;
	padding: 10px;
	overflow: auto;
}

#results .category_suggestions ul.category_results li:hover {
  background: #eee;
  cursor: pointer;
}

#results .content_suggestions {
  	margin: 20px 10px;
}

#results .content_suggestions ul.content_results {
  list-style-type: none;
  width: 100%;
}

#results .content_suggestions ul.content_results .content_result_header {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #CCCCCC;
}

#results .content_suggestions ul.content_results li.content_result .content_result_image {
	float: left;
	margin: 0 0 0 0;
	width:33%;
	height:75px;
	text-align:left;
}

#results .content_suggestions ul.content_results li.content_result .content_result_image img{
	max-width:75px;
	max-height:75px;
}

#results .content_suggestions ul.content_results li.content_result .content_result_text {
	margin: 0 0 0 0;
	width:66%;
	float:left;
}

#results .content_suggestions ul.content_results li p {
	font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

#results .content_suggestions ul.content_results li {
	width: 100%;
	padding: 10px;
	overflow: auto;
}

#results .content_suggestions ul.content_results li:hover {
  background: #eee;
  cursor: pointer;
}

#results .search_suggestions {
  	margin: 20px 10px;
}

#results .search_suggestions ul.search_results {
  list-style-type: none;
  width: 100%;
}

#results .search_suggestions ul.search_results .search_result_header {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #CCCCCC;
}

#results .search_suggestions ul.search_results li.search_result .search_result_image {
	float: left;
	margin: 0 0 0 0;
	width:33%;
	height:75px;
	text-align:left;
}

#results .search_suggestions ul.search_results li.search_result .search_result_image img{
	max-width:75px;
	max-height:75px;
}

#results .search_suggestions ul.search_results li.search_result .search_result_text {
	margin: 0 0 0 0;
	width:100%;
	float:left;
}

#results .search_suggestions ul.search_results li.search_result .search_result_text .search_result_text_title{
	float:left;
}

#results .search_suggestions ul.search_results li.search_result .search_result_text .search_result_text_count{
	float:right;
	font-size:10px;
	margin-top:3px;
}

#results .search_suggestions ul.search_results li p {
	font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

#results .search_suggestions ul.search_results li {
	width: 100%;
	padding: 10px;
	overflow: auto;
}

#results .search_suggestions ul.search_results li:hover {
  background: #eee;
  cursor: pointer;
}

.pagination ul li{
	cursor:pointer;
}

#results .noarticles {
	height:30px;
}

#quicksearch { 
	position:relative;
}

#wait{ 
	position:absolute; 
	width:100%; 
	left:0px;
	right:0px;
	top:3px; 
	display:none; 
	z-index:1001;
}



#choosesearch{ 
	position:absolute;
	display:none; 
	top:22px;
	width:205px;
	padding:5px 0 0 5px;
	z-index:1;
}

#choosesearch .searchbutton{
	cursor:pointer;
}

#choosesearch .checkbox{
	float:left;
}
#choosesearch .cb_span{
	float:left;
}

#choosesearch .close{
	cursor:pointer;
}

.highlight{
	background: #E0FBD9;
}

.loadimage {
	margin-top: 
	2px;margin-left: 45%;
}

.loadimage img {
	margin-top: 2px; 
	opacity: 0.95;
}