/* Design and styles Copyright Naturally Australian 2008 */


/* reset some elements so all browsers show them the same */
p, form, h1, h2, h3, h4 { margin:0; padding:0; list-style-type:none; }
input,textarea{ font: 12px Arial, Helvetica, sans-serif;color: #000; }
p { margin: 5px 0 15px 0; }
.centered { text-align:center; }

/* GLOBAL styles */
body {
	margin:0;
	padding:0;
	font: 14px Arial, Helvetica, sans-serif;
	background: #fff;
}

/* link definitions */
a { text-decoration:none; color: #D86D24; outline:none;}
a:hover {color: #372928;}
a.txtButton {margin: 0 3px;}
a img { border:0; }

#container-top {
	width:925px;
	margin:10px auto 0 auto;
	padding-top:15px;
	background:url('../styleImages/backgrounds/container-top.jpg') top left no-repeat;
	color: #fff;
}
#header {
	width:905px;
	margin:0 auto;
	background:url('../styleImages/backgrounds/header-bg.jpg') top left repeat-y;
	padding: 0 10px 10px;
	overflow:hidden;
}
#header .left {
	float:left;
	width:575px;
	padding-top:5px;
}
#header .right {
	float:left;
	width:310px;
	padding-right:20px;
	padding-top:7px;
	font-size:12px;
}
#header a.logo {
	display:block;
	text-indent:-999em;
	width:460px;
	margin:0;
	height:38px;
	background:url('../styleImages/backgrounds/logo.gif') center center no-repeat;
}
#header .meta-stuff {
	margin:0;
	text-align:right;
	line-height:28px;
	color: #b2a09e;
	font-size:11px;
}
#header .meta-stuff a {
	color: #fff;
}
#header .meta-stuff a:hover {
	text-decoration:underline;
}
.meta-staff select {
}
#container {
	width:925px;
	margin:0 auto;
	background:url('../styleImages/backgrounds/container-mid.jpg') top left repeat-y;
}
#bodycont {
	padding:10px 55px 15px 55px;
	line-height:22px;
	margin:0;
}
#footer {
	width: 925px;
	clear:both;
	margin:0 auto;
	padding-bottom:25px;
	background:url('../styleImages/backgrounds/footer-bottom.jpg') bottom left no-repeat;
}
#footer-inner {
	width: 865px;
	margin:0 auto;
	padding: 10px 30px 0 30px;
	background:url('../styleImages/backgrounds/footer-mid.jpg') top left repeat-y;
	color: #fff;
}
#footer-inner .sitedocs a {
	padding: 5px 7px 0px 0;
	font-size:13px;
	color: #fff;
}
#footer-inner a:hover {
	color: #e79702;
}

/* boxes */
.boxContent {
	color: #2c2626;
	line-height:20px;
}

.boxTitleLeft, .boxTitleRight {
	background: #90908a;
}
.boxTitleLeft h2, .boxTitleRight h2 {
	font: 14px Arial, Helvetica;
	color: #5addd9;
	text-align:center;
	padding: 15px 0;
}
.boxContentLeft, .boxContentRight {
	padding: 20px 0px 20px 0px;
	margin-bottom:20px;
	background: #edede1;
	font-size:12px;
}
.boxContentLeft ul, .boxContentRight ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.boxContentLeft p, .boxContentRight p {
	padding:0 15px 15px;
	margin:0;
	text-align:center;
}

h2.txtContentTitle { /* Title of all pages */
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #d86d24;
	padding: 10px 0;
}
/* -------------- CubeCart-Element > {page_content} ----------------------- */
/* Latest Products */
.latest-prods { overflow:hidden; margin-top:20px; width:565px;padding-bottom:0px; line-height:17px;}
.latest-prods h3 {
	text-align:center;
	font-size:12px;
	margin-bottom:10px;
	border-bottom:1px solid #EFEFEF;
	padding-bottom:5px;
}
.latest-prod {
	width:168px;
	float:left;
	text-align:center;
	font-size:11px;
	margin:0 10px;
	display:inline;
}
.latest-prod img {
vertical-align:bottom;
}
.latest-prods a { color: #372928; }
.latest-prods a:hover { color: #D86D24; }

/* -------------- CubeCart-Element > {site_docs} ----------------------- */
.categories {
	clear:both;	
	padding-left:25px;
	padding-top:5px;
}
.categories a {
	color: #e79702;
	text-decoration:none;
	padding:5px 12px 5px 0
}
.categories a:hover {
	color: #fff;
}

/* -------------- CubeCart-Element > {search_form} ----------------------- */
.searchForm {
	display:inline;
}
.searchBox {
	background: #fff;
	border:0;
	padding:3px;
	color: #625554;
	width:80px;
	font: 11px Arial, Helvetica, sans-serif;
}
.searchSubmit {
	margin-bottom:-2px;
}

span.separater { padding: 0 6px; color: #fff; } /* This is the separater pipe | between the logout and login links, use it wherever needed */


/* -------------- CubeCart-Element > {categories} ----------------------- */

/* Category and sale links, the background stuff is for the little bullet that changes colour on hover */
ul#categoryLinks, ul#saveLinks {
	padding-left:10px;
}
ul#categoryLinks li a, ul#saveLinks li a {
	background: url('../styleImages/backgrounds/bullet.gif') -200px 50% no-repeat;
	padding: 0 0 0 15px;
	margin-bottom:10px;
	display:block;
}
ul#categoryLinks li a:hover, ul#saveLinks li a:hover {
	background-position: 0 50%;
}

