/*
  $Id: stylesheet.css 79 2007-03-01 16:43:23Z i.milovidoff $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
  
  Updated by  TemplateShopper.com November 2003 for AAbox .com
*/
* {
	margin:0;
	padding:0;
}

H1 {
	font-family: Tahoma, Verdana, sans-serif;
	color: #AB4B18;
	font-size:1.6em;
	}

H2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
	}

H3 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	}

H3.news_title {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	}	
	
H4 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
H5 {
	font:13px Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
H6 {
	font:13px Arial, Helvetica, sans-serif;
	color: #000000;
	}	
	
.stockWarning { font-family: Tahoma, Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
/*.orderEdit { font-family: Tahoma, Verdana, Arial, sans-serif; font-size : 10px; color: #C1DBE6; text-decoration: underline; }*/

.content {
	background-color: #FFFFFF;
	}

TD#miopalmo-footer-image {
	/*background: url(../../images/infotpl/miopalmo-footer.png) no-repeat;
	height: 29px;
	width: 970px;*/
	}
	
BODY {
  /*background-color: #006AA8;*/
  background:url(../../images/infotpl/fond_marron.png) repeat;
  color: #000000;
  margin:0;
  padding:0;
  font-family: Tahoma, Verdana, sans-serif;
}

A, A:active, A:link, A:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

A:hover {
	color: #AB4B18;
	text-decoration: underline;
	}

FORM {
	display: inline;
}

TR.header {
  background: #00ffff;
}


/* ############ Header ###########	*/

#header {
	width:990px;
	height:326px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:0.8em;
}

#headerBoites {
	position:absolute;
	left:210px;
	top:14px;
	width:46em;
	height:50px;
}

#headerBoiteGauche {
	float:left;
	width:16em;
	padding-right:10px;
	border-right:1px #EEDBD1 solid;
}

#headerBoiteDroite {
	margin-left:30%;
	display:inline;
}

#headerBoiteDroiteBienvenue {
	float:left;
	margin-left:1.6em;
	margin-top:1.3em;
}

.headerNavigation, A.headerNavigation:active, A.headerNavigation:link, A.headerNavigation:visited { 
	font-family: Tahoma, Verdana, sans-serif;
	font-weight : bold;
	color: #AB4B18; 
	text-decoration: none;
	font-size:0.9em;
}
	
A.headerNavigation:hover {
	color: #AB4B18; 
	text-decoration: underline;
}

#headerEmail {
	color:#000000;
	text-align:right;padding-right:2em;
}

#headerPassword {
	color:#000000;
}

.headerCompte {
	border:1px #000000 solid;
	width:10em;
}

.headerFilAriane A.headerFilAriane:active, A.headerFilAriane:link, A.headerFilAriane:visited {
	font-family: Tahoma, Verdana, sans-serif;
	font-size:0.8em;
	color: #AB4B18; 
	text-decoration: none;
	text-align:left;
}

A.headerFilAriane:hover {
	text-decoration: underline;
}

/* ############ HeaderLine ###########	*/

#headerLine {
	width:100%;
	height:40px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:0.8em;
}

#headerLineGauche {
	float:left;
	width:278px;
	height:100%;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}

#headerLineDroite {
	float:left;
	width:712px;
	height:100%;
	background:url(../../images/infotpl/menu_ombre.png) no-repeat;
	background-color:#AB4B18;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
}

/* ############ FooterLine ###########	*/

#footerLine {
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#000000;
	color:#FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:0.8em;
}

#footerLineCopyright{
	float:left;
	width:50%;
	padding-left:5px;
}

#footerLineEnterprise {
	margin-left:50%;
	text-align:right;
	padding-right:5px;
}

A.footerLineLink{
	color:#FFFFFF;
	text-decoration:underline;
}

A.footerLineLink:hover{
	color:#EEDBD1;
	text-decoration:underline;
}


/* ############ Footer ###########	*/


#footer {
	width:100%;
	/*height:178px;*/
	height:100%;
	background-color:#FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:0.8em;
}

#footerImage {
	float:left;
}

#footerLiens {
	margin-left:278px;
	padding-top:16px;
}

.footerLiensTitre, .footerLiensTitre a {
	 font-weight : bold;
}

#footerLien1 {
	margin-left:auto;
	margin-right:auto;
	width:90%;
	border:1px #EEDBD1 solid;
	padding:5px;
}

