/*
  $Id: stylesheet.css,v 1.48 2002/07/11 17:13:14 dgw_ Exp $

*/

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

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

/* General sur les pages */
BODY {
	background: #ffffff;
 	margin: 0px;
 	color: #000000;
}

/*Couleur des Liens*/
A {
	color: Black;
	text-decoration: none;
}
/*Couleurs des liens en survole*/
A:hover {
	color: #000000;
	text-decoration: underline;
}

FORM {
	display: inline;
}

/* *************************************************************** */
/* Banniere du haut */
/* TOP HEADER LINK BAR */

/* TOP HEADER BACKGROUND COLOUR */

TR.header {
  background: #F2C23C;
}

TR.headerNavigation {
  background: #ffffff;
  TEXT-DECORATION: none
}

/* Partie droite navigateur en dessous de la Banniere */
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
  color: #ffffff;
	/* text colour 003869*/
	background: #682B0E;
	border-top: 3px solid #682B0E;
	border-bottom: 3px solid #682B0E;
}


A.headerNavigation {
  color: #ffffff;
  TEXT-DECORATION: none
} 		/* links colour */

A.headerNavigation:hover {
  color: #ffffff;
  TEXT-DECORATION: none
} 		/* hover colour */


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
  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;
}

/* *************************************************************** */
/* footer bar background */
TR.footer {
  background: #ffffff;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #682B0E;
	color: #ffffff;
	vertical-align: text-bottom;
	border-bottom: 3px solid #682B0E;
	border-top: 3px solid #682B0E;
}

/* *************************************************************** */

/* PRODUCT AND MENU BOX */

/*---------- CADRES D'ENTOURAGE DES BOXES ----------*/

/* Cadre d'entourage des boxes (Original) */
.infoBox {
  background: #ffffff;
  	border : 3px double #682B0E;
  }

