/**
	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: 146px;
	padding-top: 0px;
	white-space: nowrap;
	height: 24px;
	border-right-width: 0px
}

div.custom input {
	border: 1px solid #CCC;
	padding-right: 3px;
	padding-left: 3px;
/* 	background: url(sexy-input-bg.jpg) #fff repeat-x 0px 0px; */
	left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: 11px/ 19px tahoma, arial, helvetica, sans-serif;
	vertical-align: middle;
	width: 187px;
	padding-top: 3px;
	top: 0px;
	height: 21px;
	border-radius: 5px;
}

div.custom div.icon {
	border-top-width: 0px;
	border-left-width: 0px;
	background-image: url('combox-icon.png');
	border-color: transparent;
	left: 187px;
	border-bottom-width: 0px;
	width: 25px;
	cursor: pointer;
	top: 0px;
	height: 26px;
	border-right-width: 0px
}

div.custom div.icon:hover
{
	border-radius:5px;
	box-shadow:inset 0 1px 3px rgba(255,255,255,0.2),0 0 3px rgba(0,0,0,0.2);
}
div.custom div.icon-disabled { width: 0px !important; }


div.custom div.list-wrapper {
	border-right: #ccc 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 210px;
	bottom: auto;
	padding-top: 0px;
	top: 27px;
	background-color: #ffffff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 2px 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: none;
}

div.custom div.list-wrapper-up {
	border-right: #ccc 1px solid;
	bottom: 24px;
	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;
}

div.custom li {
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 0px;
	font: 11px tahoma, arial, helvetica, sans-serif;
	cursor: pointer;
	padding-top: 2px;
	background-color: #ffffff;
	color: 676767;
	border-radius: 3px;
	line-height: 20px;
	word-break :break-all;
	width:100%;
}

div.custom li.active {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	line-height: 18px;
	height:18px;
	
	background-image: none, -webkit-linear-gradient(top, white 0px, #EFEFEF 100%);
}

div.custom input.empty {
	color: gray;
}