body {
	padding: 0px;
	margin: 0px;
	background: #FFFF99;
}
td, div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #18463c;
}

#mainTable {
	width: 800px;
	background: white;
}
#headerNav {
	color: #18463c;
	padding-right: 15px;
}
#headerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headerNav ul li {
	display: inline;
}
#headerNav ul li span {
	padding: 0px 10px;
}
#headerNav ul li a {
	text-decoration: none;
	text-transform: uppercase;
}
#headerNav a:hover {
	background: #ebf7f5;
}
#header {
	background: #18463c;
	padding: 0px 5px 0px 15px;
}
#rightCol {
	width: 590px;
}
#leftCol {
	border-right: 1px solid #18463c;
	padding: 10px 15px 30px 15px;
}
#leftNav {
	margin-bottom: 40px;
}
#leftNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftNav ul li {
}
#leftNav ul li.header {
	font-size: 18px;
	color: #996d40;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#leftNav ul li a {
	font-size: 12px;
	text-decoration: none;
}
#leftNav a:hover {
	background: #ebf7f5;
}
#assistance {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #18463c;
}
#pageGraphic {
	margin-bottom: 30px;
}
#messageShopWithUs {
	text-align: center;
	margin-bottom: 30px;
	color: #18463c;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
}
#messageShopWithUs a {
	text-decoration: none;
}
#storeLocations td {
	font-size: 14px;
	color: #18463c;
	font-weight: bold;
}
#storeLocations td span {
	font-size: 18px;
}
#footer {
	background: #18463c;
	padding: 10px 10px 10px 20px;
	color: #fff;
}
#inputSearch {
	width: 100px;
	height: 16px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #fff;
	margin-right: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#footerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNav ul li {
	display: inline;
}
#footerNav ul li span {
	padding: 0px 5px;
}
#footerNav ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}
#footerNav a:hover {
	text-decoration: underline;
}
#messageFreeShip a {
	color: #fff;
	font-size: 11px;
}

/*** PRODUCT PAGE ***/

#messageFreeShipTop {
	font-size: 18px;
	color: #18463c;
	text-align: right;
	padding: 10px 15px 0px 0px;
	margin-bottom: 20px;
}
#pageName {
	background: #18463c;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	text-align: left;
}
#products {
	margin-bottom: 50px;
}
.productName {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 45px;
}
a.productName:hover {
	color: #006600;
}
.orderingOptions {
	margin-bottom: 10px;
}
.quantity {
	margin-bottom: 10px;
}
.quantity select {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}
#pageNav {
	text-align: center;
	margin-bottom: 30px;
}
#pageNav .currentpage {
	font-size: 24px;
}
.pageText {
	padding: 0px 30px 30px 30px;
}
#pageLinks {
	margin-bottom: 30px;
}
#minicart a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.product {
	border-right: 1px solid #e7e7e7;
}
.lastProduct {
	border: none;
}
.divider1 {
	border-top: 1px solid #e7e7e7;
	line-height: 1px;
}
#productPageMessage {
	margin-bottom: 10px;
	text-align: center;
	padding: 20px;
	font-weight: bold;
}

/*** CART STUFF ***/

td.totals_txt, td.totals_all_txt {
	text-align: left;
	white-space: pre;
}

/*** TOOLTIP ***/

a.help {
	color: #666;
}
#jHelperTipAttrContainer{ 
	background: #18463c;
	color: #fff;
	padding: 20px;
	width: 200px;
	font-size: 11px;
}
.helpContainer {
	margin-bottom: 20px;
}

/** SIDEBAR REVIEW **/

#productReview {
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 10px;
}
#sidebarReviewText {
	padding-bottom: 10px;
	font-style: italic;
}
#sidebarReviewByLine {
	padding-bottom: 20px;
}
#productReviewTitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
#reviewFooter {
	text-align: center;
}

/** MORE INFO PAGE **/

#productDetailsWrapper {
	padding: 10px;
	background: #fafafa;
	margin-bottom: 30px;
}
#productDetails {
	background: #fff;
	padding: 20px;
}
#orderingOptions {
	margin-bottom: 20px;
}
#orderQuantity {
	margin-bottom: 20px;
}
#miTextHeader {
	font-size: 24px;
	padding: 10px 0px 10px 30px;
	margin-bottom: 20px;
	background: #18463c;
	color: white;
}
#moreInformationText {
	padding: 0px 30px 30px 30px;
	color: #18463c;
}
#miCrossSellHeader {
	font-size: 24px;
	padding: 10px 0px 10px 30px;
	margin-bottom: 20px;
	background: #18463c;
	color: white;
}
#miPriceBlock {
	margin-bottom: 20px;
}
.was {
	display: block;
}
.strike {
	text-decoration: line-through;
}
.price {
	font-size: 18px;
	color: red;
}
#productDescription {
	margin-bottom: 30px;
}