/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2007 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/

/* MARKUP */

BODY {
  background:url(images/bg.jpg);
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  min-width: 760px;
  color:#fff;
}

H1 {
  color: #fff;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  margin: 5px 0 10px 0;
}

H2 {
  color: #9A9A9A;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}

H6 {
  color: #000000;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

TD, P {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

IMG {
  border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
  color:#FFF;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
  color:#FFF;
}

FORM LABEL {
  float: left;
  width: 160px;
  margin: 5px;
  color:#FFF;
}

FORM LABEL.fieldLabel {
  float: none;
}

FORM INPUT, FORM SELECT, FORM TEXTAREA {
}

FORM EM {
  color: #FF0000;
  font-size: 9px;
  margin-left: 2px;
}

/* LAYOUT */
#container {
	width:1000px;
	padding:0 140px;
	min-height:1375px;
	margin:0 auto;
}

#pageHeader {
  width: 1007px;
  /*height:213px;
  background:url(images/banniere.jpg);*/
  background-repeat:no-repeat;
  margin:0 auto;
}
.menu_top {
  width: 812px;
  height:36px;
  background:url(images/bande_top.png);
  background-repeat:no-repeat;
  margin:0 auto;
  padding:0 0 0 195px;
}

#pageContent {
  float: left;
  width: 610px;
}

#pageColumnLeft {
  float: left;
  width: 195px;
}

#pageBlockLeft {
  float: left;
  width: 805px;
  margin: 25px 0 0 0;
}

#pageColumnRight {
  float: right;
  width: 186px;
  margin: 13px 0 0 0;/*tony*/
}

#pageFooter {
  clear: both;
  text-align: center;
  padding: 5px;
}

/* LINKS */

#navigationBar A {
  color: #FFFFFF;
}

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

/* DEFINITIONS */

#siteLogo {
  float: left;
}

#navigationIcons {
  float: right;
  margin: 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}

#navigationIcons li {
  display: inline;
  padding: 5px;
}

#navigationBar {
  background-color: #BBC3D3;
  color: #FFFFFF;
  font-weight: bold;
  /*margin-top: 50px;*/
  text-align: right;
  padding-right: 5px;
}

#breadcrumbPath {
  float: left;
  padding-left: 5px;
}

#pageIcon {
  float: right;
  margin-right: 10px;
  height: 40px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  font-family: Verdana, Arial, sans-serif;
  color: #465584;
  margin: 5px;
  display:none;
}

.moduleBox {
	border:1px solid #e93994;
}

.moduleBox .content {
  margin-bottom: 5px;
}

.moduleBox H6 {
  padding: 5px 0px 5px 0px;
  color:#FFF;
}

.inputRequirement {
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  margin-top: 10px;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  padding: 5px;
}






.moduleRow { }

.moduleRowOver {
  background-color: #D7E9F7;
}

.moduleRowSelected {
  /*background-color: #E9F4FC;*/
}


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

A {
  color: white;
  text-decoration: none;
}

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

.infoBox {
  background: #b6b7cb;
}

.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: #bbc3d3;
  color: white;
  vertical-align: top;
}

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: white;
  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.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  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: #e03288;
}

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

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

.boxCheckoutTrailActive {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FF8400;
}

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


/* CSS Boxes */

.boxGroup {
}

.boxNew {
}
.boxNewbestsellers {
	margin:20px 0 0 2px;
}

.boxTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
 /* background: #bbc3d3;*/
  color: white;
  vertical-align: top;
  /*padding-left: 5px;
  padding-right: 5px;*/
}
#pageColumnRight .boxNew .boxTitle {

