BODY {
  background: #ffffff;
  color: darkblue;
  margin: 0px;
}
html, body{
  background-image: url('images/background.gif');
  background-color: #FBFBF9;
  height: 100%;
  text-align:center;
}
body, select, input, textarea, form,td,tr{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
}
img { border: 0;}
p { margin-top: 1em; margin-bottom: 1em;}
FORM {
	display: inline;
}
TEXTAREA {
  width: 100%;  
}
h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

A, A:link, A:active, A:visited {
	color: deepskyblue;
	text-decoration: none;
}
A:hover {
	color: #FF9D00;
	text-decoration: underline;
}
A.headerNavigation, A.headerNavigation:link, A.headerNavigation:active, A.headerNavigation:visited{
	color: white;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
}
A.headerNavigation:hover{
	background-color: white;
	color: deepskyblue;	
	text-decoration: none;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: DeepSkyBlue;
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
  background: DeepSkyBlue;
}

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

.infoBox {
  background: #FAF9F9;
  border: 1px solid silver;
}

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

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-bottom: 20px;
}

.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;
  padding: 5px;
  text-transform: uppercase;
}
TD.infoBoxHeading hr{
  color: darkblue; /* crimson = #DC143C */
  border: 1px solid orange;
}

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: #FFF;
}

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: #FAFAFA
  ;
}

TABLE.productListing {
  border: 1px solid silver;
  border-spacing: 1px;
  text-align:center;
}
TABLE.productListing IMG {
  border: 1px solid silver;
  background: white;
}

.productListing-heading, A.productListing-heading, A.productListing-heading:visited {
  background: darkorange;
  color: #FFF;
  font-weight: bold;
}
A.productListing-heading:hover {  
  color: #FFF;
  text-decoration: underline;
}

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

A.pageResults, A.pageResults:link, A.pageResults:visited {
	padding: 2px 4px;
	line-height: 2em;
	border: 1px solid RoyalBlue;	
  background: #FAFAFA;
  color: RoyalBlue;
}

A.pageResults:hover {
  color: white;
  background: RoyalBlue;
  text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}
.pageHeading H1 {
  font-size: 18px;
  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.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: 11px;
  font-weight: bold;
}

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

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

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

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

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: red;
  font-weight: bold;
}

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

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

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FAFAFA;
  border: 1px solid silver;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}

.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: red; background: #FEE; border: 2px dashed red; padding:3px;}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: pointer; }
.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; }


/* HEADER */
#main {
	position: relative;
	height: 100%;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	margin: 0 auto;
	padding: 0;
  text-align:left;
	background-color: white;
	width: 750px;				/* Début Box Hak pour IE 5.x */
  	voice-family: "\"}\"";
  	voice-family:inherit;
	width: 748px;
	min-height:100%;			/*for mozilla*/
}
html>body #main {
	width: 748px;				/* Fin Box Hak pour IE 5.x */
	height: auto;
}

#header, #header td{
	color: white;
	font-size: 11px;
}
#header div.bquote{
	position: relative;
	top: 5px;
	left: 15px;
}

/* HEADER END */

#subHeader {
	height: 15px;
	background-color: DeepSkyBlue;
	background-image: url('images/fond-bar.gif');
}
#content {
	position: relative;
	width: 100%;
}

/* content */
 td.content_td {
 	padding: 10px 8px;
}

/* Catégorie Menu */
#cat_menu {
	padding: 0;
	margin:0;
	font-size:9px;
	background-color: #FFF;	
	border-bottom: 1px solid #CCD;
}

#cat_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#cat_menu li {
	margin: 1px 0 0 0;
}

#cat_menu li a {
	display: block;
	padding: 5px 2px 6px 0.5em;
	color: #889;
	text-decoration: none;
	border-top: 1px solid #CCD;
}
#cat_menu li a:hover {
	background-color: deepskyblue;
	color: #FFF;
	}
#cat_menu a.selected {
	background-color: deepskyblue;
	color: white;
}

#cat_menu .sub a{
	display: block;
	background-color: #f8f8f8;
	padding: 2px 2px 2px 1px;
	margin-top: 0;
	margin-left:5px;
	border-top: 1px dashed #BBD;
	border-left: 1px solid #DDD;
}
#cat_menu .sub a:hover {
	background-color: deepskyblue;
	color: #FFF;
}
#cat_menu .sub a.selected {
	background-color: white;
	color: deepskyblue;
	font-style: italic;
}
/* Catégorie Menu end */

#td_col_droite {
	background-image:url('images/h-col-droite.png');
	background-repeat: no-repeat;
	padding-left: 5px;
	width: 185px;
}
#col_droite {
	background-color: #FAFAFC;
	margin-top: 20px;
	border-left: 1px solid silver;	
	border-bottom: 1px dashed silver;	
	border-top: 1px dashed silver;
}

#table_vignettes td {
	color: silver;
	padding: 3px 6px;
}
#table_vignettes img {
	margin: 5px 0;
}

/* FOOTER */
#footer_info {
	border-collapse: collapse;
	border: 1px solid silver;
	background: #FAFAFC;
	width: 730px;
	height: auto;
	margin:auto;
	margin-top: 20px;
}
#footer_info td {
	padding: 8px;
}
#footer_info div {
	border-left: 1px solid silver;	
	margin:0;
	height: 100%;
	padding-left: 8px;
}
#footer_info A, #footer_info A:link, #footer_info A:active, #footer_info A:visited {
	color: dodgerblue;
	text-decoration: none;
}
#footer_info A:hover {
	color: #FF9D00;
	text-decoration: underline;
}
#footer {
	clear: both;
	text-align: center;
	border-top: 1px dashed DeepSkyBlue;
	margin-top: 10px;
}
#footer p { margin-top: 8px;}
#footer img { margin: 3px; }
/* FOOTER END */

.noprice, A.noprice, A.noprice:link, A.noprice:active, A.noprice:visited, A.noprice:hover {
  font-size: 10px;
  background: #FEE;
  color: red;
  font-weight : bold;
  text-align: center;
  border: 1px solid #DC143C;
  padding: 5px;
  margin-left: 8px;  
  margin-right: 5px;  
  text-decoration: none;  
}
A.noprice:hover { 
  text-decoration: underline;  
}
.thumb_image {
	background: #FFF;
	border: 1px solid silver;
}
.new_prod {
	position: relative;
	background: #FAF9F9;
  border: 1px solid silver;
  padding: 5px;
  height: 110px;
}
.new_prod img.thumb_image {
	float: left;	
}
.new_prod .boutons {
	position: absolute;
	bottom: 5px;
	right: 15px;
}
hr.sep {
	color: darkorange;
	border: 1px solid darkorange;
}
.categ_desc {
  background: ivory;
  color: #888;
  text-align: justify;
  border: 1px solid orange;
  padding: 8px;
  margin: 10px 0 0 5px;
}