.CS_current {
	display: block;

	border: solid #ff4c0e;
	border-width: 1px 0px 1px 1px;

	background-color: #ffac49;
	
	width: 180px !important; 
	width: 180px;

	height: 19px;
}

.CS_down {
	border: solid #ff4c0e;
	border-width: 1px 1px 1px 0px;

	background-color: #ffac49;
}

.CS_hidden {
	display: none;
}

.CS_options {
	display: block;

	background: #ffac49;

	border: 1px solid #ff4c0e;
	border-top: 0px;
	
	position: absolute;

	width: 180px;
}

.CS_options a{
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.CS_options a:hover{
	display: block;
	background-color: #E7E7E7;
}

.CS_select{
	cursor: pointer;
}

.selectszoveg {
	padding-left: 5px;
	font-size: 11px;
}

.selectbaldisz {
	background-color: #8cc640; 
	width: 5px;
	height: 19px;
}