@import url(main_editor_styles.css);

/* Styles common to the MIX html editor and the website are entered here */
@font-face {
	font-family: 'Calibri-Web';
	src: url('calibri-webfont.eot');
	src: local('Calibri'), local('Calibri'), url('calibri-webfont.woff') format('woff'), url('calibri-webfont.ttf') format('truetype'), url('calibri-webfont.svg#webfontyhVRe3Fc') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, input, select, option, td {
	font-family: Calibri, helvetica, Calibri-Web, Verdana, Tahoma, Arial, Sans-Serif; font-size: 14px;font-weight: normal;
	color: #7F7F7F;
}

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

#body {
	background-color: white;
	margin: 0;
	padding: 0;
}

/* 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 {float:left}
.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 }
#comment_ol, #comment_ol {margin:0; padding:0; list-style:none;}
#comment_ol li {padding: 0.5em; margin-top:0.5em; background-color:#F1F8EC; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;}
.pagination {font-size: 16px;}
/* 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 { position: normal; 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 {float: left; width: 100px;/*clear: both; float: left; display: block; width: 7em; margin: -0.8em 0 0 -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: 7em; display: block;*/}
	.form_standard textarea { position: relative; top: -1.6em; left: 9em; display: block; width:200px;height:100px;}
	.form_standard textarea.notRelative, .form_standard fieldset.notRelative textarea {top: 0; left: 0;}
	.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; }

	/* Delete Checkbox */
	.form_standard div.delete_checkbox{ padding:4px; }
	.form_standard div.delete_checkbox label {position: relative; top: -2.3em; left: 11em; display: block;font-weight:normal;}

	/* User Image Upload */
	.form_standard div.user_image_upload { float:left; margin:0 8px 8px 0; border:1px solid #EBDAC7; padding:10px; width:130px; height:180px; background-color:#FFFFFF }
	.form_standard div.user_image_upload:hover, .form_standard div.user_image_upload.selected { border:2px solid #FFCC00; padding:9px; background-color:#FFFFCC }


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


#checkoutLogin {padding: 0 10px;}


/* Contact Form */

#mainContactPageForm .form_standard {
	padding: 10px 0 0 0;
	position: relative;
	background-color: #F1F8EC;
}

#mainContactPageForm .form_standard fieldset {
	
	margin: 0;
	padding: 0 0 0 0;
}
#mainContactPageForm .form_standard label {
	padding: 0 0 10px 5px;
	margin: 0;
	width: 120px;
	display: inline-block;
	vertical-align: top;
}
#mainContactPageForm .form_standard input { width: 330px;}
#mainContactPageForm .form_standard textarea {width: 330px;height: 150px;}
.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 {list-style:none;  padding:0; }
.shop_prod_list li { display:block; float:left; width:150px; height:276px; margin-bottom: 30px; background-color:#F1F8EC; position: relative;}
.shop_prod_list img { float:left; border:none; margin:0; }
.shop_prod_list .price_box {float:left;  margin:0 0 0 10px; font-weight:bold; text-align:right;}
.sale {color: white;float: right;margin: 15px 1px 0 0;width: 40px; height: 20px; display: block; background-color: #FF2222;text-align: center;line-height: 19px;font-size: 14px;}
.new {color: white;float: right;margin: 15px 1px 0 0;width: 40px; height: 20px; display: block; background-color: #FF6600;text-align: center;line-height: 19px;font-size: 14px;}
.price {position: absolute;bottom: 46px;font-size:18px;text-align: left;line-height: 16px;}
.price small {font-size: 12px;color:#BFBFBF;}
.savePrice {font-size:12px;font-weight:normal;line-height:10px;}
.catTitle {clear: left;margin:0 0 0 10px;padding:7px 0 0 0;font-size: 16px;line-height: 16px; max-width: 130px;}
.catSub, .checkoutLoginSubmit {cursor: pointer;text-align: left;position: absolute;bottom:0;left:0;width:96px;height:33px;border:none;background:url('/images/submitButtons.png') top right no-repeat;color:white;font-size:18px;font-weight:normal;line-height:30px ;padding: 0 0 0 10px;margin: 0;}
.catSub:hover,  .checkoutLoginSubmit:hover {background-position: bottom right;}
.shop_prod_list_thumbs, .shop_prod_list_thumbs li {list-style:none; margin:0; padding:0; }
.shop_prod_list_thumbs {width:484px;}
.shop_prod_list_thumbs li {float:none; display:inline; clear:none;}
.shop_prod_list_thumbs li+li {margin-left:1px;}
.shop_prod_list_thumbs img {float:none; clear:none; margin:0;}
#shopInfo {position: relative;margin-top: 20px;}
#buybox {padding: 0 0 20px 0;float:right; width: 144px; margin-left: 20px;}
.buyBoxTitle {margin: 0; padding: 0;}
#shopBoxy{float: right;padding: 20px 0 20px 20px;width: 130px;}
.shop_buynow {width:121px;  background:#73bf43 url('/images/buynowbox.jpg') top right no-repeat; padding:5px 0 10px 10px;margin:0;border-bottom: solid 1px #65AB3A; }
.shop_buynow form { margin:0; padding:0; }
.shop_buynow p {color: white;font-size: 22px;margin:0; padding: 0 0 10px 0;}
.shop_buynow select {width: 110px;margin: 5px 0 0 0; padding: 0;}

#addToCart {height:41px;}

#addToCart input.submit {width: 149px; height: 41px; display: block;line-height: 41px;padding-left:28px;font-size: 14px;font-weight: bold; color: white; background: white url('/images/basket.jpg') top left no-repeat;border: none;}
#addToCart input.submit:hover {color: #FFDA47;background-position: bottom left;cursor: pointer;}
.wishlistBox {width: 127px;min-height: 30px;background-color:#F1F8EC;border-top:solid 1px white;position: relative;padding: 5px 0 0 5px;}
.wishlistBox a {color: #7F7F7F; font-weight: bold;}
.wishButton {height: 19px;width:127px; background: url('/images/wishlistbutton.jpg') top left no-repeat;display: block;padding: 0 0 10px 20px;line-height: 19px;font-size: 14px;}
input.wishButton{border: 0;}
																														/* Wishlist Products */

.wl_radio, .wl_radio + label {display: inline-block;line-height: 17px;height: 17px;vertical-align: top;}
.wl_radio + label {padding-top: 3px;}
#wishAdd {border: none;background: none;font-size: 14px;color:#71BF44;padding: 0;}
#wishAdd:hover { color:#FFDA47;cursor: pointer;}
#wishHide {padding:0;margin: 0;}
#wishHide input {margin-bottom: 5px;}
input#wishlist_new {width: 105px;margin: 0 0 0 5px;}
#wishbl {width: 4px; height: 4px; position: absolute; bottom: 0; left: 0; display: block; background: url('/images/overlays/cnr-bl.png') bottom left no-repeat;}
#wishbr {width: 4px; height: 4px; position: absolute; bottom: 0; right: 0; display: block; background: url('/images/overlays/cnr-br.png') bottom right no-repeat;}

/* Cart */
#cartTable {font-size: 1px;}
#cartTable tr + tr td{border-top: solid 1px #E3F2DA;}

.cartItemName {width: 150px;height: 24px;line-height: 24px;vertical-align: top;padding-left: 6px;font-size:14px;}
#cartDescription {padding: 0 0 10px 0;margin-top: 0;}
.cartSummaryLI {margin:1px 0 0 0; padding: 0;}
.doubleCell {height: 40px;}
.cartItemTitle {height: 15px;line-height: 10px; margin: 0; padding: 14px 0 0 0;font-size: 18px;}
.variantListings{height: 15px !important;line-height; 10px;border-top: 0px !important;padding: 2px 0 7px 0 !important;font-size: 14px; color: #7F7F7F;}
.cartPrice {color: black;}
.button-checkout {float: right;margin:20px 0 0 0;}
.icon_delete {border: none;width: 14px; height: 14px; background: url('/images/icons/icon_delete.jpg') top right no-repeat;padding: 0;color: transparent;text-align: right; float: right;}
.icon_delete:hover {background-position: bottom right; cursor: pointer;}
.cartTotal {padding-top: 10px;}

/* Checkout */

																																																	/* STEP HEADER BOXES */
.stepHeader {position: relative; width: 480px; height: 53px; background-color: #F1F8EC;clear: left;margin-top: 20px;}
.stepNumber {width: 30px; height: 53px;font-size: 42px;float: left;padding-left: 10px;color: #71BF44;}
.stepTitle {color: #71bF44;font-size: 16px;padding-top: 8px;}
.stepSpan { float: left;padding-top: 0;}

																																																	/* STEP STYLING */
.sectionTitle {font-size: 16px; color: #71BF44;}

#cx_customer label {font-weight: bold; display: inline-block;width: 90px; vertical-align: top;height: 25px;}
input.text {display:inline-block;width:115px;vertical-align: top;}
#cx_customer label.radioLab {font-weight: normal; width: 180px;}
.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; }
.checkout_credit_card{margin-left:25px;}
.light {color: #acacac;}
#checkoutLogin {background-color: #F1F8EC;position: relative;width: 170px;}
a.checkoutlogintoggle {cursor: pointer;display: block;background: url('/images/checkoutLogKey.jpg') 10px center no-repeat;padding: 1px 0 0 34px;line-height: 33px;height: 33px;}
.checkout_textarea { width: 200px; height: 111px;padding: 0; margin: 13px 10px 2px 13px;}
.regionSelect {width:202px;margin-left: 13px;}
#rural_check {margin-top: 5px;clear: both;}

.buttonLabel {width: 350px;display: inline-block;}
.cost {float: right;}
.shippingDescription {padding-left: 24px;}
.checkoutAddressForm {width: 230px; display: inline-block;vertical-align: top;}

.express_address + .express_address {padding-top: 15px;}
.existAddressRadio { width: 15px; display: inline-block;vertical-align: top;}
.existAddressText {width: 185px; display: inline-block;vertical-align: top;padding-left: 5px;}
.existAddressDelete { width: 14px;height: 14px; display: inline-block;vertical-align: top;margin-top: 1px;text-indent: -9999px;background: url('/images/icons/icon_delete.jpg') top left no-repeat;}
.existAddressDelete:hover {background-position: bottom left;}
.submitButton {border: 0;height: 33px;line-height: 31px;padding-left: 10px;margin-top: 15px;width: auto;display: block;background: url('/images/submitButtons.png') top left no-repeat;font-size: 17px;color: white;width: 177px;}
.submitButton:hover {background-position: bottom left;cursor:pointer;}
.button-checkout.submitButton {height: 33px;line-height: 31px;padding-left: 10px;margin-top: 15px;width: auto;display: block;background: url('/images/submitButtons.png') bottom left no-repeat;font-size: 17px;color: white;width: 177px;}
.button-checkout.submitButton:hover {color: #FFDA47;cursor:pointer;}
input.submitButton{border: none; background-position: top right; padding-right: 15px;}
input.submitButton:hover{background-position: bottom right;}
#checkoutTable td {border-bottom: solid 1px #E3F2DA;height: 30px;font-weight: normal;font-size: 14px;}
td.noborder, #checkoutTable td.noborder {border: none;}
#checkoutTable td.orderSumProdName, #checkoutTable td.itemPrice  {font-size:14px;font-weight: bold;}
#checkoutTable td.itemPrice{ color: black;}
#checkoutTable td.doubleBorder {font-size: 18px; font-weight: bold; border-bottom: double 4px #E3F2DA;background-color: #F1F8EC;color: black}
#checkout_credit_card_form label {width:85px; display: inline-block;font-weight: bold;}
#checkout_credit_card_form #card_type {width:160px; display: inline-block;font-weight: bold;padding: 0;margin-bottom: 3px;}
#checkout_credit_card_form .text {width:156px; display: inline-block;font-weight: bold;padding: 0;margin-bottom: 3px;}
#checkout_credit_card_form .expiryDate {width: 74px; display: inline-block;}
#expirySlash {width:10px;display: inline-block;text-align: center;}
#creditDetailsBox { width: 245px; display: inline-block;margin-top: 20px;}
#methodSelect {width: 200px; display: inline-block;vertical-align: top;padding: 20px 0 0 10px;}
#methodSelect ul {margin: 0; padding: 0;}
#methodSelect label {width: 200px;}
.giftwrapping_input.radio {float: left;width: 20px;}
.giftwrappingLab {display: inline-block;vertical-align: top;width: 180px;}
textarea.giftwrapping_input{height: 80px;padding: 0;margin-left: -3px;}

/* User Signup */

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


/* User Media */
.user_media_browser {float:left;margin:0 0 10px;text-indent:0; padding:10px;}
.user_media_browser li.thumb {float:left;list-style-type:none;padding:0;margin:10px;text-indent:0;width:100px;position:relative;}
.user_media_browser a.thumb {width:100px;height:100px;display:block;position:relative;background:center center no-repeat;}
.user_media_browser h2 {font-size:10px;}
.user_media_browser_admin li.thumb {width:220px;}
.user_media_browser_admin a.thumb {float:left;}
.user_media_browser_admin .info {width:100px;float:right;}

.user_media_browser_admin ul.actions li{margin:0;padding:0;list-style-type:none;text-indent:0;}
.edit a, .delete a {display:block;padding-left:20px;background:url('../images/user_media/icon_edit.png') center left no-repeat;}
.delete a{background-image:url('../images/user_media/icon_delete.png')}

.user_media_comments {width:280px;margin:20px 0;float:left;}
.user_media_comments .date {position:absolute;top:0;right:0;}
.user_media_comments .comment {border:0;border-bottom:1px solid #c4a86f;position:relative;margin:9px 0;padding:0;}
.user_media_comments .comment h3 {padding:0;margin:0 0 3px;}
.user_media_comments .comment p {padding:0;margin:0 0 3px;}
.user_media_comments textarea {width:270px;}
.user_media_comments input {float:right;margin-right:-1px}


div.album_picker form{float:right;margin-top:10px;}
div.album_picker h1{float:left;}
div.alert {padding:10px;background:#f4eedf;border:1px solid #ead6af;} /*where is this? */
li.alert, p.alert {font-style:italic;font-weight:bold;}
#displimit {font-size:9px;font-family:arial;margin-left:110px; } /*what is this*/
/* /END */

/* upload page */
/*form p{font-size:10px;}*/
.checklabel{ float:left; width:110px;}
.cbr_group img{vertical-align:middle;}
.cbr_group label{display:block;padding-bottom:10px;}


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

/************************************************************************************
																																			 General Styles
************************************************************************************/



textarea, input {
		font-family: Calibri, Calibri-Web, Verdana, Tahoma, Arial, Sans-Serif; font-size: 13px;
		padding-left: 3px;
		color: #999999;
		font-weight: bold;

}
.container {
	width: 920px;
	background-color: inherit;
	color: inherit;
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #71BF44;
	margin: 1em 0 0 0;
	font-weight: normal;
}

.closer {
	margin:0;
	padding: 0 0 10px 0;
}

p {
	//margin-bottom: 0;
}
a {
	color: #71BF44;
	text-decoration: none;
}
a:hover {
	color: #FFDA47;
}

.first {
	margin-top: 0;
	padding-top: 0;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

fieldset {
	border: none;
}
/************************************************************************************
																														 						Header Styles
************************************************************************************/
#blackBar {
	width: 100%;
	height: 34px;
	line-height: 12px;
	padding: 6px 0 0 0;
	margin: 0;
	background-color: black;
	color: #666666;
	z-index:1;
}

#blackBar .container {
	padding-top: 0;
	margin-top: 0;
	font-size: 11px;
}
a.blackAnchor {
	display: inline-block;
	color: #666666;
	text-decoration: none;
	background: url('/images/key.gif') bottom left no-repeat;
	padding: 0 0 4px 23px;

}
#pageDescription {
	display: block;
	height: 22px;
	width: 370px;
	overflow: hidden;
}
a.blackAnchor:hover {
	color: #FFDA47;
	background-position: top left;
}
#blackBar .container .blockFloatRight {
	width: 350px;
	padding-top:6px;
	font-size: 16px;

}
.blockFloatLeft {
	width: 400px;
}
.blockFloatRight {
	float: right;
	padding: 2px 0 0 0;
	width: 450px;
	text-align:right;
}
#navBar ul.blockFloatLeft, #navBar ul.blockFloatRight {
	margin: 0;
	padding: 0;
}


#masthead {
	display: block;
	width: 100%;
	height: 194px;
	background: url('/images/MastheadBanner.jpg') top center no-repeat;
	background-color: #4A6A99;
}

#logo {
	width: 280px;
	height: 272px;
	background: url('/images/Logo.png') top center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -140px;
	z-index: 5000;
}

a img {
	border: none;
	text-decoration: none;
}
/************************************************************************************
																												 						Navigation Styles
************************************************************************************/

#navBar {
	height: 48px;
	width: 100%;
	display: block;
	background: url('/images/NavBar.jpg') top left repeat-x;
	z-index: 1;
}

#navBar ul li{
	line-height: 34px;
	display: inline-block;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
}
#navBar ul .selected a{
	font-weight: bold;
	background-color: white;
	color: #71BF44;
	border-right: none;
	border-top: solid 1px #D9D9D9;
	height: 37px;
	margin-top: 0;
}
#navBar ul .selected a:hover {
	color:  #71BF44;
	cursor: default;
}


																														/* Navigation Link Styling */


#navBar ul a {
	color: white;
	text-decoration: none;
	height: 36px;
	display: inline-block;
	margin: 1px 0 0 0;
	padding: 0 10px;
	border-left:1px solid #80B63A;
	border-right:1px solid #9DCF5B;
}

#navBar ul a:hover {
	color: #FFDA47;

}

/************************************************************************************
																												 						 Main Body Styles
************************************************************************************/

.column {
	margin: 20px 0 0 0;
	display: inline-block;
	vertical-align: top;

}
.column + .column {
	margin-left: 20px;
}

#left {
	width: 190px;
}

#center {
	width: 485px;
}
#right {
	width:190px;
}
#relative.container {position: relative;}
#right.floating {float:right; position:absolute; left:812px; z-index:1000; padding:5px 15px 0 15px; width:170px; background-color:#FFF;}
#right #submenu_inner {display:none; margin-top:1em;}
#center.wide{width:685px;}

																														/* Left Column Styles */

																														/* Search Box */

