/* BASE CSS */

* {
    margin: 0px;
    padding: 0px;
}

html, body {
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #665739;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

a:link {text-decoration: none; color : #7C5944}
a:visited {text-decoration: none; color : #7C5944}
a:active {text-decoration: none; color : #7C5944}
a:hover {text-decoration: none; color : #000000}

img { border: none; }


/* LAYOUT CSS */

#wrapper {
	width: 100%;
}

#container {

}	width: 855px;

#header {
}

#leftnav {
	width: 151px;
	letter-spacing: .1em;
}

#leftnav {
	text-align: right;
}

#leftnav p {
	color: #7C5944;
	font-size: 13px;
	line-height: 14px;
	padding: 0px 12px 5px 0px;
}

#leftnav div {
	color: #000000;
	font-size: 15px;
	line-height: 24px;
	padding-right: 12px;
}

#leftnav .white {
	color: #FFFFFF;
}

#leftnav p a:link {text-decoration: none; color : #7C5944}
#leftnav p a:visited {text-decoration: none; color : #7C5944}
#leftnav p a:active {text-decoration: none; color : #7C5944}
#leftnav p a:hover {text-decoration: none; color : #FFFFFF}

#leftnav a:link {text-decoration: none; color : #FFFFFF}
#leftnav a:visited {text-decoration: none; color : #FFFFFF}
#leftnav a:active {text-decoration: none; color : #FFFFFF}
#leftnav a:hover {text-decoration: none; color : #7C5944}

#content {
	margin: 0px 0px 8px 7px;
	padding: 0px;
	width: 704px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #7C5944;
	font-size: 13px;
	line-height: 21px;
}

#content p {
	margin-bottom: 10px;
}

#bottomnav {
	background-repeat: repeat-x;
	background-position: bottom;
	height: 76px;
	padding-top: 5px;
	font-size: 12px;
	color: #7C5944;
	vertical-align: top;
}

#bottomnav div {
	width: 850px;
	text-align: right;
}

#bottomnav a:link {text-decoration: none; color : #7C5944}
#bottomnav a:visited {text-decoration: none; color : #7C5944}
#bottomnav a:active {text-decoration: none; color : #7C5944}
#bottomnav a:hover {text-decoration: none; color : #FFFFFF}

#bottomnav .textbox {
	width: 118px;
	padding-left: 2px;
	font-size: 11px;
}

.whitesubmit {
	border: 0px;
	color: #FFFFFF;
	background-color: #CACD6F;
	font-size: 12px;
}

#footer div {
	width: 847px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 15px;
	font-size: 12px;
	line-height: 17px;
}

#footer a:link {text-decoration: none; color : #FFFFFF}
#footer a:visited {text-decoration: none; color : #FFFFFF}
#footer a:active {text-decoration: none; color : #FFFFFF}
#footer a:hover {text-decoration: none; color : #7C5944}

/* CONTENT CSS */

h1 {
	font-size: 30px;
	color: #B0B429;
	line-height: 20px;
	font-weight: normal;
}

h1.brown {
	font-size: 24px;
	color: #665739;
	line-height: 40px;
	font-weight: normal;
	padding-top: 10px;
}

h2 {
	font-size: 30px;
	color: #B0B429;
	line-height: 30px;
	font-weight: normal;
	margin-top: 10px;
}

.blue {
	color: #66B2D1;
}

.homeblue {
	color: #66B2D1;
	letter-spacing: .1em;
}

.blue a:link {text-decoration: none; color : #66B2D1}
.blue a:visited {text-decoration: none; color : #66B2D1}
.blue a:active {text-decoration: none; color : #66B2D1}
.blue a:hover {text-decoration: none; color : #7C5944}

.green {
	color: #B0B429;
	font-weight: bold;
}

.caps {
	text-transform: uppercase;
}

.green a:link {text-decoration: none; color : #B0B429}
.green a:visited {text-decoration: none; color : #B0B429}
.green a:active {text-decoration: none; color : #B0B429}
.green a:hover {text-decoration: none; color : #7C5944}

.brown {
	color: #665739;
	font-weight: bold;
}

.moneyFormat{    
	text-align: right;
}

#productGrid {
	margin-left: 50px;
	color: #7C5944;
	font-size: 14px;
}

#productGrid table {
}

#productGrid td {
	vertical-align: bottom;
	text-align: center;
}

#productGrid .photo {
	padding-top: 25px;
}

#productGrid .name {
	padding-top: 5px;
}


#productDetail {
	margin-left: 50px;
	width: 654px;
}

#productDetail table {
}

#productDetail td {
	vertical-align: top;
}

