/*************************** BASKET ADDRESS **************/
.floatLeft{float:left}

.nextBtn{
	cursor: pointer;
}

.addressTitleRight{
	float: right;
	margin-top:-25px;
	height:50px;
	background-image: url("/images/basketAddressTitleBkgnd.png");
	width:46px;
	background-position: right bottom;
}
.addressTitleLeft{
	float: right;
	margin-top:-25px;
	height:50px;
	background-image: url("/images/basketAddressTitleBkgnd.png");
	width:46px;
	background-position: left bottom;
}

.atlD{
	background-image: url("/images/basketAddressTitleBkgndD.png");
}

.addressTitleMidle{
	float: right;
	color: #ff6600;
	height:50px;
	background-color: #8cc892;
	margin-top:-25px;
	border-bottom:0px solid white;
	padding-right:30px;
	margin-right:-25px;
}

.atmD{
	background-color: #8cb8c8;
}

.addressTitle{
	float: right;
	color: white;
	font-size: 18px;
}

.otherAddressLink{
	font-size: 10px;
	float: right;
	/*line-height:10px;*/
}

.basketAddress{
	color: #888;
	min-height:380px;
}

.inputLeft{
	background-image: url("/images/inputBackground.png");
	width: 12px;
	height:26px;
	background-repeat: no-repeat;
	float:left;
}

.inputBlock{
	border:0px solid;
	float:left;
}

.inputRight{
	background-image: url("/images/inputBackground.png");
	background-position: right;
	/*background-color: #e2e2e2;*/
	width: 12px;
	height:26px;
	background-repeat: no-repeat;
	float:left;
}

.inputLabel{
	/*background-color: #e2e2e2;*/
	height:16px;
	line-height:16px;
	text-align: left;
	padding-left: 12px;
	margin-top:8px;
	font-size: 11px;
	color: #6c9c71;
	background-image: url("/images/warningSign.png");
	background-repeat: no-repeat;
	background-position: right;
	margin-right:12px;
}

.noMandatory{
	background-image: none;
}	

.ilD{
	color: #6c869c;
}

.inlineSeparator{
	float:left;
	width:10px;
}

.baInput{
	height:24px;
	float:left;
	background-color: white;
	border-top:1px solid #dde0e6;
	border-bottom:1px solid #dde0e6;
	width: 140px;
}

.baInputInput {
	width:100%;
	border:none;
	height:22px;
	line-height:22px;
	/*background-color: #e2e2e2;*/
	margin-top:0px;
	color: black;
	padding-left: 3px; 
}
/*
.baInputInputD {
	width:100%;
	border:none;
	height:22px;
	line-height:22px;
	/*background-color: #e2e2e2;*/
/*	margin-top:0px;
	color: black;
	padding-left: 3px; 
}*/

/*************************** BASKET **********************/
.basket{
	background-color: #eeeeee;
	height:100%
}

.basket h1{
	margin:0;
	padding:0;
	line-height:16px;
	font-size: 16px;
	color: #ff5300;
}

.basketContainer{
	width:800px;
	min-height:380px;
}

.basketTable{
	background-color: white;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width:800px;
	padding-left:12px;
	padding-right:12px;
}

.basketTop{
	background-image: url("/images/basketTopBottom.png");
	height: 10px;
}

.basketBottom{
	background-image: url("/images/basketTopBottom.png");
	background-position: bottom;
	height: 10px;
}


.basketHeader{
	color:gray;
}

.basketItem{
	color:black;
}

.basketSeparator{
	height:50px;
	
}

.basketSubtotals{
	font-size: 14px;
	color: #888;
}

