/*
  $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: Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


BODY {
  background: #f2f5e6;
  color: #000000;
  margin: 0px;
  font-family:Arial;
  font-size: 12px;
  line-height: 1.5;
  color: #6a6a6a; 
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

table.headerNavigation{
  background: #57b2d9;
  height: 39px;
}

TR.headerNavigation {
  background: #5f93c9;
}

TD.headerNavigation {
  font-family: arial;
  font-size: 13px;
  color: #fff;
  background: transparent;
}

.breadCrumb{
  font-family: arial;
  font-size: 11px;
  color: #676769;
}


A.breadCrumb{
  font-family: arial;
  font-size: 11px;
  color: #676769;
}

A.headerNavigation {
  font-family: arial;
  font-size: 13px;
  font-weight : bold;
  color: #fff;
  margin-right: 20px;
}

A.headerNavigation:hover {
  
}

TD.headerNavigationLine{
  background: #fff;
  font-family: Verdana;
  font-weight:  bold;
  font-size: 11pt;
  color: #33679B;
  height:25px;
}

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
  background: #5f93c9;
}

TD.footer {
  font-family: tahoma;
  font-size: 9px;
  background: #ffffff;
  color: #33679B;
}

A.footer,A.footer:visited{
  font-family: tahoma;
  font-size: 9px;
  color: #33679B;
}

A.footer:hover{
  color: #4477aa;
}

TD.copyright{
  font-family: tahoma;
  font-size: 9px;
  color: #cccccc;
}

A.copyright,A.copyright:visited{
  font-family: tahoma;
  font-size: 9px;
  color: #cccccc;
}
A.copyright:hover{
  color: #aaaaaa;
}

.infoBox {
  background: #ffffff;
}

.contentBox{
  background: #ffffff;
}
TD.infoBoxContents, SPAN.infoBoxContents {
  background: #ffffff;
  font-family: tahoma;
  font-size: 8pt;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	color:#333333;
	font-family:tahoma;
	font-size:10pt;
	font-weight:bold;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}



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

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

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.productListing-even{
  background: #fff;  
}
.productListing-odd{
  background: #fff;
}

A.pageResults {
  color: #333333;
}

A.pageResults:hover {
  color: #333333;
  background: #eeeeee;
}

TD.pageHeading, DIV.pageHeading {
  font-family: arial;
  font-size: 14pt;
  color:#57b2d9;
}

TD.homeHeading, DIV.homeHeading {
  font-family: arial;
  font-size: 14pt;
  color:#57b2d9;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.mainCart, P.mainCart, div.mainCart {
  font-family:Arial;
  font-size: 12px;
  line-height: 1;
  color: #676769;
  
}

TD.main, P.main, div.main {
  font-family:Arial;
  font-size: 12px;
  line-height: 1.5;
  color: #6a6a6a;
}

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

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: 11px;
  color: #ff3300;
}

A.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ff3300;
}

A.newItemInCart:hover {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ff3300;
}

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: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

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

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

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #cc3300;
  font-weight: bold;
}

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

.moduleRowBad { }
.moduleRowOverBad { background-color: #f7E9D7; cursor: default;}

.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: #9EDF99; }

/* input requirement */

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



/* HeaderTags */
h1 {
 font-family: Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

h2 {
 font-family: Arial, sans-serif;
 font-size: 14px;
}


/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */


/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	color: #333333;
	font-family: Arial;
	font-size: 8pt;
	cursor:hand;
	cursor:pointer;
}

.suggest_link_over {
	background-color: #99ccff;
	color: #333333;
	font-family: Arial;
	padding: 2px 6px 2px 6px;
	text-decoration:underline;
	font-size: 8pt;
	cursor:hand;
	cursor:pointer;
}

#search_suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
}		/*----------------------------End Suggest Styles------------------------*/

A.suggestLink, A.suggestLink:visited{
	color: #333333;
	font-family: Arial;
}

A.suggestLink:hover{
	color: #333333;
	font-family: Arial;
}
/* calendar */

.calendarHeader {
	font-weight: bolder;
	color: #CC0000;
	background-color: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.calendar { background-color: #cccccc;
font-family: Geneva, Arial, Helvetica, sans-serif;
						font-size: small;
}
.invalid { background-color: #FFFF00;
font-family: Geneva, Arial, Helvetica, sans-serif;
						font-size: small;
}
.valid { background-color: #FFFF00;
font-family: Geneva, Arial, Helvetica, sans-serif;
						font-size: small;
}                                   ;
.s_valid { background-color: #FFFF00
font-family: Geneva, Arial, Helvetica, sans-serif;
						font-size: small;
}
#selected {border: 2px solid #CC0000;
font-family: Geneva, Arial, Helvetica, sans-serif;
						font-size: small;
}
/* calendar eof */


