/* 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: #577fa3;
	color: #fff;
}

#dropdownListCate,
#dropdownListCateTop {
	cursor: pointer;
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #5e5e5e;
}

#stsearchtopbox #dropdownListCateTop:hover,
#stsearchbox #dropdownListCate:hover {
	color: #414141;
}

@media (max-width: 543px) {
	#dropdownListCate,
	#dropdownListCateTop {
		margin-bottom: 0;
		background-color: #ffffff;
	}
}

@media (max-width: 480px) {}