@CHARSET "UTF-8";

#styleSwitcher {
	position: fixed;
	left: 0px;
	top: 70px;
	padding: 10px;
	width: 195px;
	font-size: 11px;
	z-index:10000;
	background-color: #f0f0f0;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	display: none;
}
#styleSwitcher .header {
	display: block;
	position: absolute;
	line-height: 30px;
	font: 19px/1em 'TitilliumText22LRegular', Arial, sans-serif;
	color: #909090; !important;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	width: 201px;
	margin: 0;
	text-align: center;
	padding: 11px 7px;
	left: 0;
	top: 0;
	z-index: -1;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom: solid 1px #ddd;
}
#styleSwitcher span {
	font-size: 13px;
}

#switcher_btn {
	width: 35px;
	height: 33px;
	position: fixed;
	left: 0px;
	top: 70px;
	border-width: 0px;
	background: #efefef;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	display: block;
	z-index:10000;
	cursor: pointer;
}
#switcher_btn img{
	padding: 5px 0 0 5px;
}
#switcher_btn a{
	outline:none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dashed #ccc;
	margin: 10px 0 15px 0;
	padding: 0;}
	
.styleswitch, .pattern {
	width: auto;
	height: 60px:
	display: block;
	float:left;
	margin-right:2px;
	margin-left:2px;
	margin-bottom:4px;	
	cursor: pointer;
}
.pattern{
	border:1px solid #ccc;
}
.close_btn{
	position: absolute;
	cursor: pointer;
	display: block;
	right: -11px;
	top: -11px;
}
.fadeOption {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
 
   .fadeOption:hover {
      opacity: 0.8;
      }