div.style-switcher {
    background-color: #fff;
    color: #262626;
    left: -227px;
    position: fixed;
    top: 65px;
    width: 225px;
    z-index: 1002;
}

div.style-switcher .header {
    background: #f1f1f1;
    border: 1px solid #ddd;
    height: 45px;
    padding: 10px 30px;
    position: relative;
    z-index: 2;
}

div.style-switcher .body {
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    opacity: 0;
    padding: 0 12px 10px;
    position: absolute;
    top: 0px;
    transition: all 0.6s ease-in-out;
}

div.style-switcher.opened .body {
    opacity: 1;
    top: 45px;
}

div.style-switcher .header h2 { color: #343434; }

div.style-switcher h2 {
    font-size: 20px;
    margin: 0;
}

div.style-switcher h3 {
    font-size: 18px;
    margin: 15px 0 5px 0;
}

div.style-switcher hr { margin: 15px 0; }

div.style-switcher hr + h3 { margin-top: 0; }

div.style-switcher a.trigger {
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-left: none;
    color: #666666;
    display: block;
    font-size: 24px;
    height: 45px;
    line-height: 44px;
    position: absolute;
    right: -45px;
    text-align: center;
    text-decoration: none;
    top: -1px;
    width: 45px;
}

div.style-switcher.opened a.trigger { right: -1px; }

div.style-switcher ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}

div.style-switcher ul li {
    -moz-border-radius: 100%;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -webkit-border-radius: 100%;
    -webkit-transition: all linear 0.3s;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0 3px 3px 0;
    position: relative;
    transition: all linear 0.3s;
    width: 25px;
}

div.style-switcher ul.layoutChange li {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #f1f1f1;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    color: #666666;
    font-size: 13px;
    height: 30px;
    margin-right: 5px;
    padding-top: 5px;
    text-align: center;
    width: 45%;
}

div.style-switcher ul.layoutChange li i {
    color: #cccccc;
    font-size: 11px;
}

div.style-switcher ul.layoutChange li.selected { border: 1px solid #aaaaaa; }

div.style-switcher ul.layoutChange li.selected i { color: #666666; }

div.style-switcher ul.footerChange li {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    height: 30px;
    margin-right: 5px;
    padding: 6px 14px 0;
    width: 45%;
}

div.style-switcher ul.footerChange li.dark {
    background-color: #262626;
    color: #f1f1f1;
}

div.style-switcher ul.footerChange li.light {
    background-color: #f7f7f7;
    color: #333333;
}

div.style-switcher ul.footerChange li i { width: 20px; }

div.style-switcher ul.footerChange li.selected i:before { content: "\f046"; }

div.style-switcher ul.headerChange li {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    height: 30px;
    margin-right: 5px;
    padding: 6px 14px 0;
    width: 45%;
}

div.style-switcher ul.headerChange li.dark {
    background-color: #262626;
    color: #f1f1f1;
}

div.style-switcher ul.headerChange li.light {
    background-color: #f7f7f7;
    color: #333333;
}

div.style-switcher ul.headerChange li i { width: 20px; }

div.style-switcher ul.headerChange li.selected i:before { content: "\f046"; }

div.style-switcher ul.patternChange li { border: 1px solid #f3f3f3; }

div.style-switcher ul.styleChange li.selected:after,
div.style-switcher ul.patternChange li.selected:after {
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

div.style-switcher ul.patternChange li.pattern-0.selected:after,
div.style-switcher ul.patternChange li.pattern-1.selected:after,
div.style-switcher ul.patternChange li.pattern-2.selected:after,
div.style-switcher ul.patternChange li.pattern-3.selected:after,
div.style-switcher ul.patternChange li.pattern-4.selected:after { color: #333333; }

div.style-switcher ul.patternChange li.selected:after { color: #ffffff; }

div.style-switcher ul.resetAll li {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: block;
    height: 30px;
    margin: 7px auto;
    min-width: 0;
    padding: 6px 0;
    width: 50%;
}

div.style-switcher select {
    border: 1px solid #b2bfca;
    padding: 5px;
    width: 100%;
}

div.style-switcher .blue { background: #3d78d8; }

div.style-switcher .blue:hover { background: #2c5fb3; }

div.style-switcher .green { background: #0d8609; }

div.style-switcher .green:hover { background: #0d760a; }

div.style-switcher .dark-gray { background: #4e5b5e; }

div.style-switcher .dark-gray:hover { background: #394346; }

div.style-switcher .dark-cyan { background: #009798; }

div.style-switcher .dark-cyan:hover { background: #008686; }

div.style-switcher .orange { background: #ffa500; }

div.style-switcher .orange:hover { background: #e09200; }

div.style-switcher .pink { background: #db7093; }

div.style-switcher .pink:hover { background: #c86384; }

div.style-switcher .purple { background: #954db3; }

div.style-switcher .purple:hover { background: #7f3a9a; }

div.style-switcher .red { background: #e84c3d; }

div.style-switcher .red:hover { background: #cd3c2e; }

div.style-switcher .brown { background: #7a5230; }

div.style-switcher .brown:hover { background: #614126; }

div.style-switcher .light-blue { background: #38c7f4; }

div.style-switcher .light-blue:hover { background: #17b5e5; }

div.style-switcher .light-green { background: #599f06; }

div.style-switcher .light-green:hover { background: #4c8606; }

div.style-switcher .yellow { background: #d3b61c; }

div.style-switcher .yellow:hover { background: #b59a17; }

div.style-switcher .dark-red { background: #8e1e13; }

div.style-switcher .dark-red:hover { background: #6c160f; }