/* Switcher CSS */
.switcher {
	position: fixed;
	top: 80px;
	left: 0px;
	z-index: 1080;
	width: 250px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 2px 4px 12px rgba(0,0,0,0.1);
}
.switcher .switch {
	position: absolute;
	left: 100%;
	top: 13px;
	width: 35px;
	height: 38px;
	line-height: 37px;
	text-align: center;
	color: #9a9a9a;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.switcher hr { 
	margin-top: 15px;
	margin-bottom: 10px;
	border: 0; 
	border-top: 1px solid #eee;
}
.switcher  h4 {
	margin-top: 0;
	font-size: 18px;
	line-height: 20px;
}
.switcher  p {
	font-size: 14px;
	line-height: 20px;
	color: #878787;
}
.switcher .s-layout {
	border: 1px solid #ddd !important;
	outline: none;
	height: 30px;
	width: 160px;
	margin-top: 6px;
	padding: 0 5px;
	color: #767676;
	border-radius: 2px;
}
.switcher .s-pattern img,
.switcher .s-back-img img,
.switcher .s-color img{
	display: inline-block;
	margin: 0 3px;
	margin-top: 6px;
	border-radius: 2px;
}