body.patt2 #style-switcher, 
body.patt4 #style-switcher, 
body.patt5 #style-switcher{
    border-top: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

#style-switcher.stretched{
    border-top: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
	height: 160px;
}

#style-switcher.stretched .patterns{
    display: none;
}

#style-switcher{
    position: fixed;
    left: -163px;
    top: 100px;
    background: #fff;
    width: 160px;
    height: 400px;
 	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 2px 2px #222;
    border-top: 1px solid #222;
    z-index: 999;
}

.boxed.active a, 
.stretched.active a{
    color: #222;
    font-weight: 600;
    text-decoration: underline;
}

#style-switcher #styles-container{
    padding: 15px;
}

#style-switcher #styles-container section{
    margin-bottom: 25px;
    margin-top: 20px;
    position: relative;
}

#style-switcher h6{
    font: 16px 'bromoregular',Arial, sans-serif;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    margin-bottom: 10px;
	text-align:center;
    color: #555;
}

#style-switcher p{
    font: 12px Arial, sans-serif;
    margin-bottom: 10px;
}


#style-switcher #styles-button{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: -40px;
    background: #333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    box-shadow: 2px 2px 2px #222;
}

#style-switcher #styles-button #switcher-logo{
    background: url('../img/bucket.png') no-repeat;
    width: 30px;
    height: 30px;
}

#style-switcher .styles-list{
    overflow: hidden;
	margin-left: 10px;
}

#style-switcher .styles-list li{
    float: left;
    width: 24px;
    height: 24px;
	/*border:solid 1px #333;*/
	border-radius: 50%;
    text-indent: -9999px;
    margin: 15px 5px 5px 0;
    cursor: pointer;
}

#style-switcher .styles-list li:hover{
    opacity: 0.9;
}

#style-switcher select{
    background: #f8f8f8;
    border: 1px solid #AAA;
    color: #555;
    font: 12px 'bromoregular';
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
}

/*************************
    CUSTOM THEME STYLES
**************************/


/*  STYLES   */

#style-switcher .styles-list .blue{
    background: #3cb9ed;
}

#style-switcher .styles-list .green{
    /*background: #9bd75b;*/
	background:#1a924d;
}

#style-switcher .styles-list .orange{
    background: #fb6148;
}

#style-switcher .styles-list .red{
    background: #f13349;
}