.styleswitch.style1{background:#cb4040;}
.styleswitch.style2{background:#30b6dc;}
.styleswitch.style3{background:#f09404;}
.styleswitch.style4{background:#81c002;}
/*//////////START STYLES////////*/
#sheetswitch{
	position: fixed;
	top:50px;
	left:-50px;
	width:40px;
	background:#333;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	color:#888;
	font-size:10px;
	text-transform:uppercase;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	z-index:9999;
}
#sheetswitch .styleswitch {
	margin:15px 0 0 8px;
	display:block;
	width:20px;
	height:20px;
	border:2px solid #555;
	cursor:pointer;
	text-indent:-999999px;
}
#sheetswitch .styleswitch:hover{border:2px solid #777;}
#sheetswitch .swatch_hi {border:2px solid #ccc !important;}
.radio_text{
font-weight:bold;
padding:0 15px 0 5px;
}
.vtbutton{background:#690; font-weight:bold; text-transform:uppercase; color:#fff; padding:10px 20px; border:none; cursor:pointer;}
.vtbutton:hover{background:#c60;}
#clickswitch{
background:url(set.png);
width:35px;
height:30px;
display:block;
position:absolute;
top:0px;
right:-30px;
cursor:pointer;
}
/*//////////END STYLES////////*/