/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4376 2006-09-03 20:42:22Z drbyte $
*/

/*      Reworked by Zami 
//       STYLE SHEET MAP
//OUTERMOST WRAPPER.............line  46
//NAV BAR.......................line  60
//HEADER........................line  95
//LOGO..........................line 104
//TAGLINE.......................line 119
//CATEGORY TAB SPACE............line 137
//COLUMNS LEFT/ONE RIGHT/TWO....line 168
//SIDE BOXES....................line 187
//NEXT PREVIOUS.................line 231
//BREADCRUMB....................line 250
//NAV SUPP......................line 259
//FOOTER........................line 289
//LINKS.........................line 303
//CENTER COLUMN.................line 392
//BESTSELLERS BOX...............line 421
//EZ PAGES......................line 436
//OTHER NAMED BOXES.............line 467
//PRODUCT LISTING...............line 479
//WARNINGS ERRORS MESSAGES......line 505
//BASIC TEXT AND HEADINGS.......line 527
//SHOPPING CART DISPLAY.........line 562
//EVERYTHING ELSE...............line 700
*/

/* Changements Couleurs DCR 
	Fond     				: 6D6773 -> FCF5EC
	Bordures/Filets			: 6D6773 -> 26242A
	
	Fond Titres Colonne/EZ	: 6C5473 -> 26242A

	Fond Listing Pair		: F0F0F0 -> EBE4DD
	Fond Listing Impair		: E8E8E8 -> DED8D1


	Fond Header Nav			: 27242B -> 
	Fond Main Nav 			: 27242B 
	Fond Logo 				: 6C5473 -> 26242A
	Fond Colonnes 			: 27242B -> DED8D1

	Texte Colonnes g/d		: FFFFFF -> 26242A
	Texte Colonne C produit	: 6D6773 -> 26242A


	Titres gauche/droite	: 6C5473 
	Titres centre			: 6D6873 -> 26242A

	Hover Links				: 6D6773 -> ABA6A1

*/


body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em; /* DCR - font-size: 0.7em; */
	color: #000000;
	background-color: #000000; /* Couleur Cadre Externe old:#FCF5EC; */
	padding: 10px;
	}

/* OUTERMOST WRAPPER */
#mainWrapper {
	text-align: left;
	width: 900px;
	vertical-align: top;
	border: 1px solid #D00070; /* #26242A */
	background-color: #D00070; /* #26242A */
	color: #000000;
	margin: auto;
	}

#contentMainWrapper {
	background-color: #FFFFFF; /* Couleur Cadre Interne old:#FCF5EC; */
	color: #000000;
	}

/* NAV BAR */
#navMainWrapper {
	margin: 0em;
	background-color: #D00070;
	font-weight: bold; 
	color: #ffffff;
	height: 1%;
	width: 100%;
	/* border-bottom: 1px solid #FCF5EC; */
	}

#navMain ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li {
	display: inline;
	}

#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	font-weight: normal; /* DCR - Ajout*/
	}

#navMainSearch {
	margin: 0.5em;
	}

/* HEADER */
#headerWrapper {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

/*  LOGO  */
#logoWrapper {
	background-color: #D00070;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

#logo {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* TAGLINE */
#tagline {
	color:#D00070;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

.tagline {
	padding: 0px;
	margin: 0px;
	}

.taglineWrapper {
	padding: 0px;
	margin: 0px;	
	}

/* CATEGORY TAB SPACE  */
#navCatTabsWrapper {
	margin: 0em;
	background-color: #D00070;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	text-align: center;
	}

#navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navCatTabs ul li {
	display: inline;
	}

#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	font-weight: normal; /* DCR - Ajout*/
	}

/* COLUMNS LEFT/ONE RIGHT/TWO  */
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: auto;
	} 

#navColumnOne {
	vertical-align: top;
	background-color: #FFFFFF;
	border-top: 1px solid #D00070;
	border-right: 1px solid #D00070;
	}

#navColumnTwo {
	vertical-align: top;
	background-color: #FFFFFF;
	border-top: 1px solid #D00070;
	border-left: 1px solid #D00070;
	}

/* CATEGORIES */
#categoryContent {
	margin-top: 3px;
	border: 1px solid #FFFFFF;
	font-size: 1.1em;
	}

#catBoxDivider {
	}

#categoriesContent ul {
	margin: 0;
	padding:  0.5em 0em; 
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
	}

#categoriesContent ul li {
	/* display: inline; */
	}

#categoriesContent ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	/* color: #ffffff;  */
	white-space: nowrap; 
	}
	
