body {
	margin: 0;
	padding: 0;	
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	background: url(../../images/siteLayout/bg_page.gif) repeat #3c3024;
	text-align: center; 
	color: #000;
}

a { outline: none; }

label { font-weight:bold; }
.red { color:#FF0000; }
.tc { text-align:center;}
.tl { text-align:left;}
.tr { text-align:right;}
.bb { border-bottom:1px solid #366ba1; }
.bimg { border: 1px solid black; }
.errorText { font-size: 10px; color: #ff0000; }
label.error {
	margin-left: 0px;
	width: auto;
	display: inline;
	color:#FF0000;
	font-style:italic;
}
input.error { border:1px dotted red; background-color: #FFFFCC; }
select.error { border:1px dotted red; background-color: #FFFFCC; }
.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	color:FFFFFF;
}
#indicator {
display: none;
}
#container {
	width: 768px;	
	margin: 0 auto;
	text-align: left;
	background: #3f5065;
}

#mainDiv {
	width: 768px;	
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	padding-top:5px;
}

#mainDiv a:link, #mainDiv a:visited {
	color:#000;
	text-decoration:none;
}

#mainDiv a:hover {
	color:#366ba1;
	text-decoration:underline;
}

#left { width:180px; float: left; background-color:#afcbf0; }

#right { width:578px; float: right; }

.clear { clear:both; }

#mainContent {
	margin: 0 0px 20px 0px;
	/*background: #cdc2af;*/
	background: #FFF;
	color:#000;
	padding: 0 0 20px 0;
}

#mainContent ul, #mainContent ol, #mainContent li { padding-left:10px; margin-left:20px; }

#header { width:748px; padding: 7px 10px; }
#footer { width:768px; height:60px; color:#efd48f; font-size:12px; background: #3f5065 }
#footer a:link, #footer a:visited { color:#efd48f; font-weight:bold; text-decoration:none; }
#footer a:hover { text-decoration:underline; }

#footerleft { width:255px; float: left; padding:0; }
#footerright { width:695px; float: right; padding:0; }

.ml, .ml a:link, .ml a:visited, .popupwindow, .popupwindow a:link, .popupwindow a:visited {
  color: #000;
  font-size: 12px;
  text-decoration: none;
	font-weight:bold;
 }
 
 .ml a:hover {
 	color: #366ba1;
  font-size: 11px;
  text-decoration: underline;
 }
 
.normorder { font-size:11px; font-weight:bold; font-style:italic; }
.backorder { font-size:11px; color:#FF0000; font-weight:bold; font-style:italic; }
.topnowidth, .topnowidth a:link, .topnowidth a:visited { height:24px; background-color:#4488bb; color:#FFFFFF; font-size:12px; font-weight:bold; padding: 6px 5px 0px 5px; }
.botnowidth { background-color: #e6eeee; padding:10px 10px; }

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

.infoHeader {
height:15px; background:url(../../images/siteLayout/nav_bg.png) repeat-x #3e8637; color:#FFFFFF; font-size:12px; font-weight:bold; padding:5px 10px; margin: 0;
}

.infoHeader2 {
height:15px; background:url(../../images/siteLayout/nav_bg4.png) repeat-x #6a6a93; color:#FFFFFF; font-size:12px; font-weight:bold; padding:5px 10px;
}

.infoHeader3 {
background-color:#5fb497;
font-size: 16px;
font-weight:bold;
color:#FFFFFF;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

.pshortdesc { font-size:11px; font-weight:bold; font-style:italic; }
.purhead { height:15px; background-color:#366ba1; color:#FFFFFF; font-size:12px; font-weight:bold; padding:5px 10px; }
FORM {
	display: inline;
}

.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight : bold;
}

.headerNavigation a:link, .headerNavigation a:visited { 
  color: #efd48f; 
	text-decoration: none; 
}

.headerNavigation a:hover {
  color: #366ba1;
	text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBoxHeading {
	height:15px;
  font-size: 12px;
  font-weight: bold;
  background:url(../../images/siteLayout/nav_bg4.png) repeat-x #366ba1;
  color: #ffffff;
	padding:5px;
}

.infoBoxContents {
  /*background: #cdc2af;*/
	background: #FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	padding:5px 10px 10px 10px;
}

.infoBoxContents a:link, .infoBoxContents a:visited { font-weight:bold; color:#366ba1; }

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}



TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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 {
  background: #000;
}

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: #fff;
}

TABLE.productListing {
background-color:#6b6b94;
}

.productListing-heading {
  background-color: #59a641;
	color:#FFFFFF;
	font-size: 9pt;
	font-weight:bold;
	padding: 4px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	background:url(../../images/siteLayout/nav_bg4.png) repeat-x #366ba1;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
	padding:5px 10px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.main, .fieldValue {
  font-size: 12px;
  line-height: 1.5;
}

.fieldKey { font-size: 11px; font-weight:bold;  }


TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

#calendar, #calendar a:link, #calendar a:visited { color:#FFFFFF; }

.BgcolorBody {
	background : #ffffff;
}
/* Used for dark nav bar headings */
.BgcolorHard {
	background : #0e3460;
}
/* Used as the primary table background color */
.BgcolorNormal {
	background : #FFFFFF;
	color:#000000;
	border:1px solid #CCCCCC;
}
/* Used for Mon-Fri Headings */
.BgcolorBright {
	background : #ffd24d;
	 color: #000000;
}
/* Used to show selected navigation */
.BgcolorDull {
	background : #7B8FDA;
	color:#000000;
	border:1px solid #CCCCCC;
}
/* Used for navigation headings */
.BgcolorDull2 {
	background : #366ba1;
}
.BgcolorDull2 a:link, .BgcolorDull2 a:visited { color:#FFFFFF; }

.calHeading { font-size: 18px; color: #FFFFFF; font-weight: bold; padding: 5px 0; }
.calDayHeading { font-size: 12px; color: #000000; padding: 5px 0; }
.cal_date, .cal_date a:link, .caldate a:visited { font-size:11px; font-weight:bold; color:#FFFFFF; text-decoration:none; text-align:left; padding:2px 3px; }
.cal_date a:hover { color: #FFFFCC; text-decoration:underline; }