/****************************************************************************************************
 structural definitions
 ***************************************************************************************************/

html 
  {  
  font-size: 100%; 
  }

body 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;  

  /* 20px */
  padding-top: 1.25em;  
  
  text-align: center;
      
  background-color: white;
  
  font-family: Verdana, sans-serif;
  
  /* 16px */
  font-size: 1em;  
  }

#page 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;  

  margin-left: auto;
  margin-right: auto;

  text-align: center;

  /* 975px */
  width: 60.937em;
  
  table-layout: fixed;
    
  /* 1px */
  border: solid black 0.062em;
      
  background-color: #ABBAD9;
  }

#logo 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;  

  /* 975px */
  width: 60.937em;
  
  table-layout: fixed;
  
  /* 130px */
  height: 8.125em; 
  }

#wrapper 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;
  
  margin-left: auto;
  margin-right: auto;

  /* 10px */  
  margin-top: 0.625em;
        
  /* 925px */
  width: 57.812em;
  
  table-layout: fixed;  
  }

#menu 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;    
     
  /* 20px */  
  margin-bottom: 1.25em;
      
  /* 925px */
  width: 57.812em;
    
  /* 1px */
  border: solid black 0.062em;
  
  background-color: #0072BB;
  
  text-align: justify;
  }

#menu tr 
  {
  /* 20px */
  height: 1.25em;  
  }

#menu td.option 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;  
    
  /* 12px */
  font-size: 0.75em;
  
  /* 5px */
  /* to fix IE - because cells will always be bigger than 5px, the browser will determine the width of the cell */
  width: 0.416em;
  }

#menu .option a 
  {      
  display: block;
  
  /* 2px */
  padding-top: 0.166em;
    
  /* 18px */
  height: 1.5em;      
  
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  }

#menu .option a:hover 
  {
  text-decoration: underline;
  }

#navigation 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;  
    
  /* 195px */
  width: 12.187em;  
  
  table-layout: fixed;
  
  /* 20px */
  margin-right: 1.25em;
  }

#content
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;
  
  /* 710px */
  width: 44.375em;

  table-layout: fixed;

  background-color: #FFFFFF;   
  
  /* 1px */
  border: 0.062em solid black;
  }      

#footer 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;
    
  /* 925px */
  width: 57.812em;

  table-layout: fixed;

  text-align: justify;
  
  clear: both;
  }

/****************************************************************************************************
 infobox definitions
 ***************************************************************************************************/
 
#navigation .infoBox 
  {
  background: #FFFFFF;
    
  /* 1px */  
  border-bottom: 0.062em solid black;
  border-right: 0.062em solid black;
  border-left: 0.062em solid black;
  
  /* 20px */
  margin-bottom: 1.25em;
  }

#navigation .infoBoxContents 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;

  /* 10px */
  margin-top: 0.833em;
  margin-bottom: 0.833em;
  
  /* 12px */
  font-size: 0.75em;
  
  color: #000000;  
  }

#navigation .infoBoxNotice 
  {
  background: #FF8E90;
  }

#navigation .infoBoxNoticeContents 
  {
  background: #FFE6E6;

  /* 10px */
  font-size: 0.625em;
  }

#navigation td.infoBoxHeading 
  {

  font-weight: bold;
  
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;

  /* 10px */
  padding-top: 0.833em;
  padding-bottom: 0.833em;

  /* 5px */
  padding-left: 0.416em;
  padding-right: 0.416em;
  
  /* 12px */
  font-size: 0.75em;
  
  color: #FFFFFF;  
  
  background: #0072BB;
  
  /* 1px */
  border-top: 0.083em solid black;
  border-right: 0.083em solid black;
  border-left: 0.083em solid black;
  }


#content .infoBox 
  {
  background: #FFFFFF;
      
  /* 20px */
  margin-bottom: 1.25em;
  }

#content .infoBoxContents 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;

  /* 10px */
  margin-top: 0.833em;
  margin-bottom: 0.833em;
  
  /* 12px */
  font-size: 0.75em;
  
  color: #000000;  
  }

