/* Style Switcher
-------------------------------------------------------------- */
#theme-customizer { position: fixed; top: 120px; left: 0; z-index: 9999; height: 100%; }
.corner { display: block; cursor: pointer; width: 50px; height: 50px; background: url('../../images/icons/switcher/option-panel-icon.png') no-repeat; position: absolute; top: 0; left: 0; }
/*.cog { display: block; width: 24px; height: 24px; position: absolute; top: 5px; left: 24px; background: url('../../images/icons/switcher/switcher.gif') no-repeat; }*/
#theme-options {
	display: none;
	width: 250px;
	background: #fff;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 30px 25px 10px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	background: #eee;
}

.heading { border-bottom: 1px solid #000; margin-bottom: 20px; }
.heading h5{ 
	font-size: 1.2em;
	font-weight: 500 !important;
	text-align: center;
 }

#options h6,#options h5 { color: #222222; margin-bottom: 10px; }
.options-part { border-bottom: 1px dashed #E0E0E0;
padding: 10px 0px; }

.customize-button {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	color: #5c5c5c!important;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.customize-button:hover { background: #fff; }
.customize-button:first-of-type { margin-right: 5px;}
.color-scheme{
	padding: 0px;
}
.color-scheme li { float: left;  list-style: none;}

.color-scheme a {
	display: block;
	height: 20px;
	width: 31px;
	margin: 0px 8px 10px 0px;
}

/*mandy-#ED5565
persimmon-#FC6E51
feijoa-#A0D468
golden-tainoi-#FFCE54
shamrock - #48CFAD*/

.multi a { background: url(../../images/icons/switcher/multi.jpg) no-repeat;}
.mandy a { background: #ED5565;}
.persimmon a { background: #FC6E51;}
.feijoa a { background: #A0D468;}
.golden-tainoi a { background: #FFCE54;}
.shamrock a { background: #48CFAD;}
.white a { background: #FFFFFF; border: 1px solid #000;}

.multi-i a { background: url(../../images/icons/switcher/multi.jpg) no-repeat;}
.mandy-i a { background: #ED5565;}
.persimmon-i a { background: #FC6E51;}
.feijoa-i a { background: #A0D468;}
.golden-tainoi-i a { background: #FFCE54;}
.shamrock-i a { background: #48CFAD;}