/**
 * 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 4813 2006-10-23 02:13:53Z drbyte $
 */
 
/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
	background: url("../images/red/rounded-search-input-top.gif") top left no-repeat;
	}
	

	
h3.leftBoxHeading, h3.rightBoxHeading {
	background: url("../images/red/sideboxbg.gif");
	}
	
#navMain a {
	}
	
#navMain a span {
	}
	
#navMain a span.last {
	}
	
/* end main color changes */


/* other background color or image changes */
body {
	background:#ffffff; /* main site background color, blue default */
	}
	
#headerWrapper {
	background-image: url(../images/header_alp/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	
	}
	
input:focus, select:focus, textarea:focus {
	background:#e0e8ef; /* background color for input boxes, light blue default */
	}
	
.messageStackWarning, .messageStackError {
	background:#990000;  /* background color for warning messages, red default */
	}

.messageStackSuccess {
	background:#929292;  /* background color for success messages, grey default */
	}

.messageStackCaution {
	background:#FFFF99;  /* background color for caution messages, yellow default */
	}
	
#cartSubTotal, h2.centerBoxHeading, .rowOdd  {/* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
	background-color: #FFFFFF;

	}
	
.cartSubTotal1{
	background:#E3F0AD; 
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	}
	
TR.tableHeading {
	background:#cacaca; /* background color for various table headings, medium grey default */
	}
	
TR.tableHeading1 {
	background:#C7E25B; /* background color for shopping cart heading */
	}	
	
.rowEven {
	background-color: #FFFFFF;

	}
	
#navEZPagesTop {
	background-image: url(../images/header_alp/navigation.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	}
	
#contentMainWrapper { /*colonne de droite */
	background-color:#ffffff; /*background color for the main "content" of the site */
	background-repeat: repeat-y;
	background-position: 100% 0;

	}

#contentMainWrapperb { /*colonne de gauche */
	}
	
input.search {
	background: url("../images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
	}

	
/* font color changes */

body {
	color:#000000;  /* main site font color*/
	}

a:link {
	color:#4f4f4f; /* main site links color */
	text-decoration:none;
	}
 
a:visited {
	text-decoration:none; /* color of links after customer has visited them */
	color:#313131;
	}

a:hover {
	color:#000000; /* color when links are hovered over */
	text-decoration:none;
	}
	

	
h3.leftBoxHeading, h3.rightBoxHeading {
	color:#ffffff; /* right and left box heading color */
	}
	
.leftBoxHeading a, .rightBoxHeading a {
	color:#ffffff; /* right and left box LINK heading color */
	}
	
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
	color:#E8E9E9; /* right and left box LINK heading color when hovered over*/
	}
	
#navMain a span {
	color:#09479b; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
	}
	
#navMain a:hover span {
	color:#c71700; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
	}

#TitreProduit a  {
	color:#959BAE; /* couleur du lien sous l'image produit */
	}
	
#TitreProduit a:hover  {
	color:#878EA3;/* couleur du lien sous l'image produit */
	}	

#Commander
{
	font-size: 11px;
	background-image: url(../images/boutons_icons/panier_produits.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	font-weight: lighter;
	height: 20px;
	}
	
* html #Commander /* Pour IE */
{
	font-size: 11px;
	background-image: url(../images/boutons_icons/panier_produits.png);
	background-repeat: no-repeat;
	background-position: 35px center;
	font-weight: lighter;
	height: 20px;
	}	
	
#Commander a  {
	color:#00CCFF; /* couleur du lien dans la navigation du header */
	}
	
#Commander a:hover  {
	color:#0099FF;/* couleur du lien dans la navigation du header */
	}	



	
#tagline {
	color:#333333; /* tagline text color */
	}
	
#productPrices {
	color:#9F1C00; /* color of price */
	}
	
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
	color:#c71700; /* color of sale prices and alerts */
	}
	
.messageStackWarning, .messageStackError {
	color:#ffffff; /* color of warning message text */
	}
	
