/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 290 2004-09-15 19:48:26Z wilt $
*/
BODY {
	color: #ffffff;
	background-color: #660000;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
    font: 11px Verdana, Arial, sans-serif;
}


.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 100%;
}


TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc99;
	text-decoration: none;
}
A {
  color: #ffffff;
  text-decoration: none;
}
A:hover {
  color: #ffb062;
  text-decoration: none;
}


FORM {
	display: inline;
}
.banners {
  padding: 15px;
}


/*HEADER CSS*/


TABLE.header {
  background-image: url(./header_bg.jpg);
  background-repeat: repeat-x;
/*  background-color: #ffffff; 
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
}


TABLE.headerNavigation {
  background-image: url(./tile_back.jpg);
  background-color: #330000;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
  width: 100% !important;
}


TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color:#ffcc00;
  padding: 5px;
}


TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;

  border-bottom: 1px dotted #330000;
}


TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
/*  color: #ffffff; */
}


TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;
}


TR.headerError {
  background: #660000;
}


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


TR.headerInfo {
  background: #660000;
}



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


/*SIDEBOX CSS*/


.column_left, .column_right, .column_single {
/*  background: #ffffff; */
  padding: 0px;
}


.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
/*  background: #ffffff; */
  border: 1px solid #330000;
  margin-bottom: 15px;
}


.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  background-color: #330000;
  font-size: 10px;
  font-weight: bold;
  color: #ffcc00;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}


td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
/*  color: #ffffff; */
}
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
  background: #cc0000;
  background-image: url(./tile_back.jpg);
}


.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
}


.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  background-color: #330000;
  background-image: url(./tile_back.jpg);
  margin-bottom: 15px;
}


.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
/*  background: #ffffff; */
  border-top: thin ridge #CC0000;
  border-right: thin ridge #CC9933;
  border-bottom: thin ridge #CC9933;
  border-left: thin ridge #CC0000;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {

  background-color: #330000;
  font-size: 10px;
  font-weight: bold;
/*  color: #ffffff; */
  padding: 3px;
  height: 20px;
}
TD.productlisting {
  border:1px solid #330000;
}


TD.productListing-data {
  font-size: 10px;
  padding: 5px;
}


/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 14px;
  font-weight: bold;
  color: #ffcc00;
  padding-top: 11px;
}


.center_column {
  padding: 8px;
}
.main_page{
  width: 100%;

/*  background-color: #ffffff;
  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
  padding: 5px;
}


/* footer
--------------*/


TABLE.footer {
/*  background: #ffffff; */
  text-align: center;
  font-size: 10px;
/*  border-right: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a; */
}


TR.footertop {
  background: #330000;
  background-image: url(./tile_back.jpg);
  font-size: 11px;
}


TD.footertop, TD.footerbottom {
  padding: 5px;
}


/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #330000;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #660000;
}


TR.productListing-odd, TR.upcomingProducts-odd {
/*  background: #ffffff; */
  background-color: #330000;
}


TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
	background-color : #663300;
}


td.pageresults a {
  color: #428dff;
}


td.pageresults a:hover {
  background: #660000;
}


SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}


TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}


TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}


TD.fieldValue {
  font-size: 12px;
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}


TEXTAREA {
  width: 100%;
  font-size: 11px;
}


.greetUser {
   color: #f0a480;
   font-weight: bold;
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;

}

.ClignoTe {
	color: #f0a480;
	font-weight: bold;
	font-size: 12px;
	text-decoration: blink;

}

SPAN.greetUser {}


SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}


span.normalprice {
	text-decoration: line-through;
}


SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}


span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}


SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #660000; cursor: pointer; }
.moduleRowSelected { background-color: #660000; }


/* message box */


.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #660000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #9a9a9a;
}
.messageStackSuccess { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: #660000; 
	padding: 5px; 
	border: 1px solid #9a9a9a; 
}
.messageStackCaution { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: #660000; 
}


/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {
  font-family: Verdana, Arial, sans-serif; 
  font-size: 12px; 
}


/* product_info attribute comments */


.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #9a9a9a;
}


/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}


/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}


/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
/*  background-color: #ffffff; */
  margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}


/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
/*  background: #D0D0D0; */
/*  border:1px solid #9a9a9a; */
}


TD.categoriesdescription {
  font-size: 11px;

  line-height: 1.0;
}


/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  color: #428dff;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #428dff;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}


