@import url(main_editor_styles.css);

/* Default Styles */

body {
	margin:0;
	padding:0;
	background:#000000 top left url(../images/page_bgnd.gif);
	height:100%;
}
body, td, input, select, option, textarea, div, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCCCCC;
}


a {
	color:#D9AF31;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#D9AF31;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color:#D9AF31;
}

h3 {
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#D9AF31;
}

h5 {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

/* NAV */



#nav {
	background:#515151 top left repeat-x url(../images/nav_bgnd.jpg);
	height:40px;
}



/* BANNER */



#banner .banner_top {
	background:#000000 top left no-repeat url(../images/banner.jpg);
	height:179px;
}

#banner .banner_bottom {
	background:#515151 top left repeat-x url(../images/banner_lower.gif);
	height:14px;
	overflow:hidden;
}



/* MAIN CONTENT */



#content {
	background:#000000 top left no-repeat url(../images/bgnd_triangle.gif);
	height:100%;
}

#content .html_content, #content .html {
	display:block;
	margin-top:18px;
}

#content .html_content li, #content .html li {
	list-style:url(../images/bullet_1.gif);
}

#content .divider {
	background:top left repeat-x url(../images/divider_1.gif);
	height:1px;
	overflow:hidden;
}



/* HOMEPAGE */



#content .homepage {
	float:left;
	padding:40px 0px 0px 40px;
	width:200px;
}

#content .homepage_gallery {
	float:left;
	padding:40px 0px 0px 40px;
	width:235px;
}



/* NORMAL PAGE */



.normal_submenu {
	float:left;
	padding:40px 0px 0px 40px;
	width:100px;
}

.normal_content {
	float:left;
	padding:40px 0px 0px 40px;
	width:570px;
}

.normal_content_middle {
	float:left;
	padding:40px 0px 0px 40px;
	width:350px;
}

.normal_gallery {
	float:left;
	padding:40px 0px 0px 40px;
	width:190px;
}

.normal_content .html_content img , .normal_content .html img {
	margin:10px;
	padding:2px;
	border:1px solid #4A4A4A;
}

.normal_content strong {
	color:#FFFFFF;
}

.crumb, .crumb a {
	font-weight:normal;
	text-decoration:none;
}



/* submenu navigation */



.normal_submenu ul, .normal_submenu li {
	margin:0;
	padding:0;
	list-style:none;
}

.normal_submenu li {
	padding-bottom:1px;
	background:bottom left repeat-x url(../images/divider_1.gif);
}

#content div.normal_submenu li a {
	display:block;
	padding:4px 0px 4px 10px;
	text-decoration:none;
	color:#FFFFFF;
}

#content div.normal_submenu li a:hover {
	color:#D9AF31;
}

.normal_submenu li li {
	padding-bottom:0;
	background:none;
	font-size:11px;
}

.normal_submenu li li a {
	padding-bottom:0;
	background:none;
	font-size:11px;
	padding-left:20px;
	padding-bottom:0px;
}



/* GALLERY */



.gallery_item {
	float:left;
	margin:0px 10px 10px 0px;
	padding:2px;
	width:70px;
	height:70px;
	border:1px solid #4A4A4A;
}

.gallery_item img {
	border:none;
}



/* FOOTER */



#footer {
	clear:both;
	background:left top repeat-x url(../images/footer_bgnd.gif);
	height:70px;
}

#footer, #footer div {
	font-size:11px;
}

#footer a {
	color:#3F3F3F;
	text-decoration:none;
}

#footer a:hover{
	color:#666666;
	text-decoration:none;
}

#footer .left {
	color:#3F3F3F;
	float:left;
	width:86px;
}

#footer .middle {
	color:#3F3F3F;
	float:left;
	padding:20px 0px 0px 55px;
	width:300px;
}

#footer .right {
	color:#3F3F3F;
	float:left;
	padding:20px 0px 0px 50px;
	width:200px;
	text-align:right;
}









.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; }

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