@import url(main_editor_styles.css);


/* Default Styles */


body {
	margin:0;
	padding:0;
	background-color:#004C95;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
html, body {
	height:100%;
}


.body_left {
	background:top right repeat-x url(../images/2007/bgnd_left.png);
}
.body_right {
	background:top left repeat-x url(../images/2007/bgnd_right.png);
}
.body_main {
	background:top center no-repeat url(../images/2007/bgnd_main.jpg);
}


/* homepage */


#home_logo {
	padding:0 0 80px 0;
	text-align:right;
	font-size:12px;
	color:#8093ad;
}


#home_logo ul, #home_logo li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
#home_logo ul {
	clear:left;
	display:block;
}
#home_logo li a {
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#809FBE;
	text-decoration:none;
}
#home_logo li a:hover {
	color:#FFFFFF;
}


#intro {
	text-align:left;
}


/* main page */


#logo {
	float:left;
	width:225px;
	padding:30px 0 30px 0;
	font-size:12px;
	color:#8093ad;
}


#nav {
	list-style:none;
	display:block;
	width:545px;
	margin:0;
	padding:37px 0 0 0;
	float:left;
	font-size:11px;
}
#nav ul, #nav li {
	margin:0;
	padding:0;
	display:inline;
}
#nav a {
	display:block;
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 0 2px 0;
	margin:0 0 0 22px;
	font-weight:bold;
}
#nav a:hover {
	text-decoration:underline;
}


#banner {
	clear:left;
}
#banner_flash {
	float:right;
	width:510px;
}


#body {
	float:left;
	width:465px;
	padding:25px;
}


/* nav */


#subnav {
	width:205px;
	clear:left;
	float:left;
	padding:25px;
}
#subnav ul, #subnav li {
	list-style:none;
	margin:0;
	padding:0;
}
#subnav li a, #subnav li span.text {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 0 4px 0;
	margin:1px 0 1px 0;
	font-weight:bold;
	font-size:13px;
}
#subnav li li {
	border-top:1px dotted #254674;
}
#subnav li li a, #subnav li li span.text {
	font-size:11px;
	padding-left:18px;
}
#subnav li li li a, #subnav li li li span.text {
	font-weight:normal;
	padding-left:36px;
}
#subnav li li li li a, #subnav li li li li span.text {
	font-weight:normal;
	padding-left:54px;
}
#subnav li li a:hover, #subnav li.selected a {
	background:bottom right no-repeat url(../images/2007/subnav_bgnd.gif);
}


/* features */


#features {
	color:#7F93AD;
	font-size:11px;
}


.featurecol {
	padding-top:15px;
	cursor:pointer;
}


.featurepic {
	float:left;
	width:247px;
	height:126px;
	background:center center no-repeat;
}


.featuresummary {
	clear:left;
	padding:20px;
	text-align:left;
}
.featurefull {
	clear:left;
	display:none;
	padding:20px;
	color:#FFFFFF;
	background:#193C6C bottom right no-repeat url(../images/2007/feature-corner-br.gif);
	text-align:left;
}


/* text */


.html {
	font-size:12px;
	line-height:16px;
}


.html a {
	color:#FFFF99;
	text-decoration:none;
}
.html a:hover {
	text-decoration:underline;
}


.html img {
	margin:10px;
	border:solid 1px #FFFFFF;
}
.html .mix_file img {
	margin:0;
	border:none;
}


.html table { font-size:11px }
.html table p { margin:0 }


.img_box {
	color:#004C95;
}


/* footer */


#footer {
	padding:50px 0 0 0;
}
#footer, #footer a {
	font-size:11px;
	color:#4D83B5;
	text-decoration:none;
}

