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

	
	#style-switcher {
		background-color: #fff;
		width: 205px;
		position:fixed;
		top: 80px;
		z-index: 400;
		border-radius: 0 0 3px 0;
		left: -206px;
		border: 1px solid #e4e4e4;
		border-left: 0;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
	}
	
	#style-switcher div {
		padding: 2px 18px 10px 18px;
	}
	
	#style-switcher h2 {
		background-color: #fff;
		color: #333;
		font-size: 18px;
		font-weight: 400;
		padding: 5px 0 5px 17px;
		border-bottom: 1px solid #eee;	
		color:#666;	
	}

	
	#style-switcher h2 a {
		background: url("../img/settings-icon.png") no-repeat 10px center transparent;
		background-color: #ddd;
		display: block;
		width: 45px;
		height: 43px;
		position: absolute;
		right: -45px;
		text-indent: -9999px;
		top: 0;
		border-top:1px solid #eee;
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;
		border-left:0px solid #eee;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	}
	
	#style-switcher h3 {
		color: #777;
		font-size: 14px;
		margin: 0 0 3px;
	}
	
	.home-style #home-style {
		margin-top: 2px;
		padding: 10px;
		margin-left: -18px;
		border: dashed 1px #ddd;
		background: #f8f8f8;
		font-size: 13px;
		color: #333;
	}
	
	.home-style #home-style option {
		margin: 10px 0;
	}