#footerLien2 {
	margin-top:16px;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	border:1px #EEDBD1 solid;
	padding:5px;
}

.footerNavigation {
  color: #AB4B18;
  font-weight : bold;
  padding: 2px 0px 2px 0px;
}

A.footerNavigation, A.footerNavigation:active, A.footerNavigation:link, A.footerNavigation:visited { 
	color: #AB4B18;
	line-height: 20px;
	font-weight : bold;
}

A.footerNavigation:hover {
	color: #AB4B18;
	text-decoration: underline;
}

A.footerNavigation2, A.footerNavigation2:active, A.footerNavigation2:link, A.footerNavigation2:visited { 
	color: #000000;
	text-decoration: underline;
}

A.footerNavigation2:hover {
	color: #AB4B18;
	text-decoration: underline;
}



/* ############ ERREUR ERROR ###########	*/

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;
}

/* INFO BOX	*/
.errorBox { font-family: Tahoma, Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

TABLE.infoBox {
	background-color:#FFFFFF;
	border:0;
	margin-left:auto;
	margin-right:auto;
}

TABLE.infoPlus {
	border: 1px solid #924293;
}

TD.infoPlus {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color:#000000;
  background: #F8E5EE;
/*  border: 1px solid #924293;	*/
}

TABLE.contourVert {
	border: 1px solid #AB4B18;
}
/*	###################################"	*/
.infoBox {
	
}

A.boxText { 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size:0.85em;
	line-height: 1.4em;
}

TD.boxText { 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size:0.85em;
	padding-top:10px;
	padding-bottom:10px;
}

TD.boxText h3 {
	font-size: 1em;
	}

TD.boxText ul.listBox {
	margin: 0px 0px 0px 20px;
	list-style: none;
	}

TD.boxText ul.listBox a, TD.boxText ul.listBox a:active, TD.boxText ul.listBox a:link, TD.boxText ul.listBox a:visited {	
	font-size:0.85em;
	}
	
.boxText B {
	font-weight: normal;
	}

TD.boxTextMain { 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 13px;
	}

TD.boxTextMain A, TD.boxTextMain A:active, TD.boxTextMain A:link, TD.boxTextMain A:visited { 
	font-weight: bold;
	text-decoration: underline;
}

TD.boxTextMain A:hover { 
	font-weight: bold;
	text-decoration:none;
}

A.boxText, A.boxText:active, A.boxText:link, A.boxText:visited { 
	font-weight: normal;
	text-decoration: none;
	}

A.boxText:hover { 
	text-decoration: underline;
	}

TABLE.infoBoxHeading {
	border:0;
	width:145px;
	margin-left:auto;
	margin-right:auto;
}

TR.infoBoxHeading {
	background: url(../../images/infobox/fond_top_right.gif) 0px 0px repeat-x;
}

TD.infoBoxHeading {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #AB4B18;
	height: 25px;
	text-align: left;
	padding:0;
	}

TD.infoBoxHeading a, TD.infoBoxHeading a:active, TD.infoBoxHeading a:link, TD.infoBoxHeading a:visited {
	font-weight: bold;
	color: #AB4B18;
	}
	
TD.infoBoxHeading a:focus, TD.infoBoxHeading a:hover {	
	text-decoration: underline;
	}
	
TD.infoBoxHeadingVert {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #AB4B18;
	color: #006AA8;
}

.infoBoxContents {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 0.85em;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}

TABLE.infoBoxFooter {
	border:0;
	width:145px;
	margin-left:auto;
	margin-right:auto;
}

TD.infoBoxFooter, TD.infoBoxFooterSpecials {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 0.7em;
  background: #F2E3DB; 
  color: #AB4B18;
}

TD.infoBoxFooter A:hover {
  color: #006AA8;
  text-decoration:none;
}

TD.infoBoxHeadingLeftImg {
	background-color:#AB4B18;
}

TD.infoBoxHeadingLeft {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color:#FFFFFF;
	text-align: left;
	padding: 0px 0px 0px 5px;
	width:100%;
	height:30px;
	background:#AB4B18 url(../../images/infobox/fond_top_left.gif) right no-repeat;
}

/*	########### BOF BUTTON ########################"	*/
TD.infoButton {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #AB4B18; 
  color: #AB4B18;
}

A.infoButton {
  color: #AB4B18;
  text-decoration:none;
}

A.infoButton:hover {
  color: #AB4B18;
  text-decoration:none;
}

/*	########### BOF BOX SPECIALS ########################"	*/
TD.infoBoxHeadingSpecials {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	height: 25px;
	text-align: left;
	padding:0;
	}
	
TD.infoBoxHeadingSpecials a, TD.infoBoxHeadingSpecials a:active, TD.infoBoxHeadingSpecials a:link, TD.infoBoxHeadingSpecials a:visited {
	font-size: 1em;
	font-weight: bold;
	}
	
TD.infoBoxHeadingSpecials a:focus, TD.infoBoxHeadingSpecials a:hover {
	text-decoration: underline;
	}
/*	########### BOF BOX SEARCH ########################"	*/

.infoBoxSearch {
  background: #ffffff;
}

TD.infoBoxHeadingSearch {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #0286D0;
}

TD.infoBoxFooterSearch {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/*	########### BOF BOX CATEGORIES ########################"	*/
TD.infoBoxHeadingCategories {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  color: #006AA8;
  background: #FFFFFF;
  background-image : url(../../images/infobox/fond_menu_gauche_b.gif);
}

A.boxTextCategories { 
	text-decoration:none;
}

A.boxTextCategories:hover { 
	text-decoration:none;
}

SPAN.selectText {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #AB4B18;
	}


/*	########### BOF BOX INFORMATION ########################"	*/
TD.infoBoxHeadingInformation {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #006AA8;
  background: #FFFFFF;
  background-image : url(../../images/infobox/fond_menu_gauche_b.gif);
}


/*	########### BOF BOX STUDENTS ########################"	*/
TD.infoBoxHeadingStudents {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #006AA8;
  background: #FFFFFF;
  background-image : url(../../images/infobox/fond_menu_gauche_r.gif);
}

A.boxTextStudents { 
	text-decoration:none;
}

A.boxTextStudents:hover { 
	text-decoration:underline;
}
/*	########### BOF BOX HELP ########################"	*/
TD.infoBoxHeadingHelp {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #006AA8;
  background: #FFFFFF;
  background-image : url(../../images/infobox/fond_menu_gauche_b.gif);
}

.boxTextHelpBleu { 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #0489CE;
}

/*	########### BOF BOX GUIDE ########################"	*/
TD.infoBoxHeadingGuide {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #006AA8;
  background: #FFFFFF;
  background-image : url(../../images/infobox/fond_menu_gauche_b.gif);
}

/*	########### BOF BOX MAINPAGE ########################"	*/

.infoBoxMainpage {
  background: #AB4B18;
}

.boxTextMainpage { 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 10px;
	background: #AB4B18;
	color: #67B5FF;
}

TD.infoBoxHeadingMainpage {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #67B5FF;
}

TD.infoBoxFooterMainpage {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #67B5FF;
}

/* FIN INFOBOX	*/

/*	########### PIEDS PORTES ########################"	*/
TABLE.piedporte {
  border-bottom:3px solid #006AA8;
  border-top:3px solid #006AA8;
  border-left:3px solid #006AA8;
  background: #006AA8;
}

TD.piedporte {
  border-right:3px solid #006AA8;
  background: #006AA8;
}

TD.piedporte_product {
  border:3px solid #006AA8;
}

/*	########### PRODUCT ########################"	*/
table.infoBoxProductImage {
	margin:0px 0px 15px 15px;
	}
	
TD.infoBoxProductFooter {
  background: #FFFFFF; 
  border:1px #EEDBD1 solid;
  padding:5px;
}

A.infoBoxProductFooter, A.infoBoxProductFooter:active, A.infoBoxProductFooter:link, A.infoBoxProductFooter:visited  {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #000000;
  text-decoration: underline;
}

A.infoBoxProductFooter:hover {
  text-decoration: underline;
  color: #AB4B18;
}

TD.caractProduct {
  background-image: URL(../../images/infotpl/fond_centre_caract_produit.gif);
}

TD.styleProduct {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight:bold;
  color: #AB4B18;
}

TD.product_title, DIV.product_title {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color:#000000;
}

TD.product_desc, DIV.product_desc {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color:#000000;
}

TD.product_desc_min {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  font-weight: normal;
  color:#000000;
}

INPUT.product_desc, SELECT.product_desc {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	border:1px solid #000000;
}

TD.infoPlusHeading {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	background: #EEDBD1;
	color: #AB4B18;
}

TD.lignehaut {
  border-top: 1px solid #AB4B18; 
}

SPAN.nomOption {
	font-weight: bold;
	font-size: 0.8em;
}

/*	##################################"	*/

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;

/*  background-image : url(../../images/OSCMAX_infobox_bg.gif);	*/
}

TR.productListing-odd {
/*	background: #EEDBD1;	*/
	background: #DEC9BA;
	}

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: #AB4B18;
	border-spacing: 1px;
}