margin-top:9px;

}
.boxNew .boxTitle {
  background:none;
  vertical-align: top;
  text-align:center;
  padding-left: 5px;
  padding-right: 5px;
}
.boxNewwhatnew {
	margin:20px 0 0 2px;
}
.boxNewwhatnew .boxTitle {
  background-image:url(images/head_bloc_droit.png);
  background-repeat:no-repeat;
  vertical-align: top;
  text-align:center;
  padding-left: 5px;
  padding-right: 5px;
}
.nuageLiens {
	margin:20px 0 0 2px;
}
.nuageLiens .boxTitle {
  background-image:url(images/head_bloc_droit.png);
  background-repeat:no-repeat;
  vertical-align: top;
  text-align:center;
  padding-left: 5px;
  padding-right: 5px;
  height:20px;
  line-height:20px;
}
.boxTitleListCat {
  background-image:url(images/head_bloc_droit.png);
  background-repeat:no-repeat;
  vertical-align: top;
  text-align:center;
  padding-left: 5px;
  padding-right: 5px;
  min-height:20px;
}
.boxNew .boxTitle a, .boxNewwhatnew .boxTitle a{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #e03288;
}
.boxNewwhatnew .boxTitle a{
  color: #fff;
}
.boxTitleListCat a{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.boxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 3px;
}
.boxNew .boxContents {
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 3px;
}
.boxNewwhatnew .boxContents {
	background:#000;
	border-bottom:1px solid #e93994;
	border-right:1px solid #e93994;
	border-left:1px solid #e93994;
	width:182px;
	height:auto;
	padding: 2px 0 0 0;
	color:#fff;
	text-align:center;
}
.nuageLiens .boxContents {
	background:#000;
	border-bottom:1px solid #e93994;
	border-right:1px solid #e93994;
	border-left:1px solid #e93994;
	width:182px;
	height:auto;
	padding: 2px 0 0 0;
	color:#e03288;
	text-align:center;
}
.nuageLiens .boxContents a{
	color:#e03288;
	text-decoration:none;
}
.s {
	font-size:10px;
}
.m {
	font-size:12px;
}
.l {
	font-size:14px;
}
.xl {
	font-size:16px;
}
.boxContentsListCat {
	background:#000;
	border-bottom:1px solid #e93994;
	border-right:1px solid #e93994;
	border-left:1px solid #e93994;
	width:182px;
	height:auto;
	padding: 2px 0 0 0;
	color:#fff;
	text-align:center;
}
.boxNewwhatnew .boxContents a{
	color:#fff;
	text-align:center;
}
.boxNewbestsellers .boxContents {
	background:#000;
	border-bottom:1px solid #e93994;
	border-right:1px solid #e93994;
	border-left:1px solid #e93994;
	width:182px;
	height:auto;
	padding: 2px 0 0 0;
	color:#fff;
	text-align:center;
}
.boxNewbestsellers .boxContents ol{
	list-style-type:none;
	margin:0;
	padding:0;
}
.boxNewbestsellers .boxContents ol li{
	padding:0 0 5px 0;
}
.boxNewbestsellers .boxContents ol li a{
	color:#e03288;
	text-decoration:none;
}


#pageColumnLeft .boxTitle{
	/*background:url(images/boxContents.png);
	background-repeat:repeat-y;*/
	background:url(images/boxTitle.png);
	background-repeat:no-repeat;
	width:182px;
	height:20px;
	padding: 2px 0 0 10px;
	color:#fff;
	font-size:13px;
	text-align:center;
}


#pageColumnLeft .boxContents{
	background:url(images/boxContents.png);
	background-repeat:repeat-y;
	width:182px;
	color:#FFF;
	padding: 2px 0 12px 20px;
}
#pageColumnLeft .footBoxNew{
	background:url(images/footBoxNew.png);
	background-repeat:no-repeat;
	width:192px;
}
#pageColumnLeft .boxContents ul li a{
	padding:0 0 0 2px;
	margin:0;
	color:#e03288;
	font-weight:bold;
	font-size:12px;
}
#pageColumnLeft .boxContents ul ul li a{
	padding:0 0 0 5px;
	margin:0;
	color:#fff;
	font-size:11px;
	font-weight:normal;
}

#pageColumnLeft .boxContents ul {
	list-style:none;
	padding:0;
	margin:0 0 0 0;
}
#pageColumnLeft .boxContents li {
	list-style:none;
	padding:0;
	margin:15px 0 0 0;
}
#pageColumnLeft .boxContents ul ul li {
	list-style:none;
	padding:0;
	margin:0;
}
#pageColumnLeft .boxContents ul ul {
	list-style:none;
	padding:0;
	margin:0 0 0 5px;
}

#pageColumnLeft .boxContents a{
	color:#FFF;
	text-decoration:none;
}

#variantsBlock {
}

#variantsBlockTitle {
  font-weight: bold;
  padding-bottom: 10px;
  text-align:left;
}

#variantsBlockData {
}

#productVariantCombinationNotAvailable {
  color: #ff0000;
}

.productInfoKey {
  font-weight: bold;
  padding-right: 5px;
  padding-bottom: 10px;
  vertical-align: top;
}

.productInfoValue {
  padding-bottom: 10px;
  vertical-align: top;
}

#productInfoPrice {
  font-weight: bold;
}

