@charset "utf-8";
/* CSS Document */

div.style-switcher {
	background-color: #fff;
	color: #262626;
	width: 225px;
	position: fixed;
	top: 134px;
	z-index: 1002;
	left: -227px;
}
div.style-switcher .header {
	padding: 10px 30px;
	background: #f1f1f1;
	z-index: 2;
	position: relative;
	border: 1px solid #ddd;
	height: 55px;
}
div.style-switcher .body {
	padding: 0 12px 10px;
	top: 0px;
	position: absolute;
	opacity: 0;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-top: none;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
div.style-switcher.opened .body {
	top: 55px;
	opacity: 1;
}
div.style-switcher .header h2 {
	color: #343434;
}
div.style-switcher h2 {
	margin: 0;
	font-size: 20px;
}
div.style-switcher h3 {
	margin: 15px 0 5px 0;
	font-size: 18px;
}
div.style-switcher hr {
	margin: 15px 0;
}
div.style-switcher hr + h3 {
	margin-top: 0;
}
div.style-switcher a.trigger {
	display: block;
	height: 55px;
	position: absolute;
	right: -45px;
	top: -1px;
	background: #f1f1f1;
	width: 45px;
	font-size: 24px;
	line-height: 44px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: none;
}
div.style-switcher.opened a.trigger {
	right: -1px;
}
div.style-switcher ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 0;
}
div.style-switcher ul li {
	width: 25px;
	height: 25px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 3px 3px 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	transition: all linear 0.3s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
