/*----------------Formula - Live Preview Option Panel ---------------------*/
#optionPanel {
	display: block;
	width: 230px;
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 998;
	color: #666666;
}
#optionPanel h1 {
	font-size: 11px;
	text-transform:uppercase;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 5px;
	padding-bottom: 5px;
	color: #969696;
}
#optionPanel hr.before {
	margin-top: 20px;
}
div#panel {
	display: block;
	width: 205px;
	height: 400px;
	padding-top: 15px;
	background: #ffffff;
	border-top: #999999 3px solid;
	border-right: #999999 3px solid;
	border-bottom: #999999 3px solid;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-radius-topright:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;	
	position: absolute;
	left: -205px;
}
#panelTab {
	display: block;
	width: 45px;
	height: 110px;
	background: url(../images/livepreview/optionstab.png) top left no-repeat;
	position: absolute;
	left: 0px;
	top: 45px;
	cursor: pointer;
}
#swatches {
	width: 180px;
	margin-left: 18px;
}
.colorSample {
	display: block;
	width: 30px;
	height:15px;
	margin: 5px;
	cursor:pointer;
	float: left;
}
.firstcolor, .secondcolor {
	width: 15px;
	height: 15px;
}
.firstcolor {
	float: left;
}
.secondcolor {
	float: right;
}

#color1 {background-color: #132138;}
#color2 {background-color: #c68f20;}
#color3 {background-color: #343e4f;}
#color4 {background-color: #bda574;}
#color5 {background-color: #21381d;}
#color6 {background-color: #c68f20;}
#color7 {background-color: #a3a84a;}
#color8 {background-color: #f5c15a;}
#color9 {background-color: #302738;}
#color10 {background-color: #b388a8;}
#color11 {background-color: #6c82a6;}
#color12 {background-color: #b5b36a;}
#color13 {background-color: #291c04;}
#color14 {background-color: #c2bd38;}
#color15 {background-color: #184035;}
#color16 {background-color: #c9962f;}
#color17 {background-color: #444f61;}
#color18 {background-color: #ccb416;}
#color19 {background-color: #4a2900;}
#color20 {background-color: #14998e;}
#color21 {background-color: #470000;}
#color22 {background-color: #a68f62;}
#color23 {background-color: #132138;}
#color24 {background-color: #62a685;}
#color25 {background-color: #1b1421;}
#color26 {background-color: #568223;}
#color27 {background-color: #5c7782;}
#color28 {background-color: #929d79;}
#color29 {background-color: #115e7c;}
#color30 {background-color: #a8840d;}
#color31 {background-color: #1e3b45;}
#color32 {background-color: #e077bf;}
#color33 {background-color: #1e1f07;}
#color34 {background-color: #aab300;}
#color35 {background-color: #748299;}
#color36 {background-color: #cfa34b;}
#color37 {background-color: #6b6433;}
#color38 {background-color: #ad5034;}
#color39 {background-color: #1a2042;}
#color40 {background-color: #b30600;}

h1#youchoose {
	padding-left: 15px;
}
.colorchosen {
	background: url(../images/livepreview/colorwheel.jpg) 50px 1px no-repeat;
	width: 80px;
	float: left;
	margin-left: 18px;
}
.colorchosen p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#picker1, #picker2 {
	cursor: pointer;
}
#picker2 {
	margin-left: 10px;
}
#colorchosen1, #colorchosen2, #colordisplay1, #colordisplay2 {
	height: 14px;
	width: 60px;
	background: #ffffff;
	border: #999999 solid 1px;
	padding: 0 0 5px 5px;
}
#colordisplay1, #colordisplay2 {
	border-top: none;
}
#colordisplay1 {
	background-color: #132138;
}
#colordisplay2 {
	background-color: #c68f20;
}
#optionPanel a {
	display: block;
	margin: 25px 30px 0px 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #969696;
	font-size: 10px;
	float:right;
}
#optionPanel a:hover {
	text-decoration: underline;
}

#navlist {
	margin-left: 120px;
}


/*** The following css is for the Color Picker plugin.  Contained in the livepreview.js file ****/


.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/livepreview/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	z-index: 999;
}
.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/livepreview/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/livepreview/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/livepreview/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/livepreview/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/livepreview/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../images/livepreview/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../images/livepreview/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../images/livepreview/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../images/livepreview/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../images/livepreview/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/livepreview/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;
}


