/**
	sexy-combo 2.1.3 : http://code.google.com/p/sexy-combo/
	
	This is an example custom skin.
*/
div.custom {
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 193px;
	padding-top: 0px;
	white-space: nowrap;
	height: 37px;
	border-right-width: 0px
	position: relative;
}

div.custom input {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 2px;
	border: none;
	background: url(input_bg.jpg) top left no-repeat;
	left: 0px;
	margin: 0px;
	font: 13px arial, helvetica, sans-serif;
	vertical-align: middle;
	width: 153px;
	top: 0px;
	height: 37px;
	line-height: 34px;
}

div.custom div.icon {
	border-top-width: 0px;
	border-left-width: 0px;
	background: url(arrow.png) no-repeat 0px 0px;
	border-bottom-width: 0px;
	width: 16px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 17px;
	border-right-width: 0px;
}

div.custom div.list-wrapper {
	border-right: #808080 1px solid;
	border-top: #808080 0px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	right: 17px;
	margin: 0px;
	border-left: #808080 1px solid;
	width: 220px; 
	bottom: auto;
	border-bottom: #808080 1px solid;
	top: 38px;
	background-color: #DADADA;
}

div.custom div.list-wrapper-up {
	border-right: #808080 1px solid;
	border-top: none;
	border-left: #808080 1px solid;
	bottom: 38px;
	border-bottom: #808080 0px solid;
	top: auto
}

div.custom ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	height: 200px;
	text-align: left;
	position: relative;
}

div.custom li {
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
	font: 11px tahoma, arial, helvetica, sans-serif;
	cursor: pointer;
	padding-top: 4px;
	background-color: #DADADA;
	color:#232323;
}

div.custom li.active {
	background-color: rgb(160, 169, 194)
}

div.custom input.empty {
	color: #000000;
	font-weight: bold;
}
