/*
  $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
*/

.boxText { font-family: Tahoma; font-size: 11px; }
.errorBox { font-family : Tahoma; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Tahoma; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #A8CE48;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #FF9933;
}

TD.headerNavigation {
	font-family: Tahoma;
	font-size: 13px;
	color: #ffffff;
	font-weight : bold;
	line-height: 20px;
	background-color: #FF9933;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Tahoma;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  font-family: Tahoma;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}

TABLE.productListing {
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #A8CE48;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Tahoma;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #339900;
	padding-top: 5px;
}
.pageHeading1{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	padding-top: 5px;
}
.pageHeading1 a{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	padding-top: 5px;
}
.pageHeading1 a:hover{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	padding-top: 5px;
}
TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Tahoma;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Tahoma;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

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

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

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

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  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: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  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: #E9F4FC; }

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

/* message box */

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

/* input requirement */

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

.meal_menu {
	text-align: center;
}
.meal_menu a{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.meal_menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.list_menu{
	font-size:13px;
	position: relative;
	z-index: 100;
	width: 100px;
	text-align: center;
}    
.list_menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}    
.list_menu li {
	position:relative;
	list-style-type: none;
	text-align: center;
}    
.list_menu ul ul {
	visibility:hidden;
	position:absolute;
	top:20px!important;
	top:15px;
	left:0px!important;
	left:-27px;
}    
.list_menu table {position:absolute; top:0; left:0;}    
.list_menu ul li:hover ul,    
.list_menu ul a:hover ul{visibility:visible;}    
.list_menu a{
	display:block;
	color:#000000;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 21px;
}    
.list_menu a:hover{
	background:;
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}  
.list_menu ul li a{
	display:block;
	color:#000000;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;
}
  
.list_menu ul ul{}    
.list_menu ul ul li {
	clear:both;
	text-align:left;
	font-size:13px;
}    
.list_menu ul ul li a{
	display:block;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	background-color: #F6F7D3;
	line-height: 21px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7DD5B;
	border-right-color: #D7DD5B;
	border-bottom-color: #D7DD5B;
	border-left-color: #D7DD5B;
}    
.list_menu ul ul li a:hover{
	line-height: 21px;
	text-decoration: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F6F7D3;
	color: #FF6600;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #D7DD5B;
	border-right-color: #D7DD5B;
	border-bottom-color: #D7DD5B;
	border-left-color: #D7DD5B;
}  
.meal_footer {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.meal_www {
	padding-left: 7px;
} 
.meal_bg1 {
	background-image: url(images/meal_mid_pic.gif);
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.meal_text1 {
	color: #FF6600;
	height: 20px;
	width: 140px;
	border: 1px solid #DD8526;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.meal_bg2 {
	background-image: url(images/meal_midd_pic.gif);
	background-repeat: repeat-y;
}
.meal_text2 {
	height: 20px;
	width: 175px;
	border: 1px solid #999999;
}
.meal_text3 {
	height: 20px;
	width: 145px;
	border: 1px solid #999999;
}
.meal_lg {
	padding-left: 15px;
}
.meal_bg3 {
	background-image: url(images/meal_mid_pic1.gif);
	background-repeat: repeat-x;
}
.meal_font {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
}
.meal_bg4 {
	background-image: url(images/meal_midd_pic1.gif);
	background-repeat: repeat-y;
}
.meal_company {
	font-family: Tahoma;
	font-size: 13px;
}
.meal_company a{
	padding-left: 15px;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.meal_company a:hover{
	color: #000000;
	text-decoration: none;
}
.meal_side {
	border: 1px solid #A6D0E7;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 2px;
}
.meal_left {
	padding-right: 5px;
}
.meal_main_sep {
	padding-left: 10px;
}
.meal_select {
	color: #FFFFFF;
	background-color: #FFAC2F;
	height: 18px!important;
	height: 20px;
	width: 115px;
	border: 1px solid #7F9DB9;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.meal_submenu {
	font-family: Tahoma;
	font-size: 11px;
}
.meal_submenu a{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.meal_submenu a:hover{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.meal_bg5 {
	background-image: url(images/meal_submenu_mid.gif);
	background-repeat: repeat-x;
}
#meal_box {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	border: 1px solid #A6DBFF;
	width: 90%;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#meal_box1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #309B00;
	width: 142px;
	text-align: center;
	background-image: url(images/meal_sep1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 150px;
	font-weight: bold;
}
#meal_box2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #309B00;
	width: 142px;
	text-align: center;
	background-image: url(images/meal_sep2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 150px;
	font-weight: bold;
}
#meal_box3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #309B00;
	width: 142px;
	text-align: center;
	background-image: url(images/meal_sep3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 150px;
	font-weight: bold;
}
#meal_box4 {
	font-family: Tahoma;
	font-size: 13px;
	color: #309B00;
	width: 142px;
	text-align: center;
	background-image: url(images/meal_sep4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 150px;
	font-weight: bold;
}
#meal_box5 {
	font-family: Tahoma;
	font-size: 13px;
	color: #309B00;
	width: 142px;
	text-align: center;
	background-image: url(images/meal_sep4.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 150px;
	font-weight: bold;
}
.meal_bg6 {
	background-image: url(images/meal_title_middle.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #339900;
	font-family: Tahoma;
}
.meal_bg6 a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.meal_bg6 a:hover{
	color: #FF6600;
	text-decoration: none;
}
#meal_special_products {
	height: 150px;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#meal_special_products1 {
	width: 160px;
	text-align: center;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	margin-bottom: 10px;
}
.main1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
}
.main2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FF6600;
}
#simba_forum {
	float: left;
	height: 120px;
	width: 340px;
}
.simba_history_side {
	border: 1px solid #A8CE48;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	padding-left: 2px;
	text-align: left;
}
.meal_ajax_font {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #999999;
	color: #FF6600;
	padding-right: 30px;
	padding-left: 30px;
}