
.custom-select-blk {
	float: left;
	margin: 0 15px 0 0;
}

.custom-select-blk .list-box {
	width: 184px;
	height:22px;
	background:url(../images/select_bg.gif) no-repeat;
	cursor: default;
	position: relative;
	
}

.content_block ul li.first .custom-select-blk .list-box {
	z-index: 2;
}

.content_block ul li.second .custom-select-blk .list-box {
	z-index: 1;
}

.custom-select-blk .list-box .list-val {
	padding: 3px 10px;
	color: #a5814c;
}

.custom-select-blk .wrap-list {
	width: 100%;
	display: none;
	position: absolute;
	z-index:100;
	background: #2b1f06;
}

.custom-select-blk ul { 
	padding: 0;
	margin: 0;
	list-style: none;	
}

.custom-select-blk ul li {
	padding: 2px 5px;
	font-size: 11px;
	color: #a5814c;
}

.custom-select-blk ul li.selected {
	color: #ccc;
}

.clear { clear: both; }

.tab {
	display:none;
}