/* block top search */
#search_block_top {
	position:absolute;
	right: 26%;
    top: 34px;
}
#search_block_top p {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 .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#st_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;}

.list-cate-wrapper
{
	position: relative;
}

.list-cate
{
	/*width: 100%;*/
	padding: 0px;
}

.cate-item
{
	display: block;
	padding: 5px 10px;
}

#stsearchtopbox a.cate-item.active, #stsearchtopbox a.cate-item:hover, #stsearchbox a.cate-item.active, #stsearchbox a.cate-item:hover {
	background: #f1f1f1;	
}

#dropdownListCate, #dropdownListCateTop {
   cursor: pointer;
    display: block;
        padding: 10px 0;
    background: transparent;
    color: #ffffff;
    font-weight: 500;
    height: 45px;
}

#stsearchtopbox #dropdownListCateTop:hover, #stsearchbox #dropdownListCate:hover, #st_search_block_top #st_search_top_button:hover
{
	background-color: #000000;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	
	
}

#st_search_block_top .product_search{
	float:left;
}
#st_search_block_top #st_search_top_button{
float: left;
    height: 45px;
    width: 45px;
    padding: 0;
    line-height: 45px;
    color: #ffffff;
    background-color: #067588;
}
#st_search_block_top .list-cate-wrapper{
	float:left;
	    position: relative;
		float: left;
    position: relative;
    background-color: #067588;
    width: 178px;
}

#st_search_block_top .search_query{
	overflow:hidden;
}
#st_search_block_top{
	display: inline-block;
	vertical-align: top;
	background-color: #ffffff;
	padding: 5px;
	margin: 7px 10px 0 10px;
	    
}
#st_search_block_top .form-control{
    padding: 11px 10px;
        width: 270px;
    float: left;
    border: none;
    line-height: 23px;

}
#st_search_block_top .form-control:focus{
	    border-color: #E40E16;
}
#st_search_block_top .dropdown-menu{
	margin: 0;
    left: 0;
    overflow-x: hidden;
    max-height: 317px;
    overflow-y: scroll;
}


@media (max-width: 1299px){
#st_search_block_top .list-cate-wrapper{}
	#st_search_block_top .form-control{
		       width: 148px;
	}
	#st_search_block_top{    padding: 3px;}
	/*#dropdownListCate, #dropdownListCateTop{
		      padding: 11px 10px;
	}*/
}

@media (max-width: 1149px){
#st_search_block_top .form-control {
    width: 161px;
}
}
@media (max-width: 991px){


#stsearchtopbox #dropdownListCateTop:hover, #stsearchbox #dropdownListCate:hover, #st_search_block_top #st_search_top_button:hover {
    
    background-color: #000000;
	
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
#st_search_block_top .form-control{    width: 300px;}
#st_search_block_top{    margin: 0;}
	#dropdownListCate, #dropdownListCateTop{
		    line-height: 20px;
			padding: 10px 15px;
	}
	#st_search_block_top .form-control{
		    border: none;
	}
	/*#st_search_block_top #st_search_top_button{
		height: 44px;
		width: 44px;
		line-height: 44px;
		
	}*/
}
@media (max-width: 767px){
#st_search_block_top .product_search{float:none;}
#st_search_block_top .form-control{    padding: 11px 85px 11px 10px;}
#st_search_block_top { background-color: transparent;}
	#st_search_block_top .form-control,#st_search_block_top .list-cate-wrapper,#st_search_block_top{
		width:100%;
		text-align:center;
		margin-bottom: 3px;
	}
	#st_search_block_top form#stsearchtopbox{
		/*display: inline-block;
		vertical-align: top;*/
		position: relative;
	}
	#st_search_block_top #st_search_top_button {		
		position: absolute;
		right: 0;
		bottom: 3px;
		left:auto;
		top:auto;
	}
}