/************************************************************************
*************************************************************************
@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:210px;
	float:left;
}

.DivSelectyze .selectyzeValue {
	position:relative;
	z-index:10;
	display:block;
	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;
}
	
	/****************/
	/** BLUE HEME **/
	/*****************/
	.blue .selectyzeValue {
		font:13px/35px Arial;
		color:#fff;
		width:210px;
		height:31px;
		background:url('../img/bg_blue.jpg') no-repeat;
		padding-left:10px;
	}

	.blue .UlSelectize {
		top:26px;
		left:0px;
		width:210px;
		border:1px solid #d4cbb4;
		background-color:#776945
	}

	.blue li a {
		height:31px;
		font:13px/30px Arial;
		background-color:transparent;
		color:#fff;
		padding-left:10px;
	}

	.blue li a:hover {
		color:#fff;
		background-color:#51462a;/** gradient bgcolors */
		background-image: -webkit-gradient(linear, left top, left bottom, from(#7c7c7c), to(#51462a)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #7c7c7c #51462a); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #7c7c7c, #51462a); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #7c7c7c, #51462a); /* IE10 */
		background-image:      -o-linear-gradient(top, #7c7c7c, #51462a); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #7c7c7c, #51462a)
	}
	
	.blue .optgroupTitle {
		margin-top:12px;
		font-size:20px;
		padding-left:10px;
		background-color:#51462a;
		color:#fff;
	}