    #style-selector {
        position: fixed;
        top: 90px;
        left: 0;
        z-index: 9999;
		border-top: 2px solid #272727;
		border-right: 2px solid #272727;
		border-bottom: 2px solid #272727;
		border-left: 0px solid #272727;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		
/*        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
                box-shadow: 0 3px 3px rgba(0, 0, 0, .3);*/
    }
    .style-selector-wrapper {
        position: relative;
        z-index: 9999;
        display: inline-block;
        background: #454545;
    }
    .style-selector-wrapper > div {
        margin: 0px 10px 25px 10px;
    }
    #style-selector a.close {
        position: absolute;
        top: -2px;
        right: -48px;
        width: 46px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background: #272727 url(colors-swi.png) no-repeat 10px 4px;
        border-radius: 0px;
		border-top: 2px solid #272727;
		border-right: 2px solid #272727;
		border-bottom: 2px solid #272727;
		border-left: 0px solid #272727;
    }
    #style-selector a.active {
        box-shadow: 0 0 0 2px #000;
    }
    #style-selector .title {
        height: 40px;
		width: 100%;
		float: left;
		display: block;
        background: #272727;
        text-align: center;
        font-size: 14px;
		font-weight: bold;
        line-height: 40px;
		color: #fff;
		text-transform: uppercase;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		
    }
    #style-selector .title-sub {
        margin-top: 60px;
        margin-bottom: 0px;
		margin-left: 7px;
		display: block;
        color: #fff;
        text-align: left;
        font-weight: bold;
        font-size: 12px;
		text-transform: uppercase;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
	#style-selector .title-sub2 {
        margin-top: 18px;
        margin-bottom: 0px;
		margin-left: 7px;
		display: block;
        color: #fff;
        text-align: left;
        font-weight: bold;
        font-size: 12px;
		text-transform: uppercase;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    #style-selector ul {
        width: 180px;
		margin: 0px 0px 0px 0px;
		padding: 7px 0 10px 0;
		border-bottom: 1px solid #505053;
    }
    #style-selector .styles {
        overflow: hidden;
        margin: 0px 0px 0px 0px;
    }
    #style-selector .styles li {
        float: left;
		margin: 4px;
		padding: 0;
		color: #fff;
		border: 1px solid #272727;
    }
    #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: 9px;
    }
	#style-selector .menu-fswitcher select {
        width:163px;
		padding: 3px;
		border: 1px solid #000;
    }


/* ----------- Colors ----------- */

.pre-color-skin1{
	width:20px;
	height:20px;
	background-color: #0099cc;
	float: left;
	cursor: pointer;
}
.pre-color-skin2{
	width:20px;
	height:20px;
	background-color: #ee0000;
	float: left;
	cursor: pointer;
}
.pre-color-skin3{
	width:20px;
	height:20px;
	background-color: #004e9b;
	float: left;
	cursor: pointer;
}
.pre-color-skin4{
	width:20px;
	height:20px;
	background-color: #7f9919;
	float: left;
	cursor: pointer;
}
.pre-color-skin5{
	width:20px;
	height:20px;
	background-color: #f0ad0a;
	float: left;
	cursor: pointer;
}
.pre-color-skin6{
	width:20px;
	height:20px;
	background-color: #ab50ff;
	float: left;
	cursor: pointer;
}
.pre-color-skin7{
	width:20px;
	height:20px;
	background-color: #e590e5;
	float: left;
	cursor: pointer;
}
.pre-color-skin8{
	width:20px;
	height:20px;
	background-color: #9bd149;
	float: left;
	cursor: pointer;
}
.pre-color-skin9{
	width:20px;
	height:20px;
	background-color: #dfc49f;
	float: left;
	cursor: pointer;
}


/* ----------- BG Patterns ----------- */


.bg-patterns1{
	width:25px;
	height:25px;
	background: url(../../images/elements/bg.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns2{
	width:25px;
	height:25px;
	background: url(../../images/elements/pattern-one.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns3{
	width:25px;
	height:25px;
	background: url(../../images/elements/pattern-two.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns4{
	width:25px;
	height:25px;
	background: url(../../images/elements/pattern-three.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns5{
	width:25px;
	height:25px;
	background: url(../../images/elements/pattern-four.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns6{
	width:25px;
	height:25px;
	background: url(../../images/elements/pattern-five.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns7{
	width:25px;
	height:25px;
	background: url(../../images/elements/pattern-six.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns8{
	width:25px;
	height:25px;
	background: url(../../images/elements/pattern-seven.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns9{
	width:25px;
	height:25px;
	background: url(../../images/elements/pattern-eight.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns10{
	width:25px;
	height:25px;
	background: url(../../images/elements/pattern-nine.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}


/* ----------- Google Fonts ----------- */

.google-font1{
	width:70px;
	height:10px;
	padding: 2px 5px 7px 5px;
	text-align: center;
	float: left;
	cursor: pointer;
	font: bold 12px 'Oswald', sans-serif;
}
.google-font2{
	width:70px;
	height:10px;
	padding: 2px 5px 7px 5px;
	text-align: center;
	float: left;
	cursor: pointer;
	font: bold 12px 'Droid Sans', sans-serif;
}
.google-font3{
	width:70px;
	height:10px;
	padding: 2px 5px 7px 5px;
	text-align: center;
	float: left;
	cursor: pointer;
	font: bold 12px 'Arvo';
}
.google-font4{
	width:70px;
	height:10px;
	padding: 2px 5px 7px 5px;
	text-align: center;
	float: left;
	cursor: pointer;
	font: bold 12px 'Arimo';
}
.google-font5{
	width:70px;
	height:10px;
	padding: 2px 5px 7px 5px;
	text-align: center;
	float: left;
	cursor: pointer;
	font: bold 12px 'Vollkorn';
}
.google-font6{
	width:70px;
	height:10px;
	padding: 2px 5px 7px 5px;
	text-align: center;
	float: left;
	cursor: pointer;
	font: bold 12px 'Sansita';
}
