	.pagingheadline {
	clear: both;
	font-weight: bold;
	font-size: 12px;
	background-color:#f3f1f2;
	border-top:solid 1px;
	border-bottom:solid 1px;
	border-color:#ebebeb;
	padding: 5px 5px 3px 5px;
	margin: 5px 0px;
	vertical-align: middle; }
	
	
/*  ===== focus sur le produit =====   */
	
.promodivVP
{
	z-index:9;
	position:absolute;
	background-color:#fff;
	top:50%;
	width:800px;
	left:50%;
	margin-left:-300px;
	height:auto;
	alpha(opacity=0);
	padding:5px;
	-moz-opacity:.0;
	opacity:.0;
}
.promodivVP .header
{
	width:792px;
	background-color:#4f584f;
	color:#cccccc;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	padding:4px;
	height:20px;
	margin-bottom:4px;
	text-align:center;
}
.promodivVP .footer
{
	width:792px;
	background-color:#ffffff;
	color:#333;
	font-weight:bold;
	padding:2px 4px 2px 4px;
	text-align:center;
	margin-top:4px;
	height:20px
}

ul .features{
	margin: 0px 0px 0px 22px;
	list-style: square;


}

ul li.features{
	
	list-style: square;


}

#productdetails #productInfoRight #techIcons .contentasset{
	display:inline;
	width:65px;
	height:65px;
	float:left;
}

.techIconInline{
	display:inline;
	width:65px;
	height:65px;
	float:left;
	margin:0px 10px 10px 0px;

}


/*  =====  =====   */
/*  =====  =====   */
/*  =====  =====   */

/* 
	Global Defaults
	- defines base colors, margins, borders and so on
	- defines global style of input boxes, error messages....
   
	Demandware eCommerce 2.0, copyright 2007, all rights reserved 
*/

/*
	Remove all default margins and paddings because all browser think about
	this differently. This means we start clean and have to declare it, if
	needed.
*/	
*
{
	margin: 0px;
	padding: 0px;
}

/*
body {
	color: Black;
	background-image: url(../images/bg.jpg);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	border: none; 
	margin: 0px;
	padding: 0px;
}
*/	

h1 {
	color:#ee8d1d;
	font-size: 18px;
	font-weight: bold; }
	
h2 {
	font-weight: bold;
	font-size: 14px; }
	
h3 {
	font-size: 12px;
	font-weight: bold; }
	
h4 {
	font-size: 10px;
	font-weight: bold; }

.jeanne {
	font-size: 14px;
	margin-left: 10px;
	font-familly: "Courier New", arial, verdana, sans-serif;
	 }


.popupbody
{
	z-index:7;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	margin:0px;
	background-color:#000000;
	alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
}

.closewindow
{
	z-index:9;
	position:absolute;
	background-color:#fff;
	top:50%;
	width:300px;
	left:50%;
	margin-left:-371px;
	height:150px;
	padding:5px;
}
.deletewindow
{
	z-index:10;
	position:absolute;
	background-color:#fff;
	top:50%;
	width:267px;
	left:50%;
	margin-left:-371px;
	height:150px;
	alpha(opacity=0);
	padding:5px;
	-moz-opacity:.0;
	opacity:.0;
}
	
	
.footerpopupclass
{
	z-index:10;
	width:500px;
	height:400px;
	position:absolute;
	background-color:#fff;
	alpha(opacity=50);
	-moz-opacity:.5;
	margin-left:-371px;
	opacity:.5;
	top:50%;
	left:50%;
}



/* Clearing Style */
.clear {
	clear:both;}
	
/* The content column contains all display items between the left and right columns */	
#content {
	display: inline;
	float:left;
	margin: 0px 0px; 
	background-color:#fff;}

/* The right column floats on the right side and contains promotional elements of site */	


#content h1 {
	padding: 3px 0px 3px 0px;
	color:#ee8d1d;
	font-size: 18px;
	font-weight: bold; }

	