/* Contact */
.contact abbr {
color:rgb(77, 131, 181);border:0;}
.contact{float:left;width:100%;margin:0;padding:0;}
.contact label, .contact legend{padding:5px;position:relative;display:block;font-size:12px;font-weight:bold;}
.contact fieldset input, .contact fieldset textarea{display:block;}
.contact fieldset fieldset {display:block;}
.contact fieldset fieldset input {display:inline;width:auto;}
.contact textarea, .contact input{width:100%}
.contact textarea{font-face:inherit;}
.contact fieldset{width:49.9%; float:left;padding:0;margin:0;border:0;} /*49.9 is for ie*/
.contact fieldset.check, .contact fieldset.textarea, .contact fieldset fieldset{width:100%;position:relative;}
.contact .text, .contact textarea {border:0;margin-top:3px;}
.contact span.error_text, p.error_text{display:block;background:rgb(20,90,157);font-size:12px;color:ffaaaa;font-style:italic;font-weight:normal;padding:5px;border:2px solid red;}
.contact span.error_text {border-top:0;}
/* Clear */
.clear { clear:both; }

/* Gallery */
.mix_gallery_item img { border:none; padding:2px; }

#gallery_popup { padding:0; margin:0; background-color:#000000; color:#999999; font-size:12px }
#gallery_popup .gallery_caption, #gallery_popup .gallery_footer { width:152px; margin:14px 14px 14px 0 }
#gallery_popup .gallery_caption { position:absolute; top:0; right:0 }
#gallery_popup .gallery_caption h1 { color:#FFFFFF; font-weight:normal; font-size:16px; margin-top:0 }
#gallery_popup .gallery_footer { position:absolute; bottom:0; right:0; border-top:1px #666666 dotted }
#gallery_popup .gallery_footer h2 { color:#FFFFFF; font-weight:normal; font-size:1em; line-height:1.1em; margin:1em 0 0 0 }
#gallery_popup .gallery_browser { margin-top:1em }
#gallery_popup .gallery_browser img { margin-right:1px }
#gallery_popup #mix_ip_image { border-right:solid 1px #FFFFFF }

/* Standard Form Layout */
.form_standard fieldset { display: block; border: none; margin: 0 0 0 10px; padding: 0; }

	/* Radio button groups */
	.form_standard fieldset fieldset { clear: left; }
	.form_standard fieldset.radio {  } /* margin: 1em 0 0 -1em; */
	.form_standard fieldset.radio legend { font-weight:bold;}
	.form_standard fieldset.radio input { position: static; clear: both; float: left; }
	.form_standard fieldset.radio label { position: relative; top: 0.5em; display: inline; width: auto; margin: 0 0 0 2em; font-weight: normal; }
	.form_standard fieldset.radio span { position: relative; top: 0.3em; }
	.form_standard fieldset.radio span span { top: 0; }

	/* Labels */
	.form_standard fieldset legend { color: black; font-weight: normal; padding: 0; margin: 5px 0 0 0; }
	.form_standard fieldset legend.bold { font-weight: bold; }
	.form_standard label { clear: both; float: left; display: block; width: 9em; margin-top: -0.8em; font-weight:bold; }
	.form_standard label.first { margin-top: 0.6em; }
	.form_standard label.no_input { position: relative; top: -1.6em; left: 9em; display: block; margin:0; padding:3px 0 3px 0; font-weight:normal; width: 18em;}

	/* Normal inputs */
	.form_standard input { position: relative; top: -1.6em; left: 9em; display: block; }
	.form_standard textarea { position: relative; top: -1.6em; left: 9em; display: block; }
	.form_standard span.text { position: relative; top: -1.1em; left: 9em; display: block; width: 250px; }
	.form_standard input.submit { clear: both; top: 0; }
	.form_standard input.left { left: 1em; }
	.form_standard select { position: relative; top: -1.6em; left: 9em; display: block; }

	/* Smarty Date inputs - used in additional fields */
	.form_standard div { clear:both; width:250px; }
	.form_standard div select.month { display:inline; margin-right: 4px; }
	.form_standard div select.day { display:inline; margin-right: 4px; }
	.form_standard div select.year { display:inline; }

	.form_standard div.date_range { width: 300px; }
	.form_standard div.date_range div { float:left;clear:both; margin-left: 5px; font-weight:normal; }


	.fieldset_checkbox_scroll { width:350px;height:250px;overflow:auto; }

