@import url(main_editor_styles.css);

/* Default Styles */

body, td, input, select, option, textarea {
	font:normal normal normal 13px Arial,Helvetica,Sans-serif;
	color:#666666;
}
#body {
	margin:0;
	padding:0;
	background:#000000 top center repeat-y url(../images/page-bgnd.gif);
}
#body.home {
	background-image:url(../images/page-bgnd-home.gif);
}


.html a {
	text-decoration:none;
	color:#1C5874;
	border-bottom:solid 1px #A5BDC8;
}
.html a:hover {
	background-color:#DEE4E8;
}


#banner {
	height:120px;
	background:top center no-repeat url(../images/page-banner.jpg);
}
.home #banner {
	background:top center no-repeat url(../images/page-banner-home.jpg);
}
#banner div {
	margin:0 auto;
	width:764px;
}
#banner ul, #banner li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
#banner a {
	display:block;
	text-decoration:none;
	color:#d5dfe0;
	background: url(../images/link.png);
	padding: 10px 10px 0px 10px;
	margin-left:1px;
	height:100px;
	float:right;
}
#banner li a:hover, #banner li.selected a {
	color:#FFFFFF;
	background: top left no-repeat url(../images/link_selected.png);
}
#banner a.link1 {
	background: url(../images/link1.png);
}
#banner li a.link1:hover, #banner li.selected a.link1 {
	color:#FFFFFF;
	background: top left no-repeat url(../images/link1_selected.png);
}
#banner a.link2 {
	background: url(../images/link2.png);
}
#banner li a.link2:hover, #banner li.selected a.link2 {
	color:#FFFFFF;
	background: top left no-repeat url(../images/link2_selected.png);
}
#banner li span {
	font-size:9px;
	color:#82a4a7;
}
#banner img {
	margin-top:25px;
}

#content {
	margin:0 auto;
	width:776px;
}
.home #content {
	width:886px;
	padding-left:110px;
}
#content div { float:left; }
#content div div { float:none; }

#nav {
	width:143px;
	padding-top:50px;
}
#nav ul, #hav li {
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul {
	border-top:1px solid #282828;
}
#nav li {
	border-bottom:1px solid #282828;
}
#nav li a {
	display:block;
	padding:6px 0 6px 8px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
}
#nav li a:hover, #nav li.selected a {
	color:#FFFFFF;
	background:top left no-repeat url(../images/nav-bgnd.jpg);
}
/*
#nav li a:hover, #nav li.selected a {
	color:#FFFFFF;
}
#nav li.selected a {
	background:top left no-repeat url(../images/nav-bgnd.jpg);
}
*/
#nav ul ul {
	border-top:none;
	padding-bottom:6px;
}
#nav ul ul li {
	border-bottom:none;
}
#nav ul ul li a, #nav ul li.selectedparent ul li a {
	color:#7399A9;
	padding:2px 15px 2px 22px;
	background:center left no-repeat url(../images/nav-bullet.gif);
}
#nav ul ul li a:hover, #nav ul li.selectedparent ul li a:hover, #nav ul li.selectedparent ul li.selected a {
	background:center left no-repeat url(../images/nav-bullet.gif);
	color:#FFFFFF;
}
#nav ul li.selectedparent {
	background:top left no-repeat url(../images/nav-bgnd.jpg);
}
#nav ul li.selectedparent a {
	color:#FFFFFF;
}
#nav ul li.selectedparent li {
	background-image:none;
}



#promo {
	width:160px;
}

#portfolio_middle {
	padding:10px 0 0 10px;
	min-height:440px;
}
#portfolio_middle form {
	margin:0 0 4px 0;
}
#portfolio_middle select {
	font-size:11px;
	width:140px;
	margin:0 0 4px 0;
}
#portfolio_middle img {
	margin:1px 1px 0 0;
}
	.portf_gallery {
		clear:right;
	}
	.portf_gallery a {
		float:left;
		margin:0 1px 1px 0;
	}
	.portf_gallery img {
		float:left;
		clear:right;
	}
	.portf_gallery span {
		display:block;
		float:left;
		width:80px;
		height:36px;
		font-size:11px;
		margin-left:10px;
		padding:10px 0 0 30px;
		background:center left no-repeat url(../images/icon-zoom-large.gif);
		color:#999999;
	}
	
	#pointer {
	clear:right;
	position:relative;
	top:56px;
	margin-left:15px;
	}
	
	.portf_list {
		clear:left;
		margin:0 0 1em 1em;
		padding-left:1em;
		float:right !important;
		width:200px;
		border-left:solid #cccccc 1px;
		color:#999999;
		
	}
	.portf_list p {
		margin:0 0 5px 0;
	}
	.portf_list strong {
		clear:left;
		display:block;
		width:100px;
		color:#333333;
	}
	.portf_image {
		clear:left;
		margin-bottom:25px;
	}
	
	
	ul.portfolio_list, ul.portfolio_list li {
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
	}
	ul.portfolio_list li {
		display:block;
		float:left;
		width:280px;
	}
	ul.portfolio_list img {
		float:left;
		border:1px #CCCCCC solid;
		margin:0 8px 8px 0;
	}
	ul.portfolio_list h2 {
		font-size:16px;
		font-weight:normal;
		margin:0;
	}

	.form_portfolio_middle fieldset { display: block; border: none; margin: 0 0 0 10px; padding: 0; width:160px; }

	/* Labels */
	.form_portfolio_middle label { clear: both; margin-top: 0.6em; float: left; display: block; width: 9em; margin-top: -0.8em; font-weight:bold; }

	/* 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; width:200px;height:100px;}
	.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; }




#main {
	width:565px;
	margin:10px 0 0 30px;
}
.home #main {
	width:515px;
}
.home #main .right {
	width:110px;
	margin-left:10px;
	float:right;
	min-height:300px;
}
.home #main .right img {
	margin:0;
}
.home #main .right a {
	padding:0;
	background:none;
	text-decoration:none;
	border-bottom:none;
}


#footer {
	clear:left;
	margin-right:50%;
}
#footer div {
	border-top:1px solid #282828;
	border-bottom:1px solid #282828;
	background-color:#000000;
	margin-right:86px;
	padding:8px;
	float:right;
	width:288px;
	text-align:right;
}
#footer, #footer a {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}









.cb_label { float:left; }

/* Clear */
.clear { clear:both; height:1px; overflow:hidden; }

/* 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; width:200px;height:100px;}
	.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 */

.error_text {color:#FF0000; font-style:italic;font-size:10px;padding:10px 10px 30px 10px;}
.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; }
