@import url(main_editor_styles.css);


/*******************/
/* STANDARD STYLES */
/*******************/


html#home, #home body { height:100% }
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
}
body#body { background:#636363 top center repeat-y url(../images/page-bgnd.gif) }
#home body#body { background:#636363 center center no-repeat }


#banner, #content { width:770px; margin:0 auto }
#banner { height:240px; background:top left no-repeat; border-bottom:1px solid #DFDFDF }
#content { height:auto }
#left { width:480px; padding:25px 0 25px 25px; line-height:18px }
#right { float:right; width:180px; padding:25px }


.html a {
	padding:0 1px;
	text-decoration:none;
	color:#0A1372;
	border-bottom:1px dotted #8689B9;
}
.html a:hover {
	background-color:#E6E7F1;
	border-bottom:1px solid #CFD0E3;
}
.html strong, .html b { color:#333333 }


.quote { padding:27px 0 }
.quote span { display:block; text-align:right; padding-top:5px; font-style:italic }


a.consultation {
	display:block;
	width:93px;
	height:66px;
	padding:8px 10px 0 80px;
	color:#C2C4DC;
	text-align:right;
	background:#0A1372 top left no-repeat url(../images/button-consultation.jpg);
	text-decoration:none;
	border:1px solid #0A1372;
}
a.consultation:hover { color:#FFFFFF; border-color:#000000 }


a.email-newsletter {
	display:block;
	width:177px;
	padding:3px;
	margin:1em 0;
	text-align:center;
	background-color:#3E49B2;
	border:1px solid #0A1372;
	color:#FFFFFF;
	text-decoration:none;
}
a.email-newsletter:hover { background-color:#37429F }


/* nav */


#nav, #nav li, #nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li a {
	text-decoration:none;
	color:#0A1372;
	display:block;
	padding:8px 0 8px 16px;
	background:center left no-repeat url(../images/bullet-arrow.png);
	border-top:1px dotted #0A1372;
	font-weight:bold;
}
#nav li li a {
	background:none;
	border:none;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	padding:0 0 8px 16px;
}
#nav a:hover { color:#000000 }
#nav li.first a { border:none }


#nav li li { padding-bottom:8px; }
#nav li li a { padding-bottom:0; }
#nav ul ul { padding-top:2px; }
#nav li li li { padding:3px 0 0 0; }
#nav li li li a { padding:0 0 0 32px; }


/* homepage */


#home #content {
	position:absolute;
	top:50%;
	left:50%;
	width:770px;
	height:480px;
	margin-top:-240px;
	margin-left:-385px;
	background:none;
}
#home #right {
	float:right;
	width:188px;
	padding:50px 0 0 0;
}
#home #left {
	padding:315px 0 0 0;
	margin:0;
	width:355px;
	line-height:normal;
}
#home #left .html { font-size:11px }
#home h1 {
	color:#0A1372;
	font-weight:normal;
	font-size:18px;
}
#home .nav { margin-top:80px }
#home .quote { color:#FFFFFF }


/* footer */


#footer { background:#636363 top center no-repeat url(../images/page-footer.gif); padding:10px 0; text-align:center }
#footer, #footer a { color:#8A8A8A; text-decoration:none }


/* email */


#email_template { background-color:#DFDFDF; padding:15px }
#email_template .top { text-align:right; width:500px; margin:0 auto 15px auto }
#email_template .top, #email_template .top a { color:#9C9C9C; text-decoration:none }
#email_template .top a:hover { text-decoration:underline }
#email_template table .html { font-size:14px; line-height:1.4em }
#email_template table th { text-align:right; font-size:16px; font-weight:normal; color:#FFFFFF }
#email_template table th .title { display:block; margin:20px }
#email_template .html p { margin:1em 0 }

/***************/
/* MIX MODULES */
/***************/

.cb_label { float:left; }

/* Clear */
.clear { clear:both; }

/* 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 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; }

	.form_standard fieldset.radio label.country { display:block; font-weight:bold; width:9em; top:0; margin-left:0; }
	.form_standard fieldset.radio label.option { left:9em; top:-1.2em; margin-left:1em; }
		
	/* 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; }

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

/* Contact Form */

.error_text { color:#FF0000; font-style:italic; font-size:10px; line-height:1em; padding:0; margin:0 0 2em 0; display:block; clear:left }
.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; }
