a:focus { outline: none; }

div.search-autocomplete,
div.search-autocomplete .default {
	width:100%;
	height:100%;
}

div.search_arrow {
	width:12px;
	height:6px;
	background-image:url(../../images/arrow.png);
	position:absolute;
	top:100%;
	margin-top:1px;
}

div.searchautocomplete-search {
    position: relative;
    text-align: left;
}

div.searchautocomplete-search div.resultbox {
    display: none;
    background: #ffffff;
    border-radius: 0px; 
    border: 1px solid #000000; /*#999999*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);*/
}

div.default div.searchautocomplete-search {
    width: 100%;
		height:100%;
}

div.default div.searchautocomplete-search div.searchbox:hover  {
    background: url(images/searchbox_bg.png) 0 -18px no-repeat; /* ie6png:crop */
}

div.default div.searchautocomplete-search div.searchbox:hover input {
    color: #000000;
}

div.default div.searchautocomplete-search div.searchbox input:focus {
    color: #000000;
}

div.default div.searchautocomplete-search div.searchbox input {
    width: 84px;
    height: 15px;
    padding: 3px 0px 0px 0px;
    border: none;
    outline: none;
    background: none;
    float: left;
    color: #646464;
    font-size: 11px;
}

div.default div.searchautocomplete-search div.searchbox button {
    width: 18px;
    height: 18px;
    padding: 0px;
    border: none;
    float: left;
    cursor: pointer;
    line-height: 0px;
}

div.default div.searchautocomplete-search div.searchbox button.search-magnifier {
    background: url(images/magnifier_icon.png) 0 0 no-repeat;
}

/*button.search-close {
    float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: none;
    margin-right: 3px;
    margin-top: 3px;
    padding: 0 0 2px 3px;
    line-height: 0px;
    background: url(images/searchautocomplete_close.png) 0 0 no-repeat;
}*/

div.default div.searchautocomplete-search div.searchbox button.search-loader {
    background: url(images/loader_icon.gif) 0 0 no-repeat;
}

div.default div.searchautocomplete-search div.resultbox {
    position: absolute;
    right: -1px;
    top: 100%;
		margin-top:6px;
    z-index: 210;
		width:300px !important;
}


div.default div.searchautocomplete-search div.resultbox-b {
    height: 16px;    
    text-align: right;    
    font-weight: bold;
    font-size: 13px;
    margin: 0 4px 4px 4px;
		display:none;
}

div.default div.searchautocomplete-search div.resultbox-b a:link,
div.default div.searchautocomplete-search div.resultbox-b a:visited,
div.default div.searchautocomplete-search div.resultbox-b a:hover {
    color: #999999;
    text-decoration: none;
}

div.default div.searchautocomplete-search a.search-more {
    cursor: pointer;
    color: #ffffff;
}


div.default div.searchautocomplete-search h3.search-header {
    margin: 0;
    text-align: left;
    padding: 0px 0px 0px 5px;
    height: 25px;   
    line-height: 25px;
    font-weight: bold;
    color: #999999;
    font-size: 15px;
    letter-spacing: 0px;
		display:none;
}

div.default div.searchautocomplete-search .search-results a {
    min-height: 30px;
}

div.default div.searchautocomplete-search .resultbox-bg a:link,
div.default div.searchautocomplete-search .resultbox-bg a:hover,
div.default div.searchautocomplete-search .resultbox-bg a:visited {    
    color: #2F2F2F;
    text-decoration: none;
}



div.default div.searchautocomplete-search .resultbox-bg a h3 {
    margin: 0px;
    font-size: 110%;
    color: #323232;
    line-height: 140%;
    font-weight: bold;
    letter-spacing: 0px;
}

div.default div.searchautocomplete-search .search-results div.searchautocomplete-row {
    min-height: 30px;
}

