#theme-panel {
    position: fixed;
    width: 210px;
    height: auto;
    top: 150px;
    min-height: 200px;
    text-align: left;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1005;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.close-theme-panel {
    left: -215px;
}
.open-theme-panel {
    left: -1px;
}
#theme-panel .segment {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 18px 25px;
}
#theme-panel .top-header {
	background-color: #F4F4F4;
    border-bottom: 1px solid #e3e3e3;
	padding: 15px;
}
#theme-panel .top-header h4 {	
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
#theme-panel a.panel-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #3a3a3a;
    right: -50px;
    top: 50px;
    text-align: center;
    font-size: 23px;
    line-height: 47px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}
#theme-panel a.panel-button:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: -2px;
    position: absolute;
    top: 0;
    width: 3px;
}
#theme-panel h3 {
    margin: 3px auto 15px;
    padding-top: 0;
    padding-bottom: 0;
}
#theme-panel h5 {
	font-size: 15px;
	color: #A5A5A5;	
}
#theme-panel .segment a.switcher {	
    cursor: pointer;
    display: inline-block;
    height: 70px;
    margin: 5px 0 0 1px;
    width: 70px;
}
#theme-panel .segment a.switcher.selected {
	border: 2px solid #333;
}
.segment select {
	width: 100%;
}
.default-bg {
	background: url(../images/color-panel/default.jpg);
}
.color2-bg {
	background: url(../images/color-panel/color-2.jpg);
}
.color3-bg {
	background: url(../images/color-panel/color-3.jpg);
}
.color4-bg {
	background: url(../images/color-panel/color-4.jpg);
}