#searchBox {
	display: block;
	border: solid 1px #acacac;
	height: 22px;

}

#productSearch {
	border:0px;
	magin: 0;
	padding: 0;
	color: #cdcdcd;
	width: 165px;
		font-size: 14px;
}

#prodSearchSubmit {
	border: none;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url('/images/searchGlass.gif') center right no-repeat;
	cursor: pointer;
}

																														/* Currency Flags */


#currencyBox {
	margin: 15px 0 30px 0;
	padding: 0;
	width: 190px;
	color: #cccccc;
	display: block;
}

#currencyLabel {
	width: 190px;
	padding: 0;
	margin: 0;
	color: #cccccc;

}
.currencyRadios {
	display: none;
}

.flag {
	margin: 0;
	padding: 0 6px 0 0;
	width: 32px;
	height: 23px;
	display: inline-block;
}
.flag + .flag {

}

#NZD:selected #labNZD {
	background-position: bottom left;
}
#labNZD {
	width: 32px;
	height: 23px;

	background: url('/images/flags/NZflag.gif') top left no-repeat;
}
#labNZD:hover {
	background-position: bottom left;
}

#labGBP {
	width: 32px;
	height: 23px;

	background: url('/images/flags/britishFlag.gif') top left no-repeat;
}
#labGBP:hover {
	background-position: bottom left;
}

