/*
  $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: 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: #ffffff;
  color: #555555;
  margin: 0px;
  background: transparent url('./images/style/bgBody.jpg') no-repeat fixed center top;
 /*background:transparent url('./images/style/background.jpg') no-repeat;*/
  font-family: Verdana, Arial, sans-serif;
}

img
{
border: 0;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

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

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

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  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: #bbc3d3;
}

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

.infoBox {
  background: #DC747B;
}

.infoBoxContents {
  background: #f8f8f9;
  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: #DC747B;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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: #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: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
 	color:#C00F0F;
	font-size:17px;
	font-weight:bold; 
	padding-top:8px;
}

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

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

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;
  white-space: pre;
}

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

/***********************************************************************/
/**  BOITE DE MENU                                                    **/
/***********************************************************************/
.box{
	width:180px; 
	margin-bottom:2px;
	font-family: Verdana, Arial;	
}
.boxTop{
	background:url('./images/style/box.gif') repeat-y;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding: 10px 5px 10px;
}
.boxContent{
	padding: 0px 4px 7px 4px;
	font-size:9px;
	background:url('./images/style/box.gif') no-repeat scroll bottom;
	margin-top:-1px;
}

.boxCat0, .boxCat1, .boxCat2, .boxItem{
	display:block;
}
.boxCat0{
	padding:4px 0px 4px 20px;
	margin-top:1px;
	background:#F4C1C5 url('./images/style/star.gif') no-repeat scroll 8px 6px;
}
.boxCat1{
	padding:2px 0px 2px 30px;
	background:url('./images/style/star.gif') no-repeat scroll 17px 4px;
}
.boxCat2{
	padding:2px 0px 2px 45px;
	background:url('./images/style/star.gif') no-repeat scroll 32px 4px;
}

.boxItem{
	padding:4px 4px 0px 10px;	
}

.separator{
	color: #F0F0F0;
	background-color: #F0F0F0;
	height: 1px;
	border: 0;
}

/***********************************************************************/
/**  BOITE POUR AFFICHER LES ARTICLES                                 **/
/***********************************************************************/
.boxArticle{
	width:600px; 
	background:url('./images/style/boxArticle.png') no-repeat;	
	margin-top:4px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
}
.boxArticle table{
	padding:1px 1px 1px 1px;
	width:100%;
}

.boxArticle table .articlePrice{
	text-align:right;
	font-size:11px;
	font-weight:bold;
}

.boxArticle table .articleText{
	text-align:justify;
	font-size:11px;
}

.boxArticleFoot{
	height:10px;
	background:url('./images/style/boxArticle.png') no-repeat scroll  bottom;	
}

/***********************************************************************/
/**  BOITE POUR LA PARTIE CENTRALE (PANIER...)                        **/
/***********************************************************************/
.boxMain{
	width:600px; 
	background:url('./images/style/boxMainTop.gif') no-repeat scroll 0 0;	
	margin-bottom:4px;
}

.boxMainContent{
	background:url('./images/style/boxMainContent.gif') repeat-y;
	padding:0px 4px 0px 4px;
}

.boxMainFoot{
	height:10px;
	background:url('./images/style/boxMainTop.gif') no-repeat scroll bottom;	
}

.tableCart{
	width:100%;
	font-size:10px;	
	font-family:verdana,Arial;
}
.tableCart thead{
	background:url('./images/style/boxMainTop.gif') no-repeat scroll -5px -10px;
	height:18px;
	color:white;
}

.tableCart th{
	padding-left:3px;
	padding-bottom:2px;
}

.tableCart tbody td{
	padding:3px;
	border-bottom:1px solid #F0F0F0;
}
.tableCart tfoot{
	font-weight:bold;
	background-color:#FFE3BF;
}

/***********************************************************************/
/**  BANDEAU DU BAS                                                   **/
/***********************************************************************/
.bottomBanner{
	height:159px;
	background:url('./images/style/bottomBanner2.jpg') no-repeat scroll;	
}


/***********************************************************************/
/**  BANDEAU DU HAUT                                                  **/
/***********************************************************************/
.topBanner{
	margin-top:0px;
	
	background:url('./images/style/bottomBanner.gif') repeat-x scroll;/*NICOLAS*/	
}

.topTable{
	height:28px;
	width:1000px;
}

.topFlag{
	vertical-align:top;
	text-align:right;
	padding-right:15px;
}

.topNavigation{
	vertical-align:bottom;
	padding-left:15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
  color: #555555;      /*COULEUR FLECHES MENU HAUT*/
  font-weight : bold;
}

.topMenu{
	vertical-align:bottom;
	text-align:right;
	padding-right:15px;
	font-size:12px;
}

.headerNavigation {
  color: #555555; /*COULEUR MENU HAUT*/
}


/***********************************************************************/
/**  BOUTON                                                           **/
/***********************************************************************/
a.buttonOrange, a.buttonBlue{
    background: transparent url('./images/style/button_orange.gif') no-repeat scroll top right;
    color: #444;
    display: inline;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 17px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonBlue{
    background: transparent url('./images/style/button_blue.gif') no-repeat scroll top right;
}

a.buttonOrange span,
a.buttonBlue span{
    background: transparent url('./images/style/button_orange.gif') no-repeat;
    display: block;
    line-height: 17px;
    padding-left: 18px;
    color:#FFFFFF;
    /*text-transform:uppercase;*/
    font-weight:bold;
    white-space: nowrap;
}

a.buttonBlue span{
	background: transparent url('./images/style/button_blue.gif') no-repeat; /*TEXT BOUTON BLEU OVER*/
	color:#B1F2E6;
}

a.buttonOrange:hover,
a.buttonBlue:hover{
    background-position: bottom right;
    text-decoration: none;
}		
a.buttonOrange:hover span,
a.buttonBlue:hover span{
  background-position: bottom left;
	color:#ffffff;
	text-decoration: none;
}	
	
a.buttonOrange:visited,
a.buttonBlue:visited{
    text-decoration: none;
}
.plusmoins {
	display:block;
	float:right;
	width:22px;
}
.plusmoins:hover {
	cursor:pointer;
}

