/* GlOBAL COLOURS:
   #fff	   WHITE 
   rgb(100,50,0) LIGHT GREEN
   #006547 DARK GREEN  
   #f4480b RED
*/
   

/* 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; }
select { font: 12px Arial, Helvetica, sans-serif;color: #000; }	
p { margin: 0 0 30px 0; }
.centered { text-align:center; }


/* GLOBAL styles */
body {
	margin:0;
	padding:0;
	font: 14px Arial, Helvetica, sans-serif;
	background: rgb(248,237,219);
}

/* link definitions */
a { text-decoration:none; color: rgb(214,137,9);}
a:hover {color: rgb(100,50,0);}
a.txtButton {margin: 0 3px;}

/* CUSTOM styles */
#dropshadow { /* optional dropshadow */
	width: 940px;
	background: url('../../maximus/styleImages/backgrounds/bg_dropshadow.gif') top left repeat-y;
	margin: 0px auto;
	padding: none ;
}

#header {
	height:135px;
	width:940px;
	background: url('../../maximus/styleImages/backgrounds/header.png') top left no-repeat;*/
	margin: none;
	padding: none;
	overflow:hidden;
}

#header a#logoLink {/* Make the logo image an actual link */
	float:left;
	width: 175px;
	height:125px;
	background: url('../styleImages/backgrounds/logo.png') top left no-repeat;
	margin: 5px 25px 0px 26px;
}
/* Hide the span containing the site's name so that people with css turned off still see the link, but everyone else doesn't */
#header a#logoLink span {
	visibility:hidden;
}

#headerRight {
	float: right;
	width: 150px;
	margin: 0 25 50 50;
}

#sessionSecure {
	float: left;
	display:block;
	height: 55px;
	width: 125px;
	background: url('../styleImages/backgrounds/secure.png') top no-repeat;
}

#sessionButtonLogin {
	float: left;
	display:block;
	height: 31px;
	width: 80px;
	background: url('../styleImages/backgrounds/login.png') top no-repeat;
}

#sessionButtonRegister {
	float: left;
	margin-right: 4px;
	display:block;
	height: 31px;
	width: 80px;
	background: url('../styleImages/backgrounds/register.png') top no-repeat;
}

#bodyCont { /* Contains all three columns */
	width: 940px;
	/*margin: 15px 0px 15px 25px;*/
	margin-left: 40px;
	margin-right: 15px;
	margin-top: 15px;
	padding-left: 8px;
	min-height:100px;
	overflow:hidden;
	/*border: solid;*/
}

.colLeft {/* Left column */
	width:165px;
	float:left;
	/*margin: 0px 5px 0px 10px;*/
	/*border: solid;*/
}

.colMid {/* Middle column */
	float:left;
	width:500px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	/*border: solid;*/
}

.colRight {/* Right column */
	width:165px;
	float: left;
	margin: 0px 5px 0px 10px;
	/*border: solid;*/
}

.colLeft[class] {/* Left column */
	width:165px;
	float:left;
	/*margin: 0px 5px 0px 10px;*/
	/*border: solid;*/
}

.colMid[class] {/* Middle column */
	float:left;
	width:500px;
	margin: 0px 0px 0px 10px;
	text-align: center;
	/*border: solid;*/
}

.colRight[class] {/* Right column */
	width:165px;
	float: left;
	margin: 0px 5px 0px 10px;
	/*border: solid;*/
}

/* boxes */
.boxContent {
	color: rgb(100,50,0);
	line-height:20px;
	margin: none;
	/*border: solid;*/
}

.boxTitleLeft, .boxTitleRight {
	background: rgb(255,175,40);	
	size: 165px;
}
.boxTitleLeft h2, .boxTitleRight h2 {
	font: 14px Arial, 'Trebuchet MS', Helvetica;
	font-weight: bold;
	color: rgb(100,50,0);
	padding: 5px 5px 5px 5px;
	text-align:center;
}
.boxContentLeft, .boxContentRight {
	padding: 10px 0px 10px 0px; 
	margin-bottom:20px;
	background: rgb(248,237,219);
	font-size:12px;
}
.boxContentLeft ul, .boxContentRight ul, #saleBox 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 */
	background: rgb(255,175,40);	
	color: rgb(100,50,0);
	font: 14px Arial, 'Trebuchet MS', Helvetica;
	font-weight: bold;
	text-align:left;
	padding: 5px 5px 5px 5px;
	margin: 0;
}