/* Sub-categories */
#subCats {
	text-align: center;
	margin: 15px auto;
	width:100%;
	border-collapse:collapse;
}
.subCat {	
	text-align: center;
	width:33%;
}
.subCat img {
	border:0;
}
#subCats img {
	max-width:70px;
	width: expression(this.width > 70 ? 70: true);  /* for Internet Explorer
	*/
}
fieldset {
	padding: 0 10px;
	margin: 10px auto;
	border: 1px solid #edede1;
}
fieldset legend {
	color: #90908a;
}

/* -------------- CubeCart-Element > {session} ----------------------- */
/* Forms */
h3.formTitle { /* Used to section forms under different headings */
	color: #D86D24;
	padding: 20px 0 0 0;
	margin-bottom:10px;
	border-bottom: 1px solid #edede1;
	clear:left;
}
.padForm {
	text-align:center;
}
fieldset {
 	overflow:hidden;
 	border:0;
}
.regbox {
	border: 1px solid #695f5f;
	padding:3px;
}
.reglabel, .regbox, .regboxCheck {
	display:block;
	margin-bottom:10px;
}
.req { /* For changing the label colour of required forms to red */
	color: #D86D24;
	font-weight:bold;
}
.reglabel {
	text-align:center;
	width:auto;
	margin:0 auto;
}
.regbox {
	width:150px;
	margin:7px auto;
}
.regboxCheck {
	padding:3px;
	width:auto;
	margin:7px auto;
}
.submitReg {
	text-align:center;
	clear:left;
	padding-top:10px;
}
.submitReg a {
	padding: 5px;
	background: #fff;
	border: 1px solid #b7c8d3;
	color: #76a4c1;
}
.submitReg a:hover {
	background: #76a4c1;
	color: #fff;
	border-color: #76a4c1;
}
.txtError { /* If a field isn't filled */
	text-align:center;
	padding: 10px 0;
	background: #;
	border: 1px solid #90908a;
	color: #90908a;
}

.txtBoxSave {
	padding-left:6px;
	display:block;
}
span.saving { 
	color: #90908a;
}

/* -------------- CubeCart-Element > {mail_list} ----------------------- */

.mailList { /* Mailing list input */
	background: #fff;
	border:0;
	padding: 2px;
}

/* -------------- CubeCart-Element > {shopping_cart} ----------------------- */

.tdListTitle, .tdcartTitle { /* Cart and cat table titles */
	color: #D86D24;
	margin-bottom:10px;
	border-bottom: 1px solid #d1d1d1;
}
.tdcartEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdcartOdd {
	background-color: transparent;
	padding: 10px 2px;
}
.tdEven {
	background-color: transparent;
	padding: 5px 2px;
}
.tdOdd {
	background-color: transparent;
	padding: 5px 2px;
}
.tblList {
	border-collapse:separate;
	border-spacing:2px;
}
.tblList td {
	border: 1px dotted #fff;
	text-align:center;
	font-size:12px;
	line-height:18px;
	width:33%;
}
td.subcatter { font-size: 14px; }
.tblList td a img {
	border:0;
	max-width:150px;
	width:auto !important;
	width:150px;
	max-height:150px;
	height:auto !important;
	height:150px;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #d1d1d1;
}

a.txtviewCart {
	color: #5addd9;
	text-decoration:none;
	padding-left:20px;
	background: url('../styleImages/backgrounds/cartroll.gif') -200px 50% no-repeat;
}
a.txtviewCart:hover {
	color: #5addd9;
	background-position: 0 50%;
}
.cartProgress { /* Progress bar at top of cart pages */
	font-weight: normal;
	color: #90908a;
	padding: 3px;
	border: 1px solid #90908a;
	width: 350px;
	margin: 10px auto 20px auto;
}
.txtcartProgressCurrent {
	color: #90908a;
	font-weight: bold;
}
.txtStockWarn {
	color: #f4480b;
}

/* Crumbs */
div.location {
	margin: 5px 0;
	text-align:left;
	font-size:12px;	
}
div.location a {
	color: #ED6012;
	text-decoration:underline;
}
div.location a:hover {
	color: #3D2C2C;
}
a.txtButton {
	color: #90908a;
	padding:4px;
	background: #ede5e1
}
a.txtButton:hover {
	color: #fff;
	background: #372928;
	text-decoration:none;
}