.productListing-heading {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #AB4B18;
	font-weight: bold;
	}

A.productListing-heading:hover {
	color: #AB4B18;
	}
	
TD.productListing-data-max, TD.productListing-data-max h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AB4B18;
}


TD.productListing-data, TD.productListing-data h2, TD.productListing-data h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	}

TD.productListing-data A, TD.productListing-data A:active, TD.productListing-data A:link, TD.productListing-data A:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}

TD.productListing-data A:hover {
	color: #AB4B18;
	text-decoration: underline;
	}

A.pageResults:hover {
	color: #0000FF !important;
	background: #FFFF33;
	}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #AB4B18;
  padding: 20px 0px 0px 0px;
}

TD.pageHeading h1, DIV.pageHeading h1 {
	font-size: 1em;
	text-align: left;
	}

TD.linebottom {
	border-bottom: 1px solid #AB4B18;
	}

TR.subBar {
  background: #EEDBD1;
}

TD.subBar {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, LI.main {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 0.82em;
  line-height: 1.5;
}

TD.mainDefault, P.mainDefault, LI.mainDefault {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color:#000000;
}

TD.smallText h2, TD.smallText, SPAN.smallText, P.smallText, LI.smallText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallText A, TD.smallText A:active, TD.smallText A:link, TD.smallText A:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}

