html, body, h2, h3, h4, div, p, ul, li, input, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

td {
	padding: 0px;
	margin: 0px;
}

a:link, a:hover, a:visited, a:active {
	color: #1C8507;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, .h1 {
	color: #0F619E;
	font-style: italic;
	font-size: 18pt;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.nowrap {
	white-space: nowrap;
}

img {
	border: none;
}

h2 {
	font-size: 14pt;
	color: #337397;
	letter-spacing: .1em;
	/*color: #000;*/
	/*background: #FFF4C2;*/
	/*border-top: 1px solid #ffcc33;*/
	/*padding: 2px;
	background: #f2f5f9;
	border-top: 1px solid #0F619E;*/
}


/* login */
.login {
	margin-left: 50px;
	margin-top: 15px;
}

td.button {
	padding-top: 10px;
}

td.button, td.label, td.labelDark {
	text-align: right;
}

td.label, td.labelDark, td.labelWhite {
	/*background: #f7f7db;*/
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
}

td.labelDark {
	/*background: #ebebd0;*/
}

td.labelWhite {
	/*background: #fff;*/
	padding: 2px;
}

td.data {
	padding-left: 5px;
	padding-right: 10px;
}


/* Sections area */
div.sections  {
	border-bottom: solid 1px #889da9;
	background: #EDEDED;
	padding: 4px;
	font-size: 9pt;
	color: #5D5D5D;
	margin-right: 14.5em;
}

div.sections a:link, div.sections a:visited, div.sections a:hover, div.sections a:active {
	/*color: #1C8507;*/
	color: #e92f00;
	text-decoration: underline;
	border: 0px;
}

div.sections a:hover {
	background: #dDdDdD;
}

.cartSummary 
{
	/*float: right;
	position: absolute;
	right: 0px;*/
	padding-top: 4px;
	padding-right: 10px;
}

input#searchBox {
	width: 7em;
}

input.quanity {
	width: 2em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 5px;
}

.rightSide 
{
	float: right;
	margin-left: 15px;
}

/* menuLeft styles */
.box td.label {
	text-align: right;
	padding: 3px;
	font-weight: bold;
	vertical-align: top;
	/*background: #f6f6f6;*/
}

.box {
	background: #fffaf2;
	position: relative;
	width: 14.5em;
}

