.cs24customselect{
    display: block;
    position: relative;
    border: 1px solid #cccccc;
    width: auto;
    height: auto;
    padding: 0;
    float: left;
}
.cs24customselect-container{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	/*display:inline-block;*/
	line-height:32px;
}
.cs24customselect-closed{}
.cs24customselect-open{}
.cs24customselect-name{
	float:left;
	display:inline-block;
	min-width:20px;
	width:100%;
	padding:0 25px 0 5px;
	margin:0;
}

.cs24customselect-arrow{
	position:absolute;
	right:0;
	top:0;
	min-width:20px;
	width:auto;
	padding:0 5px;
	display:inline-block;
	font-size: 10px;
}
.cs24customselect-arrow-closed{}
.cs24customselect-arrow-closed:after{
	content: '\25bc';
}
.cs24customselect-arrow-open{}
.cs24customselect-arrow-open:after{
	content: '\25b2';
}


.cs24customselect ul{
	width: auto;
    min-width: 100%;
	display:block;
	position:absolute;
	top:100%;
	left:0;
	margin:0;
	padding:0;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	z-index:999;
}
.cs24customselect ul li{
	display:block;
	width:auto;
	clear:both;
	padding:5px;
	white-space: nowrap;
	cursor:pointer;
}
.cs24customselect ul li:hover{
	background-color:#DFDFDF;
}
.cs24customselect ul li.cs24cs-selected{
	background-color:#DFDFDF;
}
