/************************************************************************
*************************************************************************
@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;
	float:left;
	z-index:999!important;
}

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

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

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

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




/*----------------------------------
 You can add your own theme below !!
 To add your theme, be sure to have 5 CSS elements :
 
 .your_theme .selectyzeValue {} 		-> Appearance of your select element
 .your_theme .UlSelectize {} 			-> Appearance of the dropdown list
 .your_theme li a {} 					-> Appearance of the items into the dropdown list
 .your_theme li a:hover {} 				-> items on hover
 .your_theme .optgroupTitle {} 			-> Appearance of the optgroup label !! only if you have <optgroup> element into your list 
 
 
 that's all ! \o/
----------------------------------*/

	
	/* heritage SCORECARD THEME */
	
	.heritage .selectyzeValue {
		color:#7f7f7f; 
		font-size:13px; 
		line-height:25px;
		text-align:left;
		text-indent:6px;
		font-family:Helvetica, Arial, sans-serif;
		font-weight:400;
		padding:0 32px 0 0;
		height:25px;
		background:url('../images/selectyze/btn-select.png') right no-repeat;
		background-color:none;
		border:none;
		min-width:127px;
	}

	.heritage .UlSelectize {
		top:28px;
		left:2%;
		width:96%;
		border:1px solid #dadada; border-top:none;
		background-color:#f1f1f1;
		zoom: 1; filter: alpha(opacity=90); opacity: 0.9;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		padding:0 0 0 0;
		
		
	}

	.heritage li a {
		width:100%;
		color:#7f7f7f; 
		font-size:11px; 
		line-height:22px;
		text-align:center;
		text-indent:0px;
		border-top:1px solid #dadada;
		font-family:Helvetica, Arial, sans-serif;
		font-weight:400;
	}

	.heritage li a:hover {
		background-color:#094E92;
		color:#fff;
	}
	
	.heritage .optgroupTitle {
		margin-top:15px;
		font-size:17px;
		font-style:italic;
		padding-left:10px;
		background-color:#3e3d3d;
		color:#fff;
		font-weight:700
	}
	
	
	
	
	
	/* AFP GREY SCORECARD THEME */
	
	.afpGrey .selectyzeValue {
		color:#fff; 
		font-size:12px; 
		line-height:32px;
		text-align:left;
		font-family: 'Open Sans Condensed', sans-serif;
		width:100px;
		height:32px;
		background:url('../images/selectyze/icon-darrow.png') right no-repeat;
		background-color:none;
		border:none;
	}

	.afpGrey .UlSelectize {
		top:27px;
		left:0;
		width:100%;
		border:1px solid #5e6963; border-top:none;
		background-color:#5e6963;
		zoom: 1; filter: alpha(opacity=90); opacity: 0.9;
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
		padding:4px 0 0 0;
		max-height:69px; overflow:auto;
		
	}

	.afpGrey li a {
		width:100%;
		color:#FFF; 
		font-size:11px; 
		line-height:22px;
		text-align:center;
		text-indent:0px;
		border-top:1px solid #232726;
	}

	.afpGrey li a:hover {
		background-color:#ffa601;
		color:#000;
	}
	
	.afpGrey .optgroupTitle {
		margin-top:15px;
		font-size:17px;
		font-style:italic;
		padding-left:10px;
		background-color:#3e3d3d;
		color:#fff;
		font-weight:700
	}
	
	
	/* AFP LIGHT GREEN SCORECARD THEME */
	
	.afpLG .selectyzeValue {
		color:#fff; 
		font-size:12px; 
		line-height:32px;
		text-align:left;
		font-family: 'Open Sans Condensed', sans-serif;
		width:130px;
		height:32px;
		background:url('../images/selectyze/icon-darrow.png') right no-repeat;
		background-color:none;
		border:none;
	}

	.afpLG .UlSelectize {
		top:28px;
		left:0;
		width:100%;
		border:1px solid #178b52; border-top:none;
		background-color:#178b52;
		zoom: 1; filter: alpha(opacity=90); opacity: 0.9;
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
		padding:4px 0 0 0;
		
	}

	.afpLG li a {
		width:100%;
		color:#FFF; 
		font-size:11px; 
		line-height:22px;
		text-align:center;
		text-indent:0px;
		border-top:1px solid #146335;
	}

	.afpLG li a:hover {
		background-color:#ffa601;
		color:#000;
	}
	
	.afpLG .optgroupTitle {
		margin-top:15px;
		font-size:17px;
		font-style:italic;
		padding-left:10px;
		background-color:#3e3d3d;
		color:#fff;
		font-weight:700
	}
	
	/* AFP DARK GREEN SCORECARD THEME */
	
	.afpDG .selectyzeValue {
		color:#fff; 
		font-size:12px; 
		line-height:32px;
		text-align:left;
		font-family: 'Open Sans Condensed', sans-serif;
		width:170px;
		height:32px;
		background:url('../images/selectyze/icon-darrow.png') right no-repeat;
		background-color:none;
		border:none;
	}

	.afpDG .UlSelectize {
		top:28px;
		left:0;
		width:100%;
		border:1px solid #146335; border-top:none;
		background-color:#146335;
		zoom: 1; filter: alpha(opacity=80); opacity: 0.8;
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
		padding:4px 0 0 0;
		max-height:69px; overflow:auto;
		
	}

	.afpDG li a {
		width:100%;
		color:#FFF; 
		font-size:11px; 
		line-height:22px;
		text-align:center;
		text-indent:0px;
		border-top:1px solid #178b52;
	}

	.afpDG li a:hover {
		background-color:#ffa601;
		color:#000;
	}
	
	.afpDG .optgroupTitle {
		margin-top:15px;
		font-size:17px;
		font-style:italic;
		padding-left:10px;
		background-color:#3e3d3d;
		color:#fff;
		font-weight:700
	}
	
	
	
	
	/*****************/
	/** SKYPE THEME **/
	/*****************/
	.skype .selectyzeValue {
		font:18px/45px Arial;
		color:#2a98c1;
		width:254px;
		height:45px;
		background:url('bg_skype.png') no-repeat;
		padding-left:15px
	}

	.skype .UlSelectize {
		top:39px;
		left:6px;
		width:239px;
		border:1px solid #00aff0;
		background-color:#f7f8ff
	}

	.skype li a {
		height:28px;
		font:14px/30px Arial;
		background-color:transparent;
		color:#2a98c1;
		border-top:1px solid #84d8f8;
		padding-left:10px
	}

	.skype li a:hover {
		color:#fff;
		background-color:#2a98c1;/** gradient bgcolors */
		background-image: -webkit-gradient(linear, left top, left bottom, from(#84d8f8), to(#0ab2f1)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #84d8f8, #0ab2f1); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #84d8f8, #0ab2f1); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #84d8f8, #0ab2f1); /* IE10 */
		background-image:      -o-linear-gradient(top, #84d8f8, #0ab2f1); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #84d8f8, #0ab2f1)
	}
	
	.skype .optgroupTitle {
		margin-top:15px;
		font-size:16px;
		padding-left:10px;
		background-color:#0fb1ef;
		color:#fff;
	}
	
	
	/*****************/
	/** MAC THEME **/
	/*****************/
	.mac .selectyzeValue {
		font:13px/35px Arial;
		color:#000000;
		width:244px;
		height:35px;
		background:url('bg_mac.png') no-repeat;
		padding-left:15px
	}

	.mac .UlSelectize {
		top:36px;
		left:0px;
		width:241px;
		background-color:#fff;
		border:1px solid #b7b7b7;
	}

	.mac li a {
		height:20px;
		font:13px/20px Arial;
		background-color:transparent;
		color:#000;
		padding-left:10px;
		border-top:1px solid white;
		
	}

	.mac li a:hover {
		color:#fff;
		border-top:1px solid #0e54ec;
		background-color:#2260f6;/** gradient bgcolors */
		background-image: -webkit-gradient(linear, left top, left bottom, from(#6289f8), to(#2260f6)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #6289f8 #2260f6); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #6289f8, #2260f6); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #6289f8, #2260f6); /* IE10 */
		background-image:      -o-linear-gradient(top, #6289f8, #2260f6); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #6289f8, #2260f6)
	}
	
	.mac .optgroupTitle {
		margin-top:15px;
		font-size:13px;
		padding-left:10px;
		background-color:#fff;
		color:#969696;
	}
	
	
	/****************/
	/** GREY HEME **/
	/*****************/
	.grey .selectyzeValue {
		font:13px/35px Arial;
		color:#797979;
		width:225px;
		height:32px;
		background:url('bg_grey.jpg') no-repeat;
		padding-left:15px
	}

	.grey .UlSelectize {
		top:36px;
		left:0px;
		width:241px;
		border:1px solid #d2d2d2;
		background-color:#fff
	}

	.grey li a {
		height:28px;
		font:13px/30px Arial;
		background-color:transparent;
		color:#797979;
		padding-left:10px;
		border:1px solid #fff
	}

	.grey li a:hover {
		color:#fff;
		background-color:#858585;/** gradient bgcolors */
		background-image: -webkit-gradient(linear, left top, left bottom, from(#7c7c7c), to(#858585)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #7c7c7c #858585); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #7c7c7c, #858585); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #7c7c7c, #858585); /* IE10 */
		background-image:      -o-linear-gradient(top, #7c7c7c, #858585); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #7c7c7c, #858585)
	}
	
	.grey .optgroupTitle {
		margin-top:15px;
		font-size:20px;
		padding-left:10px;
		background-color:#858585;
		color:#fff;
	}
	
	
	/*******************/
	/** FIREFOX THEME **/
	/*******************/
	.firefox .selectyzeValue {
		font:12px/22px Arial;
		color:#000;
		width:185px;
		height:22px;
		background:url('bg_ff.jpg') no-repeat;
		padding-left:15px
	}

	.firefox .UlSelectize {
		top:21px;
		left:0px;
		width:241px;
		border:1px solid #bebebf;
		background-color:#fff
	}

	.firefox li a {
		height:20px;
		font:12px/20px Arial;
		background-color:transparent;
		color:#000;
		padding-left:10px;
		border:1px solid #fff
	}

	.firefox li a:hover {
		color:#fff;
		background-color:#3399ff;
	}
	
	.firefox .optgroupTitle {
		margin-top:15px;
		font-size:17px;
		font-style:italic;
		padding-left:10px;
		background-color:#fff;
		color:#000;
		font-weight:700
	}
	
	
	/****************/
	/** CSS3 THEME **/
	/****************/
	.css3 .selectyzeValue {
		font:14px/46px Arial;
		color:#666666;
		text-shadow:1px 1px 0px #fff;
		text-align:center;
		width:195px;
		height:46px;
		background:url('bg_css3.png') no-repeat;
	}

	.css3 .UlSelectize {
		top:36px;
		left:2px;
		width:190px;
		background-color:#222222
	}

	.css3 li a {
		font:12px/20px Arial;
		background-color:transparent;
		color:#fff;
		text-align:center;
		padding:3px 0
	}

	.css3 li a:hover {
		background-color:#3e3d3d;
	}
	
	.css3 .optgroupTitle {
		margin-top:15px;
		font-size:17px;
		font-style:italic;
		padding-left:10px;
		background-color:#3e3d3d;
		color:#fff;
		font-weight:700
	}
	
	/****************/
	/** simple THEME **/
	/****************/
	.simple .selectyzeValue {
		color:#b6b6b6; 
		font-size:10px; 
		line-height:22px;
		font-family: 'Droid Serif', serif;
		text-align:left;
		text-indent:5px;
		width:75%;
		height:22px;
		background:url('bg_simple.jpg') right no-repeat #fff;
		border:1px solid #293c9c;
	}

	.simple .UlSelectize {
		top:24px;
		left:0;
		width:75%;
		border:1px solid #CCC; border-top:none;
		background-color:#fff;
	}

	.simple li a {
		background-color:transparent;
		color:#b6b6b6; 
		font-size:10px; 
		line-height:22px;
		font-family: 'Droid Serif', serif;
		text-align:left;
		text-indent:5px;
	}

	.simple li a:hover {
		background-color:#f89f00;
		color:#FFF;
	}
	
	.simple .optgroupTitle {
		margin-top:15px;
		font-size:17px;
		font-style:italic;
		padding-left:10px;
		background-color:#3e3d3d;
		color:#fff;
		font-weight:700
	}
	
	