div.default div.searchautocomplete-search .resultbox-bg div.searchautocomplete-row {
    padding: 5px 10px 5px 10px;
    background: #FAFAFA;
    display: block;
    font-size: 11px;
    line-height: 140%;
    overflow: hidden;
}

.header .form-search .search-autocomplete li {
    cursor: default;
}

input.spinner, input.spinner:focus {
    background-repeat: no-repeat !important;
    background-position: right center;
    background-image: url(images/spinner.gif) !important;
}

.search-results{
    font: 13px Arial,Helvetica,sans-serif;
		padding:0px 0;
    margin: 0px 8px;
		text-transform: none;
}

.search-container{
}

.hr_line {
    color: #cccccc;
    width: 97%;    
}

.div_line {
    background-color:#ffffff;
}

.item_select {
    background-color:#d1eaef; /* EDF1FF */
    cursor:default;
}

.span_item {
    margin: 6px 0px;
    padding: 4px 4px 4px 4px;    
    white-space:normal;
    cursor: pointer;
		display:block;
		color:#000;
}

.results_separator {
	border-top:1px dotted #000;
}

.results_separator:first-child {
	border-top:1px solid #000;
}

.s_item {
    /*border-bottom:1px solid #cccccc;*/
    height: auto !important;
    height:65px;
    display:table;
    width: 100%;
    margin: 6px 0;
    padding: 8px 4px 4px;  
}
.s_item a {text-decoration: none; color:#034B83;}
.s_item a:hover {text-decoration: none; color:#0066CC;}
.s_icon {
    width:68px;
    text-align: center;
    float: left;
    vertical-align: middle;
    height: auto !important;
    min-height:65px;
    height:65px;
    padding-top: 0px;
		margin-right:6px;
}
.s_icon img {height:60px; width:60px;}
.s_details {
    height: auto !important;
}
.s_item_name {
    font-weight:bold; 
    height: auto !important;
    min-height:15px;
    height:15px;
}
.s_item_name span {
	float:none !important;
	white-space:normal;
	display:table;
}

.s_pstars {width:75px; border:0; height:13px;}
.s_item_name a {margin-right:5px; color: #454545 !important;}
.s_description {font-size:11px;}
.s_description {display:none;}
.s_sku {font-size:10px;}
.s_price {padding-top:3px; color: #666;}
.s_price .price-box,.s_price .price-box .price-excluding-tax,.s_price .price-box .price-including-tax{display: inline-block;white-space: normal !important;}
.s_price .price-box .price-excluding-tax .price,.s_price .price-box .price-including-tax .price{white-space: normal !important;} 
.s_button img {height:18px; width:88px; border:0;}
.s_rem_email {font-size:10px;}

.s_catitem {background-color: #FFFAD2; height:40px;}
.s_catitem .s_item_name {font-size:13px;}
.s_catitem .s_icon img {height:40px; width:40px;}

.s_selected_item {background-color:#EFF4FD;}

.header .form-search div.s_button button.button span {
    background: none repeat scroll 0 0 #F18200;
    border: 1px solid #DE5400;
    color: #FFFFFF;
    display: block;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    height: 19px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}

input.search-input-text:focus, select:focus, textarea:focus {
    background-color: #EDF7FD;
}

.s_ratings { 
    font-size:11px; 
    line-height:1.25;
    margin:7px 0; 
    width: 70px;
    float: left; 
    margin-top: 0px; 
    margin-bottom: 0px;
}

.s_ratings .rating-box {float:left; margin-right:3px;}

a.a_review {color: #1E7EC8 !important;}

highlight {
    color: #000000 !important; /* FF2F00 */
/*    font-size: 115%;*/
    font-weight: bold;
}
.reset-button{
    display: none;
}


/* Overwrite added style to the reset-button made by searchautocomplete because adding inline elements via javascript is a terrible idea */
.reset-button {
	left:auto !important;
	right:20%; /* Match the width of the search icon */
}

@-moz-document url-prefix() 
{
.reset-button{margin-top: 0px;}
}