/* end of site font color changes */


/* site and main content width section */
	
html>body {
	width: auto;
	}
	
#nw {
	width:1000px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
	max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
	min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */

	}
	
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
	width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
	}
/* end IE only */
/* end site and main content width section */


/*wrappers - page or section containers*/
#nw {
	text-align:left;
	vertical-align:top;
	margin:0 auto;
	}

#headerWrapper {
	float:left;
	width:1000px;
	}
		
#navMainWrapper {
	height:32px;
	width:1000px;
	font-size:12px;
	}
	
#logoWrapper {
	width:auto;
	}
	
#logo {
	float:left;
	padding-left:15px;
	text-align:center;
	}

#taglineWrapper {
	width:75%;
	float:left;
	}

#tagline {
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	padding:5px
	}
	
#ezpagesheaderbar {
	padding-top: 100px;
	position: relative;

}

* html #ezpagesheaderbar { /* Pour IE */
	padding-top: 0px;
	position: relative;

}

	
#navEZPagesTop {
	font-weight:normal;
	width:auto;
	color: #81BE2F;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	text-indent: 10px;
	}

#navEZPagesTop a {
    color: #79157D;
	padding:0 8px;
	}

#navEZPagesTop a:hover {
    color: #9C5795;
	padding:0 8px;
	}	
	
#contentMainWrapper {
	line-height:1.4;
	min-height: 100%;
	}

#contentMainWrapperb {
	min-height: 100%;
	}
	
* html #contentMainWrapper {
	height: 100%;
	}

.outer {
	padding-left: 0px; /* Same width as margin-left for the float-wrap div */
	padding-right: 10px; /* Our right column width */
	}
	
.inner {
	width: 100%;
	}

.float-wrap {
	float: left;
	width: 97%;
	margin-left: 0px; /* Same length as .outer padding-left but with negative value */
	}

#content {
	float: right;
	margin-right: 0px; /* Same length as .outer padding-left but with negative value */
	width: 100%;
	line-height:1.6;
	position: relative; /* IE needs this  */
	}

.contentWrap{
	margin-right: 10px;
	margin-left: 10px;
	}
	
#navColumnOne { 
	float: left;
	position: relative; /* IE needs this  */
	}
	
#navColumnTwo {
	float: right; 
	margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
	position: relative; /* IE needs this  */
	}
	
/* end wrappers - page or section containers*/


* {
	margin:0;
	padding:0;
	}

body {  /* votrenomdedomanaine.com en page d'accueil*/ 
	font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
	font-size:73.5%;
	margin-top:20px;
	}

a img {
	border:none; 
	}
	
ul, ol {
	text-align:left;
	padding-left:25px;
	margin-left:10px;
	margin-bottom:10px;
	}

h1 {
	font-size:1.3em;
	}

h2 {
	font-size:1.2em;
	}

h3 {
	font-size:1.1em;
	}

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

h4.optionName  {
	font-size:12px;
	color: #252625;
	font-weight: normal;
	}
	
LEGEND {
	color:#333;
	}

.biggerText {
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #767776;
	line-height: normal;
	}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
	}
		

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

FORM, SELECT {
	display:inline;
	font-size:1em;
	margin:.5em;
	}
	
option {
	padding-right:.5em;
	}

INPUT{
	margin:.3em .5em;
	}

html>/**/body input[type=checkbox], html>/**/body input[type=radio] {
	float:left;
	clear:both;
	}
	
html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {
	margin:0 .2em .5em 0;
	float:left;
	}
	
.ratingRow input[type=radio]{
	float:none;
	margin:0 .5em;
	}

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

FIELDSET {
	padding:.5em;
	margin:.5em 0;
	border:1px solid #cccccc;
	}
	
	
FIELDSET2 { /* création de compte*/
	padding:.5em;
	margin:.5em 0;
	border:1px solid #872E8B;
	}
	

