

.lower_off {
   opacity: 0.70;
   filter: alpha(opacity=70);
   }

.lower_over {
   opacity: 0.80;
   filter: alpha(opacity=80);
   }
  	 
.lower_onover {
   opacity: 0.80;
   filter: alpha(opacity=80);
   }

.lower_on {
   opacity: 1.0;
   filter: alpha(opacity=100);
   }

.top_off {
   opacity: 0.70;
   filter: alpha(opacity=70);
   }

.top_over {
   opacity: 0.80;
   filter: alpha(opacity=80);
   }
  	 
.top_onover {
   opacity: 0.80;
   filter: alpha(opacity=80);
   }

.top_on {
   opacity: 1.0;
   filter: alpha(opacity=100);
   }



.boxText { font-family: Arial, sans-serif; font-size: 14px; line-height: 12pt;}
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #8d725f; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #ff0000; text-decoration: underline; }

BODY {
  background: #ecd4ba;
  color: #8d725f;
  margin: 12px;
}

A {
  color: #8d725f;
  text-decoration: none;
}

A:hover {
  color: #8d725f;
  text-decoration: none;
  background-color:#dfc7ad;
}

FORM {
	display: inline;
}

TR.header {
  background: #dfc7ad;
}

TR.headerNavigation {
  background: #dfc7ad;
}

/* has my account/cart contents/checkout */
TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #dfc7ad;
  color: #8d725f;
  font-weight : bold;
  vertical-align: middle;
}

A.headerNavigation { 
  color: #8d725f; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, sans-serif;
  font-size: 20px;
  background: #dfc7ad;
  color: #ff0000;
  font-weight : bold;
  text-align : center;
  padding: 10px 0px 20px 0px;
}

TR.headerInfo {
  background: #dfc7ad;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #dfc7ad;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #dfc7ad;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #dfc7ad;
  color: #ffffff;
  font-weight: bold;
}

/* the following styles control each line of the product listing display.
   for every line that is enabled the admin->configuration->product listing
   the corresponding style for that line must be listed here */

.contentProduct1 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight:bold;
  vertical-align: bottom;
  text-align: center;
  padding: 15px 10px 5px 10px;
}

.contentProduct2 {
  vertical-align: bottom;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.contentProduct3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  vertical-align: bottom;
  text-align: center;
  padding: 5px 0px 5px 0px;
}

.contentProduct4 {
  vertical-align: bottom;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.contentProduct5 {
  vertical-align: bottom;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.contentProduct6 {
  vertical-align: bottom;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.infoBox {
  font-family: Arial, sans-serif;
  font-size: 17px;
  background: #e9d7c4;
}

.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  background-color: #e9d7c4;
  padding: 10px 10px 10px 10px;
  border-collapse: collapse;
	text-align:center;
}

.infoBoxContents {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #e9d7c4;
  padding: 0px  10px  0px  10px;
  border-collapse: collapse;
}

.categoryBoxCategory {
  font-size: 14px;
  padding: 0px  0px  0px  10px;
  border-collapse: collapse;
}

.categoryBoxProduct {
  font-size: 12px;
  padding: 0px  0px  0px  7px;
  border-collapse: collapse;
}

.contentInfoBox {
  background: #e9d7c4;
}

.contentInfoBoxContents {
  font-family: Arial, sans-serif;
  font-size: 20px;
  background: #dfc7ad;
}

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: #e9d7c4;
}

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: #e9d7c4;
}

TABLE.productHeading {
  border: 0px;
  border-style: solid;
  border-spacing: 0px;
  background: #dfc7ad;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-spacing: 0px;
  background: #dfc7ad;
}

.categoryName {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight:bold;
  vertical-align: bottom;
  padding: 0px 10px 5px 10px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #dfc7ad;
  color: #8d725f;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight:bold;
  vertical-align: top;
}

A.pageResults {
  color: #8d725f;
  background: #dfc7ad;
}

A.pageResults:hover {
  color: #e9d7c4;
  background: #8d725f;
}

/* product heading */
.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #8d725f;
  background: #dfc7ad;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/* product description */
.main {
  background: #dfc7ad;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  border-collapse: collapse;
  vertical-align: top;
}

TD.smallText, SPAN.smallText, P.smallText {
  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, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #dfc7ad;
  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;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* DVJ ... */

.verysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d725f;
}

.currencycolor {color: #8d725f}

.tracking_div {
background-color: #f3f3f3;
border: solid 2px #e5e5e5;
padding: 10px;
font-size: 11px;
margin: 10px 0 0 0;
width: auto;

font-family: Verdana, Arial, sans-serif;
}

.hiddenDiv {
display: none;
}

/* newsletter page */
newsletterheading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #8d725f;
  color: #ffffff;
  font-weight : bold;
}

newslettermain {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ecd4ba;
  color: #8d725f;
}

.bottomlinks {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  background:#dfc7ad;
  text-align: center;
}

.bottomlinks a:HOVER {
  color:#FF0000;
}

/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: #e9d7c4;
	/* border: 1px outset #fdfefd; */
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
}

.vertitem	a {   /* Font style, size of main menu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 0px;	
	text-decoration: none;
	position: relative;
	display: block;		
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
/*	color: #000000; */
	text-decoration: none;
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #dfc7ad;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #8d725f;
	background-color: #dfc7ad;
	text-decoration: none;	
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #e9d7c4;
	border: 1px outset #8d725f;
  padding: 2px;
	
	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding: 1px;		
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
/*	color: #000000; */
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #dfc7ad;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #8d725f;
	background-color: #dfc7ad;	
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
/*    background-color: #ccc; */
		font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
/*    background-color: #999; */
	  font-weight: bold;
}




