
/* Defined Tags */
body {
	background: #666 url(images/tile_main.jpg) 50% 0 repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

hr {
height:1px;
}

a:link{
font-size:12px;
color:#360;
}

a:visited{
font-size:12px;
color:#360;
}

a:hover{
font-size:12px;
color:#000;
}

a:active{
font-size:12px;
color:#360;
}

input {
background-color:#CCCCCC;
font-size:12px;
}

select {
background-color:#CCCCCC;
font-size:12px;
}

textArea{
font-family:Arial, Helvetica, sans-serif;
background-color:#CCCCCC;
font-size:12px;
}


/* Classes */
div.hrThin{
margin:10px;
height:10px;
height:1px;
color:red;
background-color:red;
}
div.hrThin hr {
display:none;
}
.pd15 {
padding:15px;
}

.extra {color:#360} /* extra strong color emphasis */
.small {font-size:10px; color:#360;} /* emphasis with deemphasized text size */

/* Divs Ids */



/********************
	ADDED BY SETH
********************/

div.clearer {height: 1%; clear: both; margin: 0; padding: 0;}

h2 { 
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: #597A05;
	font-size: 14px;
	font-family: "Arial Black",Arial,Helvetica,sans-serif;
	margin: 0;
}
h2 em {font-style: normal}

h3 {margin: 1em 0}

/* Lists */
dt {font-weight: bold; color: #666;}
dd {margin-left: 1em}
dd dt {
	font-weight: normal;
	font-style: italic;
}

/* anchor buttons */
a.button {
	display: block;
	border: 1px solid #CCC;
	padding: 0.25em;
	text-decoration: none;
}
a.button:hover {
	border-color: #999;
	background-color: #EEE;
}

/* Forms */
label {
	display: block;
	margin: 5px 0 0 0;
}
fieldset,form div {
	border: none;
	margin: 0 0 1em 0;
	padding: 0;
}
legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
label.inline {display: inline}
input.checkbox {width: auto !important; border: none !important; background: none !important;}
input.button {width: auto !important}

/* Contact Form */
form#contact {width: 27em}
#contact input,
#contact textarea,
#contact select {width: 15em; float: left;}
#contact label {float: left; clear: left; width: 10em;}

/*** STORE ***/

/* Breadcrumbs */
ul#breadcrumbs {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}
ul#breadcrumbs li {display: inline}

/* Categories */
div#key {
	float: right;
	width: 15em;
	margin: 0 0 1em 1em;
	border: 1px solid #666;
}
div#key dl {
	margin: 1em;
	height: 2em;
}
div#key dt {
	float: left;
	clear: left;
	width: 1em;
	margin: 0 !important;
	font-weight: bold;	
}
div#key dd {
	float: left;
	font-style: italic;	
}
div#key h4 {
	margin: 0 0 1em 0;
	background: #EEE;
	border-bottom: 1px solid #666;
	padding: 0.25em;
}

ul.subcategories {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.subcategories li {clear: left}
ul.subcategories li a.avatar {
	display: block;
	width: 100px;
	float: left;
	margin: 0 1em 1em 0;
}

/* Products */
table.data {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	margin-bottom: 1em;
	background: #FFF;
}
.data tr.alternate {background: #E3E3E3 !important}

.data th {background: #EEE}
.data td,
.data th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0.5em;
	text-align: center;
}
.data .product, /* .product could be <th> or <td> */
.data td.description {text-align: left}
.data .product a {font-weight: bold}

.data th#image {width: 85px}
.data th#price,
.data th#subtotal {width: 6em}
.data th#qty {width: 4em}
.data td.qty input {
	width: 85%;
	margin-bottom: 5px;
	text-align: center;
}
* html .data input {width: 10px}
* html .data input.checkbox {width: auto}

.data p {margin: 0}
.data p+p {margin: 0 0 1em 0}

.data dd {margin-left: 0}

.data ul {
	text-align: left;
	margin-left: 0.75em;
	padding-left: 0.75em;
}

img#productDetail {
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	border: 1px solid #000;
}

/* CART */
div#cartInfo {
	float: right;
	width: 15em;
	text-align: right;
	background: url(images/cart.gif) no-repeat;
}
#cartInfo p {margin: 0}

table#cartContents {margin-bottom: 1em}
#cartContents input {width: 100%; text-align: center;}
#cartContents td.product {font-weight: normal}
th#qty,th#remove {width: 4em}


input.button,
input[type=file] {width: auto !important}
input.button:hover {cursor: pointer; background: #EEE;}


input.undo {color: #FFF; background: #900}
input.undo:hover {background: #E00}

input.do {color: #FFF; background: #360}
input.do:hover {background: #693}

form#updateCart div {text-align: right}


/* ORDER SUMMARY */
div#orderSummary {
	padding: 1em 1em 0 1em;
	text-align: left !important;
	border: 1px solid #CCC;
	width: 97% !important;
	width /**/: 99%; /* For IE 5 */
	
	-moz-border-radius: 5px;
}
div#orderSummary h3 {margin-top: 0}
div#orderSummary dt {
	float: left;
	clear: left !important;
	width: 20%;
}
div#orderSummary dd {
	float: right;
	clear: right;
	width: 80%;
	margin: 0;
	text-align: right !important;
}

div#orderSummary .tax {background: #EEE}
div#orderSummary .total {
	color: #F00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25em;
}

form#continueShopping {clear: left}
form#clearCart,
form#checkoutCart,
form#continueShopping {
	float: left;
	width: 33%;
	margin: 1em 0 0 0;
}

form#continueShopping {text-align: left}
form#clearCart {text-align: center}
form#checkoutCart {text-align: right}