LEGEND {
	font-weight:bold;
	padding:.3em;
	}

h4.optionName {
	padding-right:1em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left;
	}

LABEL.inputLabel {
	width:90%;
	float:left;
	margin:.3em;
	} 

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

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

ADDRESS {
	font-style:normal;
	padding-right:40px;

	}

.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	}
	
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

HR {
	height:1px;
	margin:.5em 0;
	border:none;
	border-bottom:1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding:.2em;
	}
	
/* product info page css */

#cartAdd {
	width:440px;
	text-align:left;
	float:left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252625;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CC0033;
	padding-bottom: 10px;
	}
	
#cartAdd input {
	margin:.3em 0 0 0;
	}
		
	


#productDescription {
	margin-top:10px;
	width: 430px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CC0033;
	float: left;
	}

#rightFloat {
	float:left;
	width:45%;
	}
	
#leftFloat {
	float:left;
	text-align:center;
	}
	
#productDetailsList {
	float:left;
	}
	
ul#productDetailsList {
	}

#productAttributes {
	width:442px;
	float:left;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CC0033;
	padding-top: 10px;
	}

#productImage {
	margin:0 auto;
	text-align:center;
	}

.imgLink {
	text-align:center;
	margin:0 auto;
	display:block;
	width:100%;
	}

#friendReview {
	width:200px;
	padding:15px 0 10px 0;
	float:left;
	clear:left;
	text-align:left;
	}
	
.reviewCount {
	float:left;
	padding-left:2px;
	}
	
#productReviewLink {
	padding:5px 0;
	}
	
.wrapperAttribsOptions {
	line-height:2em;
	width:auto;
	float:left;
	}
	
.wrapperAttribsOptions h4 {
	padding-right:0px;
	}
	
#productNom {
	font-size: 25px;
	color: #973E9A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	padding-top: 3px;
	}	
	

#productPrix {
	font-size: 20px;
	color: #A7C639;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
	
/* end product info page css */


/* css for top menu tabs */

#navMain {
	float:left;
	line-height:normal;
	}

#navMain ul {
	float:left;
	list-style:none;
	}
	  
#navMain li {
	display:inline;
	}
	  
#navMain a {
	float:left;
	text-decoration:none;
	}
	
#navMain a span {
	float:left;
	display:block;
	text-align:left;
	cursor:pointer;
	padding-top: 22px;

	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {float:none;}
/* End IE5-Mac hack */

#navMain a:hover {
	background-position:0% -32px;
	}
    
#navMain a:hover span {
	background-position:100% -32px;
	}  
	
/* end css for top menu tabs */

	
.navNextPrevWrapper {
	margin-bottom:1em;
	}
	
.navPrevCounter {
	font-size:.9em;
	}
	
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding:0 1em;
	list-style-type:none;
	position:relative;
	}


	
#navSuppWrapper {
	width:100%;
	float:left;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#navSupptxt a {
	color: #999999;
	}

#navSupptxt a:hover {
	color: #666666;
	}  
	
			
#navSupp {
	margin:0 auto;
	text-align:center;
	padding-top:1em;
	background-image: url(../images/footer_alp/bar_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #999999;
	}
	
#navSupp ul {
	list-style-type:none;
	text-align:center;
	line-height:0.1em;
	padding: .3em 0;
	}
	
#navCatTabs ul {
	list-style-type:none;
	text-align:center;
	}
	
#navSupp li, #navCatTabs li {
	display:inline;
	padding:0 .5em;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration:none;
	white-space:nowrap;
	display:inline;
	font-weight:normal;
	width:0;
	}

#navEZPagesTOCWrapper {
	font-weight:bold;
	float:right;
	height:1%;
	border:1px solid #000000;
	}

#navEZPagesTOC ul {
	padding: .5em 0;
	list-style-type:none;
	line-height:1.5em;
	}

#navEZPagesTOC ul li {
	white-space:nowrap;
	}

