.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #F0F3F6; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	background: #fff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
div#wrapper {
	margin: 0 auto;
	width: 927px;
}
div#topEdge {
	background: url(images/topEdge-bg.png) no-repeat;
	height: 20px;
}
div#bottomEdge {
	background: url(images/bottomEdge-bg.png) no-repeat;
	height: 35px;
	padding: 0 28px 0 0;
	text-align: right;
	font-size: 11px;
	color: #666;
}
div#bottomEdge a {
	color: #2fd2e6;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
div#siteWrapper {
	background: url(images/wrapper-bg.png) repeat-y;
	margin: 0 auto;
	width: 876px;
	padding: 0 26px 0 25px;
}
div#header {
	width: 889px;
	height: 70px;
	padding: 0 0 0 13px;
	margin: 0 -26px 0 -13px;
}
#menu {
	background: url(images/menu-a-bg.png) 100% 0% repeat-x;
	margin: 0 auto;
	margin-bottom: 6px;
	padding: 0 0 0 0;
	height: 51px;
}
/* to stretch the container div to contain floated list */
#menu:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
ul#nav {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 11px;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#nav li a {
	display: block;
	padding: 1.5em 5em 2em 4.9em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(images/menu-a-bg.png) 50% 0% no-repeat;
}
#menu>ul#nav li a {
	width: auto;
}
ul#nav li#active a {
	background: #f0e7d7;
	color: #800000;
}
ul#nav li a:hover, ul#nav li#active a:hover {
	color: #fff;
	background: url(images/menu-hov-bg.png) 50% 0% no-repeat;
}
div#leftCol {
	width: 200px;
	float:left;
}
div#rightCol {
	width: 665px;
	float:right;
	padding: 0 0 10px 0;
}

div#shopImage {
  width: 655px;
	height: 230px;
	border: 5px solid #e8ac29;
}

div#logo {
  float: left;
}

div#cartWrap {
  float: right;
	width: 193px;
	padding: 27px 0 0 0;
	color: #666;
	background: url(images/cart-bg.png) 100% 0 no-repeat;
}

.clear {
	clear: both;
}
div#informationBox {
	background: #e8ac29;
	width: 200px;
  padding: 0;
	line-height: 1.5;
}
div#informationBox a {
	margin: 0 0 0 40px;
	color: #fff;
}
div#informationBox a:hover {
	text-decoration: underline;
}
div#categoryBox {
	background: #62a1ce;
	width: 200px;
	margin: 2px 0 0 0;
}
div#searchBox {
	background: #62a1ce;
	width: 188px;
	margin: 2px 0 0 0;
	padding: 12px 0 12px 12px;
}
#productHolder {
	padding: 20px 15px 0 3px;
	height: 145px;
	text-align: left;
}

#productHolder a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#productHolder .pPrice {
  font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

#imageHolder {
  float: left;
	width: 49%;
	text-align: center;
}

#infoHolder {
  float: right;
	font-size: 11px;
	width: 49%;
	padding-bottom: 13px;
	text-align: left;
}

#infoHolder h1, #infoHolder a {
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 color: #62a1ce;
}

#imageHolder h2 {
 font-size: 16px;
 font-weight: bold;
 color: #e8ac29;
}