A.index_learn{
	font-family:tahoma;
	font-weight:bold;
	font-size:8pt;
	color:#CC1A0A;
}


A.infoBoxLinks, A.infoBoxLinks:visited{
	font-family:arial;
	font-weight:bold;
	font-size:8pt;
	color:#ffffff;
}

A.topCatSelected, A.topCatSelected:visited{
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
	color:#33679B;
}

A.topCat, A.topCat:visited{
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
	color:#999999;
}

A.level2Cat, A.level2Cat:visited{
	font-family:arial;
	font-weight:bold;
	font-size:8pt;
	color:#ffffff;
	text-transform:uppercase;
}
A.level2Cat:hover{
	color:#ffffff;
}

A.level2CatSelected, A.level2CatSelected:visited{
	font-family:arial;
	font-weight:bold;
	font-size:8pt;
	color:#ffff66;
	text-transform:uppercase;
}
A.level2CatSelected:hover{
	color:#ffff66;
}

TD.boxCatDesc{
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
	color:#ffff66;
	text-transform:uppercase;
	cursor:default;
}

SPAN.productsPrice, TD.productsPrice{
	font-family:verdana;
	font-size:10pt;
	color:#333333;
	cursor:default;
}

A.smallName, A.smallName:visited {
  font-family: tahoma;
  font-size: 8pt;
  color: #86A5BA;
	font-weight:bold;
}

A.smallName:hover {
  color: #86A5BA;
}

TD.productCatName{
	font-family:arial;
	font-size:15pt;
	color:#cc3300;
}

TD.contentBoxHeading{
	font-family:tahoma;
	font-size:10pt;
	color:#86A5BA;
	font-weight:bold;
}

.foodTip{
	font-family:tahoma;
	color:#86A5BA;
	background:#ffffff;
	text-align:center;
	border:0px solid #999999;
	font-size:8pt;
}

TD.description{
	font-family:arial;
	color:#333333;	
}

A.seeMoreLink, A.seeMoreLink:visited, A.seeMoreLink:active{
	font-family:arial;	
	font-size:11px;
	font-weight:bold;
}


A.topCatLinks,A.topCatLinks:visited,A.topCatLinks:active{
	font-family:tahoma;
	color:#333333;
	font-size:8pt;
	font-weight:bold;
}

TD.dateHasSlots{
	border:1px solid #8b8b8b;
	background:#e0e3d2;
	color:#333333;
	font-size:8pt;
	font-weight:bold;
	font-family:verdana;
	cursor:pointer;
}

TD.dateHasSlotsOver{
	border:1px solid #8b8b8b;
	background:#f0f3e2;
	color:#333333;
	font-size:8pt;
	font-weight:bold;
	font-family:verdana;
	cursor:pointer;
}

TD.dateNoSlots{
	border:1px solid #8b8b8b;
	background:#ffffff;
	color:#333333;
	font-size:8pt;
	font-weight:bold;
	font-family:verdana;
	cursor:default;
}

TD.datePast{
	border:1px solid #8b8b8b;
	background:#c5dbe9;
	color:#999999;
	font-size:8pt;
	font-weight:bold;
	font-family:verdana;
	cursor:default;
}

TD.dayName{
	border:1px solid #8b8b8b;
	background:#daccaf;
	color:#33679B;
	font-size:8pt;
	font-weight:bold;
	font-family:verdana;
	cursor:default;
}

TD.slot{

	color:#33679B;
	font-size:8pt;
	font-weight:bold;
	cursor:default;
	font-family:verdana;
}

ul.categories_list{
  list-style-image: url(images/category_bull.png);
  padding-left: 25px;  
  margin-top: 0px;
}

ul.categories_list li{
  font-family: arial;
  font-size: 11px;  
  color: #676769;
}

ul.categories_list li a{
  color: #676769;
}

div.categories_list_separator{  
  padding: 2px 0;
}

.headerTable{ background: white; border-top: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; margin-top: 10px;}
.contentTable{ background: white; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}

ul.nav_r,
.nav_r ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	z-index: 10000;
	
}

li.nav_r_top_item{
  background: url(images/point_blue.png) no-repeat;
  padding-left: 23px;
  cursor: pointer;
}


ul.nav_r li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;			
	background: #eefaff;
	padding: 3px;
	width: 191px;
	border: 1px solid #57b2d9;
	text-align: left;
	color: #57b2d9;
}