#navEZPagesTOC ul li a {
	padding:0 .5em;
	}

#navCategoryIcon, .buttonRow {
	margin:.5em;
	}
	
#indexProductListCatDescription {
	margin:0;
	}

#navMainSearch {
	float:left;
	width:120px;
	}

input.search {
	border: 0;
	width: 100px; /* width of text-display area */
	padding: 3px 15px 4px 20px;
	font-size: 11px;
	}
	
input#searchTop {
	border: 0;
	width: 115px; /* width of text-display area */
	padding: 4px 15px 5px 20px;
	font-size: 12px;
	}
	
* html input#searchTop {
	background-attachment: fixed;
	}
	
#navBreadCrumb {
	background-color: #ffffff;
	text-align:left;
	line-height:1.6em;
	font-size:.95em;
	padding:.2em 0;
	text-indent: 10px;
	}
    
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align:top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding:.5em;
	}

.important {
	font-weight:bold;
	padding:.5em;
	}

.gvBal {
	float:right;
	}

.bannersproduits {
	width: 156px;
	float: right;
}

 	
#bannerOne, #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding:.8em;
	}
			
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:.9em;
	}
	
#siteinfoLegal {
	padding-bottom:1em;
	clear:both;
	}

.tableHeading TH {
	border-bottom:1px solid #cccccc;
	}

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

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

	
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartQuantityUpdate,  .cartTotalsDisplay    {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97CA4A;
	padding:.5em 0 0;

	
	}	
	
#cartProdTitle {
	text-align:center
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align:center;
	padding-right:.2em;
	}
	
.cartRemoveItemDisplay input[type=checkbox] {
	float:none;
	margin-bottom:1em;
	}

#scUpdateQuantity {
	width:1.8em;
	}
	
#scProductsHeading {
	padding-left:2em;
	}

.cartQuantity {
	width:4em;
	}

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

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

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

.cartRemoveItemDisplay {
	width:5em;
	}

.cartAttribsList {
	margin-left:50px;
	}

#mediaManager {
 	width:50%; 
  	margin:.2em;
  	padding:.5em;
  	}

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

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

#ezPageBoxList li{
	padding:.2em 0;
	} 

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

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

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

.amount {
	width:5.5em;
	}

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

#cartImage {
	margin:.5em 1em;
	}

.attribImg {
	width:20%;
	margin:.3em 0;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:1em 0;
	}
	
.centerBoxContentsProducts {
	margin:0 auto;
	text-align:center;
	width:95%
	}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	font-size:1.1em;
	font-weight:normal;
	height:1.5em;
	padding:.2em 0 0 0;
	}

h2.centerBoxHeading {
	margin:5px auto;
	padding:.5em 0;
	text-align:center;
	border:1px solid #bababa;
	line-height:normal;
	width:100%;
	}
	
.leftBoxHeading, .rightBoxHeading {
	}

.sideBoxContent {
	font-size:1.1em;
	padding:5px;
	}
	
.sideBoxContent ul {
	text-align:left;
	list-style-type:none;
	padding:0 0 0 10px!important;
	margin:0!important;
	}

.sideBoxContent li {
	}

#categoriesContent, #documentcategoriesContent {
	text-align:left;
	padding-left:10px;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align:center;
	}

.productListing-data img {
	padding:10px;
	}

#upProductsHeading {
	text-align:left;
	}

#upDateHeading {
	text-align:right;
	}

/*misc*/
.back {
	float:left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight:bold;
	}

.rowOdd {
	height:1.5em;
	vertical-align:top;
	}

.rowEven {
	height:1.5em;
	vertical-align:top;
	}

.hiddenField {
	display:none;
	}
	
.visibleField {
	display:inline;
	}

#accountLinksWrapper li {
	padding:.5em 0;
	display:block;
	list-style:none;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width:20%;
	text-align:right;
	}

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

TR.tableHeading {
	height:2em;
	}

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

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

