/* STANDARD STYLES */
body {
	background: #75b624 url('images/background.jpg') top center repeat;
	padding: 0;
	margin: 0;
}
table {
	border: 0;
	border-collapse: collapse;
}
th {
	text-align: left;
}
th, td {
	vertical-align: baseline;
	padding: 0;
}
img {
	border: 0;
}
form {
	display: inline;
}

/* SITE STYLES */
#header, #banner, #navigation, #contentContainer, #footer {
	margin: 0;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

/* BANNER STYLES */
#banner {
	font-family: sans-serif;
	font-size: 12px;
	text-align: right;
	background-color: #313131;
}
#bannerLogin label {
	padding-left: 6px;
}
#bannerLogin a {
	color: #ddd;
}
#bannerLogin {
	padding: 4px 8px 5px 6px;
	color: #969696;
}

/* login and search button styles */
.buttonBlack {
	height: 22px;
	width: 46px;
	background: url('images/button-black.gif') no-repeat 0 2px;
	border: none;
	cursor: pointer;
	color: #fff;
}
.buttonBlack:hover {
	background: url('images/button-black.gif') no-repeat 0 -22px;
}

/* NAVIGATION STYLES */
#navigation {
	height: 35px;
	border-top: 1px solid #fff;
	background-color: #000;
}
#navigation .navigationStore {
	width: 164px;
	text-align: center;
	border-right: 1px solid #fff;
}
#navigation .navigationLinks {
}
#navigation .navigationSearch {
	width: 255px;
 	text-align: right;
	border-left: 1px solid #fff;
}
#navigation td {
	padding: 7px 8px 9px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#navigation .navigationSearch input.search {
	margin-left: 6px;
	margin-right: 6px;
}
#navigation a {
	margin-left: 30px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

/* CONTENT WRAPPER LAYOUT STYLES */
#contentContainer {
	background-color: #f0f0f0;
}
#leftColumnContainer {
	width: 180px;
	vertical-align: top;
	border-right: 1px solid #fff;
}
#leftColumnContainer .viewCart {
	padding: 8px;
}
#productCategory {
	background-color: #fff;
}

/* CONTENT STYLES */
#content {
	width: 699px;
	vertical-align: top;
	border: none;
}
/* margins for all content items */
#content h1, #content h2, #content h3, #content h4, #content p, #content .productItem .productName, #content .productItem .productPrice, #content .cart, #content .layout {
	margin-left: 12px;
	margin-right: 12px;
}

#content .backgroundColorLayout {
	margin: 0;
	width: 699px;
	background-color: #fff;
}
#content div.backgroundColorLayout, #content table.backgroundColorLayout td {
	padding-top: 1px;
	padding-bottom: 12px;
}

#content .breadcrumb {
	margin-left: 16px;
}
#content .breadcrumb a, #content .breadcrumb a:hover {
	font-weight: normal;
	color: #75b624;
}

/* PRODUCT DISPLAY */

/* product images */
#content .productItem .productImage, #content .productView .productImage {
	border: 2px solid #75b624;
	margin-left: 12px;
	margin-bottom: 12px;
}

/* product item wrappers */
#content .productFeaturesWrapper {
	width: auto;
	background-color: #fff;
}
#content .productGroupWrapper {
	clear: both;
	background-color: #fff;
}
#content .productRelatedWrapper {
	width: auto;
	background-color: #fff;
}
#content .productGroupWrapper h2 {
	background: #999;
	color: #fff;
	margin: 0;
	margin-bottom: 12px;
	padding: 4px 12px;
}

/* product item wrapper clearer styles for silly IE matching the background of what the HR is in */
#content .productFeaturesWrapper .clearer, #content .productGroupWrapper .clearer, #content .productView .clearer {
	color: #fff;
}

/* sub category items (in lists) */
#content .subCategoryItem {
	position: relative;
	width: 169px;
	background-color: #fff;
	margin: 2px;
	float: left;
	display: inline; /* Fix IE horizontal floating margins */
}

/* product items (in lists) */
#content .productItem {
	width: 160px;
	background-color: #fff;
	margin: 8px 0;
}
#content .productItem .productName, #content .productItem .productPrice, #content .productItem .productImage {
	margin: 0 12px;
}
#content .productItem .productName a, #content .productItem .productPrice a, #content .productItem .productImage a {
	font-weight: normal;
	text-decoration: none;
}
#content .productItem .productName, #content .productItem .productName a {
	color: #000;
}
#content .productItem .productPrice, #content .productItem .productPrice a {
	color: #75b624;
}
#content .productItem .productImage {
	width: 100px;
	height: 100px;
	margin-bottom: 6px;
}