/* Contact Form */

.form_standard .error_text { color:#FF0000; font-style:italic; text-indent:300px; font-size:10px;padding:0;margin:0;margin-bottom:5px; }
.form_inline strong, strong.form_inline, label.form_inline { clear:left; float:left; display:block; width:100px; }

/* Shop */

.shopcrumb, .shopcrumb a { color:#666666; }

.shop_prod_list, .shop_prod_list li { clear:left; list-style:none; margin:0; padding:0; }
.shop_prod_list { width:80%; }
.shop_prod_list li { padding-bottom:20px; }
.shop_prod_list img { float:left; border:none; margin:0 10px 10px 0; }
.shop_prod_list .price_box { float:right; width:150px; margin:0 0 0 10px; font-weight:bold; text-align:right; }

.shop_pics { float:left; padding:0 15px 15px 0; width:100px; }
.shop_buynow { float:right; margin:0 0 15px 15px; width:170px; }
.shop_buynow form { margin:0; padding:0; }

/* Checkout */

.checkout_box { float:left; width:175px; margin:0px 15px 15px 0px; }
.checkout_box_input { float:left; width:25px; }
.checkout_box_label { float:left; width:150px; }
.checkout_subtle label { font-size:11px; color: #999; cursor: pointer; }
.checkout_textarea { width:200px; height:80px; }
.checkout_error { color:#FF0000; font-style:italic; }
.checkout_payment_options { list-style:none; margin-left:20px; padding-left:0; }

.checkout_order_summary th { font-style:italic; font-weight:normal; border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_item td			{ border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_discount td	{}
.checkout_order_summary tr.row_shipping td	{}
.checkout_order_summary tr.row_total td			{ border-bottom:1px solid #E7D9C5; border-top:1px solid #E7D9C5; }

/* User Signup */

.signup_text_label { float:left; clear:left; display:block; width:120px; font-weight:bold; }

/* Workshop */
.workshop_container { border: 1px solid black; width: 760px; }
.workshop_container legend { font-weight: bold; padding: 0; margin: 0; }

.workshop_build_preview { float: left; width: 200px; }
.workshop_build_canvas { display:block; }
.workshop_build_canvas ul { }
.workshop_build_canvas li { display: inline; padding-right: 25px; }

.workshop_build_scroll {  height: 400px; overflow: auto; }
.workshop_build_scroll_item { float:left; padding:5px; width:150px; border: 2px solid white; }
.workshop_build_scroll_item {  }
.workshop_build_scroll_radio p { margin-left: 25px; }

.workshop_build_scroll p { clear:both; }

.workshop_cat_tree { margin: 0 0 0 1em;	padding: 0;	overflow: auto; }
.workshop_cat_tree ul {	margin: 0; padding: 0; padding-left: 20px;	background: url(../admin/images/workshop_tree_menu.gif) no-repeat left top; }
.workshop_cat_tree li {	list-style: none;	margin: 0; padding: 0; }
.workshop_cat_tree span {	position: relative;	top: -0.3em; }

.workshop_build_sel { background-color: #eee; }

.workshop_fieldset { border: 1px solid black; margin: 5px; padding:5px; }
.workshop_fieldset legend { font-weight: normal; }
.workshop_fieldset p label { float: left; width: 100px; }

.workshop_panel_selected { font-weight: bold; }

.workshop_swatch_label { border: 1px dotted #000; padding: 4px; }
.workshop_swatch_image { text-align: center; padding: 4px; margin: 0;}
.workshop_swatch_image img { border: 1px solid #000; }

.workshop_swatch_pick { width: 35px; height: 35px; border: 1px solid black; }