.selectborder
{ 
    border-bottom: dashed 1px #ddd;
}
.selectitem
{
    cursor:default;
    margin: 2px;   
	padding: 6px;
	height: 25px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 10px;
}
#keywords .selectitem {
	background: lightblue;
}
#tags .selectitem {
	background: lightgreen;
}
#keywords .selecthighlight {
	background: blue;
	color: white;
}
#tags .selecthighlight {
	background: green;
	color: white;
}
.selecttext,
.specialtext
{         
    width: 100%;
    text-align: left;
	cursor: pointer;
	background: none;
}
.selecthighlight .selecttext,
.selecthighlight .specialtext {
	color: white;
}
.selectmulti .selecttext,
.selectmulti .specialtext {
	padding-left: 20px;
}
.selectmulti .selected .selecttext {
	background: url('../img/icons/tick.png');
	background-repeat: no-repeat;
	padding-left: 20px;
}

.selectnav .selecttext {
	color: brown;
}
.customselect_text {
/*  background: url('select.png') no-repeat 0 0; */
}
.textshow {
/*  color: #fff; */
	color: blue;
	cursor: pointer;
	float: left;
}
.closer {
  margin-top: 5px;
  margin-left: 5px;
  cursor: pointer;
  display: none;
}  

/* ------------- moved inline styling to here --------------------- */

.customselect-top {
	border: 0px solid rgb(153, 153, 153); 
	padding: 3px; 
	cursor: default;
	font-size: 12px;
	position: relative;
}

.customselect_text {
	padding: 0pt 0pt 0pt 0px;
	height: 21px;
	color: white;
	background-position: 0pt 0px;
}

.customselect_text .textshow {
	padding: 4px 0pt 0pt;
}

.customselect_spacer {
	color: rgb(187, 187, 187); text-align: right; font-size: 9px;
}

.customselect_data {
	border: 1px solid rgb(153, 153, 153);
	background: white none repeat scroll 0%;
	height: auto;
	display: block;
	position: absolute;
	left: -1px;
	top: 28px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	z-index: 2;
}

.customselect_group {
  float: left;
  border-right: 1px dotted black;
  width: 180px;
}
.customselect_data .selectvalue {
  display: none;
}

.customselect_data .dosearch .specialtext {
  color: brown;
  font-weight: bold;
}

