/***************************/
/** Common to every theme **/
/***************************/
.DivSelectyze {
position:relative;
width:350px;
float:left;
margin-top:0px;
}

.DivSelectyze .selectyzeValue {
position:relative;
z-index:10;
display:block;
text-decoration:none;
}

.DivSelectyze ul {list-style:none;}
.DivSelectyze .UlSelectize {
position:absolute;
z-index:20;
display:none;
}

.DivSelectyze li a {
display:block;
text-decoration:none;
}

.optgroupTitle {
display:block;
}
/*******************************/
/** END COMMON TO EVERY THEME **/
/*******************************/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/****************/
/** GREY HEME **/
/*****************/
.grey .selectyzeValue {
width:350px;
background:url(../images/select-bg.png) no-repeat right center #fff;
border: 1px solid #aaa;
border-radius: 0;
color: #666;
font-size: 16px;
font-weight: normal!important;
height: 32px;
padding: 3px 10px;
}

.grey .UlSelectize {
top:100%;
left:0px;
width:100%;
border:1px solid #aaa;
margin-top: -1px!important;
background-color:#fff;
}

.grey li a {
background-color:transparent;
color:#666;
padding-left:10px;
border-top:1px solid #eee;
}

.grey .UlSelectize { margin:0px;} 
.grey .UlSelectize li { list-style-type:none!important; }
.grey .UlSelectize li a { font-size:16px; color:#666; font-weight: normal!important; padding: 4px 10px; }

@media (max-width:767px) {
	.DivSelectyze, .grey .selectyzeValue { width:100%; }
}










