/* Switcher */

.switcher {
	position: fixed;
	z-index: 1030;
	top: 138px;
	width: 200px;
	background: #fff;
}

.switcher h3 {
	padding: 0 20px;
	background: #333333;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.switcher h5 {
	padding: 5px 20px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 20px -20px;
	font-size: 12px;
	text-transform: uppercase;
}

.switcher h5:first-child {
	border-top: none;
	margin-top: 0;  
}

.switcher h3 a {
	position: absolute;
	top: 0;
	right: -48px;
	display: block;
	padding: 10px;
	background-color: #333;
	color: #fff;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
}

.switcher h3 a:hover { text-decoration: none; }

.switcher .content {
	padding: 0 20px 20px 20px;
	border: 1px solid #efefef;
}

.styleswitch {
	float: left;
	display: block;
	width: 24px;
	height: 26px;
	margin: 0 4px 4px 0;
	cursor: pointer;	
}

#default.styleswitch { background-color: #c88b5e; }
#yellow.styleswitch { background-color: #e5ae49; }
#blue.styleswitch { background-color: #336298; }
#red.styleswitch { background-color: #ce4845; }


@media (max-width: 1025px) {
	
	.switcher { display: none; }
	
}