#cartBottom
{
	background: rgb(255,175,40);	
	color: rgb(100,50,0);
	font: 12px Arial, 'Trebuchet MS', Helvetica;
	text-align:center;
	padding: 5px 5px 5px 5px;
}

/* Footer for copyright etc */
#footer {
	/*width: 937px;
	height: 91px;
	background: url('../styleImages/backgrounds/footer.gif') top left no-repeat; */
	background: rgb(248,237,219);
	padding: 25px 25px;
	color: rgb(100,50,0);
	text-align:center;
	font-size: small;
}

/* -------------- CubeCart-Element > {page_content} ----------------------- */
/* Latest Products */
.latestCont {
	overflow:hidden;
	padding: 10px 0;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
/* For latest products */
table.frontTab {
	margin:10px auto;
	border-collapse:collapse;
	border:0;
}
table.frontTab td {
	padding: 5px 10px;
	text-align:center;
	font-size:14px;
}
table.frontTab td a {
	color: rgb(100,50,0);
	border-bottom: 1px dotted #006547;
}
table.frontTab td a:hover {
	color: rgb(100,50,0);
}
table.frontTab td a.latestIMG {
	border:0;
}

/* -------------- {site_docs} ----------------------- */
.siteDocs {
	float: left;
	text-align:center;	
	margin: 75px 15px 25px 0px ;
	width: 500px;	
}
.siteDocs a {
	background-color: rgb(251,237,215);
	font: 14px Arial, 'Trebuchet MS', Helvetica;
	font-weight: bold;
	color: rgb(100,50,0);
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid rgb(100,50,0);
	border-right: 1px solid rgb(100,50,0);
	border-top: 1px solid rgb(100,50,0);
	border-bottom: 1px solid rgb(100,50,0);

}
.siteDocs a:hover {
	background: rgb(100,50,0);
	padding: 5px 5px 5px 5px;
	color: rgb(255,175,40);
}

.logincorner {
	float: left;
	text-align:center;
	padding: 5px 0px 5px 0px;	
	margin: 18px 25px 25px 5px ;
	width: 165px;	
}
.logincorner a {
	line-height: 15px;
	font: 12px Arial, 'Trebuchet MS', Helvetica;
	font-weight: bold;
	background: rgb(100,50,0);
	padding: 5px 8px 5px 8px;
	color: rgb(251,237,215);
	text-decoration:none;
	margin: none;
	padding: 5px 8px 5px 8px;
}
.logincorner a:hover {
	background-color: rgb(251,237,215);
	padding: 5px 8px 5px 8px;
	color: rgb(100,50,0);
}


.loginleft {
	text-align:center;
	background: rgb(248,237,219);
	color: rgb(100,50,0);
	padding: 0px 0px 5px 0px;	
	width: 165px;	
}
.loginleft a {
	line-height: 25px;
	font: 12px Arial, 'Trebuchet MS', Helvetica;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	color: rgb(251,237,215);
	text-decoration:none;
	margin: none;
	padding: 5px 8px 5px 8px;
}
.loginleft a:hover {
	background-color: rgb(251,237,215);
	padding: 5px 8px 5px 8px;
	color: rgb(100,50,0);
}

.siteDocs2 {
	float: none;
	text-align:center;	
	margin: 0px 0px 0px 0px ;
	width: 490px;	
	/*border: solid;*/
}
.footerLinks {
	margin:0;
	padding:0;
	font: 12px Arial, Helvetica, sans-serif;
}

/* -------------- {search_form} ----------------------- */
.searchForm {
	margin-top:20px;
}
.searchBox {
	background: #fff;
	border:0;
	padding:2px;
	color: rgb(100,50,0);
	font: 12px 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 */


/* -------------- {categories} ----------------------- */

#categorybox {
background: rgb(128,67,2);
padding: none;
margin-bottom:20px;
}

#cartBox{ 
	background: rgb(128,67,2);
	color: white;
	text-align:center;
	font-size:12px;
	font-weight: bold;
}

li{
	list-style-type: none;
}