/* viewprod page */
div#prodContainer {
	overflow:hidden;
	width:815px;
}
div#prodLeft {
	float:left;
	width:300px;
	text-align:center;
}
div#prodRight {
	float:left;
	width:515px;
}
div#if-prod-subcat div#prodRight {
	width:315px;
}
.smallText { 
	font-size:11px;
	color: #D86D24;
	line-height:16px;
}
.smallText p {
	margin: 0;
	padding:0;
}
.smallText a {
	color: #D86D24;
	text-decoration:underline;
}
.smallText a:hover {
	color:#3D2C2C;
}
h2.txtProdTitle {
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #3D2C2C;
	padding: 0;
}
.prodPrice {
	font: 16px Arial, 'Trebuchet MS', Helvetica;
	color: #90908a;
	text-align:right;
	padding: 0;
	margin:10px 0 0 0;
}
div.prodDesc {
	margin: 0 0 10px 0;
	font-size:12px;
}
h3.prodOpts {
	margin: 10px 0;
	padding:2px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #90908a;
	text-align:center;
}
#prodLeft a img {
	border: 1px solid #EFEFEF;
}
#prodLeft a:hover img {
	border-color: #D86D24;
}
div.notify {
	margin: 15px 0;
	font-size:12px;
	color: #3D2C2C;
	background: #ffefdc;
	border:1px solid #f1d6b5;
	padding:10px;
}
div.notify a {
	color: #3D2C2C;
	text-decoration:underline;
}
div.notify a:hover {
	color: #f4480b;
}
div.notify p {
	margin:4px 0;
	padding:0;
	line-height:15px;
	text-align:center;
}

/* prettify pagination */
.pagination { /* Page 1, 2, 3.. etc */
	text-align: right;
	padding: 0 5px;
	float:right;
	font-size:80%;
	margin: 0px 0;
}
.pagination span {
	padding: 5px;
	border:1px solid #c7c7c7;
}
.pagination a {
	padding: 5px;
	border:1px solid #c7c7c7;
}
.pagination a:hover {
	background: #fff;
}
.noProd {
	text-align:center;
	background: #edede1;
	padding: 10px;
	font-size:85%;
}

/* Cart totals */
table.totals {
	border-collapse:collapse;
	margin:0 0 0 auto;
	padding:0;
	empty-cells: hide;
}
.totalsLab {
	width:140px;
	text-align:right;
	padding: 3px 10px 3px 0;
}
.totalsVal {
	text-align:right;
	padding: 3px 0;
}
table.cartCont {
	border-bottom: 1px solid #d1d1d1;
}

.textbox {
	background: #fff;
	border: 1px solid #90908a;
	color: #90908a;
	padding:2px;
}
.textboxDisabled {
	background-color: #fff;
	border: none;
	font-size: 11px;
	color: #90908a;
}
.submit {	
	background: #fff;
	border: 1px solid #90908a;
	color: #90908a;
	padding: 5px;
	cursor:pointer;
}
.submit:hover {
	color: #90908a;
	background: #fff;
	border: 1px solid #90908a;
}
li.account { /* My account page options */
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtOldPrice {
	text-decoration: line-through;
	color: #90908a;
	font-size:11px;
}
.txtSale {
 	color: #f4480b;
}
.txtOutOfStock {
	color: #f4480b;
}

.dropDown {
	width: auto;
	display:inline;
	border:1px solid #fff;
	vertical-align:middle;
}
.dropDown option {
	padding: 1px 3px;
}

.credits { /*Webcity Credits */
	width: 960px;
	font-size: small;
	letter-spacing: -0.05em;
	margin: 0 auto;
	text-align: center;
	
}

div.txtCopyright {/* To hide cubecart credits until key is applied */
	font-size: 0px;
	color: #fff;
}
.tblList {
	width:100%;
}
#if-subcat .tblList {
	float:left;
	width:75%;
}
#subcat-col {
	width:25%;
	float:left;
	margin-top:-35px;
}
div#if-prod-subcat #subcat-col {
	width:200px;
	margin-top:0;
}
#subcat-col h3 {
	margin: 0 0 10px;
	padding: 0 20px;
	font-size:16px;
	color: #372928;
}
#subcat-col ul {
	list-style:none;
	padding: 0 20px;
}
#subcat-col ul li {
	padding:1px 0;
}
#subcat-col ul li a {
	display:block;
	width:100%;
	padding:5px;
	font-size:14px;
}
#subcat-col ul li a:hover {
}
#supported {
	width:128px;
	height:34px;
	background:url('../styleImages/supported.gif') top left no-repeat;
	position:absolute;
	text-indent:-9999em;
	bottom:0px;
	right:0px;
}