@charset "iso-8859-1";
body  {
	font-size: 12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	margin-bottom:18px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left:30px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 214px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right:30px;
	padding:0px;
}
.thrColFixHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left:30px;
}
.productheader {
	background-color: #D0D0D2;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding-top:10px;
	height: 26px;
}
.thrColFixHdr table.tblThinBorder, div.tblThinBorder {  
	border-style: solid;
	border-color: #D0D0D2;
	border-width: 1px;
	text-align: center;
}

.thrColFixHdr #mainContent { 
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent3Column { 
	margin: 0 0 0 430px;
	padding: 0 10px; 
} 
.thrColFixHdr #mainContent2Column { 
	padding: 0 22px; 
} 

.thrColFixHdr #mainContent1Column { 
	margin: 0 0 0 20px;
	padding: 0 10px; 
} 

.thrColFixHdr #footer0 {
    padding-top:8px;
	padding-left:30px;
	text-align: left;
	vertical-align: middle;
} 

.thrColFixHdr #footer1 {
	margin-top: 10px;
	background:#999999;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
    padding:8px;
} 
.thrColFixHdr #footer2 {
    padding-top:8px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
strong.white {
	color: #EEEEEE;
}
h1.product { 
	font-size: 17px; 
	font-weight: bold;
	color: #222222;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h1.mainheader  {
	font-size: 14px;
	font-weight: normal;
	color: #A5A6AA;
	vertical-align:bottom;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h1 { 
	font-size: 28px; 
	color: #BBBBBB;
}
h2 { 
	font-size: 20px; 
	color: #A5A5A9;
}
h3 { 
	font-size: 16px; 
	color: #D0D0D2;
}
.recipies {
 font-size:20px;
 padding: 10px;
 color: #EEEEEE;
 }
.recipies h1 { font-size: 24px;}
.smalltext { font-size: 11px; color:#A5A6AA;}
.smalltextDark { font-size: 11px; color:#050509;}
.orderEdit { font-size : 11px; color: #222222; text-decoration: underline; }

p.tab1 { padding-left: 30px;}
p.tab2 { padding-left: 60px;}
p.tab3 { padding-left: 90px;}

.fnt12{ font-size: 12px; color: #050509; }
.fnt12bold { font-size: 12px; color: #050509; font-weight: bold;}
.fnt14 { font-size: 14px; color: #050509; }
.fnt14bold { font-size: 14px; color: #050509; font-weight: bold;}
.fnt16bold { font-size: 16px; color: #050509; font-weight: bold;}

a.mainheader:link {color:#A5A6AA; font-size: 14px; font-weight: bold;text-decoration:none}
a.mainheader:visited {color:#A5A6AA;  font-size: 14px; font-weight: bold;text-decoration:none}
a.mainheader:hover {color:#A5A6AA; font-size: 14px; font-weight: bold; text-decoration:underline}
a.mainheader:active {color:#FFFFFF;  font-size: 14px; font-weight: bold;text-decoration:underline}

a.mainheader2:link {color:#000000; font-size: 14px; text-decoration:none}
a.mainheader2:visited {color:#000000;  font-size: 14px; text-decoration:none}
a.mainheader2:hover {color:#000000; font-size: 14px; text-decoration:underline}
a.mainheader2:active {color:#000000;  font-size: 14px; text-decoration:underline}

a.mainheader3:link {color:#000000; font-size: 12px; text-decoration:none}
a.mainheader3:visited {color:#000000;  font-size: 12px; text-decoration:none}
a.mainheader3:hover {color:#000000; font-size: 12px; text-decoration:underline}
a.mainheader3:active {color:#000000;  font-size: 12px; text-decoration:underline}

a.regular:link {color:#0088CC; font-weight: normal;text-decoration:none}
a.regular:visited {color:#0088CC; font-weight: normal;text-decoration:none}
a.regular:hover {color:#0088CC; font-weight: normal;text-decoration:underline}
a.regular:active {color:#A5A6AA; font-weight: normal;text-decoration:underline}

a.product:link {color:#444444; font-weight: normal;text-decoration:none}
a.product:visited {color:#444444; font-weight: normal; text-decoration:none}
a.product:hover {color:#444444; font-weight: normal;text-decoration:underline}
a.product:active {color:#444444; font-weight: normal; text-decoration:underline}

a.footer:link {color:#222222;text-decoration:none; font-size: 11px;}
a.footer:visited {color:#222222; text-decoration:none; font-size: 11px;}
a.footer:hover {color:#222222; text-decoration:underline; font-size: 11px;}
a.footer:active {color:#222222; text-decoration:underline; font-size: 11px;}

a.new:link {color:#EE0000; text-decoration:none}
a.new:visited {color:#EE0000; text-decoration:none}
a.new:hover {color:#EE0000; text-decoration:underline}
a.new:active {color:#EE0000; text-decoration:underline}

a:link {color:#EEEEEE; text-decoration:none}
a:visited {color:#EEEEEE; text-decoration:none}
a:hover {color:#EEEEEE; text-decoration:underline}
a:active {color:#FFFFFF; text-decoration:underline}

img.product {
padding:8px;
border:solid;
border-color: #A5A5A9;
border-width: 1px ;
background-color:white;
}

UL {
  padding-left: 20px;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
  border-top: thin solid #A5A5A9;
}

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: #f8f8f9;
  border-top: thin solid  #A5A5A9;
}

TH {
	background-color: #D0D0D2;
	vertical-align: middle;
	text-align: center;
	height: 26px;
}

.errorBox { font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 11px; color: #cc0033; }


CHECKBOX, INPUT, RADIO, SELECT {  font-size: 14px;}
TEXTAREA {  width: 100%; font-size: 14px;}
SPAN.errorText {  color: #ff0000; }

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-size: 11px; }
.messageStackError, .messageStackWarning { font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 11px; background-color: #99ff00; }

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-size: 14px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 14px; 
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;

}
#bgverticalline { background:url("images/template/vline.gif") repeat-y center; }