#search_form_simple{
	position: relative;
	width: 260px;
}
@media only screen and (max-width:768px){
	#search_form_simple {
	    position: relative;
	    width: 100%;
	    padding-right: 60px; 
	}
}
.keyword_simple {
    border-radius: 4px;
    color: #797979;
    padding: 0 10px;
    width: 100%;
}
.searchbt_simple {
    background: url("../images/icon-search.png") no-repeat scroll center center;
    border: medium none;
    position: absolute;
    right: 0;
    width: 36px;
     top: 0;
      text-indent: -99999px;
}
@media only screen and (max-width:768px){
	.searchbt_simple {
	     background: none repeat scroll 0 0 #7f7f7f;
	    border-radius: 3px;
	    color: #fff;
	    font-weight: bold;
	    text-align: center;
	    text-indent: inherit;
	    text-transform: uppercase;
	    width: 52px;
	}
}
.ui-widget-content {
    display: block;
    width: 345px;
    margin: 55px auto 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 3px 0 #7d7d7d;
    -webkit-box-shadow: 0 1px 3px 0 #7d7d7d;
    -moz-box-shadow: 0 1px 3px 0 #7d7d7d;
    background: #fff;
    position: absolute;
    z-index: 999;
    left: 170px;
}
.ui-widget-content li {
    display: block;
    background: #fff;
    overflow: hidden;
    list-style: none;
    border-bottom: 1px dotted #ccc;
}
.ui-widget-content li a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px;
}
.ui-widget-content li  img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 6px 0 0;
}
.ui-widget-content li  h3 {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0
}
.ui-widget-content li  span.price {
	float: left;
    font-size: 14px;
    margin-top: 8px;
    color: red;
}