/* Core CSS. Do not edit unless your sure */
.easy-select-box{
  background-color: #fff;
  border: 1px solid #999;
  text-align:left;
  font-size:14px;
  color:#333;
  margin-right:20px;
}
.easy-select-box .esb-displayer{
  	background: url(../images/select-box-arrow.png) no-repeat 330px center;
	color:#333;
	cursor: default;
	line-height:30px;
	padding:4px 0 4px 0px;
	text-indent: 22px;
  	width: 346px;
}
.easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}
.easy-select-box:hover .esb-displayer{
	text-decoration:none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
  background: #fff;
  border: 1px solid #999;
  display: none;
  max-height: 340px;
  overflow: auto;
  position: absolute;
  z-index: 999;
  width: 200px;
}
.easy-select-box  .esb-item{
	text-indent: 22px;
	padding:12px 3px 12px 6px;
	background:#fffdf4;
	color:#333;
	cursor:default;
}
.easy-select-box .esb-item:hover{
	background:#b4c2b0;
	color:#FFFFFF;
	text-decoration:none;
}


/*-/////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////-*/
.category_select{
}
.category_select ul{width:100%;}
.category_select li{float:left;margin-bottom:40px;}

.design_button{
	color:#fff;
	cursor: default;
	line-height:30px;
	padding:12px 0 12px 0px;
	background-color:#c5d0c1;
	border-style: none;
	width:98px;
	font-weight:bold;
	letter-spacing:0.1em;
	white-space:nowrap;

}
