@import url(main_editor_styles.css);

/* Styles common to the MIX html editor and the website are entered here */

body {
	color:#000000;
}
body, input, select, option, textarea {
	font:normal normal normal 12px Arial,Helvetica,Sans-serif;
}

/* Styles for the public site are entered here */

html { height:100%; }

body {
	margin:0;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
#body {
	height:100%;
	margin:0;
	padding:0;
	background:top left #FFFFFF repeat-x url(../images/page-bgnd.png);
}

.html {
	line-height:150%;
}
a {
	color:#8B0D1F;
	text-decoration:none;
}
.html a {
	color:#8B0D1F;
	text-decoration:none;
	border-bottom:1px solid #E2C3C7;
}
.html a:hover {
	color:#450610;
	border-bottom:1px solid #A28387;
}

h1 {
	margin:0;
	padding-bottom:8px;
	font-size:15px;
	color:#450610;
	border-bottom:1px solid #E0E0E0;
}
h2 {
	margin:0;
	padding-bottom:5px;
	font-size:14px;
	color:#450710;
	border-bottom:1px solid #E0E0E0;*/
}

.column p {
	margin-top:4px;
}

.html .h1 a, .html a .h1 {
	color:#450710;
	text-decoration:none;
	border:none;
}
.html .h1 a:hover, .html a:hover .h1 {
	color:#8B0D1F;
}

#wrapper { width:888px;margin:0 auto -40px;min-height:100%;height:auto !important;height:100% }


/* left */

#left {
	float:left;
	width:338px;
	padding:16px 0 40px 0;
}
#left .intro {
	height:184px;
	padding:49px 37px 0 0;
	font-size:12px;
	line-height:170%;
}
#left .intro p {
	margin-top:3px;
}
#left .intro .html a, left .intro .html a:hover {
	border:none;
}
#left .html {
	line-height:170%;
}

#left ul.menu, #left .menu li {
	margin:0;
	padding:0;
}
#left .menu li {
	list-style:none;
	float:left;
}
#left .menu li a {
	width:95px;
	height:100px;
	padding-left:5px;
	display:block;
	color:#FFFFFF;
	background:top left no-repeat;
}

#left .menu li.sec1 a { padding-top:53px; height:47px; margin:0 1px 1px 0; background-image:url(../images/sec1-bgnd.jpg); }
#left .menu li.sec2 a { padding-top:27px; height:73px; margin-bottom:1px; background-image:url(../images/sec2-bgnd.jpg); }
#left .menu li.sec3 a { padding-top:27px; height:73px; margin:0 0 1px 1px; background-image:url(../images/sec3-bgnd.jpg); }
#left .menu li.sec4 a { padding-top:40px; height:60px; background-image:url(../images/sec4-bgnd.jpg); }
#left .menu li.sec5 a { padding-top:14px; height:86px; margin:0 1px; background-image:url(../images/sec5-bgnd.jpg); }
#left .menu li.sec6 a { padding-top:4px; height:96px; background-image:url(../images/sec6-bgnd.jpg); }

#left .menu li a span { display:none; }
#left .menu li a:hover {	background-position:0 -100px; }
#left .menu li a:hover span {	display:block; }


#left .feature {
	position:relative;
}
#left .feature .slogan {
	position:absolute;
	top:165px;
	left:40px;
}

#left .column {
	float:left;
	width:300px;
	margin-top:50px;
	font-size:11px;
	padding-bottom:40px;
}
#left .column .html {
	line-height:150%;
}


/* right */

#right {
 float:left;
 width:550px;
 padding:31px 0 40px 0;
}

/* nav */

#right .nav {
	height:25px;
	padding-top:60px;
	border-bottom:1px solid #8B0F20;
	background:top right no-repeat url(../images/icon-farmer.gif);
}

#right .nav ul, #right .nav li {
	margin:0;
	padding:0;
}
#right .nav li {
	list-style:none;
	display:inline;
}
#right .nav li a {
	font-weight:bold;
	color:#450610;
	padding-bottom:10px;
	margin-right:10px;
}
#right .nav li a:hover, #right .nav li a.highlighted { 
	color:#8B0D1F;
	background:none;
}
#right .nav li.selected a {
	color:#8B0D1F;
	background:bottom center no-repeat url(../images/nav-bgnd.gif);
}

#right .nav ul ul {
	width:174px;
	background-color:#8B0F20;
	z-index:1;
}
#right .nav ul ul li a {
	width:133px;
	padding:8px 26px 8px 15px;
	margin:0;
	color:#FFFFFF;
}
#right .nav ul ul li a span {
	color:#C5878F;
	font-weight:normal;
}
#right .nav ul li.selected ul li a, #right .nav ul ul li.selected a {
	color:#FFFFFF;
	background-image:none;
}
#right .nav ul ul li a:hover {
	color:#FFFFFF;
	background-color:#6F0C1A;
	background-image:none;
}


/* slideshow */

#slideshow {
	position:relative;
	height:373px;
	width:550px;
	background:bottom left #000000 no-repeat url(../images/slideshow-bgnd.gif);
	z-index:-1;
}

#right .slogan {
	position:absolute;
	top:298px;
	left:320px;
}


/* column */

#right .column {
	float:left;
	width:257px;
	margin-top:34px;
	font-size:11px;
}
#right .column .html {
	line-height:150%;
}
#right .column.first {
	margin-right:36px;
}


/* content */

#right .content {
	padding:29px 25px 0 25px;
	font-size:11px;
	color:#000000;
	line-height:170%;
	min-height:417px;
	height:auto !important;
	height:417px;
	background:top left no-repeat url(../images/content-bgnd.png);
}

#right .content .left, #right .content .right  {
	float:left;
	width:226px;
	padding:0 12px;
}


/* push */

#push {height:40px;}


/* footer */

#footer {
	margin:-40px auto 0;
	clear:both;
	height:40px;
	background:bottom left repeat-x url(../images/page-bottom-bgnd.gif);
}
#footer .footer-content {
	width:862px;
	height:23px;
	margin:0 auto;
	padding:12px 13px 0 13px;
	font-size:11px;
	color:#999999;
	background-color:#E0E0E0;
}
#footer p {
	margin:0;
}
#footer a {
	color:#999999;
}
#footer p.right {
	float:right;
}


/* Some handy common styles */

.html a {  }
.html a:hover {  }

.html img[align=right] {
	clear:right;
	margin:0 0 2px 10px;
}
.html img[align=left] {
	clear:left;
	margin:0 10px 2px 0;
}

.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; 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:35px; }
.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; }

/* forum */
.forum_input label {display:block;}
.forum_input textarea {width:50%;height:12em}
.forum_input input {width:30%;}
.forum_input .submit {width:auto;}
.forum_input .checkbox {width:auto;float:left;}

.cb_label { float:left; }

/* Box on Forum startpage */
#currentuser { margin-top: 5px; margin-bottom: 15px; position:relative; width:500px; text-align:left; left: 2px; } /* enclosing box */
.forum_currentuser { font-weight:bold; }
.forum_userdetails { clear: both; font-style: italic; }
.forum_userdetails_posts { clear: both; }

#alluserposts { margin-top: 5px; margin-bottom: 15px; position:relative; width:500px; text-align:left; left: 2px; } /* enclosing box */

/* handling hidden pages */
.hidden{color:#C7C7C7;}