/* Theme Styler */

#styler_slider {
	position:fixed;
	top: 110px;
	left:-300px;
	width: 300px;
	background: #fff;
	box-shadow: 0 0 3px #0925CA;
-moz-border-radius: 0 0 6px 0;
 -webkit-border-radius: 0 0 6px 0;
 -khtml-border-radius: 0 0 6px 0;
 border-radius: 0 0 6px 0;
 border:2px solid #0925CA;
 z-index: 5000;
 font-size: 12px;
 font-family: 'Open Sans', arial, sans-serif;
}
#styler_slider form {
	margin-bottom: 0px;
}
#styler_slider input{
	width:60px;
}

.styler_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.styler_content {
	margin: 0 14px;
	padding: 10px 0;
}
.styler_toggler_holder {
	position:absolute;
	top: -4px;
	right:-40px;
	width: 40px;
	height: 40px;
	 border:2px solid #0925CA;
	background: url('arrow.jpeg') top left no-repeat;	
}

.styler_toggler_on {
	margin: 6px 0 0 2px;
	width: 24px;
	height: 24px;

	cursor: pointer;
}
.styler_toggler_off {
	margin: 6px 0 0 2px;
	width: 24px;
	height: 24px;
	cursor: pointer;	
}
.styler_heading {
	color: #513847;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold; 
	padding-bottom: 6px;
	border-bottom: 1px dotted #eee;	
}
/* Theme Styler :: End */