#labUSD {
	width: 32px;
	height: 23px;

	background: url('/images/flags/americanFlag.gif') top left no-repeat;
}
#labUSD:hover {
	background-position: bottom left;
}

#labAUD {
	width: 32px;
	height: 23px;

	background: url('/images/flags/australianFlag.gif') top left no-repeat;
}
#labAUD:hover {
	background-position: bottom left;
}

#labEUR {
	width: 32px;
	height: 23px;

	background: url('/images/flags/europeanFlag.gif') top left no-repeat;
}
#labEUR:hover {
	background-position: bottom left;
}

#labNZD.selected {
	background-position: bottom left;
}
#labAUD.selected {
	background-position: bottom left;
}
#labGBP.selected {
	background-position: bottom left;
}
#labEUR.selected {
	background-position: bottom left;
}
#labUSD.selected {
	background-position: bottom left;
}


																														/* Left Navigation */


#leftNavigation ul, #leftNavigation ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#leftNavigation ul a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding:5px 0;
}
#leftNavigation ul ul a {
	color: #7F7F7F;
	font-size:15px;
	padding:3px 0 3px 1.1em;
}
#leftNavigation ul ul a:hover {
	color: #71BF44;
	background: url('/images/nav_hover.jpg') center right no-repeat;
}
#leftNavigation ul ul ul {
	padding:0.3em 0 0.5em 0;
}
#leftNavigation ul ul ul a {
	font-size:13px;
	padding:1px 0 1px 2.2em;
	font-weight:normal;
}
#leftNavigation ul ul ul ul a {
	padding-left:3.3em;
}


																														/* Center Column Styles */

																														/* Primary Image Styles */

