/*
* @package Stamford
* @copyright (C) 2015 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <stars.joomla@gmail.com> <skype : stars.joomla>
* @authorurl <http://themeforest.net/user/joomlastars>
*/
#style-selector {
    position: fixed;
    top: 5px;
    left: 0;
    z-index: 9999;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.style-selector-wrapper {
    position: relative;
    z-index: 9999;
    display: inline-block;
    background: #fff;
}
.style-selector-wrapper > div {
    margin: 0px 20px 10px 20px;
}
#style-selector a.close {
    position: absolute;
    top: 0px;
    right: -46px;
    width: 46px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #696969 url(colors-swi.png) no-repeat 8px 5px;
    border-radius: 0px;
    font-size: 1px;
    color: #454545;
    opacity: 1;
}
#style-selector a.active {
    box-shadow: 0 0 0 2px #000;
}
#style-selector .title {
    height: 40px;
    width: 100%;
    float: left;
    display: block;
    background: #e9e9e9;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    color: #272727;
    text-transform: uppercase;
    top:0;
    left:0;
}
#style-selector .title-sub {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 7px;
    display: block;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
#style-selector .title-sub2 {
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    color: #454545;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    line-height:1.85;
}
#style-selector ul {
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 7px 0 20px 0;
    border-bottom: 1px solid #e0e0e0;
}
#style-selector .styles {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    line-height:1.85;
}
#style-selector .styles li {
    float: left;
    margin: 2px;
    padding: 0;
    color: #fff;
    list-style: none;
}
#style-selector .styles li a {
    display: block;
    cursor: pointer;
    color: #fff;
}
.layout select {
    margin: 0 3px;
    width: 100%;
    font-size: 12px;
}
.bg-image img {
    width: auto;
    height: 100%;
}
#style-selector .menu-fswitcher {
    margin-left: 0px;
    margin-top: 4px;
}
#style-selector .menu-fswitcher select {
    color: #fff;
    width: 175px;
    padding: 5px 4px;
    border: 1px solid #575757;
    background-color: #575757;
}

#style-selector .styles-noborder {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}
#style-selector .styles-noborder li {
    float: left;
    margin: 0px 0px;
    padding: 0;
    color: #ddd;
}
#style-selector .styles-noborder li.left {
    float: left;
    width: 80px;
    line-height: 14px;
}
#style-selector .styles-noborder li.left em {
    font-style: normal;
    line-height: 18px;
    display: block;
    margin-top: 7px;
}
#style-selector .styles-noborder li.left em a {
    color: #b3b3b3;
    font-size: 11px;
}
#style-selector .styles-noborder li.left em a:hover {
    color: #fff;
}
#style-selector .styles-noborder li img {
    float: left;
    width: 100px;
    height: 70px;
}

#style-selector input
 {
     display:inline-block;
 }