.multiSelect lablel a {color:#000}
.multiSelect {
border:medium none;
cursor:pointer;
display:inline;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
height:16px;
line-height:16px;
margin-left:3px;
margin-top:1px;
width:111px;
}
#X_Color{
	background: #f0ede8 url(/images/colorBullet.gif) right center no-repeat;
}
#X_Material{
	background: #f0ede8 url(/images/moodBullet.gif) right center no-repeat;
}
#X_Currency{
	background: #f0ede8 url(/images/priceBullet.gif) right center no-repeat;
}
#X_Price{
	background: #f0ede8 url(/images/priceBullet.gif) right center no-repeat;
}
#X_Category{
	background: #f0ede8 url(/images/catagoryBullet.gif) right center no-repeat;
}
.multiSelect.hover {
	background: url(dropdown_hover.gif) right center no-repeat;
}

#X_Color.active, 
#X_Color.focus ,
.ZColor.checked {
  color:#5ED1D5;
}
#X_Material.active, 
#X_Material.focus ,
.ZMood.checked {
  color:#E82C2E;
}
#X_Category.active, 
#X_Category.focus ,
.ZCategory.checked {
  color:#92AF2B;
}
#X_Price.active, 
#X_Price.focus ,
.ZPrice.checked
{
  color:#C5ADCD;
}
.multiSelect.active {
	background: url(dropdown_active.gif) right center no-repeat;
}

.multiSelectOptions {
	width: 107px;
	max-height: 150px;
 cursor:pointer;
	overflow: auto;
	border: solid 1px #f0ede8;
	background: #FFF;
}

.multiSelectOptions LABEL {
	padding: 2px 5px;
	display: block;
	border-bottom: solid 1px #f0ede8;
	font-size:10px;
		 cursor:pointer;
}

.multiSelectOptions LABEL.checked {
	 xcolor:#C5ADCD;
}

.multiSelectOptions LABEL.selectAll {
	border-bottom: dotted 1px #CCC;
}

.multiSelectOptions LABEL.hover {
	xbackground: #CFCFCF;
}
.sidemenuback{ cursor:pointer;}