#categoriesContent .category-subs-selected {
	font-style: normal;
	font-weight: normal;
	color: #D00070;
	}

/* SIDE BOXES */
.sideBoxContent {
	color: #D00070;
	padding: 5px;
	/* margin-bottom: 3px;  margin-bottom: 3em; */
	border: 0px;
	font-size: 1.0em; /* font-size: 1.1em; */
	}

.leftBoxContent, .rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em; 
	padding: 0px;
	}

.columnLeft, .columnRight {
	}

.leftBoxHeading, .rightBoxHeading {
	font-size: 1.0em; /* DCR - font-size: 1.3em; */
	font-weight: normal; /* DCR - font-weight: bold; */
	text-align: center;
	margin-top: 1em;
	padding: 0px; 
	color: #FFFFFF;
	background-color: #D00070;
	}

.leftBoxContainer, .rightBoxContainer {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}

h3.leftBoxHeading, h3.leftBoxHeading a:link, h3.leftBoxHeading a:visited, h3.leftBoxHeading a:active, h3.rightBoxHeading, h3.rightBoxHeading a:link, h3.rightBoxHeading a:visited, h3.rightBoxHeading a:active {
	font-size: 1.1em; /* DCR - font-size: 1.3em; */
	font-weight: normal; /* DCR - font-weight: bold; */
	color: #ffffff;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	font-size: 1.1em; /* DCR - font-size: 1.3em; */
	color: #FFFFFF /* #6D6774*/ ; /* DCR - color: #FFC7AD; */ /* Titre Produit en hover */
	text-decoration: none;
	} 

/* NEXT PREVIOUS */
.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

.navNextPrevWrapper {
	text-align: center;
	}

/* BREADCRUMB */
#navBreadCrumb {
	border-top: 1px solid #D00070;
	font-size: 0.95em;
	font-weight: normal; /* DCR - font-weight: bold; */
	margin: 0em;
	padding: 0.5em;
	}

/*  NAV SUPP   */
#navSuppWrapper {
	margin: 0em;
	background-color: #27242B;
	font-weight: bold; 
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navSupp ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul li {
	display: inline;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

/* FOOTER  */
.legalCopyright {
	border-top: 1px solid #D00070;
	}

#siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	text-align: center;
	}

#siteinfoLegal {
	/* text-align: center; */
	text-align: left; 
	color: #FFFFFF;
	}
	
#lastFooter {
	margin-top: 5px;
	}

#footerPartenaires ul li {
	display: inline;
	}

#footerPartenaires ul li a {
	font-size: 9px;
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#footerPartenaires ul li a:hover {
	background-color: #ffffff;
	color: #D00070;
	}

#footerPagesAnnuaire ul li {
	display: inline;
	}
	
#footerPagesAnnuaire ul li a {
	font-size: 9px;
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#footerPagesAnnuaire ul li a:hover {
	background-color: #ffffff;
	color: #D00070;
	}


/*   LINKS   */

a:link, #navEZPagesTOC ul li a {
	font-size: 1.0em; 
	color: #000000; 
	text-decoration: none;
	font-weight: normal; 
	}
 
a:visited, #navEZPagesTOC ul li a:visited {
	font-size: 1.0em; 
	color: #000000;
	text-decoration: none;
	font-weight: normal; 
	}


#reviewsHeading a:link, #featuredHeading a:link, #whatsnewHeading a:link, #shoppingcartHeading a:link {
	font-size: 1.0em; 
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: normal; 
	}
 
#reviewsHeading a:visited , #featuredHeading a:visited, #whatsnewHeading a:visited, #shoppingcartHeading a:visited  {
	font-size: 1.0em; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal; 
	}

/*
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover , #reviewsHeading a:hover, #featuredHeading a:hover, #whatsnewHeading a:hover {
	font-size: 1.0em;  
	background-color: #26242A; 
	color: #FFFFFF; 
	}
*/

ul li a:hover {
	font-size: 1.0em;  /* DCR - font-size: 1em; */
	background-color: #FFFFFF; /* #ABA6A1 */
	color: #D00070; /* #26242A */ 
	}

#navMain ul li a:hover, #navCatTabs ul li a:hover {
	font-size: 1.0em;  /* DCR - font-size: 1em; */
	background-color: #FFFFFF; /* #ABA6A1 */
	color: #D00070; /* #26242A */ 
	}

#navCatTabs ul li a:hover .category-subs-selected {
	font-style: italic;
	font-weight: bold;
	color: #D00070;
	}

