/* Core CSS. Do not edit unless your sure */
.easy-select-box{
  background: #eeeeee;
    border: 1px solid #dcdcdc;
  text-align:left;
  font-size:14px;
  color:#808570;
  margin-right:10px;
}
.easy-select-box .esb-displayer{
  background: url(../images/select-box-arrow.png) no-repeat right center;
	color:#808570;
	cursor: default;
	line-height:30px;
	padding:12px 40px 12px 0px;
	text-indent: 22px;
}
.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 #ccc;
  display: none;
  max-height: 340px;
  overflow: auto;
  position: absolute;
  z-index: 999;
}
.easy-select-box  .esb-item{
	text-indent: 22px;
	padding:12px 3px 12px 6px;
	background:#fffdf4;
	color:#808570;
	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;

}
