#switcher{
	color:#333;
	padding:24px;
	padding-bottom:20px;
	background:#fff;
	font-size:12px;
	position:fixed;
	z-index:500;
	top:200px;
	left:0;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:-190px;
	border-radius: 0 0 2px 0;
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	width:190px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#switcher .clearfix{
	margin-bottom:10px;
}
#switcher span{
	font-size:14px;
	display: block;
	margin-bottom: 5px; 
	width: 100%;
}
#switcher .btn.width {max-width: 100%;min-width: 155px;}

.spacing-10 {margin-top: 10px;clear: both;}
.custom-show:after,.custom-close:after{
	position: absolute;
    right: -40px;
    top: 0;
    display: inline-block;
    width: 42px;
    height: 42px;
    padding: 7px 10px;
    color: #666!important;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    cursor: pointer;
    content: "\f013";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: normal;	
}
#tm-color {
	padding:0;
	margin:0;
}
#tm-color li{
	list-style:none;
	display:inline-block;
	float:left;
	width: 30px;
    height: 30px;
    margin: 0px 5px 0px 0px;
	background:#0C9;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}

#tm-color li.color1{background:#93c01e;}
#tm-color li.color2{background:#2fcfff;}
#tm-color li.color3{background:#fa7120;}
#tm-color li.color4{background:#9c4cff;}

#switcher select{
	width:100%;
	font-size:14px;
	height:35px;
	border:solid 1px #ccc;
}

#tm-boxed-bg {
	padding:0;
	margin:0;
}
#tm-boxed-bg li{
	list-style:none;
	display:block;
	float:left;
	width:27px;
	height:27px;
	margin:0 4px 4px 0;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	cursor:pointer;
	background-color:#555555;
}