#productDetail #productPhotos {
	margin: 4px 0px;
}

#productDetail .description {
	font-size: 14px;
	line-height: 22px;
}

#viewCart {
	text-align: left;
	margin-left: 50px;
	width: 654px;
}

#viewCart h2 { }

#viewCart #pageError {
	border: 1px solid #C00000;
	padding: 5px;
	line-height: 20px;
	font-weight: bold;
}

#viewCart #cartItems {
	width: 100%;
	border-collapse: collapse;
}

#viewCart #cartItems thead tr th {
	color: #665739;
	text-align: left;
	font-weight: bold;
}

#viewCart #cartItems tbody tr td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#viewCart #cartItems .cartError {
	background-color: #FF4040;
}

#viewCart #cartItems .cartWarning {
	background-color: #FFFF80;
}

#viewCart #cartItems .field-label, #viewCart #cartItems .field-price {
	text-align: right;
}

#viewCart #cartItems .field-link {
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	vertical-align: bottom;
}

#viewCart #cartButtons {
	clear: both;
	float: left;
	margin-top: 15px;
	width: 100%;
	text-align: left;
}

#viewCart #cartButtons table {
	width: 542px;
}

#viewCart .gatewayButtons {
	float: right;
	height: 50px;
}

#checkoutOnePage {
	text-align: left;
	width: 654px;
	margin: 0px 0px 0px 50px;
}

#checkoutOnePage h2 { 
	line-height: 40px;
}


#checkoutOnePage #cartItems .field-label, #checkoutOnePage #cartItems .field-price {
	text-align: right;
}

#checkoutOnePage .form-label {
	width: 150px;
}

#checkoutOnePage .form-label-required {
	width: 150px;
	font-weight: bold;
}

#checkoutOnePage .form-label-required-long {
	font-weight: bold;
	text-align: left;
 	padding: 5px;
  	width: 75%;
}

#checkoutOnePage #cartItems {
	width: 100%;
	border-collapse: collapse;
}

#checkoutOnePage #cartItems thead tr th {
	color: #665739;
	text-align: left;
	font-weight: bold;
}

#checkoutOnePage #cartItems tbody tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#checkoutOnePage #cartItems .cartError {
	background-color: #FF4040;
}

#checkoutOnePage #cartItems .cartWarning {
	background-color: #FFFF80;
}

#checkoutOnePage #login {
	width: 500px;
	margin-top: 15px;
}

#checkoutOnePage #login .hdr-title{
	font-weight: bold;
}

#checkoutOnePage #billAddress, #checkoutOnePage #shipAddress {
	margin-top: 15px;
}

#checkoutOnePage #billAddress table, #checkoutOnePage #shipAddress table {
  	width: 400px;
}

#checkoutOnePage #billAddress .form-label, #checkoutOnePage #shipAddress .form-label, #checkoutOnePage #paymentInfo .form-label, #checkoutOnePage #billAddress .form-label-required, #checkoutOnePage #shipAddress .form-label-required, #checkoutOnePage #paymentInfo .form-label-required {
	height: 24px;
}

#checkoutOnePage #shipMethod {
	margin-top: 15px;
  	width: 100%;
}

#checkoutOnePage #shipMethod table {
  	text-align: left;
  	padding: 4px;
  	width: 100%;
}

#checkoutOnePage #shipMethod table .multiShipOptions {
	width: 180px;
}

#checkoutOnePage #paymentInfo {
	margin-top: 15px;
}

#checkoutOnePage #paymentInfo table {
  	width: 550px;
}