a:active {
	font-size: 1.0em; /* DCR - font-size: 1em; */
	color: #000000; /* DCR - color: #0000FF; */
	}

a img {
	border: none;
	} 

.centerColumn a:link , #navBreadCrumb a:link {
	font-weight: normal; /* DCR - font-weight: bold; */
	text-decoration: none;
	color: #27242B; /* DCR - color: #597EA3; */
	}

.centerColumn a:visited , #navBreadCrumb a:visited  {
	color: #27242B;
	font-weight: normal; /* DCR - font-weight: bold; */
	text-decoration: none;
	}
.centerColumn a:active , #navBreadCrumb a:active {
	color: #27242B;
	font-weight: normal; /* DCR - font-weight: bold; */
	text-decoration: none;
	}

/*
.centerColumn a:hover  {
	color: #FFFFFF;
	font-weight: normal; 
	text-decoration: none;
	background-color: #ABA6A1; ;
	}
*/

/*
.centerColumn a:hover img, #navBreadCrumb a:hover img{
	color: #27242B; 
	font-weight: normal; 
	text-decoration: none;
	background-color: #FFFFFF;
	}
*/

#navBreadCrumb a:link {
	font-weight: normal; /* DCR - font-weight: bold; */
	text-decoration: none;
	color: #27242B; /* DCR - color: #597EA3; */
	}

#navBreadCrumb a:visited  {
	color: #27242B;
	}

#navBreadCrumb a:active {
	color: #27242B;
	}

#navBreadCrumb a:hover {
	color: #FFFFFF; /* DCR - color: #6C5473; */
	background-color: #ABA6A1; /* DCR - Ajout */
	}

.piclink {
	text-align: center;
	float: left;
	}

.piclink a:link, .new a:active , .new a:visited {
	color: #27242B;
	font-weight: normal; /* DCR - font-weight: bold; */
	text-decoration: none;
	}

.piclink a:hover {
	/* color:#6C5473; */
	}

.categoryIcon a:link {
	text-decoration: none;
	}

/* CENTER COLUMN */
#contentColumnMain {
	vertical-align: top;
	}

.centerBoxHeading {
	margin: 0em;
	background-color: #D00070;
	color: #ffffff;
	padding: 0.5em 0.2em;
	text-align: center;
	font-size: 1.1em; /* DCR - Ajout */
	font-weight: normal; /* DCR - Ajout */
	margin-bottom: 5px;
	}

.centerBoxWrapper
	{
	border-right: 1px solid #D00070;
	border-left: 1px solid #D00070;
	/*border-bottom: 1px solid #26242A; */
	margin-bottom: 10px;
	text-align: center;
	}

.centerBoxContents {
	vertical-align: top;
	}

.centerColumn {
	padding: 0.8em;
	}

/* BESTSELLERS BOX */
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

/* EZ PAGES */
#ezPageBoxList ul {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

#ezPageBoxList {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

#navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

#ezPageBoxList ul {
	list-style-type: none;
	}

#ezPageBoxList li {
	margin: 0;
	padding: 0.2em 0em;
	}

#navEZPageNextPrev {
	text-align: center;
	}

/* OTHER NAMED BOXES */
.centerBoxContents, .centerBoxContentsAlsoPurch, .centerBoxContentNew, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .centerBoxContentsNew, .categoryListBoxContents, .specialsListBoxContents {
	vertical-align: top;
	float: left; 
	margin: 1em 0em;
	text-align: center;
	}

.additionalImages {
	margin: 1em 0em;
	}

/* PRODUCT LISTING */

.productListing-data {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #000000;
	}

.productListing-odd {
	background-color: #FFFFFF;
	height: 1.5em; 
	vertical-align: top;
	}

/* DCR - Ajout */
/*
.productListing-odd a:hover img {
	background-color: #E8E8E8;
	}
*/
/*-------------*/

.productListing-even {
	background-color: #FFFFFF;
	height: 1.5em; 
	vertical-align: top;
	}
	
/* DCR - Ajout */
/*
.productListing-even a:hover img{
	background-color: #F0F0F0;
	}
*/
/*-------------*/

#indexProductListCatDescription {
	margin: 0.5em;
	}

.listingDescription {
	text-align: left;
	}

/* WARNINGS ERRORS MESSAGES */
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #D00070;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/* BASIC TEXT AND HEADINGS  */
h1 {
	font-size: 1.5em;
	margin: 0.3em;
	}

#productName {
	}

#productPrices {
	float: left;
	margin-top: 45px; /* DCR - remove to go back to normal */
	}

h2 {
	font-size: 1.4em;
	margin: 0.3em;
	}