#primaryImage {
	display: block;
	width: 100%;
	height: 225px;


}

																														/* Secondary Image Styles */
#secondaryImages {
	margin: 1px 0 0 0;
}
.secondaryCol {
	position: relative;
	width: 161px;
	height: 126px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;

}
.secondaryCol + .secondaryCol {
		margin: 0 0 0 1px;
}
.secondaryCol p a {

	color: white;
	margin: 0 8px 0 8px;
	padding: 0;
}
#secondaryColumn1{
	background:url('/images/secondaryColumn1.jpg') top left no-repeat;
}

#secondaryColumn2{
	background:url('/images/secondaryColumn2.jpg') top left no-repeat;
}

#secondaryColumn3{
	background:url('/images/secondaryColumn3.jpg') top left no-repeat;
}

.secondaryBanners {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 123px;
	height: 34px;
	display: block;
	vertical-align: bottom;
	background: url('/images/view-create.png') top left no-repeat;
}
.secondaryBanners p, .secondaryBanners a {
	font-size: 100%;
	font-weight: normal;
	line-height: 33px;
	display: inline;
	margin: 0 5px 0 5px;
	color: white;
	text-decoration: none;
}
.secondaryBanners a:hover {
	color: #FFDA47;
}

																														/* Product Showcase Styles */