#checkoutOnePage #totalsInfo {
	margin-top: 15px;
  	width: 500px;
}

#checkoutOnePage #totalsInfo .totalLabel {
	text-align: right;
	font-weight: bold;
	width: 125px;
	padding: 4px;
}

#checkoutOnePage #totalsInfo .totalField {
	text-align: left;
	padding: 4px;
}

#checkoutOnePage #totalsInfo #grand_total_div {
	font-weight: bold;
}


#checkoutComplete {
	text-align: left;
	width: 654px;
	margin: 0px 0px 0px 50px;
}


#customerLogin {
	margin-left: 50px;
}


#clientAccount {
	margin-left: 50px;
}

#clientAccount .form-field {
	height: 25px;
	padding-left: 2px;
}

#clientAccount #billInfo, #clientAccount #shipInfo, #clientAccount #paymentInfo {
	margin: 5px;
	border: 1px dotted #665739;
	width: 250px;
}

#clientAccount #orderDetails {
	border: 1px dotted #665739;
	width: 550px;
	border-collapse: collapse;
}

#clientAccount #orderDetails .list {
	padding: 5px;
}

#clientAccount .hdr-title {
	border-bottom: 1px dotted #665739;
	color: #B0B429;
	text-align: left;
	padding:5px;
	font-weight: bold;
	text-transform: uppercase;
}

#clientAccount .body {
	padding: 5px;
}

#clientAccount #orderList .title, #clientAccount #subscriptionOrderList .title {
	text-align: left;
	margin: 5px;
}

#clientAccount #orderList, #clientAccount #subscriptionOrderList {
	border: 1px dotted #665739;
	border-collapse: collapse;
}

#clientAccount #orderList thead th, #clientAccount #subscriptionOrderList thead th {
	border-bottom: 1px dotted #665739;
	color: #B0B429;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	height: 25px;
	text-transform: uppercase;
}

#clientAccount #orderList tbody tr td, #clientAccount #subscriptionOrderList tbody tr td {
	padding: 3px;
	text-align: left;
}

#clientAccount #orderList thead tr th a, #clientAccount #subscriptionOrderList thead tr th a {
	color: #FFFFFF;
}

#clientAccount #orderList thead tr th a:hover, #clientAccount #subscriptionOrderList thead tr th a:hover {
	color: #FFFFFF;
}

#clientAccount #orderList, #clientAccount #subscriptionOrderList {
	border: 1px dotted #665739;
	width: 550px;
}

#clientAccount #orderList table, #clientAccount #subscriptionOrderList table {
	width: 100%;
}

#clientAccount #orderList table thead th, #clientAccount #subscriptionOrderList table thead th {
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

#clientAccount #orderList table tbody, #clientAccount #orderList table tbody tr td, #clientAccount #subscriptionOrderList table tbody, #clientAccount #subscriptionOrderList table tbody tr td {
	text-align: left;
	padding: 5px;
}

#clientAccount #orderList .outOfStock {
	background-color: #FF4040;
}

#clientAccount #orderList .exceedingStock {
	background-color: #FFFF80;
}

#clientAccount #myAccount {
	border: 1px dotted #665739;
	width: 250px;
}

#clientAccount #pageNote, #clientAccount .pageNote {
	text-align: left;
}

#clientAccount #clientAccount .body { }

#clientAccount .all-link {
	margin: 5px;
}

#clientAccount .buttons {
	padding-top: 15px;
}

#clientAccount #otherStats { }

#clientAccount .pagination {
}

#clientAccount .pagination a {
	color: #C00000;
	text-decoration: underline;
}

#clientAccount .pagination a:hover {
	color: #000000;
	text-decoration: none;
}

#clientAccount .myerror {
}

#clientAccount .adminFile {
	float: left;
	clear: left;
	margin-left: 5px;
	margin-top: 10px;
}

#clientAccount #outOfStock {
	float: left;
	clear: left;
	color: #FF0000;
}

#clientAccount #exceedingStock {
	float: left;
	clear: left;
	color: #FF0000;
}

#emailpage {
	margin: 10px;
}

#emailpage td {
	padding: 2px;
}


