/*
  $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
*/

#breadcrumb {
  padding: 0;
  margin: 0;
}
#breadcrumb li {
  display:inline;
}

.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: 16px;
	color: #cc0033;
	font-weight: bold;
}
.productsNotifications { background: #f2fff7; }
.orderEdit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #0033CC;
	text-decoration: underline;
}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

/* BODY {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #A7D9E7 url(images/background.jpg) no-repeat scroll center top;
	color: #737373;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 62.5%;
} */

img
{
border: 0;
}

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
 background: #ffffff;
}

TD.header {
	/* background-image: url('images/header_pixel.gif'); */
	 background-image: url('images/ban2.png');
	background-repeat: repeat;
}

TR.headerNavigation {
	background: #6495ED;
}

TD.headerNavigation {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background: #04427B;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #E4A869;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
	color: #E4A869;
}

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: #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: #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: #EEEEEE;
}

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: #E1E1E1;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading{
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
  color: #999999;
  vertical-align: middle;
  white-space: nowrap; 
}

TD.productListing-data {
	font-family: Trebuchet MS,arial,sans-serif,helvetica,verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  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.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.mediumText, SPAN.mediumText, P.mediumText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

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.productPrice {
	font-family: Verdana, Arial, sans-serif;
	color: Navy;
	font-size: 13px;
}

SPAN.productPriceTTC {
	font-family: Verdana, Arial, sans-serif;
	color: Navy;
	font-size: 13px;
}
SPAN.productPriceHT {
	font-family: Verdana, Arial, sans-serif;
	color: Green;
	font-size: 9px;
	text-align : right;
}

SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	font-size: 15px;
	font-weight: bolder;
}

.order {
	font-family: Verdana, Arial, sans-serif;
	color: Navy;
	font-size: 13px;
	font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: auto; }
.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; }

/* Deb Graphical Borders 1.1 */
.mws_boxTop    {
	background: url('images/infobox/top.gif');
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;
	color: Teal;
	font-weight: bold;
	background-repeat: repeat-x;
	vertical-align: middle;
	white-space: nowrap;
}
.mws_boxLeft   { background: url('images/infobox/left.gif'); }
.mws_boxRight  { background: url('images/infobox/right.gif'); }
.mws_boxBottom { background: url('images/infobox/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter { background: #FFFFFF;}

.mws_boxTop_main    { background: url('images/infobox_main/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_main   { background: url('images/infobox_main/left.gif'); }
.mws_boxRight_main  { background: url('images/infobox_main/right.gif'); }
.mws_boxBottom_main { background: url('images/infobox_main/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_main { background: #FFFFFF; }
A.mws_boxTop    { 
		 color: #999999;
                  }
TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* Fin Graphical Borders 1.1 */


/* Deb Css_menu */
.suckerdiv ul li ul {
width: 100%; /* adaptation pour IE7 */
} 

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 142px; /* Width of Menu Items */
	border-bottom: 1px solid #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

.suckerdiv ul li{
	position: relative;
	background-color: #135A8F; /* couleur fond menu_principal */
}

/*1st level sub menu style */
.suckerdiv ul li ul{
left: 142px; /* Parent menu width - 1*/
position: absolute;
width: 140px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 140px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
	left: 140px; /* Parent menu width - 1*/
	background-color: #186EB8; /* couleur fond sous-menu_1 */
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
	background-color: #006699; /* couleur fond sous-meu_2 */
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
	background-color: #006699; /* couleur fond sous-meu_3 */
}

/* menu links style actualisation menu principal */
.suckerdiv ul li a{
	display: block;
	color: #FFFFFF;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none; 
	background-color: #009999;
	padding: 1px 5px;
	border: 1px solid  #FFFFFF;
	border-bottom: 0;
	line-height: 1.75em;
}

.suckerdiv ul li a:hover{
background-color: #00CCFF;
color: black;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
	background-color: #00CCFF;
	color: black;
	text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #00CCFF;
color: black;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
	background: url(images/infobox/arrow-list-blanc.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
	/* background-color: #00CCFF; */
	background-color: #135A8F;
	font-weight: bold;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #222222;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #222222;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
.Style2 {color: #FFFFFF}

/* FIN Css_menu */

/* Deb KissMT */
h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #B22222;  
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bolder;
	text-align : center;
	color: #12AAB2;
}

.kissmt_description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #9a9a9a;
  padding: 0.5em;  
}
/* Fin KissMT */


/* Deb Scrolling Specials */

#pscroller1 {
	height: 200px;
	border: 0px;
	padding: 5px;
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 0px;
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass {
  	font-family: sans-serif;
  	font-size: 11px;
  	line-height: 1.5;
}
/* Fin Scrolling Specials */

/* Deb Scrolling New Products */

#pscroller_np {
	height: 200px;
	border: 0px;
	padding: 5px;
}

.pscroller_c_np {
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
/* Fin Scrolling New Products */

/* Deb centrage site */
.fondSite {
	width: 100%;
	background: rgb(255, 255, 255) url(images/default/bg.jpg) repeat-x scroll center top
}

.centrageSite {
	width: 996px; */
	background: #CCFFFF;
	margin: auto;
	text-align: left;
	border: 3px solid #c2c2c2;
	border-top: 3px solid #c2c2c2;
	border-bottom: 3px solid #c2c2c2;
}
/* Fin centrage site */

.titreAccessoires {
	color: #03427A;
	font-size: 18px;
}

/* Deb Header_cart */
.headerCart {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
}

.titreHeaderCart {
	color: #03427A;
	text-decoration: underline;
	font-size: 13px;
}
.titreHeaderCart:hover {
	text-decoration: none;
	color: #195B98;
}
/* Fin Header_cart */

/* Deb MainPage */
TD.MainPage {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bolder;
	color: Blue;
}

TD.MainPageTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bolder;
	color: #12AAB2;
}

TD.MainPageTitle2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}

TD.MainPageInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #18A6DC;
}

TD.MainPageInfoMag {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	color: Black;
}
/* Fin MainPage */

.ecotaxe { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #228B22;
}

TD.accessoires {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: Black;
}

TD.options {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: Black;
}

.conditions {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

/* Deb Vacances */
TD.vacances{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#FF0000;
  font-weight:bold;
}
/* Fin Vacances */