/* Cadre d'entourage boxe Catalog / Advanced_Search.php (Page Recherche avancée) */
.infoBoxAdvancedSearch {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Best_Sellers.php (Box des meilleurs achats)*/
.infoBoxBestSellers {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Categories.php (Box pour catégories)*/
.infoBoxCategories {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Currencies.php (Box pour devises)*/
.infoBoxCurrencies {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Information.php (Box pour Information)*/
.infoBoxInformation {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Languages.php (Box des Langues)*/
.infoBoxLanguages {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Manufacturer_info.php (Box Info Fabricants)*/
.infoBoxManufacturerInfo {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Manufacturers.php (Box de la liste des fabricants)*/
.infoBoxManufacturers {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Order_history.php (Box d'historiques des commandes)*/
.infoBoxOrderHistory {
	background: #ffffff;
	border : 1px solid #682B0E;
}
/* Cadre d'entourage boxe Catalog / Includes / boxes / Product_notifications.php (Box de notification)*/
.infoBoxProductNotifications {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Reviews.php (Box des critiques)*/
.infoBoxReviewsBoxe {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Search.php (Box de recherche)*/
.infoBoxSearch {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Shopping_cart.php (Box du panier)*/
.infoBoxShoppingCartBoxe {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Specials.php (Box des promotions)*/
.infoBoxSpecials {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Tell_a_friend.php (Box faire connaître à un ami)*/
.infoBoxTellAFriend {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Wats_new.php (Box des nouveautes)*/
.infoBoxWatsNew {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Cookie_usage.php (Box d'explication sur l'utilisation des cookies)*/
.infoBoxCookieUsage {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / popup_search_help.php (Aide de la recherche avancée)*/
.infoBoxPopupSearchHelp {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Product_info.php (Box information des produits non trouvés dans le cas d'un produit pas encore disponible)*/
.infoBoxProductInfo {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Product_reviews.php (Box information quand il n'y a pas de critique sur un produit)*/
.infoBoxProductReviews {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / reviews.php (Box information quand il n'y a pas de critique sur un produit)*/
.infoBoxReviews {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / shopping_cart.php (Box information quand le panier est vide)*/
.infoBoxShoppingCart {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / ssl_check.php (Box information sur les sessions SSL quand il y a eu un echec SSL)*/
.infoBoxSslCheck {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / modules / New_Products.php (Box ce trouvant au milieu)*/
.infoBoxNewProducts {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/* Cadre d'entourage boxe Catalog / Includes / modules / also_purchased_products.php (Box  ce trouvant au milieu des clients qui ont acheté ce produit ont aussi acheté...)*/
.infoBoxAlsoPurchasedProducts {
	background: #ffffff;
	border : 1px solid #682B0E;
}

/*---------- INTERIEURE DES BOXES ----------*/

/* Interieure des boxes (Original)*/
.infoBoxContents {
	background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  }

/* Interieure boxe Catalog / Advanced_Search.php (Page Recherche avancée) */
.infoBoxContentsAdvancedSearch {
	background: #ffffff;
	border : 1px solid #682B0E;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / popup_Search_help.php (Aide de la recherche avancée) */
.infoBoxContentsPopupSearchHelp {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Best_Seller.php (Box des meilleurs achats)*/
.infoBoxContentsBestSellers {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Categories.php (Box pour catégories)*/
.infoBoxContentsCategories {
	background: #F2C23C;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	}

/* Interieure boxe Catalog / Includes / boxes / Currencies.php (Box pour devises)*/
.infoBoxContentsCurrencies {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Information.php (Box pour Information)*/
.infoBoxContentsInformation {
	background: White;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Languages.php (Box des Langues)*/
.infoBoxContentsLanguages {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Manufacturer_info.php (Box Info Fabricants)*/
.infoBoxContentsManufacturerInfo {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Manufacturers.php (Box de la liste des fabricants)*/
.infoBoxContentsManufacturers {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Order_history.php (Box d'historiques des commandes)*/
.infoBoxContentsOrderHistory {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Product_notification.php (Box de notification)*/
.infoBoxContentsProductNotifications {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Reviews.php (Box des critiques)*/
.infoBoxContentsReviewsBoxe {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Search.php (Box de recherche)*/
.infoBoxContentsSearch {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Shopping_cart.php (Box du panier)*/
.infoBoxContentsShoppingCartBoxe {
	background: #F2C23C;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Specials.php (Box des promotions)*/
.infoBoxContentsSpecials {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Tell_a_friend.php (Box faire connaître à un ami)*/
.infoBoxContentsTellAFriend {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Wats_new.php (Box des nouveautes)*/
.infoBoxContentsWatsNew {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Cookie_Usage.php (Box d'explication sur l'utilisation des cookies)*/
.infoBoxContentsCookieUsage {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Product_info.php (Box information des produits non trouvés dans le cas d'un produit pas encore disponible)*/
.infoBoxContentsProductInfo {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Reviews.php (Box information quand il n'y a pas de critique sur un produit)*/
.infoBoxContentsReviews {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Shopping_cart.php (Box information quand le panier est vide)*/
.infoBoxContentsShoppingCart {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / ssl_check.php (Box information sur les sessions SSL quand il y a eu un echec SSL)*/
.infoBoxContentsSslCheck {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / product_reviews.php (Box information quand il n'y a pas de critique sur un produit)*/
.infoBoxContentsProductReviews {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / modules / New_Products.php (Boxe qui affiche les nouveaux produits au milieu)*/
.infoBoxContentsNewProducts {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;

}

/* Interieure boxe Catalog / Includes / modules / Also_Purchased_Products.php (Box  ce trouvant au milieu des clients qui ont acheté ce produit ont aussi acheté...)*/
.infoBoxContentsAlsoPurchasedProducts {
	background: #ffffff;
	border : #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Entete et pied des Boxes droite,  gauche et centrale (Original)*/
TD.infoBoxHeading {
	/* infobox header row */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #ffffff;
	color: #000000;
	vertical-align: text-middle;
	text-align: center;
}

.infoBoxContents {  /* infobox inner tables for data */
  background: #ffffff;	/* Affichage des couleur de fond dans les boxes */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000; /* Affichage des chiffres dans les boxes */
}

.infoBoxNotice {
  background: #FF8E90;
}

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

/*---------- ENTETE ET PIED DES BOXES ----------/*

/* Entete et pied des Boxes droite,  gauche et centrale (Original)*/
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
  color: #000000;
}

/* Entete et pied Boxes Catalog / Advanced_search.php (Page Recherche avancée ) */
TD.infoBoxHeadingAdvancedSearch {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff;
}

/* Entete et pied Boxes Catalog / Popup_search_help .php (Aide de la recherche avancée) */
TD.infoBoxHeadingPopupSearchHelp {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff;
}

/* Entete et pied Boxes Catalog / includes / boxes / best_sellers.php (Box des meilleurs achats) */
TD.infoBoxHeadingBestSellers {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / catgories.php (Box pour catégories) */
TD.infoBoxHeadingCategories {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000f;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / currencies.php (Box pour devises) */
TD.infoBoxHeadingCurrencies {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / languages.php (Box des Langues) */
TD.infoBoxHeadingLanguages {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / manufacturer_info.php (Box Info Fabricants) */
TD.infoBoxHeadingManufacturerInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / manufacturers.php (Box de la liste des fabricants) */
TD.infoBoxHeadingManufacturers {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / order_history.php (Box d'historiques des commandes) */
TD.infoBoxHeadingOrderHistory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / product_notification.php (Box de notification) */
TD.infoBoxHeadingProductNotifications {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / reviews.php (Box des critiques) */
TD.infoBoxHeadingReviewsBoxe {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / search.php (Box de recherche) */
TD.infoBoxHeadingSearch {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / shopping_cart.php (Box du panier) */
TD.infoBoxHeadingShoppingCartBoxe {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / specials.php (Box des promotions) */
TD.infoBoxHeadingSpecials {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / tell_a_friend.php (Box faire connaître à un ami) */
TD.infoBoxHeadingTellAFriend {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / wats_new.php (Box des nouveautes ) */
TD.infoBoxHeadingWatsNew {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / includes / boxes / information.php (Box pour Information) */
TD.infoBoxHeadingInformation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff url(../../../../images/infobox/thema/1/french/header.gif);
}

/* Entete et pied Boxes Catalog / Cookie_usage.php (Box d'explication sur l'utilisation des cookies)*/
TD.infoBoxHeadingCookieUsage {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff;
}

/* Entete et pied Boxes Catalog / ssl_check.php (Box information sur les sessions SSL quand il y a eu un echec SSL)*/
TD.infoBoxHeadingSslCheck {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background : #ffffff;
}

/* Entete et pied Boxes Catalog / includes / modules / new_products.php (Box qui affiche les nouveaux produits au milieu) */
TD.infoBoxHeadingNewProducts {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background: #682B0E;
	color: White;
	}

/* Entete et pied Boxes Catalog / includes / modules / Also_Purchased_Products.php (Box ce trouvant au milieu des clients qui ont acheté ce produit ont aussi acheté...) */
TD.infoBoxHeadingAlsoPurchasedProducts {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: White;
	background: #682B0E;
	}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border : 3px double #682B0E;
}

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


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

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

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

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

 /* Pour 2 couleur différente dans prodcut listing */ 
TR.productListing-odd 
    {
  font-family: Verdana, Arial, sans-serif;
  BACKGROUND: White;
  COLOR: Black;
  font-size: 10px;} 
 
   
TR.productListing-even 
   {
  font-family: Verdana, Arial, sans-serif;
  BACKGROUND: White;
  COLOR: #000000;
  font-size: 10px;}
  
/* Le Haut des titres des tableaux contenant la liste
  des produits dans plusieurs pages de la boutique*/
TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    color: #ffffff;
  font-weight: normal;
  font-variant: normal;
    background: #682B0E;
}


/* Pour une seule couleur dans product listing */
/* Contenue de la liste des produits */
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
/*  BACKGROUND: #f9f9f9;  */
  COLOR: Black; 
  font-size: 10px;
}
  
A.pageResults {
  color: #0000FF;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  colour: #000000;}

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

/* Boxe du panier (Affichage quand un nouveau produit vient d'être ajouté */
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  background:
  border-color: #005177;

}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  background:
  border-color:
}

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

TABLE.formArea {
  background color : #f9f9f9;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

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;
  font-weight: bold;
  color: #ff3300;
}

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

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

SPAN.checkoutBarHighlighted {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

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


A.headerLink {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #000099;
	text-decoration : none;
}
A.headerLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #99ccff;
	text-decoration : none;
}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Description dans une catégorie */
TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}



/* Tableau Page Info Produit Ligne du Prix Promo à Droite*/
TD.productDetailDroitePromo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  background: #F4F4F4;
  color: #A52A2A;
 } 

 /* Tableau Page Info Produit Ligne du Prix à Gauche*/
TD.productDetailGauchePrix {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-right: 1px solid #787878;
  border-left: 1px solid #787878;
  border-top: 1px solid #787878;
  background: url(../../../../images/infobox/thema/2/corner_left.jpg);
              }

/* Tableau Page Info Produit Colonne Droite */
TD.productDetailDroite {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #F4F4F4;
    border-top: 1px solid #787878;
  border-right: 1px solid #787878;
 }
  
/* Tableau Page Info Produit Ligne du Prix à Droite*/
TD.productDetailDroitePrix {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  background: url(../../../../images/infobox/thema/2/corner_left.jpg);
 }


/* Tableau Page Info Produit Ligne du Prix Promo à Droite*/
TD.productDetailDroitePromo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  background: #ffffff;
  color: #A52A2A;
 } 

 /* Le Haut des titres tableau liste produit de la page
   mon panier et confirmation commande*/
.productListing-headingPanier {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
   color: White;
  font-weight: normal;
        background: #682B0E;
    }	 
	 
/* Contenue de la liste des produits dans le panier 
   et de la page confirmation commande */
TD.productListing-panier {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  border-left: 1px solid #5483AF;
  border-bottom: 1px solid #5483AF;
  }	 

/* Le sous-total du tableau de la page mon panier */
TD.productListing-stotalPanier {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  border-left: 7px solid #5483AF;
  border-right: 6px solid #5483AF;
  background: url(../../../../images/infobox/thema/2/corner_left.jpg);
 }	 

/* Tableau Page Info Produit Colonne Gauche */
TD.productDetailGauche {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #ffffff;
    border-right: 1px solid #787878;
    border-left: 1px solid #787878;
    border-top: 1px solid #787878;
 }	 
