/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
DIV.centerpage {
  background:url('images/background.png');
  background-repeat:repeat-y;
  width: 1200px;
  position: relative;
  left: 50%;
  top: 0;
  margin-left: -600px;
  margin-bottom: 100px;
}

.boxText { 
	font-family: Verdana, Arial, sans-serif; 
	font-size:1em;
  	font-weight:normal;
  	height:5px;
  	line-height:1.3em;
  	letter-spacing:1px;
	
}
.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 : 10px; color: #70d250; text-decoration: underline; }

BODY {
  /*background-image : url(./images/background.png);*/ 
  /*background-position : 50% 50%;
  background-attachment : fixed;*/
  background:url('./images/header-bg.png');
  background-repeat:repeat-x;
  color : #000000;
  margin : 0; 	
  padding:0;	
  overflow-x:hidden;
}

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

A:hover {
  color: #AABBDD;
  text-decoration: none;
}

/* Categories Link*/ 

a { color: #000000; font-size: 1em; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:hover { color: #669999; }
.bigger { font-size: 1.2em; font-family: Verdana, Arial, Helvetica, sans-serif; }
.bigger a:link { font-size: 1.2em; }
.bigger a:hover { font-size: 1.2em; }
.bigger a:visited { font-size: 1.2em; }

/* End */

/*----------primary links---located in header----------*/
#menu
{
  color:#707169;
  font-size:1em;
  font-weight:normal;
  height:20px;
  line-height:1.3em;
  letter-spacing:1px;
  margin: 0;
  padding:0;
  white-space:nowrap;
  
  
}

#menu ul
{
  list-style:none;
  list-style-image:none;
  margin:0;
  padding:0;
  position:relative;  
  z-index:0; 
  left:190px; 
  top: 26px;
}

#menu li
{
  background-image:none;
  display:inline;
  margin:0;
  padding:0;
}

#menu li a
{
  border:medium none;
  color:#707169;
  font-weight:normal;
  padding:3px 10px;
  text-decoration:none;
}

#menu li a:hover
{
  background:#FFFFFF none repeat;
  border:medium none;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  color:#952D42;
  padding-left:9px;
  padding-right:9px;
}



FORM {
	display: inline;
}

TR.header {
  background: #FFCCCC;
}

TR.headerNavigation {
  background: #FFFFFF;
}

TD.headerNavigation {
  background:url('./images/header-bg.png');
  background-repeat:repeat-x;

  }

.lemons {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight : bold;
  position:absolute;  
  z-index:0; 
  left:750px; 
  top:5px;
  background-image:none;
  height:15px;
  width:300px;
}

.crumb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  position:absolute;  
  z-index:0; 
  left:5px; 
  top:5px;
  background-image:none;
  height:15px;
  width:700px;
  }


.berries {
  background-image:none;
  position:relative;  
  z-index:0; 
  left:75px; 
  top:5px;
}

.avocado {
  position:absolute;  
  z-index:1; 
  left:838px; 
  top:30px;
  width:380px;
}

.frame {
  position:absolute; 
  border:none;
  z-index:0; 
  left:740px; 
  top:405px;
  width:173px;
  height:150px;
}

img {
	border : 0 none;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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

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

td img.notice {/* scalable em 53 */
  /*float: left;  float that dropcap! */
  float: right;
  width: 15.5em;
  }

.infoBox {
   /*background: #FFFFFF;*/
   
}

.infoBoxContents {

  font-family: Verdana, Arial, sans-serif;
  font-size:11px; 
  font-weight:bold; 
  padding:5px;
  /*background: #FFFFFF;*/
}

.infoBoxContentsMain {

  font-family: Verdana, Arial, sans-serif;
  font-size:12px;  
  /*background: #FFFFFF;*/
  
}

.infoBoxContentsMain2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /*background:#FDF1EA;*/
  
}

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

.infoBoxContentsMain3 A:link {
	text-decoration: none;
	font-size:11;  

}

.infoBoxContentsMain3 A:hover {
	text-decoration: none;
	font-size:10; 
	font-weight:bold; 
	color: #A45C2A;
}

.quince {
	font-size:8;
	color:#0000CC; 
	font-weight:bold; 
}