TD.smallText A:hover {
	color: #AB4B18;
	text-decoration: underline;
	}

TD.accountCategory {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.category_title {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  color:#AB4B18;
}

TD.category_desc {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color:#AB4B18;
}

TD.category_desc A {

  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color:#AB4B18;
  text-decoration: underline;
}

TD.category_desc A:hover {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color:#AB4B18;
  text-decoration: none;
}

SPAN.newItemInCart {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
/*  border-color: #7b9ebd;	*/
  border-color: #B4DAFF;
  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: Tahoma, Verdana, Arial, sans-serif;
  font-size:1.4em;
  font-weight: bold;
  color: #AB4B18;
}

SPAN.productinfoSpecialPrice {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #AB4B18;
}

SPAN.productOldPrice {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #000000;
}

SPAN.productinfoOldPrice {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
	}

SPAN.errorText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #ff0000;
}

DIV.errorText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
}

.moduleRow { }
.moduleRowOver { background-color: #EEDBD1; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #EEDBD1; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.columnleft {
  background-color: #FFFFFF;
  border-right: 1px #EEDBD1 solid;
}

.columnright {
  background-color: #FAF4F1;
  /*border-left: 1px #C1DBE6 solid;*/
}

TABLE.flash {
  background: #FFFFFF;
  border-color: #AB4B18;
  border-style: solid;
  border-width: 1px;
}

.bannerBas {
	text-align:center;
	border:1px #EEDBD1 solid;
	padding:10px;
}

TD.tableBanner {
  background: #FFFFFF;
  vertical-align:middle;
  border: 0;
}

TD.tableBannerCenter {
  background: #FFFFFF;
  border-color: #E4E4E4;
  border-style: solid;
  border-width: 1px;
  text-align:center;
}

A.tableBanner {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size : 10px; 
	color: #000000; 
	text-decoration: none;
}

TD.tableOnglet {
	background: url(../../images/infotpl/miopalmo-menu-top-bg.png) repeat-x;
	height: 36px;
	border-top: 1px solid #AB4B18;
	border-right: 1px solid #AB4B18;
	border-left: 1px solid #AB4B18;
	}

/* Pour IE "hover" ne marche que pour les liens donc il faut avoir recours au JS */
TD.tableOnglet:hover {
	background: url(../../images/infotpl/miopalmo-menu-top-bg-hover.png) repeat-x;
	}
	
/* Pour ne pas afficher les images en balise */	
TD.tableOnglet IMG {
	display:none;
	}

