




.switcher h3 {
	font-size:13px;
	margin: 1px 0 3px 0;
	color:#474646;
}

.switcher {
	background: #FBFBFB;
	width:159px;
	position:fixed;
	top:185px;
	z-index:9999;
	left:0px;
	border-radius: 0 0 4px 0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(51, 51, 51, 0.4);
	box-shadow:  0px 0px 4px 0px rgba(51, 51, 51, 0.4);
}

.switcher h2 {
	background: #4b4c4d;
	color: #FFFFFF;
	padding: 0;
	font-size: 15px;
	padding: 5px 0 6px 15px;
	line-height: 30px;
}

.switcher h2 a {
	background: #4b4c4d;
	display: block;
	height: 27px;
	position: absolute;
	right: -39px;
	top: 0;
	width: 42px;
	border-radius: 0 4px 4px 0;
	text-align:center;
	color:#fff;
	padding: 7px 0;
}

.switcher .content2 {
	padding:5px 16px 16px 16px;
	overflow:hidden;
}


.layout-switcher {
	margin:0 0 10px 0;
	overflow:hidden;

}

.layout-switcher a {
	display: inline-block;
background: #585858;
margin: 3px;
width: 35px;
height: 35px;
border: 0;
border-radius: 2px;
}

.layout-switcher a:hover {
background: #ed6c00;
}



.switcher-box {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}

.styleswitch {
	width: 20px;
    height: 23px;
	display: block;
	cursor: pointer;
	margin: 0 4px 4px 0;
	float:left;
}

.styleswitch.current {
	-moz-box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;
    box-shadow: inner 0 0 5px #000;
}



.styleswitch#red    { background-color:#e7402f; }
.styleswitch#orange { background-color:#ef730e; }
.styleswitch#turquoise { background-color:#3fbd98; }
.styleswitch#green  { background-color:#80ba42; }
.styleswitch#blue   { background-color:#378ac4; }



.bg {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}

.pattern {
	width: 21px;
    height: 24px;
	display: block;
	cursor: pointer;
	margin: 0 4px 4px 0;
	float:left;
	box-shadow: 0 0 0 1px #D6D2D2 inset;
}

.pattern.current {
	-moz-box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;
    box-shadow: inner 0 0 5px #000;
}



.pattern#crossed { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/crossed.png") no-repeat ; }
.pattern#fabric  { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/fabric.png") no-repeat ; }
.pattern#linen   { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/linen.png") no-repeat ; }
.pattern#wood    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/wood.png") no-repeat ; }
.pattern#diagmonds    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/diagmonds.png") no-repeat ; }
.pattern#triangles    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/triangles.png") no-repeat ; }
.pattern#black_mamba    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/black_mamba.png") no-repeat ; }
.pattern#vichy    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/vichy.png") no-repeat ; }
.pattern#back_pattern    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/back_pattern.png") no-repeat ; }
.pattern#checkered_pattern    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/checkered_pattern.png") no-repeat ; }
.pattern#diamond_upholstery    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/diamond_upholstery.png") no-repeat ; }
.pattern#lyonnette    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/lyonnette.png") no-repeat ; }
.pattern#graphy    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/graphy.png") no-repeat ; }
.pattern#black_thread    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/black_thread.png") no-repeat ; }
.pattern#subtlenet2    { background: url("http://themes.jozoor.com/invention/dark/css/switcher/icons/subtlenet2.png") no-repeat ; }


a.dark-style {
	display:block;
	padding:9px 0 11px 0;
	text-align:center;
	background:#4b4c4d;
	color:#fff;
	cursor:pointer;
}