ul#categoryLinks li a{
	list-style-type: none;
	padding: 0px 5px 5px 20px;
	margin: none;
	color: white;
	font-weight: bold;
	font: 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid rgb(252,138,12);
	line-height: 25px;
	display:block;
}
ul#categoryLinks li a:hover {
	list-style-type: none;	
	display:block;
	color: white;
	font-weight: bold;
	padding: 0px 5px 5px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	background: rgb(168,95,16);
	line-height: 25px;
}
/* -------------- {sale} ----------------------- */

#saleBox {
background: rgb(248,237,219);
padding: none;
margin: 0px 0px 25px 0px;
}
ul#saveLinks li a {
	margin: none;
	color: rgb(100,50,0);
	font: 12px Arial, Helvetica, sans-serif;
	padding: 7px 5px 5px 20px;
	border-bottom: 1px solid rgb(238,214,166);
	display:block;
}
ul#saveLinks li a:hover {
	display:block;
	color: rgb(100,50,0);
	padding: 7px 5px 5px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	background: rgb(238,214,166);
}


/* 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: rgb(100,50,0);
}

/* -------------- {session} ----------------------- */
/* Forms */
h3.formTitle { /* Used to section forms under different headings */
	color: rgb(100,50,0);
	padding: 20px 0 0 0;
	margin-bottom:10px;
	border-bottom: 1px solid #edede1;
	clear:left;
}
.padForm {
	text-align:center;
}
.regbox {
	border: 1px solid #edede1;
	padding:3px;
}
.regboxCheck {
	padding:3px;
}
.reglabel, .regbox, .regboxCheck {
	float:left;
	width: 30%;
	display:block;
	margin-bottom:10px;
}
.req { /* For changing the label colour of required forms to red */
	color: #f4480b;
}
.reglabel {
	text-align:right;
	padding-right:100px;
	clear:left;
}
.submitReg {
	text-align:center;
	clear:left;
	padding-top:10px;
}
.submitReg a {
	padding: 5px;
	background: #fff;
	border: 1px solid rgb(100,50,0);
	color: rgb(100,50,0);
}
.submitReg a:hover {
	background: #fff;
	border: 1px solid #006547;
	color: #006547;
}
.txtError { /* If a field isn't filled */
	text-align:center;
	padding: 10px 0;
	background: #;
	border: 1px solid rgb(100,50,0);
	color: rgb(100,50,0);
}

.txtBoxSave {
	padding-left:6px;
	display:block;
}
span.saving { 
	color: rgb(100,50,0);
}

/* -------------- {mail_list} ----------------------- */

.mailList { /* Mailing list input */
	background: #fff;
	border:0;
	padding: 2px;
}

/* -------------- {shopping_cart} ----------------------- */

.tdListTitle, .tdcartTitle { /* Cart and cat table titles */
	color: rgb(100,50,0);
	margin-bottom:10px;
	border-bottom: 1px solid rgb(231,196,130);
}
.tdcartEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdcartOdd {
	background-color: transparent;
	padding: 10px 2px;
}
.tdEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdOdd {
	background-color: transparent;
	padding: 10px 2px;
}
.tblList,.tblList4 {
	border-collapse:separate;
	border-spacing:7px;
}
.tblList td, .tblList4 td {
	/*border: 1px solid rgb(231,196,130);*/
	text-align:center;
	font-size:11px;
	line-height:18px;
}
.tblList td { width:33%; }
.tblList4 td { width:25%; }

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid rgb(231,196,130);
}
.tblList td a {
	color: rgb(215,136,5);
	text-decoration:none;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tblList td a:hover {	color: rgb(100,50,0); }
 a.txtviewCart {
	color: white;
	text-decoration:none;
	font: 12px Arial, Helvetica, sans-serif;
	padding-left:20px;
	font-weight: bold;
}
a.txtviewCart:hover {	
	font-weight: bold;
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
}
.cartProgress { /* Progress bar at top of cart pages */
	font-weight: normal;
	color: rgb(100,50,0);
	padding: 3px;
	border: 1px solid rgb(231,196,130);
	width: 350px;
	margin: 10px auto 20px auto;
}
.txtcartProgressCurrent {
	color: rgb(100,50,0);
	font-weight: bold;
}
.txtStockWarn {
	color: #f4480b;
}

/* Crumbs */
div.location {
	margin: 5px 0;
	text-align:left;
	font-size:12px;	
	padding-left:20px;
	background: url(../../../images/folder.gif) center left no-repeat;
}
div.location a, a.txtButton {
	color: rgb(214,137,9);
}
div.location a:hover, a.txtButton:hover {
	color: rgb(100,50,0);
}

/* viewprod page */
div#prodContainer {
	overflow:hidden;
	border: 10px solid rgb(231,196,130);
	padding: 5px 5px 20px 5px;
}
div#prodLeft {
	float:left;
	width:40%;
	text-align:left;
}
div#prodRight {
	float:right;
	width:60%;
}
.smallText, .smallText a { 
	padding: 5px 5px;
	font-size:11px;
	color: rgb(214,137,9);
	line-height:16px;
}
.smallText p {
	margin: 0;
	padding:0;
}
.smallText a {
	color: rgb(214,137,9);
	/*border-bottom: 1px  rgb(100,50,0);*/
}
.smallText a:hover {
	color: rgb(100,50,0);
}
h2.txtProdTitle {
	font: 16px Arial, 'Trebuchet MS', Helvetica;
	font-weight: bold;
	color: rgb(100,50,0);
	background: rgb(255,175,40);	
	text-align:left;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}
