/************************************************************************
*************************************************************************
@Name :       	Selectyze - jQuery Plugin CSS
@Revison :    	1.0
@Date : 		19/12/2011
@Author:     	Mickael SURREL - ALPIXEL Agency - (www.myjqueryplugins.com - www.alpixel.fr) 
@License :		 Open Source - MIT License : http://www.opensource.org/licenses/mit-license.php
 
**************************************************************************
*************************************************************************/

/***************************/
/** Common to every theme **/
/***************************/
.DivSelectyze {
	position:relative;
	width:85px;
	
	float:left;
	
}

.DivSelectyze .selectyzeValue {
	position:relative;
	z-index:10;
	display:block;
	outline:none;
	text-decoration:none;
}

.DivSelectyze ul {list-style:none;}
.DivSelectyze .UlSelectize {
	position:absolute;
	z-index:9999;
	display:none;
}

.DivSelectyze li a {
	display:block;
	text-decoration:none;
}

.optgroupTitle {
	display:block;
}
/*******************************/
/** END COMMON TO EVERY THEME **/
/*******************************/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


	/****************/
	/** GREY HEME **/
	/*****************/
	.grey .selectyzeValue {
		width:80px;
		height:26px;
		line-height:26px;
		background:url('../images/search_icon.gif') right no-repeat;
		padding-left:5px;
		 color:#79cef4; font-weight:bold;
	}
 a.selectyzeValue:link,a.selectyzeValue:visited,a.selectyzeValue:hover { color:#79cef4; font-weight:bold;}
	.grey .UlSelectize {
		top:28px;
		left:0px;
		width:85px;
		border:1px solid #000;
		background-color:#004078;
	}

	.grey li a {
		height:26px;
		padding-left:10px;
	}
	.grey li a:link,.grey li a:visited { color:#79cef4;}
	.grey li a:hover {
		color:#fff;
		background:#0b80b0;/** gradient bgcolors */
	}
	
	.grey .optgroupTitle {
		padding-left:10px;
		background-color:#004078;
		color:#fff;
	}
	