.ships24hours {
  color: #45B04C;
}
#nouveaute_accueil {
	background-image:url(images/nouveaute_accueil.png);
	background-repeat:no-repeat;
	width:606px;
	height:150px;
	padding: 50px 5px 7px 5px;
}
.titre_accueil {
	background-image:url(images/titre_page_accueil.png);
	background-repeat:no-repeat;
	width:605px;
	height:31px;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	color:#FFF;
	line-height:31px;
	font-size:17px;
}
.bgnoir {
	background:#000;
}
.ideeshoppingaccueil {
	background-image:url(images/idee_shopping_accueil.png);
	background-repeat:no-repeat;
	width:616px;
	height:102px;
	padding:25px 0 0 30px;
	margin:20px 0 0 0;
}
.listideeshopping {
	width:199px;
	margin-right:5px;
	float:left;
	font-size:10px;
	padding-top:3px;
}
.listideeshopping a{
	color:#FFF;
	text-decoration:none;
}
.lienfooter {
	background:#000;
	border:1px solid #e03288;
}
.lienfooter .contenu{
	width:600px;
	margin:0 auto;
}
.lienbgrose {
	background:#e03288;
	margin:10px 0 0 0;
	padding:12px 0 0 90px;
	height:28px;
}
.lienbgrose .contenu{
	color:#000;
	margin:0 auto;
}
.lienbgrose .contenu a{
	color:#000;
	text-decoration:none;
}
.lienbgrose .contenu a:hover{
	color:#000;
	text-decoration:underline;
}
.lienbgrose .contenu li a{
	color:#fff;
	text-decoration:none;
}
.lienbgrose .contenu li a:hover{
	color:#fff;
	text-decoration:underline;
}
.blocproduit {
	width:164px;
	height:220px;
	float:left;
	background-color:#565656;
	text-align:center;
	color:#FFF;
	border:1px solid #e03288;
	margin:10px 0 0 0;
}
.blocproduit a{
	text-decoration:none;
	color:#FFF;
}
.titre_rose {
	background-color:#e03288;
	height:26px;
	line-height:26px;
	color:#000;
	width:521px;
	padding: 0 0 0 10px;
	font-size:14px;
	font-weight:bold;
}
.seperateurblocproduit {
	width:31px;
	float:left;
}
.liendetaisprod {
	float:left;
	width:66px;
	text-align:left;
}
.priceproduct {
	float:right;
	background:#e03288;
}
.priceproductpromo {
	float:right;
	padding:0 5px;
	background:#e03288;
}
.imagepanierproduct {
	float:left;
	width:25px;
	text-align:left;
}
.imageproduct {
	height:auto;
}
.imageproduct img{
	border:1px solid #e03288;
	max-height:140px;
}
.nomproduct {
	padding:8px 0 8px 0;
	font-weight:bold;
	height:30px;
	overflow:hidden;
}
.nompic_hei {
	height:200px;
}
.titletopvente {
	background-image:url(images/head_bloc_droit.png);
	background-repeat:no-repeat;
	width:184px;
	height:22px;
	line-height:22px;
	text-align:center;
}
.elementmenutop {
	text-align:center;
	float:left;
    line-height:36px;
	padding:0 20px 0 20px;
	margin:0;
}
.elementmenutop a, .elementmenutop{
	color:#000;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.boxNewwhatnewaccueil .boxContents{
	background-color:#000;
}
.boxNewwhatnewaccueil .boxContents .divspace{
	float:left;
	padding:0 10px 0 10px;
}
.imageprincipaleproduit img{
	border:3px solid #e03288;
	margin-left:0px;
	margin-right:10px;
	
}
.infoproduct {
	background-color:#000;
	border-right:2px solid #e03288;
	border-left:2px solid #e03288;
	width:614px;
	padding-top:20px;
}

.titre_info_product {
	padding:0;
	margin:0;
	background:url(images/titleProductInfo.png);
	width:618px;
	height:51px;
	line-height:51px;
}
.footer_info_product {
	padding:0;
	margin:0;
	background:url(images/infoProductFooter.png);
	width:618px;
	height:13px;
}
.titre_info_product h1{
	color:#FFF;
	padding:0 0 0 5px;
	margin:0 0 10px 0;
}
.voiraussiimage {
	float:left;
	padding:10px;
	margin:0;
	text-align:center;
	width:175px;
}
.noms_produits_simlilaires {
	width:600px;
	clear:both;
}
.nom_produit_similaire {
	width:200px;
	float:left;
	text-align:center
}
.tablepanier td{
	background-color:#494a4e;
}
.espacetop {
	margin-top:50px;
}
.tablepanier {
	background-color:#e03288;
}
.bgrose {
	background-color: #e03288;
}
.fondgris {
	background-color:#494a4e;
	border:1px solid #e03288;
}
.productDescription {
	float:right;
	width:350px;
	padding:0 20px 10px 0;
	text-align:center;
}
.productDescription p{
	margin:0 0 0 0;
}
.formpanier .moduleBox{
	border:none;
}