#product_title {
	padding-top: 20px;
	margin-bottom: 0;
	line-height: .8em;
}
#showcaseBox{
	margin: 30px 0;
}
#showcaseBox h2, #showcaseBox p {
	margin: 0;
	padding: 0;
}
#panels.prod_list {
	margin: 0;
	padding: 0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	width: 1000000px;
	height: 97px;
	z-index: 0;
}
.showcase {
	float: left;
	width: 96px;
	height: 97px;
	display: inline-block;
	margin: 0;
	padding: 0;

}
.showcase + .showcase {
	margin-left: 1px;
}


#hompageFeatured {
	position: relative;
	height: 97px;
	overflow: hidden;
	margin:5px 0 20px 0;
}

																														/* Artisan Intro */
#artisanImage {
	margin: 0;
	padding: 0;
	min-height: 0;
	width: 480px;
}
#artisanIntro {
	position: relative;
	width: 440px;
	min-height: 110px;
	display: block;
	background: url('/images/artisanIntroBox.jpg') top left no-repeat;
	background-color: #A6CE39;
	padding: 20px 20px 10px 20px;
	margin: 0 0 20px 0;
	color: white;
}
#artisanIntro h1 {
	color: #FFDA47;
	padding-bottom: 15px;
	line-height: 28px;
}
#artisanIntro .shopcrumb, #artisanIntro .shopcrumb a {
	color: #B7D89D;
	line-height: 10px;
}
#artisanIntro .shopcrumb a:hover {
	color: #FFDA47;
}

																														/* Product Variants */
