#switcher {
	background: #fff;
	position: fixed;
	display: none;
	top: 66px;
	z-index: 100;
	width:250px;
	margin-left: -200px;
	border-radius: 0 5px 5px 0;
	font-family: 'Open Sans', Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
}

#switcher h4 {
	padding: 5px 0; 
	border-bottom:#ededed 1px solid; 
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
}

#switcher ul {
	padding:0!important;
	margin:0!important;
}
#switcher ul li {
	text-transform:uppercase;
	margin-bottom:0;
	font-size:12px; 
	display:inline-block;
}

#showSwitcher {
	z-index: 100;
	margin-left:0px;
	position:fixed;
	left:0;
	top:66px;
	background: #333;
	color:#F07057;
	font-size:18px;

	-webkit-border-bottom-right-radius: 3px;
	   -webkit-border-top-right-radius: 4px;
		-moz-border-radius-bottomright: 3px;
		   -moz-border-radius-topright: 4px;
		    border-bottom-right-radius: 3px;
			   border-top-right-radius: 4px;

	padding: 10px 16px 10px 14px;
	cursor: pointer;
}
#hideSwitcher {
	cursor:pointer;
	line-height:43px;
	font-size: 38px;
	margin-bottom: 0px; 
	color:#999;
	position:absolute;
	background-color:#fff;
	width:40px;
	height:40px;
	top:7px;
	right:16px;
	text-align:right;
	-webkit-border-bottom-right-radius: 3px;
	   -webkit-border-top-right-radius: 4px;
		-moz-border-radius-bottomright: 3px;
		   -moz-border-radius-topright: 4px;
		    border-bottom-right-radius: 3px;
			   border-top-right-radius: 4px;
}


.content-switcher{
	padding: 16px;
	overflow: hidden;
}

a.color {
	border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin: 3px 1px;
    width: 30px;
	height: 30px;
}

#switcher p {
	margin:15px 0 10px 0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
}

.styled-select select {
   background:#f5f5f5;
   border:#ededed 1px solid;
   width: 100%;
   font-size: 13px;
   line-height: 1;
   outline:none;
   border-radius: 3px;
   height: 34px;
   -webkit-appearance: none;
}