/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #9a9a9a; */
  float: left;
  padding: 2px;
}
.textboxformulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	font-weight: bold; */
	color: #FFCC00;
	text-decoration: none;
	background-color: #660000;
	border-top: none;
	border-right: thin ridge #000000;
	border-bottom: thin ridge #000000;
	border-left: none;
}
.info_cc {
  border: 1px solid #A7452A;
}
.tdbordrouge {
/*
	border-top: 1px solid #A7452A;
	border-right: 1px solid #A7452A;
	border-bottom: 1px solid #A7452A;
	border-left: none;
*/
	border-top: 1px solid #592000;
	border-right: 1px solid #592000;
	border-left: 1px solid #592000;
	border-bottom: 1px solid #592000;

}

.tableNavigation {
	background-image:url(bg_navigation.gif);
	background-repeat: repeat-x;
}
.tableBottom {
	background-image: url(./bg_bottom.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc99;
	text-decoration: none;
}
.signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cc6600;
	text-decoration: none;
}
.invisible {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #660000;
	text-decoration: none;
}
.tableCategorie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #461D1D;
}
.texteProduits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.indexBody {
/*	background-attachment: fixed; */
	background-color:#330000;
	/*background-image: url(./Accueil-vide.jpg); */
	background-repeat: no-repeat;
	background-position: -1px -3px;
}
.otherBody {
	background-color: #330000;
	background-image: url(./bg_commun.jpg);
	background-repeat: no-repeat;
	background-position: 0px -4px;
}
.ombreBottom {
	background-image: url(./bg_ombre_bottom.gif);
	background-repeat: repeat-x;
}
.ombreLeft {
	background-image: url(./bg_ombre_left.gif);
	background-repeat: repeat-y;
}
.texteDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.bottomLinks, a.bottomLinks {
	font-size: 11px;
	color: #cc9933;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.bottomLinks:hover, a.bottomLinks:active {
	font-size: 11px;
	color: #ffcc33;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* VS. Pascal */
/* CSS fiche produit */
.FpBgcolor {
	border-top: 1px solid #592000;
	border-right: 1px solid #592000;
	border-bottom: 1px solid #592000;
	border-left : 1px solid #592000;
	background-color: #471E00;

}	
.FpLignBas{
	
	
	background-color: #471E00;

}	
.FpTitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*color: #FF9933;*/
	color: #F2CEAA;
	text-decoration: none;
}
.FpTexteDescr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C68C5F;
	text-decoration: none;
}
a.FpTexteDescr:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.FpTexteDescr:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C68C5F;
	text-decoration: none;
}
.FpTexteG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C68C5F;
	text-decoration: none;
}
.FpBoiteQt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 15px;
	width: 30px;
	border: 1px solid #9F754A;
	background-color: #330000;
	text-align: center;
}
.Fplogin, .Fpcreateaccount, .Fpaccountedit, .Fpaccountpassword, .Fplogoff, .Fpcontactus, .Fpcheckoutshippingaddress, .Fpcheckoutpaymentaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 18px;
	width: 130px;
	border: 1px solid #9F754A;
	background-color: #330000;
	text-align: left;
	text-indent: 5px;
}
.FploginG, .FpcreateaccountG, .FpaccounteditG, .FpaccountpasswordG, .FppasswordforgottenG, .FplogoffG, .FpcontactusG, .FpcheckoutshippingaddressG, .FpcheckoutpaymentaddressG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 18px;
	width: 235px;
	border: 1px solid #9F754A;
	background-color: #330000;
	text-align: left;
	text-indent: 5px;
}
.Fpshoppingcart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 15px;
	width: 30px;
	border: 1px solid #9F754A;
	background-color: #330000;
	text-align: center;
}
.BorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A76522;
}
.BorderTotal{
	border: 1px solid #A76522;
}
.LignPanier, a.LignPanier:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #E9B989;
	text-decoration: none;
	line-height: 15px;
}

a.LignPanier:hover {
	color: #F5E0CB;
}
.SctTitre{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;

	font-weight:bold;
	font-size:12px;
}
.SctTexte{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	/*text-align: justify;*/
}
.List{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	background-color: #000000;
	width: 130px;
}
.TitreFormInsc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 11px 5px 5px;
}
.SousTitre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 5px 0px;
}
.TextCat{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration:none;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0px;
}
a.TextCat:link{
	color: #FF9900;
}
a.TextCat:hover{
	color: #CC0000;
	text-decoration:none;
}

.HeadingTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9B989;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
}