.cSeparator{ /*Produit*/	width:800px; border-bottom: 1px solid #e5e5e5; }

.cP{ /*Produit*/	width:500px; }
.cQ{ /*Quantité*/ 	width:100px; text-align: center; }
.cU{ /*Prix uni.*/ 	width:100px; text-align: right; }
.cS{ /*Sous-tot.*/ 	width:100px; text-align: right; }

/*************************** ACCORDION **********************/
/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */

.easy-accordion{display:block;position:relative;overflow:hidden;padding:0;margin:0}
.easy-accordion dt,.easy-accordion dd{margin:0;padding:0}
.easy-accordion dt,.easy-accordion dd{position:absolute}
.easy-accordion dt{margin-bottom:0;margin-left:0;z-index:5;/* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg);-moz-transform-origin: 20px 0px;  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);cursor:pointer;}
.easy-accordion dd{z-index:1;opacity:0;overflow:hidden}
.easy-accordion dd.active{opacity:1;}
.easy-accordion dd.no-more-active{z-index:2;opacity:1}
.easy-accordion dd.active{z-index:3}
.easy-accordion dd.plus{z-index:4}
.easy-accordion .slide-number{position:absolute;bottom:0;left:10px;font-weight:normal;font-size:1.1em;/* Safari */ -webkit-transform: rotate(90deg); /* Firefox */ -moz-transform: rotate(90deg);  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
 
 
/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */

dd p{line-height:120%}

#co-acc { margin-top:80px;width:999px;height:480px;padding:0px;background:#eeeeee;border:0px solid #b5c9e8}
#co-acc dl{width:999px;height:480px}	
#co-acc dt{height:46px;line-height:44px;text-align:right;padding:0 15px 0 0;font-size:1.1em;font-weight:bold;font-family: Tahoma, Geneva, sans-serif;text-transform:uppercase;letter-spacing:1px;background:#fff url(/images/accordion/slide-title-inactive-1.png) 0 0 no-repeat;color:#26526c}
#co-acc dt.active{cursor:pointer;color:#fff;background:#fff url(/images/accordion/slide-title-active-1.png) 0 0 no-repeat}
#co-acc dt.hover{color:#ff6600;}
#co-acc dt.active.hover{color:#fff}
#co-acc dd{text-align:left; padding:25px;/*background:url(/images/accordion/slide.jpg) bottom left repeat-x;*/border:1px solid #ddd; margin-right:0px}
#co-acc .slide-number{color:#68889b;left:10px;font-weight:bold}
#co-acc .active .slide-number{color:#fff;}
#co-acc a{color:#68889b}
#co-acc dd img{float:right;margin:0 0 0 30px;}
#co-acc h2{font-size:2.5em;margin-top:10px}
#co-acc .more{padding-top:10px;display:block}
	




/*************************** CGV ****************************/
.cgv{
	text-align: left;
	margin-top:60px;
}

.cgv h1{
	margin-bottom: 0px;
}

.cgv h3{
	color: blue;
	margin-top:20px;
	margin-bottom: 10px;
}

/*************************** jCarousel ****************************/
.jCarLi{
	overflow: hidden;
	float: left;
	width: 640px;
	height: 480px;
}


/*************************** PRODUCT TABS ****************************/

.productTab{
	background-color: #ebf2ff;
    border:1px solid #cddbf5;
	/*border-bottom: none;*/
	float:right;
	height:22px;
	line-height: 22px;
	padding: 0 10px 0 10px;
	cursor:pointer;
}

.productTabCache{
	float:right;
	padding: 0 10px 0 10px;
	height:4px;
	border: 0px solid white;
	color:white;
	margin-right:2px;	
	overflow:hidden;
}

.prTabContainer{
	width:997px;
	/*height:100%;*/
	background-color: white;
	border:0px solid #cddbf5;
	
}

/*************************** PRODUCT DETALS PAGE ****************************/

.productTabContainer{
	border: 0px solid;
	width:999px;
	/*height:540px;*/
}

.detailsDescHeader{
	width:100%;
	height:101px;
	border:0px solid green;
	padding-top:16px;
}

.detailsDescBody{
	width:820px;
	/*height:300px; /* productTabContainer.height - detailsDescHeader.height*/
	border:0px solid blue;
	overflow: auto;
	margin-left:180px;
	margin-top:-40px;
	float:left;
}

.prDetailsName{
	font-size: 24px;
	color: #278bbf;
	padding-top:6px;
	border: 0px solid green;
	margin-left:20px;
	float:left;
	width:500px;
	height:90px;
	
}

.prBuyBox{
	font-size: 14px;
	line-height:40px;
	color: #ff5300;
	padding-top:6px;
	border: 0px solid blue;
	margin-left:20px;
	float:right;
	height:90px;
	width:280px;
	text-align:center;
}


.prDetailsSmallDesc{
	font-size:16px;
	height:44px;
	
	color:gray;	
}

/*************************** PAGINATION ****************************/

.pageBox{
	width: 24px;
	height:22px;
	border:1px solid #cddbf5;
	float:left;
	margin-right:3px;
	text-align: center;
	line-height: 22px;
	display:none;
	background-color: #ebf2ff;
	color:#444;
	cursor:pointer;
}

.pageBoxNP{
	width: 24px;
	height:22px;
	border:1px solid #cddbf5;
	float:left;
	margin-right:3px;
	text-align: center;
	line-height: 22px;
	display:none;
	background-color: #ebf2ff;
	color:#444;
	cursor:pointer;
}


.pager{
	
	/*width:auto;*/
	height:26px;
	margin-top:40px;
	margin-bottom:8px;
	border: 0px solid green;
	text-align: center;
}


/*************************** PRODUCTS ****************************/

.productListContainer{
	margin-top:16px;
	height:402px;
	border:0px solid red;
}
.productBox{
	width:187px;
	height:187px;
	border: 1px solid #EEE;
	float:left;
	padding:3px;
	display:none;
	text-align: center;
	margin-right:6px;
	margin-bottom:6px;
	background-color: white;
}

.productThumbnailImage{
	margin-top:8px;
	border:0px solid;
	width:161px;
	height:121px;
	margin-left:10px;
	color:lightgray;
	background-color: white;
}

.productThumbnailImage img{
	border: none;
}

.productNameBox{
	margin-top:6px;
	height:16px;
	line-height:16px;
	font-size: 12px;
	border:0px solid;
	overflow:hidden;
}

.productNameBox a{
	text-decoration: none;
	color: #8fa9b4;
	font-weight: bold;
}

.productNameBox a:hover{
	color: #00a7fe;
}

/*
.productNameBox2{
	height:16px;
	line-height:16px;
	font-size: 12px;
	border:0px solid;
	overflow:hidden;
	margin:-17px;
	padding-bottom:17px;
}

.productNameBox2 a{
	text-decoration: none;
	color: #CCC;
}
*/
.productPriceBoxShadow{
	margin-top:6px;
	height:23px;
	line-height: 23px;
	font-size: 17px;
	border:0px solid;
	color: #1f6a12;
	vertical-align: middle;
	
}
.productPriceBoxShadow img{
	cursor: pointer;	
}

.productPriceBox{
	margin-top:-24px;
	margin-right:75px;
	//color: #52b412;
	color: #50ba3d;
}


/*************************** FILTER TABS ****************************/
.resetFilter{
	background-color: #ebf2ff;
    border:1px solid #cddbf5;
    font-size: 10px;
	height:20px;
	line-height: 20px;
	float: left;
	margin-left:2px;
	text-transform: none;
	padding:0 4px 0 4px;
	cursor:pointer;
	float:right;
	color:black;
}

.filtersTabContent{
	color:#444;
    font-size: 10px;
    text-transform: uppercase;
    margin-top:20px;
    margin-bottom:4px;
    width:999px;
}

.filterTab{
	background-color: #cccccc;
    border:1px solid #b2b2b2;
	border-bottom: none;
	float:left;
	height:22px;
	line-height: 22px;
	padding: 0 5px 0 5px;
	cursor:pointer;
}
.filterTabCache{
	background-color: #e5e5e5;
    border:0px solid;
	border-bottom: none;
	float:left;
	padding: 0 5px 0 5px;
	height:3px;
	overflow: hidden;
	margin-right:2px;
}

.tabContainer{
    border:1px solid #b2b2b2;
	background-color: #e5e5e5;
	padding-bottom:10px;
}

.filterField3 label {
    float:left;
	color:#444;
	font-size: 10px;
	height:22px;
	line-height: 22px;
	margin-left:10px;
	cursor:pointer;
}

.filterField3 label input {
    height: 22px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    margin-top:-3px;
    margin-left:4px;
    cursor:pointer;
}



/*************************** HEADER ****************************/
.languageBlock{
	float: left;
	font-size: 11px;
	position: relative;
	z-index: 999;
	/*margin-left:380px;*/
	margin-bottom:18px;
	margin-left:0px;
}

.basketBlock{
	float: right;
	width: 240px;
	border: 0px solid;
	text-align: right;
	color: #3661b2;
	position: relative;
	z-index: 999;
}

.logoBlock {
	margin-top:00px;
	margin-bottom:4px;
	border: 0px solid blue;
	width:362px;
	height:47px;
	/*float:left;*/
}

.searchBlock{
	float: right;
	/*width: 240px;*/
	padding:0;
	margin-right:-0px;
	margin-top: 0px;
	margin-bottom:10px;
}


/*************************** MENU ****************************/

/* Level 1 menu */

.mainMenuContainer {

	color: #DDD;
	z-index: 999;
	height:48px;
	padding-left:10px;
	background-image: url("/images/level1MenuBackground.png");
	background-repeat: repeat-x; 
	
}

.mainMenu{
	cursor:pointer;
	height: 35px;
	line-height:35px;
	float:left;
	border:1px solid #2f2e2e;
	margin-top:6px;	
}


#_mmcache{
	position:absolute;
	border: 0px solid;
	width:30px;
	height:4px;
	background-color: #454545;
	z-index: 10000;
	display:none
}

/* Level 2 & 3 container */

.level23Container{
	text-align: left;
	position:absolute; 
	left:100px; top:200px; 
	width:991px;   /* 981 - 16 (padding) remains 965 for level2 and leve3 contents */
	border:0px solid;
	border:1px solid #454545;
	border:4px solid #2f2e2e;
	border-top:0px solid #2f2e2e;
	/*border-top: none;*/
	
	background-color: #454545; /*----*/
	display:none;
	z-index: 9999;
}

.level23ContainerInnBorder{
	border: 1px solid #666;
	padding: 8px;
	margin-top:-1px;
}

	
.level2Container{
	background-color: #454545;
	
	height:32px;
	/*border:2px solid #2483bc;*/
	color: #aaa;
	
}

.smBoxSep{
	margin-left:5px;
	width:8px;
	color: #1961b2;
	float:left;
	line-height:16px;
	padding-top:4px;
}

.smBox{
	//color: #DDD;
	border: 0px solid ;
	float:left;
	margin-left:4px;
	line-height:16px;
	padding-top:4px;
	cursor:pointer;
}

.level3Container{
	width:100%;
	height:100%;
	border-top:1px solid #666;
	/*padding-top: 30px;
	padding-bottom: 20px;
	/*border-top:1px solid #5A5A5A;
	/*padding-top:20px;
	/*padding-bottom:20px;*/
	/*background-color: #505050;*/
	
}


.level3Column{
	float:left;
	border:0px solid white;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:18px;
	margin-top:16px;
	max-width:236px; /* 965/4 */
}

.level3lineA{
	border:1px solid #454545;
	margin-right:8px;
	margin-left:8px;
	padding-bottom:20px;
	padding-top:3px;
	/*margin-bottom:10px;
	//margin-top:-26px;*/
}

.level3Column2{
	float:left;
	border:0px solid red;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:18px;
	margin-top:10px;
}

.level3Category{
	/*color:#8ba7b8;*/
	color:#AAA;
	font-size:11px;
	padding-left:6px;
	/*margin-top:8px;*/
	margin-top:0px;
	line-height:18px;
	height:18px;
	width: 220px;
	overflow:hidden;
	background-color: #555555;
	
}

.level3Category2{
	float: left;
	color:#AAA;
	font-size:11px;
	padding-left:6px;
	padding-right:6px;
	margin-top:0px;
	line-height:18px;
	height:18px;
	overflow:hidden;
	background-color: #555555;
	cursor:pointer;
	border:1px solid #454545;
}

.level3CatContainer2{
	float:left;
	border:0px solid white;
	display:none;
}

.level3Link {
	margin-left:7px;
	font-size:11px;
	color: #96c9e4;
	margin-top:0px;
	line-height:18px;
}

.level3Link a{
	color: #96c9e4;
	text-decoration: none;
}

.level3Link a:hover {
	text-decoration: underline;
	cursor:pointer;
}

.level3Link2 {
	font-size:11px;
	color: #96c9e4;
	line-height:18px;
	float:left;
	width:160px;
	overflow:hidden;
}
.level3Link2 a{
	color: #96c9e4;
	text-decoration: none;
}

.level3Link2 a:hover {
	text-decoration: underline;
	cursor:pointer;
}


/*************************** MAIN ELEMENTS ****************************/
/*{
	background-color: #b6b7b8;
	//background-image: url("/images/bodyBack.png"); 
}*/

body {
  background-color: white;
  overflow:scroll;
  width:auto;
  color:black;
  font-family:Trebuchet MS;
  font-size:12px;
  /*height:740px;
  /*overflow-y:hidden;*/
  width:1000px;
  margin: 0 auto;
  border:0px solid red;	
  padding-bottom:50px;
}

.header{
	margin-top:16px;	
	border: 0px solid;
	height:110px;	
	text-align: left;
	width:999px;
}

.left{
	border: 0px solid;
	width:1010px;
	/*height:550px;*/
	/*min-height:550px;*/
	text-align: left;
	margin-top:12px;
}

.right{
	border: 0px solid;
	text-align: left;
	padding-left:12px;
}

.footer{
	position:fixed;
	bottom:0px;
	width:998px;
	border:0px solid;
	height:20px;
	background-image: url("/images/footerBackground.png");
	background-repeat: no-repeat;
	color:#1082bd;
	padding-top:8px;
	z-index: 9999;		
}

.footer a{
	color:#15afff;
	cursor:pointer;
}

.clear{
	clear:both;
}