#variantBox {
	clear: both;
	margin: 20px 0 0 0;
	text-align: justify;
	position: relative;
	padding: 8px 0 0 10px;
	line-height: 15px;
	height: 24px;
	min-width: 330px;
	background-color:#F1F8EC;
}
.variant + .variant {
	margin-left: 20px;
}
#scaleIcon {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	background: url('/images/scale.jpg') top left no-repeat;
}
#widthIcon {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	background: url('/images/Width.jpg') top left no-repeat;
}
#heightIcon {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	background: url('/images/Height.jpg') top left no-repeat;
}
#depthIcon {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	padding: 0 4px 0 0;
	background: url('/images/depth.jpg') top left no-repeat;
}
.relative {
	margin: 1px 0 0 0;
	padding: 0;
	position: relative;
	width: 479px;
}
.variantImage {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.variantImage + .variantImage + .variantImage + .variantImage + .variantImage + .variantImage + .variantImage + .variantImage + .variantImage {
	margin-top: 1px;
}

																														/* Contact Upload Form */

#contactUpload label, #contactUpload input,#contactUpload textarea {
	display: inline-block;
	width: 220px;
	vertical-align: top;
}

#contactUpload button {
	display: block;
	width: 177px;
	border: 0;
	background: url('/images/submitButtons.png') top left no-repeat;
	height: 33px;
	line-height: 20px;
	color: white;
	font-size: 18px;
}

#contactUpload button:hover {
	background-position: bottom left;
	cursor: pointer;
}

																														/* Search Results Page */