#buttonsHolder {
 float: right;
 width: 49%;
 text-align: left;
 padding-top: 5px;
}
.boxText {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.errorBox {
	font-family: Arial, sans-serif;
	font-size: 10px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #cc0033;
}
.productsNotifications {
	background: #f8f8f8;
}
.orderEdit {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #BB6100;
	text-decoration: underline;
}
.searchbox {
	background: url(images/search_back.gif);
	padding-bottom: 3px;
}
#txtSearch {
  width: 113px;
}
A {
	color: #666666;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: none;
}
FORM {
	display: inline;
}
TR.header {
	background: #FFFFFF;
	height: 100;
}
TR.headerNavigation {
	color: #333333;
	background-color: #B38022;
}
TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FFFFFF url(images/header_nav.gif) repeat-x;
	padding: 6px;
	padding-top: 2px;
	height: 63px;
}
A.headerNavigation {
	color: #FFFFFF;
}
A.headerNavigation:hover {
	color: #DDDDDD;
	text-decoration: none;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: #FFFFFF;
}
TD.footer {
	font-family: Arial, sans-serif;
	font-size: 10px;
	background: url(images/bottom_nav.gif) repeat-x;
	color: #666666;
	padding: 6px;
	padding-top: 2px;
	height: 63px;
	text-align:center;
}
.infoBox {
}
.infoBoxContents {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
TD.infoBoxHeading {
	background: #e8ac29;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 0 0 0;
	height: 30px;
	text-transform:uppercase;
}
TD.infoBox, SPAN.infoBox {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}
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: #eee;
}
TABLE.productListing {
	border-color: #b6b7cb;
}
.productListing-heading {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background: #e8ac29;
	color: #fff;
	font-weight: bold;
	padding: 10px 2px 12px 5px;
	border: 2px solid #FFFFFF;
}
TD.productListing-data {
	font-family: Arial, sans-serif;
	font-size: 10px;
	border: 2px solid #FFFFFF;
}
table.productListing td td {
  border: 0;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #62a1ce;
	padding: 7px 5px 0 0;
	text-align: left;
	height: 20px;
}
.productPrice {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: none;
	color: #3C7BA8;
}
.smallTextWrap {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
	border:1px solid #FFF799;
	background: #FFFDE9;
	padding: 5px;
}
.productPricesmall {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #62A1CE;
}
.yellowbold {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #62A1CE;
}
.dark {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #333333;
}
.darkbold {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.darkboldbig {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-right: 14px;
}
A.pageHeading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	width: 100%;
	padding-left: 3px;
}
A.pageHeading:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	padding-left: 3px;
	text-decoration: none;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
TD.main, P.main {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #666;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #62a1ce;
}
TD.smallText2, SPAN.smallText2, P.smallText2 {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
TD.accountCategory {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}
TD.fieldKey {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
TD.tableHeading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.newItemInCart {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
CHECKBOX, RADIO, SELECT {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
INPUT {
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #ccc;
}
TEXTAREA {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #fff;
}
.BUTTON {
	background: #D4A346;
	border: 0px solid #D7AB4C;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.searchbutton {
	background: #D4A346;
	border: 0px solid #D7AB4C;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
SPAN.greetUser {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9F0D0D;
	font-weight: bold;
}
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	font-family: Arial, sans-serif;
	color: #ff0000;
}
SPAN.errorText {
	font-family: Arial, sans-serif;
	color: #ff0000;
}
.moduleRowOver {
	background-color: #EEEEEE;
	cursor: pointer;
	cursor: pointer;
}
.moduleRowSelected {
	background-color: #DDDDDD;
}
.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.messageBox {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
	background-color: #ffffff;
}
.messageStackSuccess {
	font-family: Arial, sans-serif;
	font-size: 10px;
	background-color: #99ff00;
}
.inputRequirement {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

.copy {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 3px;
}
A.copylink {
	color: #FFFFFF;
	text-decoration: none;
}
A.copylink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#cartbox {
	background: url(images/cartbox_back.gif) no-repeat;
	height: 85px;
	width: 122px;
	padding-top: 5px;
	text-indent: 17px;
}
#infobox {
	background: url(images/info_back.gif) no-repeat;
	height: 85px;
	width: 160px;
	padding-top: 10px;
	padding-right: 8px;
}
#button {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 10px 0 10px 0;
	margin: 2px 7px 0 8px;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#button li {
	margin: 0;
}
#button li a {
	display: block;
	padding: 2px 0px 3px 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	text-decoration: underline;
}
#button li.selected a {
	background-color: #FFFFFF;
	color: #3c7ba8;
}