.box .topRight {
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	background-image: url(../images/box_tr2.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	top: 0px;
	height: 25px;
	width: 28px;
}
* html .box .topRight {
	right: -1px;
}

.box .topLeft {
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	background-image: url(../images/box_tl2.png);
	background-repeat: no-repeat;
	background-position: right top;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 6px;
}

.floatTitle {
	display: block;
	width: auto;
	/*background: #ad1d1d;*/
	background: #e7591b url(../images/box_t2.png) repeat-x;
	height: 25px;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	padding-left: 8px;
	color: #faf9eb;
}

.floatContent {
	/*background: #f6f6f6;*/
	background: #fffaf2;
	/*border-bottom: solid 1px #3d7499;
	border-right: solid 1px #3d7499;
	border-left: solid 1px #3d7499;*/
	border-bottom: solid 2px #cc2900;
	border-right: solid 1px #cc2900;
	border-left: solid 1px #cc2900;
	font-size: 9pt;
	margin: 0px;
	padding: 5px;
}

.floatContent a:link, .floatContent a:hover, .floatContent a:visited, .floatContent a:active {
	color: #022947;
	font-size: 9pt;
	padding: 2px;
}

/* page content */
.pageContent {
	/*margin-left: 16em;*/
	/*margin-right: 15px;*/
	width: auto;
}

.alignRight {
	text-align: right;
}

.errorMessage
{
	background: #ECC9B7;
	border-left: solid 1px #AD1D1D;
	border-top: solid 1px #AD1D1D;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.infoMessage, .subCategories
{
	background: #FFFDDA;
	border-left: solid 1px #E9D254;
	border-top: solid 1px #E9D254;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* sub categories */
.subCategories
{
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px;
}

.subCategories a:link, .subCategories a:hover, .subCategories a:visited, .subCategories a:active
{
	color: #000;
	padding: 4px;
}

/* news on front page */
.news  
{
	background: #EDEDED;
	border-bottom: solid 1px #969696;
	border-left: solid 1px #969696;
	border-right: solid 1px #969696;
	padding: 5px;
}

.news h3 {
	margin-top: 0px;
}

/* nav links */
.navigationLinks
{
	color: #DD850F;
	font-weight: bold;
	display: block;
}

a.navigationLinksDark {
	/*color: #ad550f;*/
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.navigationLinks a:link, .navigationLinks a:hover, .navigationLinks a:visited, .navigationLinks a:active
{
	font-weight: bold;
	color: #DD850F;
	text-decoration: underline;
}

/* product listing */
.productList
{
	/*margin-top: 15px;*/
	width: 100%;
}

.productList td, .shoppingCart td
{
	padding: 3px;
	vertical-align: top;
}

.productItem a:link, .productItem a:hover, .productItem a:visited, .productItem a:active
{
	color: #000;
	text-decoration: none;
}

.productItem2 a:link, .productItem2 a:hover, .productItem2 a:visited, .productItem2 a:active
{
	color: #000;
	text-decoration: none;
}

.productItem a:hover, .productItem2 a:hover
{
	color: #1C8507;
}

.productItem2
{
	background: #f2f5f9;
}

.productMan
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0F619E;
	font-style: italic;
}

.action, .actionTile
{
	padding-left: 5px;
	border-bottom: dashed 1px #969696;
	background: #FAF9EB;
	width: 2em;
	text-align: center;
}

.actionTile {
	border: 0px;
	padding: 3px;
	font-weight: bold;
}

td.quanity
{
	background: #FAF9EB;
	width: 2em;
}

.action a:link, .action a:hover, .action a:visited, .action a:active
{
	text-decoration: underline;
	color: #1C8507;
	font-size: 9pt;
	font-weight: bold;
}

.productHeader
{
	font-weight: bold;
	background: #DEE3E7;
	border-bottom: dashed 1px #969696;
}

.productFooter
{
	background: #DEE3E7;
	font-weight: bold;
	text-align: right;
}

.cartButtons, .price
{
	text-align: right;
	padding: 5px;
}

.price, .price td, .priceLabel, .priceLabelSmall
{
	font-weight: bold;
	font-size: 14pt;
}
/* details page */
.priceLabel, .priceLabelSmall
{
	font-style: italic;
	/*color: #1C8507;*/
	color: #000;
}

.priceLabelSmall {
	font-size: 10pt;
}

.priceLabel2
{
	font-size: 12pt;
	font-style: italic;
	color: #DD850F;
}

.priceLabel3
{
	font-size: 10pt;
	font-weight: normal;
}

.productImage
{
	width: 250px;
	/*height: 250px;*/
	float: left;
	text-align: center;
	margin-right: 5px;
}

.productDetails
{
	font-size: 10pt;
}

.smallText
{
	font-size: 8pt;
	font-style: italic;
}

.detailTitle
{
	border-bottom: dashed 1px #969696;
	background: #FAF9EB;
	padding: 3px;
	margin: 2px;
	text-align: right;
	font-weight: bold;
}

.detailData
{
	padding-left: 5px;
}

.detailText h2
{
	text-decoration: underline;
	color: #000;
	font-size: 10pt;
	padding: 0px;
	border: none;
	background: #fff;
}

.buyButton
{
	margin: 5px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
}

.separator
{
	margin-top: 15px;
	border-top: dashed 2px #EDEDED;
}

/* cart menu */
.cartMenu
{
	float: left;
	margin: 10px;
	margin-left: 20px;
	background: #FAF9EB;
	border: solid 1px #D1CFB3;
	padding: 5px;
}

.cartMenu h2
{
	border-bottom: solid 1px #D1CFB3;
	padding: 0px;
	font-style: italic;
	font-size: 10pt;
	color: #000;
	margin-top: 0px;
}


.cartMenu h3
{
	border-bottom: solid 1px #D1CFB3;
	padding: 0px;
	font-style: italic;
}

.cartMenu .title
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	padding-top: 5px;
	padding-bottom: 5px;
}

.formStyleGap
{
	border-collapse: separate;
	margin-left: 1em;
}

.pageButtons 
{
	text-align: right;
	font-weight: bold;
}

/* product tiles */
.productTile 
{
	margin: 0px;
	padding: 4px;
	padding-left: 8px;
	border: solid 1px #7aa142;
	background: #fff;
	text-align: center;
	width: 99%;
}

.productTile  td
{
	border: solid 1px #7aa142;
	padding: 3px;
	width: 33%;
}

.tileTitle {
	font-weight: bold;
	font-style: italic;
	/*color: #0F619E;*/
}

.tileTitle a {
	text-decoration: underline;
	color: #0F619E;
}

.stockLevel {
	font-style: italic;
	color: #DD850F;
}

.selectedCategory, .selectedFilter {
	background: #fff;
	font-weight: bold;
}

.selectedFilter {
	background: #EEECC9;
}

.new {
	font-weight: bold;
	color: #1C8507;
}

.stockLevel {
	font-style: italic;
	color: #e92f00;
}



body {
	padding: 0 400px 0 400px; /* these side paddings together determine the natural min-width */
	margin: 0;
	text-align: left; /* this centers the wrappers in older IEwin versions */
}

#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 100%; /* here is the critical value for customizing the Jello behavior */
}

#expandingthing {
	background: white;
	margin: 0 -400px 0 -400px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 800px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expandingthing { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; }

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
	margin: 10px 10px 0 10px;
	padding: 0;
	height: 83px;
}
#header div.hleft {
	float: left;
	width: 508px;
	height: 83px;
	display: inline;
}
#header div.hright {
	float: right;
	width: 219px;
	height: 83px;
	display: inline;
}
#header img {
	vertical-align: bottom;
}

