#styleswitcher {
	background-color: #fff;
	border: 1px solid #ddd;
	position: fixed;
	float: float;
	left: -162px;
	top: 30%;
	z-index: 99999;
	width: 160px;
}
#styleswitcher:hover {
	left: 0px;
}
#styleswitcher a {
	display: block;
}
#styleswitcher p {
	margin-bottom: 8px;
	font-weight: bold;
	color: #333;
}
#styleswitcher .tools-the-icon {
	width: 40px;
	height: 40px;
	background-image: url(../../images/tools-switcher.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: -40px;
	background-color: #333;
}
#styleswitcher .choose-layout {
	border-bottom: 1px solid #ddd;
	padding: 20px 0 20px 20px;
}
#styleswitcher .choose-skin {
	padding: 20px 0 20px 20px;
}