.prodPrice {
	font: 16px Arial, 'Trebuchet MS', Helvetica;
	color: rgb(231,196,130);
	/*text-align:right;*/
	padding: 5px 5px 5px 5px;
}
div.prodDesc {
/*
	border-top: 1px dotted rgb(100,50,0);
	border-bottom: 1px dotted rgb(100,50,0);
*/
	text-align:justify;
	margin: 0 0 11px 0;
	padding: 2px 2px;
	font-size:11px;
}
.customtext p {
	text-align:justify;
	margin: 0 0 11px 0;
	padding: 2px 2px;
	font-size:11px;
}

h3.prodOpts {
	margin: 5px 0;
	padding:2px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: rgb(215,136,5);
	text-align:left;
}
#prodLeft a img {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid rgb(231,196,130);
	/* rgb(100,50,0) */
}
#prodLeft a:hover img {
	border-color: rgb(100,50,0);
}
.thumbIMG {
	max-width:125px;
	border: 1px solid rgb(231,196,130);
	width: expression(this.width > 125 ? 125: true);  /* for Internet Explorer
	*/
}
div.notify {
	margin: 15px 0;
	color: #f4480b;
	font-size:12px;
	padding: 6px 0;
	border-bottom: 1px dotted rgb(100,50,0);
	border-top: 1px dotted rgb(100,50,0);
}
div.notify a {
	color: #f4480b;
	border-bottom: 1px dotted rgb(100,50,0);
}
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: 5px;
	font-size:80%;
	margin: 10px 0;
	background: rgb(100,50,0);
}
.pagination span {
	padding: 5px;
	border:1px solid rgb(100,50,0);
}
.pagination a {
	padding: 5px;
	border:1px solid rgb(100,50,0);
}
.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 rgb(100,50,0);
}

.textbox {
	background: #fff;
	border: 1px solid rgb(100,50,0);
	color: rgb(100,50,0);
	padding:2px;
}
.textboxDisabled {
	background-color: #fff;
	border: none;
	font-size: 11px;
	color: rgb(100,50,0);
}
.submit {	
	background: #fff;
	border: 1px solid rgb(100,50,0);
	color: rgb(100,50,0);
	padding: 5px;
	cursor:pointer;
}
.submit:hover {
	color: rgb(100,50,0);
	background: #fff;
	border: 1px solid rgb(100,50,0);
}
li.account { /* My account page options */
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtOldPrice {
	text-decoration: line-through;
	color: rgb(215,136,5);
	font-size:11px;
}
.txtSale {
	color: rgb(100,50,0);
	font-weight: bold;
}
.txtOutOfStock {
	color: #f4480b;
}

.dropDown {
	width: auto;
}

.credits { /* Credits */
	margin: 0px 25px 0px 20px;
	padding: 5px 10px 35px 10px;
	background: rgb(248,237,219);
	color: rgb(100,50,0); 
	/*padding: 10px 55px 0px 55px; */
	font-size: 10px; 
	text-align: center;
}

input.registration{
	/*border: none;*/
}


img{
	z-index: -1;
}