#searchForm {
	padding: 10px 10px 40px 10px;
	position: relative;
	background-color: #f1f8ec;
}

#searchForm .submitButton {
	position: absolute;
	width: 177px;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

																														/* User Profile Styles */

.personalInfo fieldset {
	margin: 0;
	padding: 0;
}
.personalInfo label {
	padding: 15px 0 0 0;
	width: 100px;
	display: inline-block;
}
.personalInfo input, .personalInfo select {
	margin-left: 50px;
	width: 250px;
	display: inline-block;
}

																														/* Wishlist Styling */

.wishlistEditBox {
	width: 480px;
	background-color: #F1F8EC;
	position: relative;
	padding: 10px 0 0 0;
	margin:15px 0;
}
.deleteWish {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.wishlistName {
	width: 100px;
	height: 20px;
	padding: 0 0 10px 10px;
	display: inline-block;
}
.privacy{
	width: 100px;
	height: 120px;
	padding-left: 10px;
	float: left;
	display: block;
}
.wishEditInner {
	margin-top: 10px;
}
.wishlistDeleteCheck {
	display: none;
}
.wishlistDeleteCheck + label {
	width: 14px;
	height: 14px;
	display: block;
	padding: 0;
	margin: 0;
	background: url('/images/icons/icon_delete.jpg') top left no-repeat;
	cursor: pointer;
}
#wishlistTable td {border-top: solid 1px #E3F2DA;}
#wishlistTable td.doubleBorder{border-bottom: double 4px #E3F2DA;}

																														/* Alternate Gallery Styles */
#altGalleryMainImage {
	margin: 0 auto;
	/*min-height: 400px;*/
}
																														/* Right Column Styles */

																														/* Sub Navigation */

#subNavBox ul {
	list-style-type: none;
	padding: 15px 0 31px 0;
	margin: 0;
}
#subNavBox ul li {
	padding-top: 10px;
}
#subNavBox ul li > ul {padding: 0 0 0 14px;font-size: 12px;}

																														/* Shopping Cart Styles */

#shoppingCart ul {
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 23px;
}
#shoppingCart ul li{
	margin-top: 2px;
}
.thumb {
	height: 24px;
	display: block;
}

.padLeft {
	padding-left: 29px;
}

#checkOut {
	margin-top: 25px;
	width: 193px;
	height: 41px;
	display: block;
	background: url('/images/checkout.png') top left no-repeat;
	white-space: nowrap;
}

#checkOut p {
	display: inline;
}
#checkOut p a{
	display: inline-block;
	line-height: 15px;
	width: 79px;
	height: 42px;
	color: white;
	padding: 5px 0 0 8px;
}

#checkOut p + p a {
	width: 68px;
	padding: 1px 0 0 39px;
}


#checkOut p a:hover {
	color: #FFDA47;
}

																														/* Transparent Box Styles */


																														/* 	Blurred styles
																														background-color: #f1f8ec;
																														TL: bottom right;
																														TR: bottom left;
																														BL: top right;
																														BR: top left;

																														Focus Styles
																														background-color: #b9e0a3;
																														TL: top right;
																														TR: top left;
																														BL: bottom right;
																														BR: bottom left; */


.fadebox {
	position: relative;
	margin: 20px 0 30px 0;
	padding: 13px 13px 30px 13px;
	background-color:#f1f8ec;
}

.TL {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	height:5px;
	width: 5px;
	display: block;
	background: url('/images/overlays/cnr-tl.png') top left no-repeat;
}
.TR {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	height: 5px;
	width: 5px;
	display: block;
	background: url('/images/overlays/cnr-tr.png') top right no-repeat;
}
.spacer p {
	margin-top: 0;
}
.spacer input {
	width: 155px;
	margin: 0 0 5px 0;
}
.spacer textarea {
	width: 155px;
	margin: 0;
}
.BL {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 5px;
	display: block;
	z-index: 2;
	background: url('/images/overlays/cnr-bl.png') bottom left no-repeat;
}

.BR {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	display: block;
	background: url('/images/overlays/cnr-br.png') bottom right no-repeat;
}

#subscribeSubmit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 133px;
	height: 33px;
	border: none;
	background: url('/images/submitButtons.png') top right no-repeat;
	z-index: 1;
	color: white;
	font-size: 17px;
	padding: 0 0 0 15px;
	margin: 0;
	text-align: left;
}
#subscribeSubmit:hover {
	color: #FFDA47;
	cursor: pointer;
}
#enquireSubmit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 174px;
	border: none;
	height: 33px;
	line-height: 33px;
	background: url('/images/submitButtons.png') top right no-repeat;
	z-index: 1;
	color: white;
	font-size: 17px;
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	text-align: left;
	display: block;
}

