/*line 1 : you can change the family and the size of the text
	  in the boxes within the menus on the left and right.*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

/* /// do not modify /// That is for the errors*/
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

/*modify only if you have stocks*/
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

/*changes the background of products notifications*/
.productsNotifications { background: #f2fff7; }


/*changes the font details within the order edit box*/
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  /*page's background : WARNING : this is not the head of the page.*/
  background:#ffffff;
 
   
   /*color of the text in the page : */
  color: #000000;
  /*margin size (amount of “white space” between the elements)*/
  margin: 0px;
}

 
A {
  /*links color on the page.*/
  color: #983298;
    /*a choice of option for the links: this will remove the underline links typically have*/
  text-decoration: none;
}
A:hover {
  /*links color when hover over them with the mouse.*/
  color: #983298;
  
  /*choice of option : here we see “underline” – other options “overline, line through, blink, none“*/
  text-decoration: underline;
}
FORM {
	display: inline;
}


TR.header {
 /*color of the heading on the page.*/
  background: #ffffff;
  
}

TR.headerNavigation {
  /*color the baground header navigation bar on the page.*/
  background: #983298;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

/*for the errors. I would suggest leaving as default… hopefully you’d never see this, right? ;)*/
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;
}

/*for the heading… same format as all the rest… getting used to it yet?*/
TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  /*color: #ffffff;*/
  color:#983298 ;
  font-weight: bold;
  text-align: center;
}


/*footer it for the navigation banner in the bottom part of the page where the date and counter can be found.
without me, you can do it...*/
TR.footer {
  background: #983298;
}

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


/*menus on the left and right.*/
.infoBox {
 /* background: #b6b7cb;*/
  background: #ebdee6;
    }

.infoBoxContents {
  /*background color of "boxes" in the menus*/
 background: #ebdee6;
 color: #983298;
  /* background: #d4aCCe;*/
  /*I don't suggest touching the font size, it's really not necessary...*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  }

.infoBoxNotice {
  background: #FF8E90;
  }

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

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

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

/*here for the address book, payment... :
the first background is for the new entry
the second is for the old entry of a name; for example in the address book.*/
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: #b6b7cb;
  border-spacing: 1px;
}

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

/*Some options for the product's list:
family, size, color, and link's options*/
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

/*Options for the product's title in the individual presentation:
size, family, option, color.*/
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}






/*Create a good part of your site before doing operation under*/
TR.subBar {
  background: #f4f7fd;
}

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

/*main : 			product description

smalltext : 		text in the bottom part of the product like "this product was 
			added to our catalog on Saturday 04 January, 2003."
			or "Click to enlarge".

accountcategory :	account category

fieldkey :		name of the field in "advanced search" for example.

fieldvalue :            [ don't touch ]

tableHeading :  	for the products in the cart :
			"quantity, remove..."*/
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: 10px;
}

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

/*newitemincart		: new products in the cart. in the right part, in the "cart" box...

checkbox...		: about the form, don't touch, it's not necessary, for sure !
			  the same for text area

greetuser		: on the main page, this is your name or "GUEST".

form			: don't touch this one

markproductoutstock	: for the text : out of stock

productspecialprice	: for the special price text*/
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: 11px;
}

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

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