#brand_select_label {
	padding-top:5px;
	float:left;
}
#brand_select_box {
	float:right;
	list-style-type:none;
	padding:0;
	margin:0;
}
#brand_sort {
	list-style-type:none;
	width:308px;
	height:27px;
	padding:0;
	margin:0;
	background:url(../img/template/option_first.jpg);
}
#brand_sort:hover {
	background:url(../img/template/option_first_hover.jpg);
}
#brand_sort a {
	display:block;
	width:295px;
	height:23px;
	padding:4px 0 0 13px;
	text-decoration:none;
}
#brand_list {
	list-style-type:none;
	padding:0;
	margin:0;
	display:none;
}
#brand_sort:hover #brand_list, #brand_list:hover {
	list-style-type:none;
	display:block;
	position:absolute;
}
#brand_list {
	list-style-type:none;
	padding:0;
	margin:0;
}
#brand_list li {
	list-style-type:none;
	height:21px;
	padding:0;
	margin:0;
	background:url(../img/template/option.jpg);
}
#brand_list a {
	height:18px;
	padding:3px 0 0 13px;
}
#brand_list li:hover {
	background:url(../img/template/option_hover.jpg);
}
li#brand_select_last {
	list-style-type:none;
	height:27px;
	padding:0;
	margin:0;
	background:url(../img/template/option_last.jpg);
}
li#brand_select_last a {
	height:24px;
	padding:3px 0 0 13px;
}
li#brand_select_last:hover {
	background:url(../img/template/option_last_hover.jpg);
}
