/*
  $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: #333; color:#FFF; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: url(images/bgbody.jpg) center repeat-y #e7d3c8;
  color: #CCC;
  margin: 0px;
  font-family:Arial, Helvetica, sans-serif;
}
#page{
	width:900px;
	margin:auto;
}
#columnLEFT{
	width:190px;
}
#Menu, #MenuHead, #MenuCorp, #MenuFoot{
	width:190px;
}
#Menu a {
	display:block;
	color:#bfbfbf;
	padding: 1px 20px;
	text-decoration:none;
	
	font-size:12px;
}
#Menu a:hover {
	background:#999;
	color:#333;
}
	#MenuHead{
		background:url(images/boxe_01.png) no-repeat;
		height:12px;
	}
	#MenuCorp{
		background:url(images/boxe_04.jpg) repeat-y;
	}
	#MenuFoot{
		background:url(images/boxe_06.png) no-repeat;
		height:14px;
	}
	.RubriqueMenu{
		padding-left: 5px;
		margin-top:15px;
		margin-bottom:5px;
		color:#FFF;
	}
	
img
{
border: 0;
}

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

A:hover {
  color: #FFF;
  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;*/
}

TD.headerNavigation a{
	color:#CCC;	
}

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

.infoBoxContents {
  /*background: #333;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxContentsHist {
  background: #333;
  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: #bbc3d3;
  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;*/
  text-align:center;
  color: #000;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

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.main{
	padding-left:20px;	
}

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: #222; cursor: pointer; cursor: auto; }
.moduleRowSelected { background-color: #999; color:#FFF;}

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

/* 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: #FFF; color:#F00; }
.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; }

#Details{
	width:690px;	
}
#DetailsEntete{
	background:url(images/DetailsEntete.jpg) repeat-x;
	height:30px;
	font-size:24px;
	padding:3px;
	padding-left:15px;
}
#DetailsImages{
	background:#000;
}
#DetailsDetails{
	background:url(images/DetailsDetails.jpg) repeat-x top #474749;
}
#DetailMenuDim{
	background:url(images/menuDetails_05.png) repeat-y;
	padding:10px;
	padding-right:20px;
	line-height: 20px;
}
#DetailMenuCar{
	background:url(images/menuDetails_07.png) repeat-y;
	padding:10px;
	padding-right:20px;
	line-height: 20px;
}

#DetailMenuDim, #DetailMenuCar{
	font-size:12px;
	color:#999;
}
.Results{
	color:#FFF;
	font-weight:bold;
}
.ResultUnite{
	color:#666;
	font-size:10px;
}
.PrixRight{
	float:right;
	color:#FFF;
	font-size:18px;
	padding-right:20px;
}
#columnCENTER{
	padding-top:20px;
}

#columnCENTER .pageHeading{
	color:#FFF;
}
#columnCENTER b{
	color:#FFF;
}
#PageContneur{
	background:url('images/columRIGHTBKG.jpg') top no-repeat #413b38;
	padding:10px;
	padding-top:10px;
	font-size:12px;
	min-height:400px;
	line-height:18px;
}
#PageContneur h2{
	font-size:25px;
	color:#fff;
}
#PageContneur h3{
	font-size:18px;
	color:#EEE;
}
#PageContneur a{
	color:#0CF;	
}
#PageContneur strong{
	color:#FFF;	
}
.aideChoix{
	color:#06F;		
	font-size:10px;	
	cursor:pointer;
}
/* LIST */
#listeHead{
	background:url(images/listHead.jpg) no-repeat;
	width:695px;
	height:28px;
	color:#413b38;
	font-size:12px;
}
.listContenu{
	background:url(images/listeContenu.jpg) no-repeat;
	width:695px;
	height:28px;
	color:#575685;
	font-size:12px;
}
TR.listContenu:hover{
	background:url(images/listeContenuH.jpg) no-repeat;
}
.ListeContenuDiamant{
	height:24px;
	text-align:left;
	padding-left:35px;
}
.productListing TR{
	background:url(images/listHead.jpg) no-repeat;
	width:695px;
	height:28px;
	color:#413b38;
	font-size:12px;	
}
.productListing .productListing-odd{
	background:url(images/listeContenu.jpg) no-repeat;
	width:695px;
	height:28px;
	color:#575685;
	font-size:12px;
}
.productListing .productListing-even{
	background:url(images/listeContenu2.jpg) no-repeat;
	width:695px;
	height:28px;
	color:#575685;
	font-size:12px;
}
.productListing-data a b, .productListing-data b{
	color:#003 !important;
}
.productListing-data a:hover, .productListing-data a:hover b{
	color:#003;
	text-decoration:underline;
}
TR.productListing-even:hover, TR.productListing-odd:hover {
	background:url(images/listeContenuH.jpg) no-repeat #fff;
}
TD.productListing-datanone{
	background:none !important;
}

.AffaireSemaine{
	font-size:12px;
	padding:5px;
	height:150px;
}
.AffaireSemaine .PrixBarre{
	font-size:12px;
	text-decoration:line-through;
	color:#999;
}

.AffaireSemaine .PrixPromo{
	font-size:14px;
	color:#F00;
	font-weight:bold;
}