/* block top search */



.belvg_search_container_left{
  float: left;
    padding: 21px 10px 10px;
    text-align: center;
    width: 16%;
}

.belvg_search_container_right{
   float: right;
    margin-top: 10px;
    padding: 5px;
    width: 74%;
}

.belvg_search_container_right p {
	margin:0;
	padding-bottom:2px !important;
}


.ac_odd {
    background: none repeat scroll 0 0 transparent !important;

}

.ac_over {
    background-color: #fff !important;
  color: inherit;
}

.ac_results li{
	 border-bottom: 1px dotted #CCCCCC !important;
	 cursor:pointer;
}

.ac_results li:hover{
	background:none repeat scroll 0 0 #E2E2E2 !important;
	color:#000 !important;
}


.category_name {
  font-weight: bold;
    padding-bottom: 7px;
    text-transform: uppercase;

}

.product_name{
  font-weight: bold;
    margin: 4px 0 !important;
}

.product_price{
    color: inherit;
    display: block;
    font-size: 15px;
    font-weight: 800;
    margin: 5px 0 !important;
}


.ac_results{
  border: 1px solid #CCCCCC !important;
    border-radius: 0 0 0 0;
    margin-top: 2px;
    max-height: 460px;
    max-width: 369px;
    overflow: auto;
    padding: 0;
}


#search_block_top #search_query_top {
	padding:0 5px;
	height:23px;
	width:300px;/* 310 */
	border:1px solid #666;
	border-right: 0 !important;
	color:#666;
    background:url(../img/bg_search_input.png) repeat-x 0 0 #fff;
    float: left;
}


#search_block_top p {padding:0;}
#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:url(../img/bg_search_submit.png) repeat-x 0 0 #101010;
	float: left;
	height: 25px;
}
form#searchbox{padding-top:5px}
form#searchbox label{color:#333;margin-bottom:1px}
form#searchbox input#search_query_block{
	border: 1px solid #CCCCCC;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
    height: 18px;
	margin-top:10px;
}
form#searchbox input#search_button{padding: 1px 4px;}