table.bigframe {
	width: 100%;
	border-collapse: separate;
	border: solid 1px #99371f;
	background: #ff8566;
	margin: 0;
	padding: 0;
}
table.bigframe td.lnav, table.bigframe td.rcnt {
	border: solid 1px #99371f;
	background: #ffffff;
	margin: 2px;
	padding: 0;
	vertical-align: top;
}
table.bigframe td.lnav {
	width: 165px;
}

td.lnav, td.lnav ul, td.lnav li, td.lnav dl, td.lnav dt, td.lnav dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}
td.lnav dt {display: none;}
td.lnav li, td.lnav dd {
	border-bottom: solid 1px #99371f;
}
td.lnav a {
	display: block;
	margin: 0;
	padding: 0;
}
td.lnav .submenu {
	margin: 0;
	padding: 1px 0 0 0;
	background: #fff5e5;
}
td.lnav .submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
td.lnav .submenu li {
	margin: 0;
	padding: 0 0 1px 0;
	border: none;
}

td.lnav .submenu a, td.lnav .submenu a:visited, td.lnav .submenu a:hover {
	display: block;
	margin: 0;
	padding: 0 3px;
	text-decoration: none;
	border: none;
	border-left: solid 5px #fff5e5;
}
td.lnav .submenu a:hover {
	background-color: #ffebcc;
	text-decoration: underline;
	border-left-color: #24b300;
}
td.lnav .submenu a.smsel, td.lnav .submenu a.smsel:visited {
	border-left-color: #ff9900;
	color: #b36b00;
}
td.lnav .submenu a.smsel:hover {
	border-left-color: #ff9900;
}
td.lnav .submenu a.go, td.lnav .submenu a.go:link, td.lnav .submenu a.go:visited, td.lnav .submenu a.go:hover {
	display: inline;
}

#footer {
	background: #fff5e5;
	border: 1px solid #ffe5bf;
	color: #cca366;
	font-size: 1.1em;
	margin: 10px;
	margin-top: 0;
	padding: 0;
}
#footer p {
	text-align: center;
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