#content .infoBoxNotice 
  {
  background: #FF8E90;
  }

#content .infoBoxNoticeContents 
  {
  background: #FFE6E6;

  /* 10px */
  font-size: 0.62em;
  }

#content td.infoBoxHeading 
  {
  font-weight: bold;
  
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;

  /* 10px */
  padding-top: 0.5em;
  padding-bottom: 0.5em;

  /* 5px */
  padding-left: 0.25em;
  padding-right: 0.25em;
  
  /* 20px */
  font-size: 1.25em;
  
  color: #0072BB;  
  }

/****************************************************************************************************
link definitions
***************************************************************************************************/
 
#navigation .infoBoxHeading a
  {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;  
  } 
  
#navigation .infoBoxHeading a:hover
  {
  text-decoration: underline;
  }  
 
#content a, #navigation .infoBox a 
  {
  color: #0072BB;
  text-decoration: none;
  }

#content a:hover, #navigation .infoBox a:hover 
  {
  color: #ABBAD9;
  text-decoration: underline;
  }

#content .productListing-heading a
  {
  color: #FFFFFF;
  text-decoration: none;
  }

#content .productListing-heading a:hover
  {  
  text-decoration: underline;
  }

#content a.pageResults 
  {
  color: #0072BB;
  text-decoration: none;
  }

#content a.pageResults:hover 
  {
  color: #ABBAD9;
  text-decoration: underline;
  }
 

/*******************************************************************************************************
 span definitions
*******************************************************************************************************/ 

span.newItemInCart 
  {
  /* 12px */
  font-size: 1em;
  color: #ff0000;
  }

span.greetUser 
  {
  /* 12px */
  font-size: 1em;
  color: #0072BB;
  font-weight: bold;
  }

span.markProductOutOfStock 
  {
  /* 12px */
  font-size: 1em;
  color: #c76170;
  font-weight: bold;
  }

span.productSpecialPrice 
  {
  color: #0072BB;
  }

span.errorText 
  {
  color: #ff0000;
  }

.stockWarning 
  {  
  /* 12px */
  font-size : 1em; 
  color: #cc0033; 
  }

.orderEdit 
  {  
  /* 12px */
  font-size : 1em; 
  color: #70d250; 
  text-decoration: underline; 
  }


/*******************************************************************************************************
 message stack definitions
*******************************************************************************************************/

/* 
  because of the silly way in which this has been coded
  the message stack definitions are set to 14px but in fact
  are resized to 12px
*/

.messageBox 
  { 
  /* 14px gets resized to 12px */
  font-size: 0.875em; 
  }

.messageStackError, .messageStackWarning 
  {  
  /* 14px gets resized to 12px */
  font-size: 0.875em; 
  background-color: #ffb3b5; 
  }
  
.messageStackSuccess 
  {  
  /* 14px gets resized to 12px */
  font-size: 0.875em; 
  background-color: #99ff00; 
  }

/*******************************************************************************************************
 old header error and info definitions - to delete if and when we decide to replace the headerError 
 and headerInfo tables?
*******************************************************************************************************/

tr.headerError 
  {
  background-color: #ff0000;
  }

td.headerError 
  {
  /* 12px absolutely sized because of nested way in which code has been written */
  font-size: 12px;
  background-color: #ff0000;
  color: #ffffff;
  font-weight : bold;
  }

tr.headerInfo 
  {
  background: #00ff00;
  }

td.headerInfo 
  {
  /* 12px absolutely sized because of nested way in which code has been written */
  font-size: 12px;
  background-color: #00ff00;
  color: #ffffff;
  font-weight: bold;
  }

/*******************************************************************************************************
 checkout bar (timeline) definitions
*******************************************************************************************************/

.checkoutBarFrom, .checkoutBarTo 
  { 
  /* 12px - must be absolute or the checkoutBarFrom items are smaller */ 
  font-size: 12px; 
  color: #000000; 
  }
  
