/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:06:13 wilt Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.cat_description {  font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #800000; font-weight: bold }
.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; }

BODY {
background: #000000;
color: #E56B3A;
}

TABLE {
table-layout:auto;
border : none;
}

IMG {
border : none;
}

A {
  color: darkred;
  text-decoration: none;
}

A:hover {
  color: #AA0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #000000;
}

TR.headerNavigation {
  background: #E56B3A; /*bbc3d3;*/
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #E56B3A;
}

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

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

.infoBox {
  background: #E76939;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

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

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

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

.productlisting-headingPrice { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  /*color: #9a9a9a;*/
  background-color:#E56B3A;
  color:black;
}

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;
  background-color:#E56B3A;
  color:black;
}

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

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

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

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: #8E3622;
  font-weight: bold;
/*  font-size: 12px;*/
}

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: #000000; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; }

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

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */

TD.principale {
  background-color:#E56B3A;
  color:black;
  font-family : Verdana;
  width:625px;
  padding : 20px;
}

TD.product-title {
color: white;
background-color: #834025;
font-weight : bold;
font-size:16pt;
vertical-align:top;
}

TD.product-description {
color: black;
font-size:10pt;
vertical-align:top;
height:150px;
}

TD.product-options {
color: black;
background-color: #CD6133;
vertical-align:top;
font-weight : bold;
font-size : 13pt;
padding : 3px;
border-radius : 3px;
-moz-border-radius : 3px;
}

TD.product-options-nom {
color: black;
vertical-align:top;
font-size:12px;
width:100px;
}

TD.product-price {
color: white;
font-weight : bold;
font-size: 14pt;
height:50px;
}

TD.product-date-dispo {
text-align : center;
color: black;
background-color: #CD6133;
font-size:10pt;
vertical-align:top;
}

TD.product-date-ajout {
text-align : center;
color: black;
background-color: #CD6133;
font-size:10pt;
vertical-align:top;
}

TD.product-url {
text-align : center;
color: black;
background-color: #CD6133;
font-size:10pt;
vertical-align:top;
}

TD.product-options-list {
width:200px;
}

TD.product_listing_price {
font-size : 14pt;
}

A.footer {
color : white;
text-decoration : underline;
}

A.footer:hover {
color : #E56B3A;
}

TABLE.container, TD.container {
background-color : black;
}

A.bouton_menu {
text-decoration : none;
border : none;
}

/* ADD BY WAM 10/07/2006 */
.product_buy_now {
width : 100%;
background-color : #834025;
color : white;
font-weight : bold;
border : none;
}

TABLE.productListing {
border : none;
/*border-spacing: 10px;*/
border-spacing: none;
padding : none;
margin : none;
/*background-color : #E56B3A;*/
background-color : white;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background-color : #E76939;*/
  background-color : #FFFFFF;
  color : black;
  border : none;
  width : 150px;
}

a.lien_produits {
color : white;
font-weight : bold;
}

.espace_pub {
width : 150px;
height : 150px;
vertical-align : middle;
}

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

.infoboxcontents_perso, .infoBoxContents {
background-color : #E76939;
}

.page_content {
color : black;
font-size: 11px;
}

.droite,.gauche {
vertical-align : top;
}
.droite {
text-align : right;
}
.gauche {
text-align : left;
}
.centre {
text-align : center;
}
.upload_ok {
background-color : #01BC20;
}
.upload_error {
background-color : #FF0000;
}

/* CARNET DE VOYAGE */
.titre_voyage {
color : black;
font-size: 13px;
font-style : underline;
font-weight : bold;
}
.texte_carnet {
color : black;
font-size: 11px;
}
.commentaire_voyage {
vertical-align : top;
margin-left : 20px;
}
.miniature_voyage {
vertical-align : middle;
text-align : center;
}

.texte_voyage {
color : black;
font-size: 11px;
font-style : italic;
}

.verdana {
font-family : Verdana;
}

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

TD.fieldKey2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color : black;
}

.gras { font-weight : bold;}
.haut { vertical-align : top;}

.pays {
width : 150px;
height : 75px;
text-align : center;
vertical-align : middle;
}

.cat_sscat, .produits_nom {
font-family : Verdana;
}

.cat_sscat {
font-weight : bold;
font-size : 10pt;
}

.produits_nom {
font-style : italic;
font-size : 8pt;
}

.cadre {
width  : 220px;
height : 220px;
border : 1px solid black;
}

.cadre_header {
background : black;
/*color : #E56B3A;*/
color : white;
font-size: 12pt;
font-weight: bold;
height : 20px;
text-align : center;
}

.cadre_content {
color : black;
background : #E56B3A;
font-size: 10pt;
vertical-align : top;
padding : 5px;
text-align : center;
font-family : Verdana;
}

/* ajout pour les astuces */
.astuce_titre {
color : black;
font-size : 11pt;
text-decoration : underline;
}

.astuce_description {
color : black;
font-size : 10pt;
margin-left : 20px;
}

#trace {
font-size : 8pt;
font-family : Verdana, Arial;
background-color : white;
color : black;
padding : 5px;
}
