#qio_search {
	width: 130px;
	margin: 0 0 0 5px;
	border: 1px solid #e7e7e7;
}

#qio_results {
	border: 1px solid #666;
	/*border-bottom: 1px;*/
	font-size: 9px;
	font-family: arial;
	padding: 0px;	
	display: none;
}

#qio_results div {
    /*border-bottom: 1px solid #666;*/
    padding: 3px;
	text-align: right;			
}

#qio_results div a {	   
	font-weight: normal;
	text-decoration: none;	
}

#qio_results div a:hover {
	color: #333;
	text-decoration:none;			
}

#qio_results .qio_selected {
	background-color: #999999;
	color: #fff;	
}

#qio_results .qio_selected a {
	background-color: #999999;
	color: #fff;
}

#qio_results .qio_unselected {
	background-color: #fff;
	color: #666;	
}

#qio_results .qio_unselected a {
	background-color: #fff;
	color: #666;	
}

.qio_label {
	font-size: 11px;
	margin: 8px 0 3px;
	padding: 0 5px;
	text-align:left;
	display:block;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input#qty.qio_input_qty{
	width: 130px;
	margin: 0 0 0 5px;
	border: 1px solid #e7e7e7;
	font-size: 12px;
}

.qio_addtocart a {
	width: 80px;
	height: 20px;
	margin: 6px 0 10px 5px;
	display: block;		
	cursor: pointer;
	background: url(st-addtocart.gif) no-repeat;
}
.qio_addtocart a span {
	display: none;
}
#qio_results .qio_result_name {
	float: left;
}
/* ### */
.qio_wrap {
	border: 1px solid #ECECEC;
}
.qio_wrap h4 {
	background: url(/site/left/st-title-find.gif) no-repeat left top;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
}