LABEL#textAreaReviews {
	font-weight:normal;
	margin:1em 0;
	}
	
.information {
	padding: 10px 3px; 
	line-height: 150%;
	}
	
.smallProductImage {
	padding:1em;
	} 
	
#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0 0 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:46%;
	}

/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */

#productMainImage {
 	float:left;
	background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../images/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	}

#productMainImage img {
	display: block;
	position: relative;
	background: #ffffff;
	margin: -3px 6px 6px -3px;
	border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
	padding: 4px;
	}
	
/* end css for product image drop shadow */



/* bordure autour des images des produits dans modules/cherry_zen/product_listing */

.productMainImage1 {
background-image: url(../images/photos_categorie/croix_produits.gif);
	border: 1px solid #C3C6D1; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
	background-repeat: no-repeat;
	background-position: right bottom;


	}
	
/* end bordure autour des images des produits */



.logo {
	height: 80px;
	width: 280px;
	float: left;
	margin-left: 10px;
}
.navmain {
height: 32px;
width: 480px;
float: left;
}


#navpanier {
	height: 65px;
	width: 115px;
	float: right;
	margin-top: 35px;
}

#navpanier a {
	color: #999999;
}

#navpanier a:hover {
	color: #000000;
}

.navmainpanier1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #999999;

}

.navmainpanier2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	color: #000000;
	text-align: center;
}



.photoproduits {
height: 100%;
width: 375px;
float: left;
}

.infoproduits {
height: 100%;
width: 550px;
float: left;
}


/* css des titres, prix, et commander sous les images produits */

.itemTitle {
	font-weight: lighter;
	font-size: 12px;
	color: #9DA2B3;
	}
	
.listingPrice
{
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #878EA3;
	}
	
.commander
{
	font-size: 11px;
	background-image: url(../images/boutons_icons/panier_produits.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	font-weight: lighter;
	height: 20px;
	}
/* end css des titres, prix, et commander sous les images produits */



/* This is the CSS needed for the Order Step CRÉATION DE COMPTE */

#order_steps_account {       /* Is needed for the centering in IE */
    padding: 0 3px;
    margin: 10px 10px;
    text-align: center;
	 height:70px;
}

.order_steps_text_account {
    margin: 0 auto;
    text-align: center;
    color: #A7A7A7;        /* Determines the non-active color of the text */
	 height: 50px;
}


#active_step_text_account {       /* These are the styles for the active text */
    color: #000000;
    font-weight: 700;
    font-size: 1.1em;
	 width:24%;
	 float:left;
	 line-height:normal;
}



.order_steps_text2_account {
    text-align: center;
    color: #A7A7A7;        /* Determines the non-active color of the text */
    padding-top: 25px; /* Determines the distance between the text and the line */
	 width:24%;
	 float:left;
}

.order_steps_text3_account {
    text-align: center;
    color: #A7A7A7;        /* Determines the non-active color of the text */
    padding-top: 26px; /* Determines the distance between the text and the line */
	 width:24%;
	 float:left;
}

.order_steps_text4_account {
    text-align: center;
    color: #A7A7A7;        /* Determines the non-active color of the text */
    padding-top: 26px; /* Determines the distance between the text and the line */
	 width:24%;
	 float:left;
}

.order_steps_line_2_account {
    padding: 5px 0 0 0;
    margin: 0;
	 width:100%;
}

.progressbar_active_account {
    background: url(../images/orderstep.png) repeat-x;    
	 background-color: #8FC73C; /* Determines the active color of the completed part of the line */
	 width:24%;
	 float:left;
	 height: 8px;
	 color: #3DA200;
}

.progressbar_inactive_account {
    background: url(../images/orderstep.png) repeat-x;    
	 background-color: #8E8F8E; /* Determines the active color of the completed part of the line */
	 width:24%;
	 float:left;
	 height: 8px;
	 color: #8E8F8E;
}

/* End  This is the CSS needed for the Order Step CRÉATION DE COMPTE */





	

