/* DEMO STYLES */
.style-switcher {
	background-color: #f9f9f9;
	position: absolute;
	left: -195px;
	top: 120px;
	width: 193px;
	z-index: 999;
	border: 1px solid #dedddd;
	z-index: 999999999;
}

.style-switcher .control-icon {
	padding: 5px;
	position: absolute;
	cursor: pointer;
	right: -54px;
	border-left: none;
	top: 55px;
	background: url(../images/control.png) top left no-repeat transparent;
	width: 44px;
	height: 48px;
	z-index: 999999999;
}

.style-switcher h2 {
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	padding-top: 7px !important;
	text-align: center;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #ffffff;
	background: url(../images/design/ss-top.png) top left repeat-x
		transparent;
}

.style-switcher div.hr {
	width: 100%;
	height: 1px;
	background: #dedede;
	margin: 15px 0;
}

.style-switcher .panel-list-parent select {
	padding: 3px;
	width: 95%;
	position: relative;
	margin: auto;
	border: 1px solid #949494;
	-webkit-box-shadow: inset 2px 2px 2px 3px rgba(186, 186, 186, .5);
	box-shadow: inset 2px 2px 2px 3px rgba(186, 186, 186, .5);
	color: #4e4e4e;
	font-family: "Open Sans";
	font-size: 11px;
	width: 90%;
	left: 3%;
}

.style-switcher p {
	font-size: 12px;
	font-family: "Open Sans";
	margin: 0;
	text-align: center;
	line-height: 12px;
	margin: 0 0 6px 0;
	padding: 0;
}

.style-switcher p.small {
	font-size: 10px;
	text-align: left;
	margin-left: 4px;
}

.style-switcher h2 {
	padding: 0 0 5px 0;
	margin: 0;
}

.style-switcher .simple-hr {
	padding: 0 0 15px 0;
	width: 90%;
	margin: 0;
}

.style-switcher ul.presets li a {
	position: relative;
	padding: 0;
	margin: 0 0 10px 10px;
	float: left;
	text-indent: -99999px;
	width: 24px;
	height: 24px;
	background: #217b9d;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: inset 2px 2px 2px 3px rgba(0, 0, 0, .3);
	box-shadow: inset 2px 2px 2px 3px rgba(0, 0, 0, .3);
}

.style-switcher ul.presets li a#cool-blue {
	background: #345a97;
}

.style-switcher ul.presets li a#denim-blue {
	background: #217b9d;
}

.style-switcher ul.presets li a#firebrick {
	background: #b24c1b;
}

.style-switcher ul.presets li a#grass {
	background: #3c6f3c;
}

.style-switcher ul.presets li a#green {
	background: #7ba338;
}

.style-switcher ul.presets li a#orange {
	background: #d28015;
}

.style-switcher ul.presets li a#pink {
	background: #b43984;
}

.style-switcher ul.presets li a#purple {
	background: #81426c;
}

.style-switcher ul.presets li a#red {
	background: #c72929;
}

.style-switcher ul.presets li a#silver {
	background: #6b6b6b;
}

.style-switcher ul.presets li a#teal {
	background: #019188;
}

.style-switcher ul.presets li a#violet {
	background: #4d4d62;
}

.style-switcher .colorPreset {
	border-radius: 4px 4px 4px 4px;
	background-color: #000000;
	float: left;
	margin-left: 4px;
	margin-bottom: 4px;
	cursor: pointer;
}

.style-switcher .button#download {
	margin: 15px 0 10px 48px;
}

.style-switcher .panel-list-parent {
	position: relative;
}
/* dynamically created SPAN, placed below the SELECT */
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/design/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	z-index: 999999999;
}

.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/design/colorpicker/colorpicker_overlay.png);
}

.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/design/colorpicker/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/design/colorpicker/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/design/colorpicker/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/design/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}

.colorpicker_rgb_g {
	background-image:
		url(../images/design/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}

.colorpicker_rgb_b {
	background-image:
		url(../images/design/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}

.colorpicker_hsb_h {
	background-image:
		url(../images/design/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}

.colorpicker_hsb_s {
	background-image:
		url(../images/design/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}

.colorpicker_hsb_b {
	background-image:
		url(../images/design/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}

.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/design/colorpicker/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;
}

#colorSelector {
	position: relative;
	width: 96%;
	left: 3%;
	cursor: pointer;
	height: 36px;
	margin: top auto 7px auto;
}

#colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 95%;
	height: 30px;
	-moz-box-shadow: inset 0 0 6px #000000;
	-webkit-box-shadow: inset 0 0 6px #000000;
	box-shadow: inset 0 0 6px #000000;
}

#colorSelector, #colorSelector div {
	float: right;
	margin-right: 10px;
}