/*
  $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 { font-family: "Arial", Arial, sans-serif; font-size: 10px; color:#000; }
.errorBox { font-family : "Arial", Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : "Arial", Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : "Arial", Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


BODY {
    background: #000;

    color:#fff;
    margin: 0px;
}

A {
  color: #A87A18;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  /*background: #ffffff;*/
}

TR.headerNavigation {
  background: #A87A18;
}

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

A.headerNavigation { 
  /*color: #FFFFFF;*/
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: "Arial", Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  /*color: #ffffff;*/
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #A87A18;
}

TD.footer {
  font-family: "Arial", Arial, sans-serif;
  font-size: 10px;
  background: #A87A18;
  /*color: #ffffff;*/
  font-weight: bold;
}

.infoBox {
  background: #F8F8F9;
  color:#000000;
}

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

.infoBoxContents a{
    color:#000;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: "Arial", Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #A87A18;
  /*color: #ffffff;*/
}

.custom_shipping TD.infoBoxHeading, .custom_shipping table.infoBox {
  background: #E21F26;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Arial", 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: #EFE4E0;
}

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: #A87A18;
  border-spacing: 1px;

  color:#000000;
}

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

TD.productListing-data {
  font-family: "Arial", Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: "Arial", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #A87A18;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: "Arial", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.infoBox .main{
  color:#000;
}

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

TD.accountCategory {
  font-family: "Arial", Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Arial", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Arial", Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Arial", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Arial", Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Arial", Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: "Arial", Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: "Arial", 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, "Arial", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, "Arial", Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Arial", Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Arial", Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Arial", Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "Arial", Arial, sans-serif; font-size: 10px; color: #A87A18; }

/* message box */

.messageBox { font-family: "Arial", Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: "Arial", Arial, sans-serif; font-size: 10px; background-color: #ffb3b5;
    filter:alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85;
 }
.messageStackSuccess { font-family: "Arial", Arial, sans-serif; font-size: 10px; background-color: #C2FFBF;
    filter:alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85;
}

/* input requirement */

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


a.bouton_commander span{
    visibility:hidden;
}
a.bouton_commander{
    padding:2px 0;
    text-decoration:none;
    background:url(./images/bouton_web_pannier.gif) no-repeat left center;
}
a.bouton_commander:hover{
    text-decoration:none;
}

a.go_to_cart, a.go_to_cart:visited{
    display:block;
    text-align:center;
    font-weight:bold;
    font-size:11px;
    margin:1px;
    border:1px solid #F8F8F9;
    padding:1px;
    background:#A87A18;
    color:#fff;
}
a.go_to_cart:hover{
    text-decoration:none;
    border:1px solid #A87A18;
    background:#9F9895;
}

a.logout_link{
    padding-right:15px;
    background:url(images/infobox/arrow_right.gif) no-repeat right center;
}
a.logout_link:hover{
    padding-right:15px;
    background:url(images/infobox/arrow_right_maroon.gif) no-repeat right center;
}

/* liens dans le bloc informations */
a.my_account, a.conditions, a.livraison, a.securised{
    padding:2px 0 2px 17px;
    display:block;
}
a.my_account{
    background:url(images/infobox/Mon-compte.gif) no-repeat left center;
}
a.my_account:hover{
    background:url(images/infobox/Mon-compte-HOVER.gif) no-repeat left center;
}
a.conditions{
    background:url(images/infobox/Feuille.gif) no-repeat left center;
}
a.conditions:hover{
    background:url(images/infobox/Feuille-HOVER.gif) no-repeat left center;
}
a.livraison{
    background:url(images/infobox/Livraison.gif) no-repeat left center;
}
a.livraison:hover{
    background:url(images/infobox/Livraison-HOVER.gif) no-repeat left center;
}
a.securised{
    background:url(images/infobox/cadenat.gif) no-repeat left center;
}

a.securised:hover{
    background:url(images/infobox/cadenat-HOVER.gif) no-repeat left center;
}


img#promo_badge{
    position:absolute;
    z-index:100;
}


div#overlay{
    z-index:150;
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.7;
    filter: alpha(opacity=70);

}
#maintenance{
    position:fixed !important;
    position:absolute;
    top:100px;
    display:none;
    z-index:200;
    opacity:0.9;
    -moz-opacity:0.9;
    -webkit-opacity:0.9;
    filter: alpha(opacity=90);
    -moz-box-shadow: 8px 8px 8px #777;
    -webkit-box-shadow: 8px 8px 8px #777;
    box-shadow: 8px 8px 8px #777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#fff url(images/bg_maintenance.gif) no-repeat top center;
    color:#000;
    width:550px;
    padding:120px 10px 10px 10px ;
    font-family: Tahoma, "Arial", Arial, sans-serif;
    text-align:center;
    font-size:11px;
    left:50%;
    margin-left:-275px;
    border:3px solid #B24B2F;
}

#info_index{
Font-family:Arial;font-weight:bold;font-size:12px;display:block;margin-bottom:10px;
color:#fff;
}