/* product view */
#content .productView {
	width: 683px;
	/* margin-bottom: 4px; TODO */
	/* margin-left: 8px; TODO */
	background-color: #fff;
}
#content .productView h3 {
	font-size: 12px;
}
#content .productView table {
	margin-bottom: 4px;
}
#content .productView .productImage {
	float: left;
	width: 272px;
	height: 272px;
	display: inline; /* Fix IE horizontal floating margins */
}
#content .productView .productDescription {
	/* padding-left: 16px; TODO */
	width: 381px;
	float: left;
	display: inline; /* Fix IE horizontal floating margins */
	margin-left: 12px;
	margin-bottom: 12px;
}
/* product view inventory styles */
#content .productView .productInventory {
	margin-top: 2px;
	/* margin-left: 12px; TODO */
	width: 689px;
	border: 1px solid #ccc;
}
#content .productView .productInventory h2 {
	font-size: 11px;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 15px;
	height: 21px;
	padding: 8px 12px;
	background-color: #ccc;
}
/* product view price styles */
#content .productView .productPrice {
	height: 25px;
	width: 667px;
	padding: 4px 12px;
	background-color: #75b624;
	color: #fff;
}
#content .productView .productPrice div {
	width: 120px;
	float: left;
	display: inline; /* Fix IE horizontal floating margins */
}
#content .productView .productPrice .productQuantity {
	text-align: right;
	width: 300px;
	float: right;
	display: inline; /* Fix IE horizontal floating margins */
}
#content .productView .productPrice p {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

/* Search page styles */
#content .searchCategory a {
	color: #75b624;
}

/* Store cart page styles */
#content .cart {
	width: 667px;
}
#content .cart td {
	padding: 12px 0;
}
#content .cart .total td, #content .cart .postage td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#content .cart th {
	color: #000;
}
#content .cart .subtotal td, #content .cart .postage td, #content .cart .total td {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Cart remove item button styles */
#content .buttonRemove {
	height: 22px;
	width: 23px;
	background: url('images/button-tiny.gif') no-repeat 0 2px;
	border: none;
	cursor: pointer;
	color: #000;
}
#content .buttonRemove:hover {
	background: url('images/button-tiny.gif') no-repeat 0 -22px;
}
#content .cart .buttonRemove {
	margin-left: 8px;
}

/* FOOTER STYLES */
#footer {
	clear: both;
	height: 20px;
	text-align: center;
	background: #313131;
	border-top: 2px solid #fff;
}
#footer p, #footer a {
	margin: 0;
	margin-top: 3px;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #808080;
}

/* table styles for form layouts */
.layout {
	margin-top: 20px;
}
.layout td, .layout th {
	padding: 4px 0;
	color: #757575;
}
.layout th {
	font-weight: normal;
	width: 200px;
}

/* list table styles */
.list {
	width: 100%;
}
.list thead tr th{
	vertical-align: middle;
	padding-bottom: 4px;
}
.list tr.searchResult td {
	vertical-align: middle;
}
.list th.first {
	padding-left: 10px
}
.list tr.searchResult td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.list tr.searchResult .first {
	padding-left: 20px;
}


/* MAIN VISUAL STYLES */
h1, h2, h3, h4, p, li, th, td, legend, input, select, option, optgroup, input, span, label, textarea {
	font-family: sans-serif;
	font-size: 12px;
	color: #808080;
}
h1 {
	font-family: Century Gothic, Verdana, sans-serif;
}
a, a:active, a:visited {
	font-weight: bold;
	color: #000;
}
h1 {
	font-size: 23px;
	font-weight: normal;
	color: #75b624;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}
h2, h3, p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.25em;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #75b624;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #75b624;
}
p.links {
	margin: 0;
}

/* input styles */
input.tiny {
	width: 20px;
}
input.small {
	width: 40px;
}
input.medium {
	width: 80px;
}
input.text {
	width: 160px;
}
input.large {
	width: 320px;
}
textarea.large {
	width: 324px;
}
input.search {
	width: 130px;
}

/* button styles */
#content .buttonLarge {
	height: 22px;
	width: 96px;
	background: url('images/button-large.gif') no-repeat 0 2px;
	border: none;
	cursor: pointer;
	color: #000;
}
#content .buttonLarge:hover {
	background: url('images/button-large.gif') no-repeat 0 -22px;
}

/* Error message styles */
.error, .errors, .error th, .error td, .error tr {
	color: #993333;
}

/* CLEARER: This is for the HR placed at the bottom of a DIV containing only floating DIVs to give a height to the containing DIV */
.clearer {
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}
