#styleSwitcher {
	position: fixed;
	left: 0px;
	top: 100px;
	padding: 10px;
	width: 80px;
	border: 1px solid #ced2d8;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 2px #d8d7d7;
	-webkit-box-shadow: 1px 1px 2px #d8d7d7;
	-khtml-box-shadow: 1px 1px 2px #d8d7d7;
	box-shadow: 1px 1px 2px #d8d7d7;
	font-size: 11px;
}

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

#styleSwitcher hr {
	background-color: #f2f2f2;
	border-style: solid;
	height: 2px;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #f2f2f2;
	border: #f2f2f2; background-image : url(../images/border_w.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/border_w.gif);
}

#switcher_btn {
	width: 33px;
	height: 29px;
	position: absolute;
	right: -33px;
	top: 30 0px -29px;
}