#style-switcher h3{color:#fff;font-size:12px;margin:5px 0 3px 3px;}
#style-switcher{background:#222;width:195px;position:fixed;top:50px;z-index:99999;left:0px;border-radius:0 0 3px 0;}
#style-switcher div{padding:5px 10px;}
#style-switcher h2{background:#333;color:#FFFFFF;font-weight:bold;padding:0;font-size:14px;padding:13px 0 13px 10px;margin:0;}
#style-switcher h2 a{background:url("../images/switcher.png") no-repeat scroll center center #333;display:block;height:41px;position:absolute;right:-39px;text-indent:-9999px;top:0;width:39px;border-radius:0 3px 3px 0;}
.colors{list-style:none;margin:0px 0px 10px 0px;overflow:hidden;padding:0;}
.colors li{float:left;margin:2px;}
.colors li a{display:block;width:20px;height:20px;cursor:pointer;}
.layout-style select{width:100%;padding:5px;border:none;margin:0 0 0 -5px;color:#666;cursor:pointer;}
#reset{margin:0 0 15px 2px;}
#reset a{color:#fff;font-size:12px;}
.green{background:#34a853;}
.blue{background:#43b9f6;}
.brown{background:#ba994c;}
.royal-blue{background:#3d60d0;}
.yelow{background:#ffb606;}
.colors li a.active{box-shadow:0 0 0 2px #404040 inset}
@media only screen and (max-width:1029px){#style-switcher{display:none;}}