ul.nav_r li>ul a { color: #57b2d9;}

ul.nav_r li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

ul.nav_faq,
.nav_faq ul{
/*Remove all spacings from the list items*/
	  
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	z-index: 10000;
}


ul.nav_faq li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;			
	background: #fff;
	padding: 3px;
	width: 200px;
	border: 1px solid #57b2d9;
	border-top: 0px;
	text-align: left;
	color: #57b2d9;
	margin:-1px 0 0 -12px;
}

ul.nav_faq li>ul a { color: #57b2d9;}

ul.nav_faq li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}



ul.nav_cart,
.nav_cart ul{
/*Remove all spacings from the list items*/
	margin: 0 0 0 -12px;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	z-index: 10000;
	
}


ul.nav_cart li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;			
	background: #eefaff;
	padding: 3px;
	width: 196px;
	border: 1px solid #57b2d9;
	border-top: 0px;
	text-align: left;
	color: #57b2d9;
}

ul.nav_cart li>ul a { color: #57b2d9;}

ul.nav_cart li:hover>ul{
/*When hovered, make them appear*/
	/*display : block;*/
}

.categoriesBoxHeading{
  font-family: arial;
  font-size: 18px;  
  color: #57b2d9;
  margin-left: 12px;
}

a.footerBar{
  color: #6a6a6a;
  font-size: 12px;
}

.footerHeading{
   font-family: arial;
   font-size: 18px;
   color: white;
   padding-bottom: 7px;
}

a.footerNavigation{
   font-family: arial;
   font-size: 12px;
   color: white;
   margin-left: 15px;
}

a.footerFaqNavigation{
   font-family: arial;
   font-size: 12px;
   color: white;   
   
}

.listingItemTable{
  border-top: 1px solid #f0f0f0;
  
}

.listingItemTable td{ padding-top: 10px;padding-bottom: 10px; vertical-align: top;}  
                                                                                     
.listingItemTable tr:hover{background: #f4f4f4}


.listingItemGridTable{
  border-top: 1px solid #f0f0f0;
  
}

.listingItemGridTable:hover{
  background: #f4f4f4;
}


.listingItemTablePrice {margin-bottom: 5px;}
.listingItemTablePrice td{padding-top: 0; padding-bottom: 0; vertical-align: middle;}

.columnBoxHeading{
  font-family: arial;
   font-size: 18px;
   color: #2f9cc3;
}

.boxHeadingBar{
  background: url(images/box_heading_bar.png) no-repeat;
  /*background: #e0dacc;*/
  height: 32px;
  padding-left: 10px;
  margin-left: -10px;
  padding-top: 3px;
  /*padding-bottom: 3px;*/
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #6a6a6a;
  
}

ul.customerOrdersList{
  list-style-image: url(images/category_bull.png);
  padding-left: 10px;
  margin: 0;  
  font-family: arial;
  font-size: 11px;
    
}

.login_box_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
  display: none;  
  /*background: url(images/bg_trans.png)*/	
}

.login_box{  
  margin: auto;
  width: 450px;  
  background: #f7f9f0;
  margin-top: 10%;
  border: 5px solid #e3e3e3;
  padding: 5px;
  
  -webkit-box-shadow: 0 0px 7px #555555; 
	-moz-box-shadow: 0 0 7px #555555; 
	box-shadow: 0 0 7px #555555;		
}

.headerCartNotice{
 position: absolute;
 width: 199px;
 border-left: 1px solid #57b2d9;
 border-right: 1px solid #57b2d9;
 border-bottom: 1px solid #57b2d9;
 background: #eefaff;
 margin-left: -12px;
 padding: 0px 3px 0 0 ;
  
}

.pageText ul {
  margin-left: 0px;
  padding-left: 0px;
}
.pageText ul li { margin-left: 16px;}

.nutrional_table {background: #f0f0f0; border: 1px solid #e0dacc; border-collapse: collapse;}
.nutrional_table th {text-align: left; font-weight:bold; border-bottom: 1px solid #e0dacc; padding: 2px 5px; font-size: 11px;}
.nutrional_table td {text-align: left; font-weight:normal; border-bottom: 1px solid #e0dacc; padding: 2px 5px;  font-size: 11px;}
.nutrional_table tr:hover {background: #fff}

.cartContentBoxClass{
  position: absolute;
  background: white;
  border: 1px solid #bdadad;
  text-align: left;
  padding: 3px;  
}




/*added by Chris Cummings starting 12.20.14 */
.listingItemGridTable .main a
{
	height: 54px !important;
	display: block;
}
.listingItemGridTable{
  border-top: 1px solid #d0d0d0;
  margin-bottom: 8px;
  margin-top: 8px;
  
}

