/************************************************************************
*************************************************************************
@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:300px;
    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;
    height: 400px;
    overflow: auto;
}

.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/
----------------------------------*/



/*****************/
/** SKYPE THEME **/
/*****************/
.xDropStyle .selectyzeValue {
    font-family:'mtavruli';
    color:#2a98c1;
    width:300px;
    height:40px;
    line-height: 40px;
    color:#8b8d8e;
    background:url('../../../../img/xDrop.png') 0 0 no-repeat;
    padding-left:15px
}

.xDropStyle .UlSelectize {
    top:39px;
    width:300px;
    background-color:#ffffff;
    height: 200px;
    overflow: auto;
}

.xDropStyle li a {
    font-family:'mtavruli';
    height:39px;
    line-height: 39px;
    color:#8b8d8e;
    padding-left:10px;
    border: 1px solid #f1f1f1;
    border-top: none;
}

.xDropStyle li a:hover {
    background-color:#f1f1f1;
}

.xDropStyle .optgroupTitle { 
    height: 39px;
    line-height: 39px;
    font-size:16px;
    padding-left:10px;
    background-color:#cccccc;
    color:#fff;
    font-family:'mtavruli';
}


/* SOME DEFAULT */

fieldset{border:0}