.switcher
{
	background-color: #444;
	border-bottom: 3px solid rgba(0,0,0,.4);
	color: #FFF;
	display: block;
	left: 0;
	position: fixed;
	top: 50px;
	width: 225px;
	z-index: 350;
}
.switcher ul
{
	margin: 20px 0;
	padding: 0;
}
.switcher li
{
	list-style: none;
}
.switcher p
{
	font-size: 12px;
	margin: 10px 0;
}
.switcher strong
{
	color: inherit;
}
.switcher-head
{
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.switcher-head span
{
	margin-left: 15px;
}
.switcher-body
{
	padding: 15px;
	position: relative;
}
.switcher-trigger
{
	background: url(../img/switcher.png) no-repeat #fff 0 0;
	cursor: pointer;
	font-size: 24px;
	height: 40px;
	left: auto;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
}
.switcher select,.switcher input[type=text]
{
	border-color: rgba(0,0,0,.8);
}
.switcher .line
{
	border-color: #555;
	border-style: dashed;
	margin: 20px 0;
}
.switcher-body p
{
	margin-bottom: 5px;
}
.switcher-body small
{
	color: #DDD;
	font-family: 'Open Sans',serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
}
ul.switcher-op-selectors li
{
	border: 2px solid rgba(0,0,0,.8);
	cursor: pointer;
	float: left;
	height: 32px;
	margin: 0 5px 5px 0;
	width: 32px;
}
ul.switcher-op-selectors li img
{
	display: block;
	height: 16px;
	width: 16px;
}
@media only screen and (max-width:979px){
	.switcher-op-layout
	{
		display: none;
	}
}
@media only screen and (max-width:767px){
	.switcher
	{
		display: none;
	}
}