#product-searchbar{
	margin-bottom:10px;
}
#product-searchbar form{
	padding-left: 10px;
}
#product-searchbar form input[type=text]{
	width: 326px;
	border: 1px solid white;
}
#product-searchbar form input[type=text]:focus{
	background-color: #FFCF85;
	border: 1px solid #FFCF85;
}
#product-searchbar form select{
	width:200px;
}
#product-searchbar form label{
	margin-right:4px;
}

div#product-searchbar div.left-float{
	float: left;
}

.product-searchbar-form-bottom{
	margin-top:5px;
}

div#product-searchbar div.texts {
	margin-top: -4px;
}

#product-searchbar a.detailed-search {
	font-weight: bold;
	text-decoration: none;
}

#product-searchbar a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

.product-searchbar-form-top {
	margin-top:17px;
}

.product-searchbar-form-bottom-new {
	margin-top: 12px;
	float: left;
}
.product-searchbar-form-bottom-new.right {
	float: right;
	padding-right: 15px;
}
.product-searchbar-form-bottom-new label {
	margin: 0px!important;
}

input.checkbox-position {
	padding: 0px;
	margin: 0 2px 0px 5px;
	vertical-align: middle;
}

a#item_categories_dropdown {
	display: block;
	float: left;
	width: 124px;
	height: 36px;
	border: solid 1px #838383;
	color: #FEFEFE;
	background-image: url(site/layout/btn_bg_grey.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

a#item_categories_dropdown > div {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding-top: 8px;
}

a#item_categories_dropdown > div span {
	font-size: 12px;
}

div.box-container-searchbar-inner {
	background: url("item/view/searchbox_bg.png") repeat-x scroll top left transparent;
	background-position: -124px -9px;
	height: 38px;
	color:#fff;
	overflow: hidden;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0px;
	margin: 0px;
}

div.product-searchbar-form-top-new {
	margin-top:6px;
	float: left;
}

div.searchbar-spacer {
	display: inline-block;
	width: 10px;
}

div#common_search_bar {
	display: block;
	position: relative;
}

div#category_list_dropdown {
	display: none;
	position: absolute;
	margin-top: -10px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	background-color: #E9E9E9;
	border: 1px solid #C8C8C8;
	border-top: none;
	color: #333333;
	z-index: 100;
}

div#category_list_dropdown > div {
	display: block;
	float: left;
	padding: 5px;
	padding-bottom: 0px;
	margin: 0 8px 0 8px 0;
}

div#category_list_dropdown > div a {
	display: block;
	padding: 6px;
	min-width: 200px;
	color: #000000;
	white-space: nowrap;
}

div#category_list_dropdown > div a:hover {
	background-color: #E3E3E3;
}