#content h2 {
	color: #333333;
	border: none;
	font-weight: bold;
	margin: 10px 2px;
}
	
#content h3 {
	color: #333333;
	border: none;
	font-weight: bold;
	margin: 2px 2px;
}

#content h2 span.firstline {
	text-transform: lowercase;
	color: #999999;
	border: none;
	font-weight: normal; }
	
select {
	font-size: 11px; }

.divider {
	margin-left: 4px;
	margin-right: 4px;
	color: #9FB1BC; }
	
/* Default CSS INPUT button */

.image {
	margin: 15px 0px 0px 5px;
	border: 0px;}

#img1 {
	position: relative;
	z-index:1;

	}

#img2 {

	position: relative;
	top: -125px;
    left:-40px;

	z-index:2;

	}

/*  =====  =====   */
/*  =====  =====   */
/*  =====  =====   */


/*  ===== pt_search Notes =====   /
	This page has a three column layout,
	
	Use this style sheet to put custom styles specific to the SEARCH Pages,
	identifible by the id="search" that suurounds the content.
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
/* Search result width */
#pt_search #mainContentArea {
	clear: both;
	width: 735px;
	padding: 0px;
	background-color: #FFFFFF;
}
#pt_search #content {
	width: 730px;
	padding: 5px 5px 5px 5px;
}



#content #search {
	margin: 0px;
	padding: 0px; 
	display:inline;
}

.searchArea{
margin-top:25px;
margin-left:10px;
margin-right:10px;
}

#landingPage{


}
	


/* Sets top and bottom margin around Search Results */			

/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	

#content #search .pagingheadline {
	clear: both;
	background-color:#f3f1f2;
	border-top:solid 1px;
	border-bottom:solid 1px;
	border-color:#ebebeb;
	}
	
		
#content #search .searchinformation {
	border: none;
	font-size: 11px;
	padding: 0px;
	margin: 100px 5px; }
		

#content #search .pagingheadline .totalCount {
	color: #df8435;
	font-weight: bold;
	display:inline;  }
	
	
a.pagingLink	 {
	color: #666666;
	font-decoration: underline;
	font-weight: bold; 
	padding: 0px 5px 0px 5px; 
	display:inline; 
}
a.pagingLink:hover{
	background-color: #df8435;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.pagingSelected{
	background-color: #df8435;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 5px 0px 5px; 
	text-decoration: none;
}
			


#rightColumn {
	display:none;
}
.swatches{
	margin: 2px 0px;
	text-align: center;
	height:22px;
	width: 140px;
	border-bottom:#CCCCCC solid 1px;
/* 	border-top:#CCCCCC solid 1px;  */
}

.swatches .swatch  {
	padding:0px;
	border:#000000 solid 1px;
	margin:4px;
	vertical-align:middle;
	cursor:pointer;
	height:inherit;
	height:12px;

}


.swatches .swatchselected {
	padding:1px;
	margin:3px;
	border:#f89635 solid 1px;
	vertical-align:middle;
	cursor:pointer;
	height:12px;
}

/* Default Products Container */

.productlisting .product .productTypeInfo{
	/* overflow: hidden; Limits Amount of Characters allowed */
	height: 70px;  /*Sets overflow height */
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	padding:0px 0px 0px 10px;
}

.productlisting .product .productTypeInfo h3.name a {
	
	color:#333333;
	text-decoration: none;
	display:inline;
	font-weight: bold;
	font-size: 11px; 
}
.productlisting .product .productTypeInfo h3.name a:hover {
	color:#333333;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px; 
}



/*****	Content has a special product listing from right to left
		ex: Product Search Results 
		
		permet d'afficher les produits sur la même ligne et pas en colonne*****/
#content .productlisting .product {
	display: inline;	
	float: left;
	margin: 0px 2px 25px 10px;
	padding: 0px;
	width: 160px;
	height: 265px;
}

* html #content .productlisting .product {
	height: 295px;
}


	



/*  =====  =====   */
/*  =====  =====   */
/*  =====  =====   */


