/* =================================================================== */
/* Styles Switcher
====================================================================== */

	#style-switcher{
		
	}

	#style-switcher h3 {
		color:#fff;
		font-size:12px;
		margin: 5px 0 5px 3px;
	}
	
	#style-switcher {
		background: #303030;
		width: 195px;
		position:fixed;
		top:50px;
		z-index: 999999999;
		border-radius: 0 0 3px 0;
		left: -195px;
	}
	
	#style-switcher div.inner {
		padding: 5px 10px;
	}
	
	#style-switcher h2 {
		background: #404040;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 13px;
		padding: 8px 0 7px 10px;
	}
	
	#style-switcher h2 a {
		background-color: #404040;
		display: block;
		height: 41px;
		position: absolute;
		right: -39px;
		text-align: center;
		color: #fff;
		font-size: 22px;
		padding: 7px 0 0;
		top: 0;
		width: 39px;
		border-radius: 0 3px 3px 0;
	}

	#layout-bg{
		opacity: 10
	}

	#layout-bg.active{
		opacity: 100
	}
	
	.colors { list-style:none; margin:0px 0px 10px 0px; overflow: hidden}
	.colors li { float:left; margin:2px; }
	.colors li a { display: block; width:15px; height:15px; cursor: pointer;} 
	
	.select {
		width: 100%;
		padding: 5px;
		border: none;
		width: 165px;
		margin: -3px 0 12px 3px;
		color: #666;
		border-radius: 1px;
		cursor: pointer;
	}
	
	#reset {margin: 0 0 15px 2px;}
	#reset a {color: #fff; font-size: 12px; padding: 5px 14px; box-shadow: none; border-radius: 1px; }
	
	.blue { background: #169fe6; }
	.green { background: #7cb600; }
	.orange {background: #fa5b0f; }
	.navy { background: #495d7f; }
	.yellow { background: #ffb400; }
	.peach { background :#fcab55; }
	.red { background: #c62020; }
	.beige { background: #bfa980; }
	.pink { background: #c71c77; }
	.cyan { background: #37b6bd;}
	.celadon { background: #74aea1;}
	.brown { background: #784e3d; }
	.cherry { background: #911938;}
	a.gray { background: #707070;}
	.purple { background: #6957af; }
	.olive { background: #b3c211; }
	.dark { background: #404040; }
	.dirty-green { background: #3b6e40; }
	.colors li a.active { box-shadow:0 0 0 2px #505050 inset }