/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

*/


#menuwrapper {
	background-color: #909090;
	background-repeat: repeat-x;
	border: 1px solid #333;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align : center;
	line-height: 2;
	background-repeat: repeat-x;
}

#nav a {
	display: block;
	width: 10em;
	margin-top: 10px;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #333;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-repeat: repeat-x;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: 10em 10 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	border-color: #333333;
	background-color: #606060;
	color: #FFFFFF;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	border-color: #333333;
}

	
/* Menu items with subcategories */	
#nav a.daddy {
  /*background: url(images/arrow_green.gif) center right no-repeat;*/
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight : bold;
  background-repeat: repeat-x;	
}

/* Selected items with subcategories */	
#nav li.selected {
}

/* End of Menu */

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

a.menuLink:link { font-family: Trebuchet MS, Verdana, Arial, sans-serif; padding: 4px; font-size: 16px; color: #464C1E; background-color: #DDDDC8; font-weight: bold; text-decoration: none; }
a.menuLink:visited { font-family: Trebuchet MS, Verdana, Arial, sans-serif; padding: 4px; font-size: 16px; color: #464C1E; background-color: #DDDDC8; font-weight: bold; text-decoration: none; }
a.menuLink:active { font-family: Trebuchet MS, Verdana, Arial, sans-serif; padding: 4px; font-size: 16px; color: #4D839B; background-color: #DDDDC8; font-weight: bold; text-decoration: none; }
a.menuLink:hover { font-family: Trebuchet MS, Verdana, Arial, sans-serif; padding: 4px; font-size: 16px; color: #4D839B; background-color: #DDDDC8; font-weight: bold; text-decoration: none; }

a.breadcrumbLink:link { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: none; }
a.breadcrumbLink:visited { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: none; }
a.breadcrumbLink:active { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; color: #FF9900; font-weight: bold; text-decoration: none; }
a.breadcrumbLink:hover { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 12px; color: #FF9900; font-weight: bold; text-decoration: underline; }

a.catLink:link { font-family: Trebuchet MS, Verdana, Arial, sans-serif; padding: 4px; font-size: 12px; color: #93B2C4; font-weight: bold; text-decoration: none; }
a.catLink:visited { font-family: Trebuchet MS, Verdana, Arial, sans-serif; padding: 4px; font-size: 12px; color: #93B2C4; font-weight: bold; text-decoration: none; }
a.catLink:active { font-family: Trebuchet MS, Verdana, Arial, sans-serif; padding: 4px; font-size: 12px; color: #EA8C00; font-weight: bold; text-decoration: none; }
a.catLink:hover { font-family: Trebuchet MS, Verdana, Arial, sans-serif; padding: 4px; font-size: 12px; color: #EA8C00; font-weight: bold; text-decoration: underline; }


BODY {
  color: #000000;
  margin: 0px;
  padding: 0;
  background: #FFFFFF;
  background-image: url(images/design/bg.jpg);
  background-repeat: repeat-x;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #EA8C00;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #CDCCAD;
}

TD.headerNavigation {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight : bold;
  /*background: url(images/design/nav_bg.jpg);*/
}

TD.BreadcrumbNavigation {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight : bold;
  background: url(images/design/nav_bg.jpg);
  /*background: url(images/design/breadcrumb_bg.jpg);*/
}

A.headerSearch { 
  color: #FFFFFF; 
}

A.headerSearch:hover {
  color: #B3B300;
}

A.headerNavigation { 
  color: #464C1E; 
  padding: 4px; 
}

A.headerNavigation:hover {
  color: #4D839B;
  background-color: #DDDDC8;
  padding: 4px;
  text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Trebuchet MS, 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, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #CDCCAD;
}

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

/* Info Box Rolloers */

#infoBoxMenu a {
	display:block;
	width:134px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 17px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-decoration: none;
   	background: url("images/design/arrow.jpg") top left no-repeat;
   	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
   }
#infoBoxMenu a:hover {
   	background-image: url("https://ds4312.hostname.net.au:8443/sitepreview/http/lafusionyoga.com/images/design/arrow_over.jpg");
   	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
   }
#infoBoxMenu a:active {
   	background-image: url("https://ds4312.hostname.net.au:8443/sitepreview/http/lafusionyoga.com/images/design/arrow.jpg");
   	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
   }
   
   /* End of Info Box Rolloers */

.mainBox {
  background: #FFFFFF;
}

.infoBox {
  border-color: #93B2C4;
  border-style: solid;
  border-width: 1px;
}

.infoBoxContents {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.contentBoxContents {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  font-size: 10px;
  background: #FFFFFF;
  border: 1px solid;
  border-color: #93B2C4;
}

.infoBoxReview {
  background: #F3F2FF;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

TD.contentBoxHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background: #93B2C4;
}

TD.infoBox, SPAN.infoBox {
  font-family: Trebuchet MS, 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: #D1E0FC;
}

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

TABLE.productListing {
}

.productListing-heading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 6px;
  background: #93B2C4;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #FFFFFF;
  font-weight: bold;
}

A.pageResults:hover {
  color: #000000;
  font-weight: bold;
}


TD.pageHeading, DIV.pageHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #93B2C4;
}

.ComingSoon {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

TD.cart, P.cart {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #FFFFFF;
}

TD.subtotal, P.subtotal {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}

.mainblue {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-color: #CDCCAD;
}

TD.mainheader, P.mainheader {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 1.5;
  background-color: #93B2C4;
}

TD.mainheaderGray, P.mainheaderGray {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 1.5;
  background-color: #999999;
}

TD.smallText, SPAN.smallText, P.smallText {

  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  font-size: 12px;
}

TD.smallTextHeader, SPAN.smallTextHeader, P.smallTextHeader {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  padding: 4px;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

.fieldbg {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #f8f8f9;
}

TD.fieldKey {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #FF9B9B;
}

TD.fieldValue {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #D1E0FC;
}

TD.tableHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

SPAN.greetUser {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #4A819B;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; color: #93B2C4; }

/* message box */

.messageBox { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; color: #FFFFFF; }

/* input requirement */

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

.inputRequirementheader { font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #93B2C4; }

/* Category Tabs 
==================================*/
#tabs {
  line-height:normal;
  font:80% "Trebuchet MS",Arial,Sans-serif;
  padding-left:50px;
  }

#tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }

#tabs li {
  float:left;
  background:url("./images/design/tab_bg_left.png") no-repeat left top;
  margin:0 0 0 1px;
  padding:0 0 0 8px;
  }

#tabs a {
  float:left;
  display:block;
  background:url("./images/design/tab_bg_right.gif") no-repeat right top;
  padding:4px 8px 4px 0px;
  text-decoration:none;
  color:#333333;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#000000;
  }

#tabs .active {
  background-image:url("./images/design/tab_bg_left_over.png");
  }
#tabs .active a {
  background-image:url("./images/design/tab_bg_right_over.png");
  color:#FFFFFF;
  }
  
/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: black;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: center;
	white-space: nowrap;
  	height: 30px;
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;	
  text-decoration: none;
  position: relative;
  text-align: center;	
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #464C1E;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	/*border-right: 1px solid #000000;*/
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #4D839B;
	background-color: #DDDDC8;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

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

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	position: relative;
	display: block;	
}

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

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
	font-size: 12px;	
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #999999;
	font-weight: bold;
	font-size: 12px;	
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #333333;
	font-weight: bold;
	background-color: #F0F0F0;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #FF9900;
	font-weight: bold;
	background-color: #666666;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

.horbar .dmselected {   /* Style override for selected root category */
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}