.quince A:link {  
  	text-decoration: none;
	font-size:8; 
	font-weight:bold; 
	color:#0000CC;
  /*background-image: url(images/infobox/info_box.gif); */
  /*background-repeat:no-repeat;*/ 	
}
	
.quince A:hover {  
  	text-decoration: none;
	font-size:9; 
	font-weight:bold; 
	color:#0000CC;
}	

.infoBoxNotice {
  background: #FEFBE2;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align:center;
  background: #826876;
  color: #ffffff;
  z-index:1
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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 {
  background: #f8f8f9;
}

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

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

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

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #660033;
  background-color:#E7EBDA;
  
  
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px; 
}
.options {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
 	position:relative;  
 	z-index:0; 
 	left:115px; 
  	top:-76px;
	display: block;
	width:300px;

}  

.quantity {
 	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
	position:relative;  
 	z-index:1; 
 	left:100px; 
  	top:400px;
	display: block;

}

.images {
	position:absolute;
	left:865px; 
  	top:218px;
	z-index:1;
}	



.colorway1 {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
 	position:absolute;  
 	z-index:0; 
 	left:870px; 
  	top:360px;
	display: block;
	width:110px;
	
}

.colorway2 {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
 	position:absolute;  
 	z-index:0; 
 	left:975px; 
  	top:360px;
	display: block;
	width:110px;
}

.colorway3 {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
 	position:absolute;  
 	z-index:0; 
 	left:870px; 
  	top:550px;
	display: block;
	width:110px;
}

.colorway4 {
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
 	position:absolute;  
 	z-index:0; 
 	left:975px; 
  	top:550px;
	display: block;
	width:110px;
}
 
 
.addcart {
	position:absolute;  
 	z-index:1; 
 	left:900px; 
  	top:590px;
	display: block;

}

.click {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-style:italic;
  position:absolute;  
  z-index:0; 
  left:870px; 
  top:375px;
  display: block;
  width:110px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;

}

TD.smallText2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-style:italic

}

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

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

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

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 {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  
}

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

TABLE.formArea {
  /*background: #99CC99;*/
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 0px;
}

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

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

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(DIR_WS_IMAGES .'prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(DIR_WS_IMAGES .'nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* CSS hover enlarged image popup */


#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: -5px;
	width: 100px;
    
       
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
  
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0;
	display: block;
	height: 133px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 100px;
    
    
}

#pic a.p1:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
    
     
}
  

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 400px;
	left: 150px;
	/*position: relative;*/
	top: -175px;
	width: 300px;
    
    /*width: 70%;*/
}

/*Linkpoint*/

A.articlelink{
   color:#0000FF;
  text-decoration: none;
}

/* Text Box with Side Image: */
.tb-bg-side {
    font-family: Verdana, Arial, sans-serif;
  	font-size: 14px;
	/*font-style: italic; 
	text-align:justify;*/
	line-height: 2em;
	width: 500px;
	height: 300px;
	background-image: url(/images/info_image.jpg);
    background-repeat:no-repeat;
    background-position: bottom right;
    border: 2px solid #AE4F69;
	background-color:#E7EBDA;
    padding:25px;
}
/* Text Box with No Side Image: */
.tb-bg {
    width: 200px;
	height: 500px;
	position:relative;  
  	z-index:1; 
  	left:210px; 
  	top:-490px;
	
}

.tb-bg-product {
    font-family: Verdana, Arial, sans-serif;
  	font-size: 13px;
	/*font-style: italic;*/
	/*text-align:justify;*/
	line-height: 1.25em;
	width: 550px;
	height: 350px;	
    border: 2px solid #AE4F69;
	background-color:#E7EBDA;
    padding:25px;
	position:relative;  
  	z-index:0; 
  	left:70px; 
  	top:20px;
}
	
/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOIVE { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */

/*Footer */
	
* {
        margin: 0;
  }

html, body {
       height: 100%;
  }
 
 .wrapper {
      min-height: 100%;
      height: auto !important;
      height: 100%;
      margin: 0 auto -4em;
  }
  
.push 
{
	  height: 4em;
}

.footer
{

	  font-family: Tahoma, Verdana, Arial, sans-serif;
      font-size: 12px;
  	  font-weight:normal;
	  color:#BABDAC;
	  clear:both;
	  height: 4em;
	  padding-top:1em;
	  text-align:center;
	  
}
}
