@CHARSET "UTF-8";

#styleSwitcher {
	position: fixed;
	left: 0px;
	top: 20px;
	padding: 11px;
	width: 87px;
	background-color: #fff;
	font-size: 11px;
	z-index:10000;
	display:none;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius:0  5px 5px 0;
	-webkit-border-radius: 0  5px 5px 0;
	border-radius: 0  5px 5px 0;
}

#styleSwitcher span {
	font-size: 10px;
}

#switcher_btn {
	width: 34px;
	height: 36px;
	padding:4px;
	position: absolute;
	right: -33px;
	top: 31px;
	background-image: url(../images/switcher_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-width: 0px;
	background-color: transparent;
	box-shadow:none;
}

#switcher_btn a{
	outline:none;
}

.closed {
	background-position: 0px -29px;
}

.select-color, .select-bgcolor, .pattern{
	width:24px;
	height:19px;
	display:block;
	float:left;
	margin-right:3px;
	margin-left:2px;
	margin-bottom:5px;	
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;

}

#styleSwitcher hr{
	
	margin-bottom:10px;
	margin-top:-2px;
	color:#ccc;
	background-color:#ccc;
	border-color:#ccc;
}

#picker, #bgpicker{
	margin-bottom:10px;
	margin-left:-11px;
	margin-top:5px;
	display:block;
	height:32px;
}
.picker-bg{
	background-image: url("../images/picker-bg.png");
	display:block;
}

#skins a{
display:block;
cursor:pointer;
color:#ccc;
}

#skins a.selected{
	background-image: url("../images/tab-arrow2.png");
    background-position: 0px 8px;
    background-repeat: no-repeat;
    padding-left:9px;
    color:#424242;
}

.colorpicker input[type="text"]{
width:auto;
}

#pattern-dark .pattern{
background-color:#333;
}

#styleSwitcher .margin-line{
margin-bottom:10px;
}