A.tableOngletA, A.tableOngletA:active, A.tableOngletA:link, A.tableOngletA:visited, A.tableOngletA:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size : 11px; 
	color: #FFFFFF; 
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0px 0px 0px 32px;
	}

A.tableOngletB, A.tableOngletB:active, A.tableOngletB:link, A.tableOngletB:visited, A.tableOngletB:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size : 11px; 
	color: #AB4B18; 
	text-decoration: none;
	font-variant: small-caps;
	font-weight:bold;
	padding: 0px 0px 0px 37px;
	}

TD.tablePartOnglet1 {
  background-image: URL(../../images/infotpl/fond_menu_onglets_pp.gif) ;
  border-top: #63B0FE solid 1px;
  border-left: #B4DAFF solid 1px;
}

TD.tablePartOnglet2 {
  background-image: URL(../../images/infotpl/fond_menu_onglets_pp2.gif) ;
  border-top: #63B0FE solid 1px;
  border-left: #B4DAFF solid 1px;
}

TD.tablePartOnglet3 {
  background-image: URL(../../images/infotpl/fond_menu_onglets_pp3.gif) ;
  border-top: #63B0FE solid 1px;
  border-left: #B4DAFF solid 1px;
}

A.tablePartOngletA, A.tablePartOngletA:hover {
	font-family : Tahoma, Verdana, Arial, sans-serif; 
	font-size : 12px; 
	color: #FFFFFF; 
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

A.tablePartOngletB, A.tablePartOngletB:hover {
	font-family : Tahoma, Verdana, Arial, sans-serif; 
	font-size : 12px; 
	color: #FFF80A; 
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

#bloc_web {
	text-align:left;
	width: 998px;
}

/* IE6 ignore ce code (il ne gère pas les PNG transparent) */ 
HTML>BODY #bloc_web {
	background: url('../../images/infotpl/fond_ombre.png') right repeat-y;
}

#caddie {
	position:absolute;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
/*	padding-left:878px;*/
	top:130px;
	width:970px;
	height:30px;
	z-index:300;
	
}

IMG.bordure_marron {
	border: 2px solid #AB4B18;
}

IMG.bordure_marron_bottom {
	border-top: 2px solid #AB4B18;
	border-left: 2px solid #AB4B18;
	border-right: 2px solid #AB4B18;
	border-bottom: 1px solid #AB4B18;
}

div.barre-separation {
	background:url(../../images/infotpl/barre-separation.jpg);
	text-align: center;
	height:25px;
	color:#ffffff;
	font-family : Tahoma, Verdana, Arial, sans-serif; 
	font-size : 14px; 
	padding-top:6px
}

/*	######################## LINKS PARTNER ########################"	*/

IMG.linksPartner {
	border:0;
}

A.linksPartner:hover {
	text-decoration:none;
}

SPAN.linksPartner {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size:0.85em;
	color:#AB4B18;
}

/***** AJOUT BRUNO *****/

.columnleft DIV.infoBox {
	width:278px;
}
.columnright DIV.infoBox {
	width:146px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	
}

.columnleft DIV.infoBoxHeading {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color:#FFFFFF;
	text-align: left;
	width:100%;
	height:30px;
	background:#AB4B18 url(../../images/infobox/fond_top_left.gif) right no-repeat;
}
.columnright DIV.infoBoxHeading {
	font-family: Tahoma,Verdana,sans-serif;
	color:#AB4B18;
	font-size:0.8em;
	font-weight:bold;
	height:25px;
	text-align:left;
	background:transparent url(../../images/infobox/fond_top_right.gif) repeat-x scroll 0px;	
}

.columnleft DIV.infoBoxHeadingSpecials {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color:#FFFFFF;
	text-align: left;
	width:100%;
	height:30px;
	background:#AB4B18 url(../../images/infobox/fond_top_left.gif) right no-repeat;
}
.columnright DIV.infoBoxHeadingSpecials {
	font-family: Tahoma,Verdana,sans-serif;
	color:#000000;
	font-size:0.8em;
	font-weight:bold;
	height:25px;
	text-align:left;
	background:transparent url(../../images/infobox/fond_top_right.gif) repeat-x scroll 0px;	

}

.columnleft DIV.infoBoxHeadingCornerLeft {
	visibility:hidden;
	display:none;
}
.columnright DIV.infoBoxHeadingCornerLeft {
	float:left;
	background:url(../../images/infobox/corner_top_left.gif);
	background-repeat:no-repeat;
	width:6px;
	height:25px;
}

