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

body {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
body, td {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #ff3091;
  text-decoration: underline;
}

form {
	display: inline;
}

tr.header {
  background: #ffffff;
}
.header td {
  font-family: Arial, sans-serif;
  font-size: 10px;
  width: 1%;
  position: relative;
}

tr.headerNavigation {
  background-color: #ec008c;
}

td.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: #ff3090;
  /*background-color: #ec008c;*/
  color: #ffffff;
  height: 30px;
  border-bottom: 7px solid #ff000c;
}

a.headerNavigation { 
  color: #FFFFFF; 
}

a.headerNavigation:hover {
  color: #ffffff;
}

tr.headerError {
  background: #ff0000;
}

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

TR.footer {
  background: #ff3090;
}

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

.infoBox {
  background: #b6b7cb;
  background: #4b4047;
}

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

.categoriesBox {
  background: #d3d3d3;
}
.categoriesBox .infoBoxContents .boxText {
  font-size: 12px;
  line-height: 18px;
}
.categoriesBox span.selected {
  color: #e8005f;
}
.selectionBox {
  background: #aaafa9;
}
.selectionBox .infoBoxContents  {
  padding: 10px;
}
.infoBox_whatsnew {
  background : #d3cad2;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

td.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #4b4047;
  color: #ffffff;
}
td.infoBoxHeading_categories {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  background: #d3d3d3;
  color: #e8005f;
}
td.infoBoxHeading_selection {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: #aaafa9;
  color: #ff2700;
}
td.infoBoxHeading_whatsnew {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: #d3cad2;
  color: #ff2700;
}

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

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

TABLE.productListing {
 /* border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;*/
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ca2371;
  color: #ffffff;
  font-weight: bold;
}

td.productListing-data {
  vertical-align: top;
}
div.productListing-data {
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  padding: 60px 10px 10px 40px;
  border: 1px solid #ffd693;
  min-height: 255px;
  background-repeat: no-repeat;
}
* html div.productListing-data {
  height: 255px;
}
div.productListing-data p {
  margin: 0;
}
div.productListing-data .products_image {
  float: left;
  margin: -20px 40px 10px 0;
  position: relative;
}
div.productListing-data .products_image img {
  border: 1px solid #d3d3d3;
}
div.productListing-data .products_desc {
  float: left;
  max-width: 450px;
  position: relative;
}
* html div.productListing-data .products_desc {
  width: 450px;
}
div.productListing-data h1 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
div.productListing-data img {
  float: left;
  margin-left: 10px;
  margin-top: 16px;
  border: 1px solid #d3d3d3;
}
div.productListing-data .products_image img {
  margin: 0;
}
div.productListing-buy {
  font-weight: bold;
  font-size: 14px;
  color: #e94f08;
  padding: 6px;
  text-align: right;
  border: 1px solid #ffd693;
  margin-bottom: 12px;
}
div.productListing-data h1 a {
  color: #ff3091;
}

A.pageResults {
  color: #0000FF;
}

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

td.pageHeading, div.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #ff3091;
  border: 1px solid #ff3091;
  padding: 4px;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

.logo_coco {
  position: absolute;
  top: 14px;
  left: 546px;
}

td.heading_quisommesnous {
  color: #ff012b;
  border-color: #ff012b;
  background-color: #e7de17;
}
td.quisommesnous {
  padding: 30px 60px 10px 60px;
  font-size: 14px;
  background-color: #ffffff;
}
td.quisommesnous h2 {
  font-size: 14px;
  color: #f90404;
}
td.quisommesnous dl {
  list-style-type: disc;
  font-size: 13px;
}
td.quisommmesnous  dt strong {
  font-size: 14px;
}
td.quisommmesnous  dd {
  color: #6a5f44;
}
td.quisommesnous td {
  font-size: 12px;
}
td.quisommesnous a {
  color: #006cdb;
  font-size: 12px;
}

td.heading_presse {
  color: #ffffff;
  background-color: #ed3118;
  border-color: #f0840c;
}
td.presse {
  padding: 10px 10px 10px 40px;
  background-color: #ffffff;
}
td.presse td {
  font-size: 14px; 
}
td.presse a {
  color: #006cdb;
  font-size: 12px;
}

td.heading_professionnels {
  background-color: #661e55;
  color: #fff000;
}
td.professionnels {
  font-size: 13px;
  font-weight: bold;
  background-image: url(images/professionnels_bg.gif);
  background-repeat: repeat-y;
  padding: 30px 20px 10px 20px;
}
td.professionnels p {
  margin-top: 0;
  margin-bottom: 1em;
}
td.professionnels h1 {
  font-size: 18px;
  color: #ff0c00;
  margin-bottom: 4px;
}
td.professionnels a {
  color: #006cdb;
  font-size: 12px;
}

.upcoming {
  font-weight: bold;
  color: #ab0303;
}

.contact_us {
  font-size: 16px;
  font-weight: bold;
}
.contact_us a {
  color: #ff0b0b;
}
.free_delivery {
  font-size: 12px;
  font-weight: bold;
  color: #ff3092;
}

