/* RESET */
/* ----------------------------------------- */

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders *//* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: Arial, Helvetica, sans-serif; background: transparent; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; font-size: 62.5%; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }
caption, th, td { font-weight: normal; } 
blockquote:before, blockquote:after, q:before, q:after { content: ""; } 
blockquote, q {	quotes: "" ""; }



/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 	{ font-weight: normal; color: #111; }

h1 					{ font-size: 2em; line-height: 1.25; margin-bottom: 0.2em; }
h2 					{ font-size: 1.5em; line-height: 1.25; margin-bottom: 0.75em; }
h3 					{ font-size: 1.2em; line-height: 1.25; margin-bottom: 0em; margin-top: 1em; font-weight: bold; }
h4 					{ font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; }
h5 					{ font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 					{ font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Text elements
-------------------------------------------------------------- */
p           		{ margin: 0 0 1.5em; line-height: 1.5em; }
					
a:focus, 			
a:hover     		{ color: black; }
a           		{ color: black; text-decoration: underline; }
					
blockquote  		{ margin: 1.5em; color: #666; font-style: italic; }
strong      		{ font-weight: bold; }
em,dfn      		{ font-style: italic; }
dfn         		{ font-weight: bold; }
sup, sub    		{ line-height: 0; }
					
abbr, 				
acronym     		{ border-bottom: 1px dotted #666; }
address     		{ margin: 0 0 1.5em; font-style: italic; }
del         		{ color:#666; }
					
pre,code    		{ margin: 1.5em 0;  }
pre,code,tt 		{ font: 0.8em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */
li ul, li ol		{ margin:0 1.3em; }
ul, ol      		{ margin: 3em 1.5em 1em 1.5em; }
ol li			{ font-size: 1.2em; line-height: 1.25; margin-bottom: 0em; margin-top: 3em; font-weight: bold; }
li ol li		{ font-size: 0.85em; margin: 0 0 0.5em; line-height: 1.5em; font-weight: normal; }
ol.steps		{ margin-top: 1em; }
ol.steps li		{ font-size: 1em; margin: 0 0 0.5em; line-height: 1.5em; font-weight: normal; }

ul         			{ list-style-type: disc; }
ol         			{ list-style-type: decimal; }
		   			
dl         			{ margin: 0 0 1.5em 0; }
dl dt      			{ font-weight: bold; }
dd         			{ margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */
/*table     			{ margin-bottom: 1.4em;  }
th        			{ font-weight: normal;  color: #black; line-height: 28px; color: black; }
th,td     			{ padding: 4px 10px 4px 10px; }
td				{ border-bottom: 1px solid #e6e6e6; line-height: 22px; }
tr.odd td			{ background: #E5ECF9; color:black}
tfoot     			{ font-style: italic; }
caption   			{ background: #eee; }*/


/* Misc classes
-------------------------------------------------------------- */
.small      		{ font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      		{ font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       		{ display: none; }
					
.quiet      		{ color: #666; }
.loud       		{ color: #000; }
.highlight  		{ background:#ff0; }
.added      		{ background:#060; color: #fff; }
.removed    		{ background:#900; color: #fff; }
					
.first      		{ margin-left:0; padding-left:0; }
.last       		{ margin-right:0; padding-right:0; }
.top        		{ margin-top:0; padding-top:0; }
.bottom     		{ margin-bottom:0; padding-bottom:0; }
.clear				{ clear: both; }
.right				{ float: right; }
.left				{ float: left; }

.red			{ color:#f00; }
.green			{ color:#0a0; }

/* Forms
-------------------------------------------------------------- */
/*label       		{ font-weight: bold; display: block; float: left; width: 180px; }
fieldset    		{ padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      		{ font-weight: bold; font-size:1.2em; }*/
input.text, 
input.title, 
textarea, 
select 				{ margin: 0; border:1px solid #bbb; }
input.text:focus, 
input.title:focus, 
textarea:focus, 
select:focus 		{ border:1px solid #666; }
input.text, 
input.title			{ width: 300px; padding:5px; }
input.title   			{ font-size:1.5em; }
textarea			{ width: 390px; height: 150px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.notice, 
.success    		{ padding: 10px; margin: 0 0 8px 0; border: 2px solid #ddd; }
					
.error      		{ background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     		{ background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    		{ background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    		{ color: #8a1f11; }
.notice a   		{ color: #514721; }
.success a  		{ color: #264409; }

.error ul,
.success ul		{ margin:10px 0; }

.error ul li,
.success ul li		{ margin:0 10px; }


/* Common classes
-------------------------------------------------------------- */
.padding10		{ padding:10px; }
.padding1020		{ padding:10px 20px; }



/* ----
   Custom style stuff
   ------------------------ */

body {
	background:#edeae5;
}

div#main {
	background:#006f3a;
	width:950px;
	margin:auto;
}
div#head {
	line-height:20px;
	padding:8px 25px 10px 25px;
	color:#fff;
}
div#head .left {
	padding-top:8px;
}
div#head .right {
	text-align:right;
}
div#head a {
	color:#ddd;
}
div#head ul {
	list-style-type:none;
	margin:0 0 8px 0;
	padding:0;
}
div#head ul li {
	display:inline;
	padding:3px 0 3px 10px;
}
div#head .button {
	background:#ccc;
	border:0;
	font-size:11px;
	padding:2px 8px;
}
.field {
	font-family:arial;
	border:1px solid #ccc;
	font-size:11px;
	width:200px;
	padding:2px;
}
div#white_bg {
	background:#fff;
	margin:25px 25px 10px 25px;
	margin-top:10px;
}
div#left_column {
	width:190px;
	float:left;
	padding:5px;
}
div#left_column h1 {
	margin-top:15px;
}
div#left_column ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
div#left_column ul li a {
	text-decoration:none;
	text-transform:uppercase;
	padding:5px;
	display:block;
	color:#333;
}
div#left_column ul li a:hover {
	background:#efefef;
}
div#main_content {
	float:left;
	width:690px;
	padding-bottom:15px;
}
div#breadcrumb {
	padding:10px 0 7px 0;
	margin-bottom:10px;
	border-bottom:4px solid #ccc;
}
div#breadcrumb ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div#breadcrumb ul li {
	display:inline;
	margin-right:6px;
}
div#main_content h1,
TD.pageHeading, 
DIV.pageHeading {
	text-transform:uppercase;
	color:#111;
	font-size:25px;
	font-weight:normal;
	padding-bottom:1px;
	border-bottom:4px solid #666;
}
div#footer {
	color:#fff;
	vertical-align:middle;
	padding:0 25px 10px 25px;
}
div#footer a {
	color:#fff;
	text-decoration:none;
}
table#product_listing b {
	display:block;
	padding:7px 0;
}
table#product_listing td {
	text-align:center;
	border-bottom:3px solid #eee;
	padding:15px 0;
}
table#product_listing img {
	border:1px solid #ccc;
	padding:6px;
}



form#newsletter {
	margin:0px 0 20px 5px;
	/*border-top:1px dotted #666;*/
	padding-top:15px;
	font-size:12px;
	line-height:16px;
	color:#333;
}
form#newsletter div {
	margin-top:15px;
}
form#newsletter label {
	width:60px;
	float:left;
}

.extra_image {
	border:1px solid #cccccc;
	padding:10px;
}






/* ----
   OsCommerce bits and bobs
   ------------------------ */

.boxText { font-family: Arial; font-size: 11px; }
.errorBox { font-family : Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial; font-size : 10px; color: #70d250; text-decoration: underline; }
IMG.imgBorder { border:2px solid #000000; }

TR.infoBoxContents table .main { color:#666; padding:5px; }

BODY {
  
  color:#666666;
  margin: 0px;
}



.main A:hover {
  color: #000000;
}





TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #404055;
}

TD.footer {
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}

.paddedContent {
  padding:0;
  background:#FFFFFF;
  vertical-align:top;
}

.leftNav {
  background:#404055;
}

.infoBox {
	border:1px dashed #cccccc;

}

.infoBoxContents {
  font-family: Arial;
  font-size: 11px;
  line-height:22px;
}

.infoBoxContents a {
  color:#8195c4;
}

.infoBoxContents a:hover {
  color:#0000C0;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial;
  font-size: 11px;
  color:#FFFFFF;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 24px;
  color: #758ac5;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
}

TR.productListing-odd TD, TR.productListing-even TD {
  border-top:1px dashed #CCCCCC;
}

/*TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #EAEAEA;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #DDDDDD;
}*/

TABLE.mainCategories {
}

TABLE.mainCategories a {
 font-size:12px;
}

TABLE.mainCategories td {
	padding-bottom:15px;
}

table.product_options {
  margin-top:18px;
  font-size:12px;
  background:#ccc;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
}

table.product_options th {
  width:100px;
  background:#fff;
  padding:8px 0;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
}

table.product_options td {
  text-align:center;
  background:#fff;
  padding:4px 0;
  vertical-align:top;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
}

TABLE.productListing {
  border: 1px dotted #CCCCCC;
  margin:10px 0;
}

TABLE.productListing td {
  vertical-align:top;
}

.productListing-heading {
  font-family: Arial;
  font-size: 11px;
  background: #CDEB8B;
  color: #000;
  font-weight: bold;
  padding:3px 4px;
}

.productListing-heading a {
  color:#000;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 11px;
  color:#000000;
  padding:7px 4px;
}

TD.productListing-data a {
  font-family: Arial;
  text-decoration:none;
  color:#444444;
  font-size: 12px;
  font-weight:bold;
}

TD.productListing-data a:hover {
  color:#000000;
}
A.pageResults {
  text-decoration:none;
}

A.pageResults:hover {
  
}



TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial;
  font-size: 13px;
  line-height: 1.5;
  color:#666666;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial;
  font-size: 11px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 11px;
  color: #ff0000;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

TD.productPriceInListing {
  font-family: Arial;
  font-size: 11px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Arial;
  font-size: 11px;
  background: #eeeeee;
  text-align:center;
  border-bottom: 1pt black solid; 
  border-right: 1pt black solid;
}

TD.productPriceInProdInfo {
  font-family: Arial;
  font-size: 12px;
  background: #ccFFcc;
}

IMG.productImage {
  border:1px solid #000000;
}

.leftColumn {
  vertical-align:top;
}
.leftColumn a {
  color:#FFF;
}

.largeCategories {
  margin-top:20px;
}
.largeCategories a { 
  display:block;
  font-size:14px; 
  width:180px;
  color:#000;
}
.largeCategories a:hover {
  text-decoration:underline;
  color:#000;
}

.moduleRow { }
/*.moduleRowOver { background-color: #EAEAEA; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #DEDEDE; }*/

.checkoutBarFrom, .checkoutBarTo { font-family: Arial; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 11px; color: #ff0000; }



TD.tab {
	background-color: #3E63AE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	}
		
A.tab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration : none;
	}
A.tab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration : none;
}
TD.ontab {
	background-color: #3E63AE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #ffffff;
	}

A.headerLink {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #000099;
	text-decoration : none;
}
A.headerLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #99ccff;
	text-decoration : none;
}
A.ontab {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: smaller;
 color: #ffcc00;
 text-decoration : none;
}
A.ontab:hover {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: smaller;
 color: #ffcc00;
 text-decoration : none;
}



.top_address {
	float:left;
}