#switcher { left: 0; padding: 8px 0; position: fixed; top: 220px; z-index: 3000; }
.styleswitcher h4{color:white; font-size:12px; font-weight:bold; text-transform:uppercase; margin:10px 0 10px 25px;}
.styleswitcher .arrow-box { top:112px; right:-128px; position: absolute; }
.switch-button {transform: rotate(-90deg);transform-origin: left top 0; background:#f2620e;cursor:pointer; display: block; box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1); -o-box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1); width:130px; height:40px; line-height:40px;text-align:center;font-size:17px; color:white;} 
.styleswitcher a:hover {cursor:pointer;color:#ffffff !important;} 
/*.styleswitcher { position: fixed; top: 150px; left: 0; width: auto; background:rgba(244,146,52,0.6);; padding:2px 13px 12px 15px; width:202px; z-index:3000; box-shadow:0px 10px 25px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.3); -o-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.3);}*/
/*.styleswitcher { position: fixed; top: 175px; left: -203px;left: 1340px; width: auto; background:rgba(244,146,52,0.6);; padding:2px -1px 12px 15px; width:202px; z-index:3000; box-shadow:0px 10px 25px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.3); -o-box-shadow:0px 10px 25px rgba(0, 0, 0, 0.3);}*/
.styleswitcher p { margin:0; }
.styleswitcher small{font-size:9px; margin-left:6px;}
.styleswitcher ul { margin: 0 auto; padding: 0; width:100%; }
ul.background-selector img:hover, ul.background-selector1 img:hover{ cursor: pointer; }
.styleswitcher ul li { list-style: none; margin:0 4px 10px 8px; display:inline-block;}
.styleswitcher ul li a { float: left; width: 16px; height: 14px; opacity: 0.7; text-decoration:none; filter: alpha(opacity=70); border:1px solid #999; }
.styleswitcher ul li a:hover { opacity: 1; filter: alpha(opacity=100); }
.styleswitcher ul li.nomargin { margin-bottom:2px; }
ul.background-selector img { height:20px; width:20px; border:1px solid #999; }
ul.background-selector1 li{margin-bottom:2px;}
ul.background-selector1 img { height:20px; width:20px; border:1px solid #999; }
ul.color-scheme li a:hover { opacity: 1; filter: alpha(opacity=100); }

ul.color-scheme li a{width:21px; height:21px;}
ul.color-scheme li a:hover { opacity: 1; filter: alpha(opacity=100); }
ul.color-scheme li a.color1 { background: #f55a4e; }
ul.color-scheme li a.color2 { background: #8ABE9B; }
ul.color-scheme li a.color3 { background: #3F5765; }
ul.color-scheme li a.color4 { background: #00AAB5; }
ul.color-scheme li a.color5 { background: #F4BA4D; }
ul.color-scheme li a.color6 { background: #76D5DB; }
ul.color-scheme li a.color7 { background: #72B577; }
ul.color-scheme li a.color8 { background: #7C7984; }
ul.color-scheme li a.color9 { background: #FFA52A; }
ul.color-scheme li a.color10 { background: #2D85D3; }
.styleswitcher ul.layouts{margin-bottom:10px;}
ul.layouts li{ margin-right:10px;}
ul.layouts li a{border:0; width:auto; height:auto;padding:1px 15px; border:1px solid #999; color:#666666;}
ul.layouts li a:hover{text-decoration:none;}
ul.layouts li.active a{border-width:2px; padding:0 14px;}


/* .switch-button {-webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
} */