
.boxText
{
  font-size: 10px;
}

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

.stockWarning 
{
  font-size : 10px;
  color: #cc0033;
}


.orderEdit
{
  font-size : 10px; 
  color: #70d250; 
  text-decoration: underline;
}


.boxText select {
width: 95%;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {

  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError { 
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo
{
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {

  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}


/* modif seb */
.infoBox
{ 
}


/* modif seb */
.infoBoxContents
{
}
  

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;  
  font-size: 10px;
}



TD.infoBox, SPAN.infoBox
{  
  font-size: 10px;
}

/* couleurs de fond des lignes des tableaux (panier, liste de produits ...) */
/*TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  Xbackground: #f8f8f9;
}*/

/* couleurs de fond des lignes des tableaux (panier, liste de produits ...) */
/*TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  Xbackground: #f8f8f9;
}*/




TR.subBar {
  background: #f4f7fd;
}

TD.subBar {

  font-size: 10px;
  color: #000000;
}

TD.main, P.main {

  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {

  font-size: 10px;
}

TD.accountCategory {

  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {

  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {

  font-size: 12px;
}

TD.tableHeading {

  font-size: 12px;
  font-weight: bold;  
}

SPAN.newItemInCart {

  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {

  font-size: 11px;
}

TEXTAREA {
  width: 100%;

  font-size: 11px;
}




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



.checkoutBarFrom, .checkoutBarTo
{
  font-size: 10px;
  color: #8c8c8c;
}

.checkoutBarCurrent
{
  color: #000000;
}

/* message box */

.messageBox
{
  font-size: 10px;
}