.checkoutBarCurrent 
  {  
  /* 12px */ 
  font-size: 0.75em; 
  color: #0072BB; 
  } 
 
/****************************************************************************************************
text definitions
***************************************************************************************************/

td.contentHeading 
  {
  font-weight: bold;
  
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;

  /* 10px */
  padding-top: 0.833em;
  padding-bottom: 0.833em;

  /* 5px */
  padding-left: 0.416em;
  padding-right: 0.416em;
  
  /* 12px */
  font-size: 0.75em;
  
  color: #FFFFFF;  
  
  background: #0072BB;
  } 
 
td.pageHeading, div.pageHeading 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;  

  font-weight: bold;

  /* 10px */
  padding-top: 0.416em;
  padding-bottom: 0.416em;

  /* 5px */
  padding-left: 0.208em;
  padding-right: 0.208em;

  /* 24px */
  font-size: 1.5em;
  
  color: #0072BB;
  }

td.main, p.main 
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;  

  /* 10px */
  padding-top: 0.833em;
  padding-bottom: 0.833em;

  /* 5px */
  padding-left: 0.416em;
  padding-right: 0.416em;
  
  /* 12px */
  font-size: 0.75em;
  }

td.smallText, span.smallText, p.smallText 
  {
  /* 12px */
  /* must resize absolutely as relative resizing works
     well on the pagination links but affects the new 
     products this month text*/
  
  font-size: 12px;
  }  

/*******************************************************************************************************
 product listing definitions
*******************************************************************************************************/

table.productListing 
  {
  border-collapse: collapse;
  }

table.productListing td
  {
  /* 2px absolutely sized due to browser inconsistencies in sizing the borders when relative
     sizing is used 
  */
  border-width: 2px;
  border-color: white;
  border-style: solid;  
  }

.productListing-heading 
  {
  /* 12px */
  font-size: 12px;
  background-color: #0072BB;
  color: #FFFFFF;
  font-weight: bold;
  }

td.productListing-data 
  {
  /* 12px */
  font-size: 0.75em;
  }
  
  
/*******************************************************************************************************
 module bar (hover bar) definitions
*******************************************************************************************************/

.moduleRow 
  { 
  }
  
.moduleRowOver 
  { 
  background-color: #E5E8DD; 
  cursor: pointer; 
  cursor: hand; 
  }
  
.moduleRowSelected 
  { 
  background-color: #E5E8DD; 
  }  
  
  
/*******************************************************************************************************
 product notifications bar definitions
*******************************************************************************************************/

.productsNotifications 
  { 
  background: #E5E8DD; 
  }  


/*******************************************************************************************************
 table definitions
*******************************************************************************************************/

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

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

/*******************************************************************************************************
 form definitions
*******************************************************************************************************/


form
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0;   

  display: inline;
  }

form .input, form select, form textarea   
  {
  /* to equalize the margin and padding settings for [INSERT ELEMENT HERE] in all browsers */
  /* the default margin and padding settings for [INSERT ELEMENT HERE] in each and every browser are now ignored */  
  margin: 0;
  padding: 0; 
            
  font-family: Verdana, sans-serif;
  
  /* 12px */    
  font-size: 1em;  
  }

form #submit
  {
  background-color: #0072BB;
  color: #FFFFFF;
  font-weight: bold;
    
  font-family: Verdana, sans-serif;
  
  /* 12px - absolutely resized otherwise the search button in the LHS boxes is resized twice 
            making it too small
  */    
  font-size: 12px;    
  }




.inputRequirement 
  { 
  /* 12px */ 
  font-size: 0.75em; 
  color: #ff0000; 
  } 
  

/* the next two styles are on the advanced_search.php page */
td.fieldKey 
  {
  /* 12px */
  font-size: 0.75em;
  font-weight: bold;
  }

td.fieldValue 
  {
  /* 12px */
  font-size: 0.75em;
  }

/*******************************************************************************************************
 error box definitions
*******************************************************************************************************/

.errorBox 
  {  
  background: #ffb3b5; 
  font-weight: bold; 
  }

