div.style-switcher {
	background: #303030;
	width: 205px;
	position: fixed;
	top: 42px;
	z-index: 1002;
	border-radius: 0 0 6px 0;
	left: -205px;
}

div.style-switcher div.style-switcher-mode {
	padding: 15px 10px;
	margin-bottom: -33px;
	position: relative;
	z-index: 1;
}

div.style-switcher div.style-switcher-mode div.options-links a {
	background: none;
	border: 0;
}

div.style-switcher div.style-switcher-mode div.options-links a.active {
	border: 1px solid #525252;
	border-color: #525252;
	border-bottom: 1px solid #303030;
}

div.style-switcher div.style-switcher-wrap {
	padding: 10px;
	margin: 10px;
	border: 1px solid #525252;
	position: relative;
}

div.style-switcher h4 {
	background: #404040;
	color: #FFF;
	padding: 5px 0 5px 10px;
	margin: 0;
	line-height: 30px;
	font-size: 15px;
}

div.style-switcher h4 a {
	background-color: #404040;
	display: block;
	height: 40px;
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	font-size: 20px;
	line-height: 38px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-radius: 0 6px 6px 0;
}

div.style-switcher h4 a i {
	margin-right: 5px
}

div.style-switcher h4 a:hover {
	text-decoration: none
}

div.style-switcher h5 {
	color: #999;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 30px;
	font-size: 13px;
	font-weight: normal;
}

div.style-switcher ul.options {
	list-style: none;
	margin: -3px 0 10px 0;
	padding: 0;
	overflow: hidden;
}

div.style-switcher ul.options li {
	float: left;
	margin: 2px;
}

div.style-switcher ul.options li a {
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

div.style-switcher ul.options li a.pattern {
	background-repeat: repeat;
	background-position: 0 0;
	background-color: transparent;
}

div.style-switcher div.color-gradient {
	position: absolute;
	top: 14px;
	right: 25px;
	font-size: 13px;
}

div.style-switcher div.color-gradient input {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

div.style-switcher div.color-gradient label {
	font-weight: normal;
	color: #999999;
}

div.style-switcher.advanced div.color-gradient {
	top: 15px;
	right: 20px;
	font-size: 14px;
}

div.style-switcher.advanced div.color-gradient label {
	color: #FFF;
}

div.style-switcher div.color-picker {
	display: none;
	margin-bottom: 15px;
}

div.style-switcher div.options-links {
	padding: 0 0 10px
}

div.style-switcher div.options-links a {
	background-color: #000;
	border: 1px solid #000;
	color: #ccc;
	font-size: 12px;
	margin-bottom: 0;
	margin-right: 5px;
	padding: 5px 12px;
	text-decoration: none;
}

div.style-switcher div.layout.options-links a,
div.style-switcher div.website-type.options-links a {
	text-align: center;
	min-width: 55px;
	display: inline-block;
}

div.style-switcher div.options-links a:hover {
	background-color: #111
}

div.style-switcher div.options-links a.active {
	border-color: #ADADAD
}

div.style-switcher hr {
	border-color: #555
}

textarea.get-css {
	height: 325px;
	width: 538px;
	resize: none;
	cursor: text;
}

div.style-switcher.advanced {
	width: 400px;
	left: -400px;
}

div.style-switcher.advanced div.color-picker {
	display: block;
}

div.style-switcher.advanced ul.options.colors {
	display: none;
}