/* Main Style */
.switcher h3 {
	font-size:13px;
	margin: 1px 0 3px 0;
	color:#474646;
}

.switcher {
	background: #FBFBFB;
	width:159px;
	position:fixed;
	top:126px;
	z-index:9999;
	left:0px;
	border-radius: 0 0 4px 0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font-family: 'TitilliumText22LMedium', Arial, sans-serif;
	-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: #474646;
	color: #FFFFFF;
	padding: 0;
	font-size: 15px;
	padding: 5px 0 6px 15px;
}

.switcher h2 a {
	background: url("bg/switcher.png") no-repeat scroll left center transparent;
	display: block;
	height: 41px;
	position: absolute;
	right: -39px;
	text-indent: -9999px;
	top: 0;
	width: 39px;
	border-radius: 0 4px 4px 0;
}

.switcher .content {
	padding:5px 16px 16px 16px !important;
	margin:0 !important;
	background:none !important;
	overflow:hidden;
}

/* Layout Box */
.layout-switcher {
	margin:0 0 10px 0;
	overflow:hidden;
}

.layout-switcher a.layout {
	padding: 6px 7px 8px 7px;
	border-radius: 2px;
	color: #fff;
	width: 39px;
	cursor: pointer;
	float: left;
	display: block;
	margin: 0 6px 0 0;
	text-align: center;
	background: #292929;
}
.layout-switcher a.layout.big {width:98px!important;margin-top:6px!important;}
.layout-switcher a.layout:hover { opacity:0.8; }
/*.layout-switcher a.layout.selected3 {
	color: #474646;
	cursor: default;
	border: 2px solid #474646;
}

*/

/* Color Box */
.switcher-box {
	height:auto;
	overflow:hidden;
	margin-bottom:6px;
}

.styleswitch {
	width: 21px;
    height: 24px;
	display: block;
	cursor: pointer;
	margin: 0 4px 4px 0;
	float:left;
}

/*.styleswitch.selected { box-shadow: 0 0 0 2px #474646 inset; }*/

.styleswitch#blue   { background-color:#00aec8; }
.styleswitch#orange { background-color:#ee7e2a; }
.styleswitch#purple { background-color:#81519c; }
.styleswitch#red    { background-color:#e64141; }
.styleswitch#green  { background-color:#53b808; }
.styleswitch#blue2   { background-color:#04bfea; }
.styleswitch#brown { background-color:#DDC255; }
.styleswitch#cyan { background-color:#2997ab; }
.styleswitch#fbblue    { background-color:#3B5998; }
.styleswitch#light-blue  { background-color:#8bbbe0; }
.styleswitch#light-green   { background-color:#8eccb3; }
.styleswitch#lime { background-color:#aec71e; }
.styleswitch#neavy { background-color:#4141f4; }
.styleswitch#pink    { background-color:#e44884; }
.styleswitch#yellow  { background-color:#FFD62C; }


/* Background Box */
.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.selected2 { box-shadow: 0 0 0 2px #474646 inset; }*/

.pattern#crossed { background: url("bg/crossed.png") no-repeat ; }
.pattern#fabric  { background: url("bg/fabric.png") no-repeat ; }
.pattern#linen   { background: url("bg/linen.png") no-repeat ; }
.pattern#wood    { background: url("bg/wood.png") no-repeat ; }
.pattern#diagmonds    { background: url("bg/diagmonds.png") no-repeat ; }
.pattern#triangles    { background: url("bg/triangles.png") no-repeat ; }
.pattern#black_mamba    { background: url("bg/black_mamba.png") no-repeat ; }
.pattern#vichy    { background: url("bg/vichy.png") no-repeat ; }
.pattern#back_pattern    { background: url("bg/back_pattern.png") no-repeat ; }
.pattern#checkered_pattern    { background: url("bg/checkered_pattern.png") no-repeat ; }
.pattern#diamond_upholstery    { background: url("bg/diamond_upholstery.png") no-repeat ; }
.pattern#lyonnette    { background: url("bg/lyonnette.png") no-repeat ; }
.pattern#graphy    { background: url("bg/graphy.png") no-repeat ; }
.pattern#black_thread    { background: url("bg/black_thread.png") no-repeat ; }
.pattern#subtlenet2    { background: url("bg/subtlenet2.png") no-repeat ; }
.pattern#linedpaper    { background: url("bg/linedpaper.png") no-repeat ; }

/* Dark Style */
a.dark-style {
	display:block;
	padding:9px 0 11px 0;
	text-align:center;
	background:#292929;
	color:#fff;
}
a.dark-style:hover { opacity:0.8;  }