h3 {
	font-size: 1.4em;
	color: #27242B;
	margin: 0.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.0em;
	}

.biggerText {
	font-size: 1.2em;
	}

.smallText {
	font-size: 0.9em;
	}

/* SHOPPING CART DISPLAY */
.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

.tableRow, .tableHeading {
	height: 2.2em;
	}

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #D00070;
	padding: 1em;
	}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

/* bof Ajout DCR - Panier */
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity {
	padding: 0.5em 0.5em;
	vertical-align: top;
	border-bottom: 1px solid;	
	
	}

.cartAttribsList ul li {
	display: list-item;
	margin-left: 0.2em;
	list-style-position: inside;
	list-style-type: none;
	}

/* Chercher le cartImage suivant pour uncomment */
#cartImage {
	margin: 0.0em 0.0em;
	margin-right: 0.2em;
	}

#cartProdTitle {
	display: block; 
	font-weight: bold;	
	margin-left: 0.2em;
	}

/* eof Ajout DCR - Panier */

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000000;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
  	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	float: left;
	margin: 10px;
	}
.categoryIcon {
	vertical-align: bottom;
	text-align: center;
	float: left;
	}

/*
#cartImage {
	margin: 0.5em 1em;
	}
*/

.attributesComments {
	}

/*  EVERYTHING ELSE */
#cartBoxListWrapper,  #cartBoxListWrapper ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	vertical-align: top;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto  {
	margin: 0;
	width: 47%;
	}

#navCategoryIcon, .buttonRow {
	margin: 0.5em;
	/* display: none; */
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #27242B;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.1em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.attribImg {
	float: right;
	width: 20%;
	margin: 0.3em 0em;
	text-align: center;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #27242B;
	}

.additionalImages, .alert {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription {
	float: left;
	}

#productDateAdded , #productInfoLink , #productAdditionalImages {
	text-align: center;
	}

#productDateAvailable {
	font-weight: bold;
	color: #CC0099;
	text-align: center;
	}

.productGeneral {
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	text-align: center;
	padding: 0.8em;
	}

#bannerboxHeading {
	background-color: #9B7969;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, .center, 
 .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .additionalImages, .gvBal  {
	text-align: center;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

#reviewsContent {
	color: #A6F4CD;
	font-style: italic;
	}

.category-subs-selected {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	}

.back {
	float: left;
	vertical-align: top; 
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

.wrapperAttribsOptions {
	vertical-align: top;
	margin: 5px;
	float: none;	
	}

#attribTable {
	width: 100%;
	margin-bottom: 15px;
	background-color:#FFFFFF; /* F0F0F0 */
	}

th {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	}

/* BoF : Gestion des options dans les fiches produits (productAttributes) séparée des tableaux du site */
#productAttributes {
	border-bottom: 1px solid #D00070;
	}	

#productAttributes #attribTable {
	width: 100%;
	margin-bottom: 15px;
	background-color:#FFFFFF; /* F0F0F0 */
	}

#productAttributes th {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	border-top: 1px solid #D00070;
	}

/* EoF : Gestion des options dans les fiches produits (productAttributes) séparée des tableaux du site */

/* BoF : Gestion des styles nouvelle presentation HomePage */
#uadfIndexContent {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

#uadfIndexContent a {
	text-decoration: none;
	}

#uadfIndexContent a:hover {
	text-decoration: none;
	color: #D00070;
	}

#uadfIndexT1 {
	text-align: left;
/*	border: 1px solid #D00070; */
	margin-bottom: 10px;
/*	padding: 5px; */
	}
	
#uadfIndexWrapperHaut table {
	border: 0px;
	/* width: 100%; */
	margin-bottom: 10px; 
	border-collapse: collapse; 
	border-spacing: 0px;
	}

#uadfIndexWrapperHaut td.uadfIndexP1 {
	vertical-align: top;
	padding: 0px;
	border: 0px;
	}

#uadfIndexWrapperHaut td.uadfCellCol {
	vertical-align: top;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	margin: 0px;
	}

#uadfIndexWrapperHaut td.uadfCellSeparHaut {
	width: 8px;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
	}

#uadfInformation {
	}

#uadfInformation ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	}

#uadfInformation ul li {
	display: inline;
	}

#uadfInformation ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	white-space: nowrap;
	font-size: 9px;	
	}
#uadfInformation ul li  a:hover {
	text-decoration: none;
	color: #D00070;
	font-size: 9px;	
	}

/* EoF : Gestion des styles nouvelle presentation HomePage */