#enquireSubmit:hover {
	color: #FFDA47;
	cursor: pointer;
}

#socNetUl {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 17px;
}
#socNetUl li {
	line-height: 15px;
	margin-top: 10px;
}
#socNetUl li a {
	color: #BFBFBF;
}

#socNetUl li a:hover {
	color: #71BF44;

}
#twitter {
	background: url('/images/Twitter.jpg') top left no-repeat;
	height:16px;
	display: block;
	padding-left: 20px;
}
#socNetUl #twitter:hover, #facebook:hover {
	background-position: bottom left;
}
#facebook {
	background: url('/images/facebook.jpg') top left no-repeat;
	height:16px;
	display: inline-block;
	padding-left: 20px;
}

/************************************************************************************
																												 							  Footer Styles
************************************************************************************/

#footer {
	margin-top: 30px;
	padding-top: 25px;
	width: 100%;
	height: 65px;
	background: url('/images/footer.jpg') top left repeat-x;
	color: #C6E5B4;
	clear: both;
}
#footer a {
	color: #C6E5B4;
}
#footer div div {
	list-style-type: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	line-height:20px;
}

#footer div div+div {
	margin-left: 100px;
	font-size: 18px;
}

#visa {
	width: 63px;
	height: 38px;
	display: inline-block;
	background: url('/images/visa.png') top left no-repeat;
}
#mastercard {
	width: 63px;
	height: 38px;
	display: inline-block;
	background: url('/images/mastercard.png') top left no-repeat;
}
#amex {
	width: 63px;
	height: 38px;
	display: inline-block;
	background: url('/images/amex.png') top left no-repeat;
}
#visa:hover, #mastercard:hover, #amex:hover {
	background-position: bottom left;
}

.catBGimage {
	display: block;
	width: 150px;
	height: 150px;
}
/* webring */

html body#body div#web_ring {background-color: #71BF45;}
html body#body div#web_ring a {}
html body#body div#web_ring table tbody tr td center, html body#body div#web_ring table tbody tr td center table tbody tr td, html body#body div#web_ring table tbody tr td center table tbody tr td table tr td {padding: 0; margin: 0;}
html body#body div#web_ring table tbody tr td center table tbody tr td a.st1miniretailers {display: block; width: 80px; height: 37px; background: url('../images/webring.png') top left no-repeat;}
html body#body div#web_ring table tbody tr td center table tbody tr td a.st1miniretailers img {display: none;}
html body#body div#web_ring table tbody tr td center table tbody tr td font a span.st1miniretailers, html body#body div#web_ring table tbody tr td center table tbody tr td font span.st2miniretailers {font-size: 8px;color:#B9DFA3;}
html body#body div#web_ring table tbody tr td center table tbody tr td table tr td a span.st2miniretailers {color: #B9DFA3; font-size: 10px;font-weight: normal;}
html body#body div#web_ring table tbody tr td center table tbody tr td table tr td span.st2miniretailers b a span.st1miniretailers, html body#body div#web_ring table tbody tr td center table tbody tr td table tr td span.st2miniretailers a span.st1miniretailers,  html body#body div#web_ring table tbody tr td center table tbody tr td table tr td span.st2miniretailers {color: #B9DFA3;font-size: 10px;}
html body#body div#web_ring table tbody tr td center table tbody tr td table tr td input {width: 115px;height: 19px;display: inline-block;font-size: 10px;padding: 0;border: solid 1px #ACACAC;background: #F1F8EC;border: solid 1px #63A83D;}
html body#body div#web_ring table tbody tr td center table tbody tr td table tr td input + input {margin-left: 5px;width: 50px; color: #B9DFA3;color: #63A83D; font-weight: bold;height: 21px;}
html body#body div#web_ring table tbody tr td center table tbody tr td table tr td input + input:hover {background-color: #8BC53E;}
html body#body div#web_ring table tbody tr td center font, html body#body div#web_ring table tbody tr td center font a {font-size: 10px;color: #B9DFA3;}
html body#body div#web_ring table tbody tr td center font a (text-decoration: underline;}


