#style-switcher {
	width: 150px;
	padding: 15px 15px 15px 15px;
	background: #2b2b2b;
	position: absolute;
	left: -116px;
	color: #f0f0f0;
	min-height: 100px;

	display: block;

	z-index: 9001;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ss-teaser {
	position: absolute;
	right: -330px;
	top: -30px;
	padding: 20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all .4s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.open > #ss-teaser {
	margin-right: -330px;
	margin-left: 660px;
}

#ss-teaser:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #D0CFB3;
	border-width: 20px;
	top: 50%;
	margin-top: -20px;
}

#ss-teaser h3 {
	font-size: 2em;
	line-height: 1;
	color: inherit;
	font-weight: bold;
	color: #fff;
}

#ss-teaser .close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 10px;
	line-height: 1;
	color: inherit;
	cursor: pointer;
}

#style-switcher,
#style-switcher * {
	font: 11px/12px Arial, sans-serif;
}

#toggle-style-switcher {
	position: absolute;
	top: 0;
	right: -33px;
	width: 33px;
	height: 33px;
	cursor: pointer;
	font-size: 20px;
	line-height: 33px;
	text-align: center;
	font-family: "icomoon";
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#toggle-style-switcher:hover {
	width: 36px;
	margin-right: -3px;
}

#toggle-style-switcher:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 11px;
	left: -5px;
	border: 5px solid transparent;
	border-left: 0;
}

#toggle-style-switcher span {
	margin-right: 2px;
	display: block;
}

#style-switcher h4 {
	color: #606060;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
	text-indent: 0;
	text-align: center;
	line-height: 1 !important;
}

#style-switcher h4:before,
#style-switcher h4:after {
	content: " - ";
}

#style-switcher section:first-child h4 {
	margin-top: 0;
}

#style-switcher .section-contents {
	text-align: center;
}

#style-switcher .style-switcher-group.buttons .section-contents {
	line-height: 0;
}

.style-switcher-group.buttons a {
	display: inline-block;
	border: 0;
	text-decoration: none;
	position: relative;
}

.style-switcher-group.buttons img {
	display: block;
	z-index: 100;
}

.style-switcher-group.buttons a:hover img {
}

.style-switcher-group.buttons a.active:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url('buttons/selected.png') no-repeat center center;
}

.style-switcher-group.buttons a.active {
	cursor: default;
}

#style-switcher select {
	display: block;
	border: 0;
	padding: 5px;
}

#style-switcher .prev,
#style-switcher .next {
	display: none;

	width: 15px;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	float: left;

	background-color: #e6e6e6;
	cursor: pointer;

	color: #888;
}

.bgr-style {
	width: 28px;
	height: 28px;
	display: block;
	float: left;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#style-switcher-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc url(loader.gif) no-repeat center center;
	z-index: 9999999;
}

#style-switcher a[name=Reset] {
	background: rgba(0,0,0,0.4);
	font-size: 10px;
	display: block;
	clear: both;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #e0e0e0 !important;
	border: 0 !important;
	margin-top: 8px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#style-switcher a[name=Reset] {
	text-decoration: none;
}
