/*
  $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
{
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    FONT-SIZE: 0.8em;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px
    
    /* Affects the margin of the pages */
}

.errorBox
{
    font-weight: bold;
    font-size: 0.8em;
    background: #ffb3b5
    color: #fff
}
.stockWarning
{
    FONT-SIZE: 0.8em;
    COLOR: #cc0033;
}

.productsNotifications { 

    background: #f2fff7; 
}
.orderEdit { 
    font-family : Verdana, Arial, sans-serif; 
    font-size : 0.8em; 
    color: #70d250; 
    text-decoration: underline; 
}

BODY {
   
    MARGIN: 10px;
    
    FONT-FAMILY: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
    
    /* COLOR: #206080;
    background-image:  url(http://eric/shop/catalog/images/xmaxbg.jpg);
     background-repeat: repeat;
    to change page background BACKGROUND: url(images/bg.gif) #ffc fixed no-repeat 50% 140px;
     background-image:  url(http://localhost/shop/catalog/images/xmaxbg.jpg);
     color will affect some infobox and the decription of products, search. Pricing
    */
  
    
}

A {
  COLOR: #206080; /*#808080; */ /*#206080;*/ /*COLOR:#003399; */
  text-decoration: none;
  font-family:Arial;  
  /* COLOR: #206080; affects the product name links and the category by underline the links color affects the*/
}

A:hover {
  color: #AABBDD;
  COLOR:#F18E00;
  text-decoration: underline;
  /*affects the body links */
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
 
}

TR.headerNavigation {
  background: #bbc3d3;
   
}


TD.headerNavigation
{
    BORDER-RIGHT: #B0BEC7 0em solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #B0BEC7 0.01em solid;
    PADDING-LEFT: 30px;
  
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #B0BEC7 0em solid;
    border-color: #99CCFF;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #99CCFF 0.01em solid
    border-color: #99CCFF;
    PADDING-TOP: 3px;
    PADDING-BOTTOM: 3px;
    
    FONT-SIZE: 12px;
    
    background:#EDF5FA;
    FONT-COLOR: #808080;
    FONT-WEIGHT: bold
    
    /* FONT-SIZE: 0.785em; FONT-WEIGHT: bold;affects the top menu. Color here affects the vertical lines and arrow */
}

TD.breadcrumb

{
    PADDING-TOP: 0.3em;
    PADDING-BOTTOM: 0.1em;
    FONT-SIZE: 0.7em;
    COLOR: #0192B5;
    
}

.breadcrumb

{
    PADDING-TOP: 0.1em;
    PADDING-BOTTOM: 0.3em;
    FONT-SIZE: 0.3em;
    COLOR: black;
    /* font-weight : bold;*/
    
}
A.breadcrumb {

  COLOR: #003399;
  text-decoration: none
  /* Affect the underline of header*/ 
}

A.breadcrumb:hover {
  
  COLOR:#FF9900;
  text-decoration: underline
  /* Affect the underline of header*/
  
}

A.headerNavigation {

  COLOR:#808080;
  font-family:Arial;  
  /* affects the font color of header
  /* Affect the underline of header*/ 
}

A.headerNavigation:hover {

  COLOR:#FF9900;
  text-decoration: underline
  /* Affect the underline of header*/
  
}

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-WEIGHT: bold;
    FONT-SIZE: 0.8em;
    BACKGROUND: #090;
    COLOR: #fff;
    TEXT-ALIGN: center
}

TR.footer {
  background: #bbc3d3;
}


TD.footer
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.7em;
    BACKGROUND: #503;
    COLOR: #fff
}

.infoBox {
  /* background:  #CFCDCD */ 
  /*background: #B0BEC7*/
  /* affects the infobox border #C0C0C0;*/
}
.productInfo {

    FONT-SIZE: 0.75em;
    BACKGROUND: #F5F5F5;
    
    BORDER-RIGHT: #E9E9E9 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #E9E9E9 1px solid;
    PADDING-LEFT: 1px;
    FONT-SIZE: 0.9em;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #E9E9E9 1px solid;
    border-color: #E9E9E9;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #E9E9E9 1px solid
   	
}
.boxButton{

    FONT-SIZE: 0.75em;
    BORDER-RIGHT: #E9E9E9 0px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #E9E9E9 0px solid;
    PADDING-LEFT: 1px;
    FONT-SIZE: 0.9em;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #E9E9E9 0px solid;
    border-color: #E9E9E9;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #E9E9E9 0px solid
   	
}


.infoBoxContents
{
    FONT-SIZE: 0.9em;
    
    BACKGROUND: ##FFFFFF
    
    
    /*#F8F8F9 #F5F5F5 #EEF6FC; BACKGROUND:#FCFCFC  bg will display the color of info box contents #F9F9F9 */
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.9em;
    BACKGROUND: #E0E0E0;
    COLOR: #646464;
    
    
    BORDER-RIGHT: #B0BEC7 0em solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #B0BEC7 0em solid;
    PADDING-LEFT: 0px;
  
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #B0BEC7 0em solid;
    border-color: #B0BEC7;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #B3B3B3 1px solid
    
    /*background-image: url(images/infoboxheaderbg.gif);  #background-image: url(http://eric/shop/catalog/images/infoboxheaderbg.gif); */
    /*  COLOR: #206080  ;Heading affect the middle box in category only also *  can add skin here/ 
   
}

TD.infoBox, SPAN.infoBox {
  font-family: 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: #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-RIGHT: #b6b7cb 0px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #b6b7cb 0px solid;
    PADDING-LEFT: 0px;
    FONT-SIZE: 0.9em;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #b6b7cb 0px solid;
    WIDTH: 100%;
    border-color: #b6b7cb;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #b6b7cb 1px solid
    /* 	border: 0px;
  	border-style: solid;
  	border-spacing: 1px;
  	border-color: #b6b7cb;
     Affects the center box border and text
   */
  
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  background: #F1F1F1; 
  color: #206080;
  /*color and bg of list heading */
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: .7em;
  background: #FFFFFF;
   ; list background color
}

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

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: 11px;
  line-height: 1.5;
}

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

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
{
    BORDER-RIGHT: #808080 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #808080 1px solid;
    PADDING-LEFT: 3px;
    FONT-SIZE: 0.9em;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #808080 1px solid;
    WIDTH: 100%;
    COLOR: #503;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #808080 1px solid
    
    // Affects the comments text area
}

SPAN.greetUser {
  font-family: Verdana, 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, 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: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
.smallText IMG
{
    BORDER-RIGHT: #C0C0C0 1px solid;
    BORDER-TOP: #C0C0C0 1px solid;
    BORDER-LEFT: #C0C0C0 1px solid;
    BORDER-BOTTOM: #C0C0C0 1px solid
}

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


TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
}

.yearHeader { font-family: Helvetica, Arial, Verdana; font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;} .calendarMonth { background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader { font-family: Helvetica, Arial, Verdana; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 22px;}
.calendarToday { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFCF00; padding-left : 3px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendarWeekend { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendar { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px; }
.event { font-family: Arial, Verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
.empty { background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {color: red; text-decoration: underline;}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {color: red; text-decoration: underline;}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {color: red; text-decoration: underline;}