.columnleft DIV.infoBoxHeadingImgLeft {
	float:left;
	background:url(../../images/infobox/diamant.gif);
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	margin-left:10px;
}
.columnright DIV.infoBoxHeadingImgLeft {
	float:left;
	background:url(../../images/infobox/etoile.gif);
	background-repeat:no-repeat;
	width:25px;
	height:25px;
}

.columnleft DIV.infoBoxHeadingImgLeftSpecials {
	float:left;
	background:url(../../images/infobox/diamant.gif);
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	margin-left:10px;
}
.columnright DIV.infoBoxHeadingImgLeftSpecials {
	float:left;
	background:url(../../images/infobox/etoile_speciale.gif);
	background-repeat:no-repeat;
	width:25px;
	height:25px;
}


.columnleft DIV.infoBoxHeadingTitle {
	float:left;
	padding-left:7px;
	padding-top:6px;
}
.columnright DIV.infoBoxHeadingTitle {
	float:left;
	padding-top:4px;
	width:95px;
	overflow:hidden;
}

.columnleft DIV.infoBoxHeadingTitleSpecials A {
	float:left;
	padding-left:7px;
	padding-top:6px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma;
}
.columnright DIV.infoBoxHeadingTitleSpecials A {
	float:left;
	padding-top:4px;
	width:95px;
	overflow:hidden;
	color:#AB4B18;
	font-weight:bold;
}

.columnleft DIV.productSpecialPrice {
	
}
.columnright DIV.productSpecialPrice {
	color:#AB4B18;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size:1.2em;
	font-weight:normal;
}

.columnleft DIV.infoBoxHeadingTitle A {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	
	
}
.columnright DIV.infoBoxHeadingTitle A {
	color:#AB4B18;
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.columnleft DIV.infoBoxHeadingImgLink {
	float:right;
	display:none;
	visibility:hidden;
}
.columnright DIV.infoBoxHeadingImgLink {
	float:right;
}

.columnleft DIV.infoBoxHeadingImgRight {
	visibility:hidden;
	display:none;
}
.columnright DIV.infoBoxHeadingImgRight{
	float:right;
	background:url(../../images/infobox/corner_top_right.gif);
	background-repeat:no-repeat;
	width:6px;
	height:25px;
}

.columnleft DIV.boxText { 
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size:0.85em;
	padding-top:10px;
	padding-bottom:10px;
}
.columnright DIV.boxText {
	background-color:#FFFFFF;


	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;

	
	line-height: normal;
	padding-bottom:10px;
	padding-top:10px;
	
	font-size:12px;
	/*font-weight: bold;*/
	/*text-align:left;*/
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.columnleft DIV.infoBoxBottom {
	
}
.columnright DIV.infoBoxBottom {
	background-color:#F2E3DB;
	/*width:100%;*/
	height:8px;
	/*min-height:8px;*/
	font-size:1px;
}

.columnleft DIV.infoBoxBottomCornerLeft {

}
.columnright DIV.infoBoxBottomCornerLeft {
	float:left;
	background:url(../../images/infobox/corner_bottom_left.gif);
	background-repeat:no-repeat;
	width:7px;
	height:8px;
}

.columnleft DIV.infoBoxBottomMiddle {
	
}
.columnright DIV.infoBoxBottomMiddle {
	float:left;
	/*width:132px;*/
	height:8px;
}

.columnleft DIV.infoBoxBottomCornerRight {
	
}
.columnright DIV.infoBoxBottomCornerRight {
	float:right;
	background:url(../../images/infobox/corner_bottom_right.gif);
	background-repeat:no-repeat;
	width:7px;
	height:8px;
}

.columnleft DIV.boxText h3 {
	font-size:12px;
}
.columnright DIV.boxText h3 {
	font-size:12px;
}


.columnleft DIV.boxText ul.listBox {
	margin: 0px 0px 0px 20px;
	list-style: none;
}
.columnright DIV.boxText ul.listBox {
	list-style: none;
}

.columnleft DIV.boxText ul.listBox a, 
.columnleft DIV.boxText ul.listBox a:active, 
.columnleft DIV.boxText ul.listBox a:link, 
.columnleft DIV.boxText ul.listBox a:visited {	
	font-size:0.85em;
	margin:0px 0px 0px 10px;
}






