﻿
#style_Switcher{
	position:  fixed;
	width: 150px;
	top: 200px;
	right: 0px;
	background: #FFF;
	-webkit-box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);
	-moz-box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);
	box-shadow: 0 2px 9px 2px rgba(0,0,0,0.14);
	border:1px solid rgba(23,24,26,0.15);
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	
	
	padding: 0 10px 10px;

	z-index:999999999999;
}
#style_Switcher ul li a#boxed-theme , #style_Switcher ul li a#full-theme{border: 0 none;width: 69px;height: auto;margin-top: 10px;} 
#style_Switcher ul li a#boxed-theme img , #style_Switcher ul li a#full-theme img{width:100%; height:auto;} 

#tie-Settings{
	width:40px;
	height:40px;
	display:block;
	background: rgb(86, 180, 0);
	position:absolute;
	left:-41px;
	top:20px;
	-webkit-border-radius: 2px 0 0 2px ;
	-moz-border-radius: 2px 0 0 2px ;
	border-radius: 2px 0 0 2px ;
	cursor:pointer;
}
#tie-Settings span{
	background:url(images/settings.png) no-repeat center ;
	display:block;
	height:40px;
	width:40px;
}
#tie-Settings:hover span{ }
#style_Switcher h6{
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0 3px;
	display:block;
	clear:both;
	font-size:13px;
	color:#444
}
#style_Switcher small{font-size:10px;}
#style_Switcher ul{ clear:both; overflow:hidden; }
#style_Switcher ol li{
	list-style-type: square;
	list-style-position:inside;
	padding: 2px 0
}
#style_Switcher ol li a{ color:#6AAD2D;}
#style_Switcher ol li a:hover{ color:orange;}

#style_Switcher ul li{
	float:left;
	list-style:none;
	margin: 2px;
	
}
#style_Switcher ul li a{
	display:block;
	width:18px;
	height:18px;
	border:1px solid #ccc;
	cursor:pointer;
}
#style_Switcher a:hover{border-color:orange;}

ul#theme-Skins li { margin:1px;}
ul#theme-Skins li a{ 	width:15px;	height:15px;}

.color-pic{
	position:relative;
	width: 28px;
	height: 28px;
	margin-right:5px;
}
.color-pic div{
	background: url(images/select2.png) center;
	position: absolute;
	width: 28px;
	height: 28px;
}
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(images/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	z-index:99999999999999999999;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(images/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(images/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(images/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(images/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(images/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(images/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(images/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(images/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(images/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

/*   TABLET  : 768px -----------------------------   */
    
@media only screen and ( max-width: 767px ){
	#style_Switcher{display:none;}
}