


.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.height12 {
	display: block;
	height: 12px;
}

.margintop12 {
	margin-top: 12px;
}

.sw-panel {
	display: block;
	width: 240px;
	position: absolute;
	position: fixed;
	z-index: 1000001;
	left: 0px;
	top: 200px;
	margin-left: -200px;
	
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;	
}

.sw-panel.opened {
	margin-left: 0px;
}


.sw-panel .sw-pane {
	width: 200px;
	min-height: 240px;	
	background-color: #FFF;
	border: 1px solid #d7d7d7;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;	
}

.sw-panel .sw-handle {
	height: 38px;
	width: 38px;
	background-color: #FFF;
	border: 1px solid #d7d7d7;	
	padding: 2px 0px 0px 5px;
	position: absolute;
	right: 4px;
	top: 0px;
	border-left: none;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 1000001;	
	
}

.sw-panel .sw-handle a,
.sw-panel .sw-handle a:visited {
	color: #999;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;		
}

.sw-panel .sw-handle a:hover {
	color: #666;
}

.sw-panel .sw-handle i {
	font-size: 32px;
	line-height: 32px;
}

.sw-content {
	display: block;
	padding: 12px;
}

.sw-title {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
}

.sw-heading {
	font-size: 12px;
	color: #333;
	font-weight: 700;
	display: block;
	clear: both;
}

.sw-row {
	padding: 12px 0px;
	display: block;
	clear: both;
}

a.fullwd {
	display: inline-block;
	width: 74px;
	border: 4px solid #e4e4e4;
	margin-right: 12px;
}

a.boxed {
	display: inline-block;
	width: 74px;
	border: 4px solid #e4e4e4;
}

a.fullwd.active-layout,
a.boxed.active-layout {
	border: 4px solid #3787be;
}

a.fullwd img,
a.boxed img {
	width: 100%;
}

.sw-colors {}

.sw-colors a {
	border: 2px solid #e4e4e4;
	display: block;
	float: left;
	width: 30px;
	margin-right: 4px;
}

.sw-colors a.activecolor {
	border: 2px solid #3787be;	
}

.sw-colors a img {
	width: 100%;
}


.sw-background a {
	border: 2px solid #e4e4e4;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 4px;
	background-image: url(../images/pat1.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}

.sw-background a.pat2 {
	background-image: url(../images/pat2.png);
}

.sw-background a.pat3 {
	background-image: url(../images/pat3.png);
}

.sw-background a.pat4 {
	background-image: url(../images/pat4.png);
}

.sw-background a.pat5 {
	background-image: url(../images/pat5.png);
}

.sw-background a.active-back {
	border: 2px solid #3787be;	
}

.site.boxed-layout {
	max-width: 1200px;
}

.site.shadowon {
    box-shadow: 0 3px 0px 0px white, 0 -3px 0px 0px white, 3px 0 3px -2px rgba(0, 0, 0, 0.2), -3px 0 3px -2px rgba(0, 0, 0, 0.2);
}