/* AB Video template -  by CounterActDesign - 2008 */


@import url(dropDownMenu.css);
/*-basics-----------------------------*/


body {
	margin:0px;
	background:#f0f0f0 url(images/header-bg.gif) repeat-x;
	min-height: 100%; height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
}
 
h1, .productPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D8001E;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
	margin:0;
}

h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0063A9;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
	display:block;
}

table {width:100%;border:1px solid #fff;margin-bottom:5px;}

dl, dt, dd {display:block;}
dd {border-left:1px solid #fff;}

td, th {
	background:#eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #504F55;	
	padding-left:10px;
	border-bottom:1px solid #fff;
}

td {color:#666;}

ul {list-style:none;}

p {
	font:normal 11px arial,verdana,sans-serif; 
}

/*-liens-----------------------------*/


a:link,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0062A9;
	font-weight: bold;
	text-decoration: none;
	display:inline;
}


a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FF1800;
	text-decoration: none;
	font-variant: normal;
}


/*-structure-----------------------------*/

#container {	
	background:#fff url(images/bg_container.gif) repeat-y;
	position:absolute;
	left:50%;
	margin-left:-490px;
	width:980px;
	border:none;
}


#header {
	width:980px;
	height:140px;
	background:transparent url(images/header-bg.gif) repeat-x;
}

#logo {
	display:block;
	float:left;
	width:152px;
	height:139px;
	margin-left:15px;
	background:transparent url(images/ablogo.gif) no-repeat; 
}

#blocktop {
	display:block;
	float:right;
	height:30px;
	width:535px;
	background:#29A5FF url(images/blocktop-bg.gif) no-repeat;
}

#searchBox {
	display:block;
	float:right;
	margin-top:5px;
	margin-right:2px;
	background:transparent;
}

span.sbox_l  {
	background: white url(images/srch_l.gif) no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

span.sbox_r  {
	background: white url(images/srch_r.gif) no-repeat top left;
	float: left;
	width: 19px; 
	height: 19px;
	margin-left:-2px;
}

span.sbox input {
	background: transparent url(images/srch_bg.gif) repeat-x top left;
	float: left;
	border: 0;
	height: 19px; 
	width: 142px;
	padding: 3px;
	font: 11px arial;
	color: #000;
}

#menu{
	display:block;
	margin-top:0px;
	padding-top:3px;
	float:right;
	width:348px;
	height:29px;
	background:transparent;
	color:#000;
}

#menu ul{
	height:20px;		
}

#menu li{	
	position:relative;
	display:block;
	float:left;
	margin:-5px 20px 0 0;
	background:transparent;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
}


#menu a:hover {
	border-bottom: 2px solid #0063A9;
	color:#0063A9;
}

#ban {margin-top:10px;}

.ban2 {height:200px;}

#breadCrumb {
 	padding:6px 0 0 15px;	
	margin-top:0;
	width:965px;
	height:27px;
	background:transparent url(images/bread-bg.gif) repeat-x;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}

#breadCrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #29A5FF;
	font-weight: bold;
	text-decoration: none;
}

#breadCrumb a:hover {
	color: #ff1800;
}

#mainContent {
	position:relative;
	display:block;
	background:#fff;
	width:980px;
	min-height:700px;
}


#menuGauche {
	float:left;
	text-align:left;	
	margin-top:-6px;	
	width:178px;
	height: 100%;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
}


#categoriesBox
{
padding: 0;
margin-bottom: 1em;
background-color: transparent;
}

#categoriesBox ul
{
list-style: none;
margin:0 0 0 0 ;
padding: 0;
border: none;
}
#categoriesBox ul ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#categoriesBox ul ul ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#categoriesBox li
{
	background:#f1f1f1;
	margin:0;padding:0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

#categoriesBox li a
{
	display: block;
	background:#f1f1f1;
	width: 100%;
	line-height:26px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #0062A9;
	text-decoration: none;
	text-transform:uppercase;
	padding:7px 0 7px 30px;
}

html>body #categoriesBox li a { width: auto; }

#categoriesBox li a:hover
{
	background:#29A5FF;
	color:#fff;
}

#categoriesBox li li
{
	border-top: 1px solid #fff;
	border-bottom:0;
	margin: 0;
}

#categoriesBox li li a
{
	background:#f1f1f1;
	width: 100%;
	line-height:26px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #29A5FF;
	text-decoration: none;
	text-transform:uppercase;
	padding:7px 0 7px 30px;
	border-left: 10px solid #29A5FF;
}

#categoriesBox li li li
{
	border-top: 1px solid #fff;
	border-bottom:0;
	margin: 0;
}

#categoriesBox li li li a
{
	background:#f1f1f1;
	width: 128px;
	line-height:26px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #29A5FF;
	text-decoration: none;
	text-transform:uppercase;
	padding:7px 0 7px 30px;
	border-left: 20px solid #29A5FF;
}

#index {
	height: 100%;	
}

#centre {
	margin:-6px 0 0 0;
	padding-left:10px;
	position:relative;
	float:left;	
	height:100%;
	width:610px;
	background:#fff;
}

/*#centre_logo {
	position:absolute;
	bottom:-150px;
	width:600px;
	height:150px;
	background: url(images/oscss.gif) no-repeat right bottom;
	z-index: 99;
}*/

#menuDroite {
	float:right;
	display:block;
	text-align:left;
	margin-right:-2px;
	margin-top:-6px;
	width:178px;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	background:#fff;
}

#footer {
	width:980px;
	height:60px;
	background:#fff;
	float:left;
	display:block;
	margin-top:0px;	
	font-size:10px;
	text-align:center;
	color:#c1c1c1;
	border-top:1px solid #e2e2e2;
}

#footer a {color:#c3c3c3;}



/*#menuDroite .boxes ul {padding-left:0px;text-align:left; margin-left:15px;width:178px;}
#menuDroite .boxes ul li {text-align:left;width:178px;}*/

/*-boxes-----------------------------*/

.boxes li hr {display:none;}

.boxes {
	background:#fff;
}

#languagesBox {position:absolute;top:67px;left:-30px;padding:5px;}
#languagesBox li {float:left;padding:0px !important;padding-top:15px;}

#categoriesBox h4,
#languagesBox h4,
#cartBox h4,
#loginBox h4,
#informationBox h4,
#best_sellersBox h4,
#specialsBox h4,
#tell_a_friendBox h4,
#currenciesBox h4,
#manufacturer_infoBox h4,
#manufacturersBox h4,
#ReviewsBox h4,
#order_historyBox h4,
#whats_newBox h4
{
display:block;	
height:20px;
	width:178px;
	text-align:center;
	font:bold 14px arial,verdana,sans-serif;
	background:transparent url(images/cat-bg2.gif) repeat-x;
	padding:5px 0 0 0;
	margin:0;
	color:#fff;
}

#languagesBox h4,
#loginBox h4,
#informationBox h4,
#best_sellersBox h4,
#specialsBox h4,
#tell_a_friendBox h4,
#currenciesBox h4,
#manufacturer_infoBox h4,
#manufacturersBox h4,
#ReviewsBox h4,
#order_historyBox h4,
#whats_newBox h4
{
border-top:1px solid #e2e2e2;
}

#whats_newBox h4
{
margin-top:-11px;
}

#specialsBox ul.specialContent li{
	text-align:center;
	margin-left:-40px;
}

#loginBox ul{
	width:160px;
	margin-top:5px;
}

#loginBox ul li{
	text-align:left;
	margin-left:-30px;
}

#whats_newBox {
	text-align:center;
}

#specialsBox img,
#whats_newBox img {
	width:91px;
	height:130px;
	border:1px solid #e2e2e2;
	padding:5px;
	background:#fff;
}

#cartBox {margin-left:0}

#cartBox li {color:#FFF;font-size:11px;width:160px;}
#cartBox a {color:#CCC;font-size:11px;}
#cartBox a:hover {color:#FFF;font-size:11px;}
ul.cartContent {width:100%;background:transparent; margin:0 0 0 -30px;}

.newItemInCart {color:#FFF;}

#informationBox a {
	font-weight:normal;
	font-size:11px;
	background:transparent url(images/fleche2.gif) no-repeat;
	padding-left:20px;
	margin-left:-20px;
}

#informationBox a:hover {
	color:#D8001E;
}
#best_sellersBox .boxes ol {margin-top:15px;  }
#best_sellersBox a:link, #specialsBox a, #specialsBox a:visited {font-weight:bold;font-size:11px;text-align:left;}
#specialsBox a:hover { color:red;}

#manufacturer_infoBox img {float:right;margin:0 0 0 30px;}

#order_historyBox img {display:none;}
#order_historyBox ol {text-align:left;}
#order_historyBox li {margin-left:15px;}
#order_historyBox a:link{font-weight:normal;font-size:10px;text-align:left;}

#currenciesBox {text-align:center;}

div.newProducts{  
  width: 590px;
  margin:4px;
  padding:0;
  background:transparent;
}

div.newProducts h4 {
	clear:both;
	width:590px;
	line-height:14px;
	text-align:center;
	font:bold 14px arial,verdana,sans-serif;
	background: #29A5FF;
	border-bottom:1px solid #0063A9;
	padding:5px 0 5px 0;
	color:#fff;
}

dl.newProduct {
	display:block;
	border:none;
	background-color:transparent;
	width:100px;
	text-align: center;
	padding:0;
	float: left;
	margin: 0 20px 20px 20px;
}

dl.newProduct dt { height:16px;margin-top:5px;}
dl.newProduct dt.name {height:40px;}
dl.newProduct dt.name a { font:normal 12px arial,verdana,sans-serif;}
dl.newProduct dd.image {border:none;width:91px;padding:0;}
dl.newProduct dd.price { font:bold 12px arial,verdana,sans-serif;margin-top:5px;}
dl.newProduct dd img {  width:91px; height:130px; }

dl.newProduct dd.plus a{
	display:block;
	width:66px;
	height:18px;
	color:#000;
	font:normal 10px arial,verdana,sans-serif;
	margin-top:5px;
	background:transparent url(images/info-bg.gif) no-repeat;
	padding-top:2px;
	margin:0 0 0 5px;
}

dl.newProduct dd { margin-left:0px; padding: 0 10px 5px 10px;}

#best_sellersBox ol {
  padding: 0;
  margin:0 0 20px 40px;
  list-style: decimal inside;
  list-style-position: outside;
  background:transparent;
}

#best_sellersBox ol li {
  display:list-item;
  background:transparent;
  border:none;
  /*height:18px;*/
}

#best_sellersBox ol li:hover {
  background:transparent;
  color:#D8001E;
}

#best_sellersBox ol li a {
  background:transparent;
  height:16px;
}

#best_sellersBox ol li a:hover {
  background:transparent;
  color:#D8001E;
}


/*-Form----------------------------------------------- */

input { 
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	border: 1px solid #c1c1c1;
	color: #000;
	background-color:#fff;
}

form,
fieldset{
	border:none;
}

#loginBox fieldset { 
	text-align:left;
	width:150px;
	padding:0 10px;
}

#loginBox {  
	width:150px;
}

#loginBox input{  
	width:150px;
}

#loginBox label {
	font:normal 12px arial,verdana,sans-serif;
}

#loginBox input.submitBt {
	background:transparent url(images/valid.gif) no-repeat;
	width:128px;
	height:22px;
	border:none;
	margin-left:12px;
	cursor:pointer;
	font-weight:bold;
}
#loginBox input.submitBt:hover {
	color:#D8001E;
}
#loginBox a {
	background:transparent url(images/fleche1.gif) no-repeat;
	padding-left:20px;
}

#loginBox a:hover {
	color:#D8001E;
}

/*__CreateAccount____+ accountEdit____Contact_us_ ___*/

#createAccount fieldset,
#accountEdit fieldset,
#accountPassword fieldset,
#contactUs fieldset,
#passwordForgotten fieldset,
#adressBookProcess fieldset,
#advancedSearch fieldset {
	text-align:left;
	width:575px;
	padding:0 10px;
	border:1px solid #0062A9;
	margin:0 0 10px 0;
}

#createAccount legend,
#accountEdit legend,
#accountPassword legend,
#contactUs legend,
#passwordForgotten legend,
#adressBookProcess legend,
#advancedSearch legend {
	float:left;
	text-transform:uppercase;
	font:normal 12px arial,verdana,sans-serif;
	border:1px solid #0062A9;
	padding:0 5px;
	background:#29A5FF;
	color:#fff;
}

#createAccount label,
#accountEdit label,
#accountPassword label,
#contactUs label,
#passwordForgotten label,
#adressBookProcess label,
#advancedSearch label {
	display:block;
	font:normal 11px verdana,sans-serif;
	margin:0 0 5px 30px;
}

#createAccount input,
#accountEdit input,
#accountPassword input,
#contactUs input,
#contactUs textarea,
#passwordForgotten input,
#adressBookProcess input,
#advancedSearch input {
	width:300px;
	margin-left:30px;
}

#createAccount select,
#adressBookProcess select,
#advancedSearch select {
	width:200px;
	margin-left:30px;
}

#createAccount #male,
#createAccount #mlle,
#createAccount #female,
#accountEdit #male,
#accountEdit #mlle,
#accountEdit #female,
#adressBookProcess #male,
#adressBookProcess #mlle,
#adressBookProcess #female {
	width:10px;
	border:none;
}

#createAccount input.submitBt,
#accountPassword input.submitBt{
	background:transparent url(images/valid.gif) no-repeat;
	width:128px;
	height:22px;
	border:none;
	margin-left:230px;
	margin-bottom:50px;
	cursor:pointer;
	font-weight:bold;
}

#accountEdit input.submitBt,
#contactUs input.submitBt,
#passwordForgotten input.submitBt,
#adressBookProcess input.submitBt,
#advancedSearch input.submitBt {
	background:transparent url(images/valid.gif) no-repeat;
	width:128px;
	height:22px;
	border:none;
	margin-left:100px;
	margin-bottom:30px;
	cursor:pointer;
	font-weight:bold;
}
#createAccount input.submitBt:hover,
#accountEdit input.submitBt:hover,
#accountPassword input.submitBt:hover,
#contactUs input.submitBt:hover,
#passwordForgotten input.submitBt:hover,
#adressBookProcess input.submitBt:hover,
#advancedSearch input.submitBt:hover{
	color:#D8001E;
}


/*
.gender input, .shippingSelect input {float:none;}
.cartQty input,.cartDelete input {float:left;}

select { 
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color:#AAA;
	margin-right:2px;
}

textarea { 
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color:#AAA;
	margin-left:30px;
}

input.submit { 
	border: 1px solid #99C;
	color: #99C;
	background-color:#444;
	font-family: Verdana;
	font-size: 10px;
	display:inline;
}
*/
img {border: 0px;}

.messageStackError{
	background:#D8001E;
	font-size:12px;
	color:#fff;
	padding:5px;
	width:520px;
}

/*____listing______________*/

#centre #headingCatImg {
	display:none;
}

#categoriesImages {
	margin-top:15px;
}

.categoriesThumbs {
	display:block;
	height:18px;
	background:transparent;
	margin-left:20px;
}

.categoriesThumbs a{
	display:block;
	height:18px;
	line-height:18px;
	width:500px;
	font:bold 14px Arial,verdana,sans-serif;
	padding-left:20px;
	background:transparent url(images/fleche1.gif) left center no-repeat;
	color:#0063A9;
	text-decoration:none;
}


.categoriesThumbs a:hover{
	color:#D8001E;
	text-decoration:underline;
	font:bold 14px Arial,verdana,sans-serif;
}

#centre h1 {
	display:block;
	text-transform:uppercase;
	font:bold 20px Arial,verdana,sans-serif;
	border-bottom:1px solid #0063A9;
	width:595px;
	padding:0 0 0 5px;
	height:25px;
	background:#0062A9 url(images/cat-bg2.gif) repeat-x;
	color:#fff;
}

#centre .listing .productImage {
	float:left;
	margin:10px;
}

#centre .listing {
	display:block;
	height:180px;
	width:595px;
	background: transparent url(images/desc.png) repeat-x;
}

#centre .listing img,
#centre .newProduct img
{
	display:block;
	border:1px solid #ccc;
	background:#fff;
	width:91px;
	height:130px;
	padding:5px;
}

#centre .listing h2 {
	display:block;
	width:595px;
	height:16px;
	margin:0;
	text-align:left;
	background:transparent url(images/h2-bg.png) no-repeat;
}

#centre .listing h2 a{
	display:block;
	text-align:left;
	font:normal 14px Arial,verdana,sans-serif;
	background:transparent;
	color:#fff;
	width:580px;
	padding:0 0 0 15px;
}

#centre .listing h2 a:hover{
	display:block;
	font:normal 14px Arial,verdana,sans-serif;
	color:#0062A9;
	width:580px;
	padding:0 0 0 15px;
}
#centre .listing .prodInfos {
	display:block;
	float:left;
	width:250px;
	margin:10px 0 0 10px;
}

#centre .listing .prodInfos span {
	font:normal 11px arial,verdana,sans-serif;
	color:#000;
	text-transform:capitalize;
}

#centre .listing .prodInfos .productManufacturer,
#centre .listing .prodInfos .productNbepisode,
#centre .listing .prodInfos .productNbdvd,
#centre .listing .prodInfos .productQuantity{
	display:block;
	margin:0;
	height:20px;
	line-height:20px;
}
#centre .listing .prodInfos .productManufacturer a{
	color:#0062A9;
}
#centre .listing .prodInfos .productQuantity img{
	clear:both;display:inline;width:16px;height:16px;border:none;margin:0;padding:0;
}

#centre .listing .prodInfos .listingPlus {
	display:block;
	margin:0;
	height:24px;
	margin-top:5px;
}
#centre .listing .prodInfos .listingPlus a{
	display:block;
	width:66px;
	height:18px;
	color:#0062A9;
	font:normal 10px arial,verdana,sans-serif;
	background:transparent url(images/info-bg.gif) no-repeat;
	padding:2px 0 0 15px;
	margin:0;
}
#centre .listing .prodInfos .productManufacturer a:hover,
#centre .listing .prodInfos .listingPlus a:hover{
	color:#D8001E;
}

#centre .listing .prodInfos2 {
	display:block;
	float:left;
	width:180px;
	margin:10px 0 0 10px;
}
#centre .listing .prodInfos2 .productPrice {
	float:left;
	margin:0;
	color:#0063A9;
	padding:0 0 0 20px;
}

#centre .listing .prodInfos2 .productPrice .productSpecialPrice {
	color:#D8001E;
	margin:0;
	

}

#centre .listing .prodInfos2 .productPrice span {
	color:#504F55;
}

#centre .listing .prodInfos2 .listingBuy {
	border-left:1px dotted #29A5FF;
	padding:0 0 0 20px;
}

#centre .listing .prodInfos2 .listingBuy input.submitBt {
	background:transparent url(images/valid.gif) no-repeat;
	width:128px;
	height:22px;
	border:none;
	padding-top:-2px;
	cursor:pointer;
	font-weight:bold;
	color:#0063A9;
}

#centre .listing .prodInfos2 .listingBuy input.submitBt:hover {
	color:#D8001E;
}


/*___Product_______________*/

#centre #productInfo h2 {
	display:block;
	color:#fff;
	background:transparent url(images/h2-bg.png) no-repeat;
	text-transform:uppercase;
	font:bold 12px Arial,verdana,sans-serif;
	margin:10px 0 0 0; 
	padding:0 0 0 15px;
	width:595px;
	height:16px;
}

#centre #descriptionInfos {
	display:block;
	background:#fff url(images/desc.png) repeat-x;
	width:588px;
	padding:0 0 0 10px;
	height:230px;
	border:1px solid #ccc;
}

#centre #descriptionResume{
	display:block;
	background:#fff url(images/desc.png) repeat-x;
	width:588px;
	padding:0 0 0 10px;
	height:auto;
	border:1px solid #ccc;
}

#centre #descriptionResume p {
	margin:10px 10px 10px 5px;
}

#centre #productInfo #productImage img {
	display:block;
	float:left;
	background:#fff;
	width:147px;
	height:210px;
	padding:0px;
	border:1px solid #ccc;
}

#centre #productDateAdded,
#centre #reviews {
	display:none;
}

#productDescription { 
	float:left; 
	width:263px;
	height:210px;
	margin:0 0 0 10px;
	text-align: justify;
	background:transparent url(images/desc-bg.png) no-repeat;
}

#centre #imagesup{
	display:block;
	background:#fff url(images/desc.png) repeat-x;
	width:588px;
	height:230px;
	padding:0 0 0 10px;
	border:1px solid #ccc;
}

#centre #imagesup img {
	display:block;
	float:left;
	background:#fff;
	width:147px;
	height:210px;
	padding:0px;
	border:1px solid #ccc;
}

#centre #imagesup2{
	display:block;
	background:#fff url(images/desc.png) repeat-x;
	width:598px;
	height:230px;
	padding:0 0 0 0px;
	border:1px solid #ccc;
}

#centre #imagesup2 img {
	display:block;
	float:left;
	background:#fff;
	width:147px;
	height:210px;
	padding:0px;
	border:1px solid #ccc;
}

#productDescription h3 {
	display:block;
	color:#0062A9;
	text-transform:uppercase;
	font:bold 14px Arial,verdana,sans-serif;
	margin:10px 5px 30px 0; 
	padding:0 0 0 15px;
}

#productDescription p img {
	margin:0 5px 0 0;
}

#productDescription p {
	padding:0 0 0 15px;
	height:11px;
	width:250px;
}

#productOptions { 
	display:none;
}

#productOptions h4 {
	display:none;
}

#productInfoSpec { 
	float:left;
	width:147px;
	height:145px;
	margin:0 0 0 10px;
	text-align:center;
	background:#fff url(images/prix.png) no-repeat;
}



#productInfoSpec .productPrice { 
	color:#fff;
	font-size:20px;
	margin:60px 0 0 0;
	}
#productInfoSpec .productPrice del { 
	color:#ff1800;
	font-size:16px;
	margin:0;
	}

#productInfo #products_quantity{
	display:none;
}

#productInfoBuy {
	float:left;
	width:145px;
	height:55px;
	margin:10px 0 0 10px;
	text-align:center;
	background:#fff url(images/buy.png) no-repeat;
}

#productInfo form#cart_quantity {
	margin:0;
}

#productInfo input.submitBt { 
	display:block;
	width:145px;
	height:55px;
	color:#0062A9;
	font:bold 12px Arial,verdana,sans-serif;
	text-transform:uppercase;
	background:transparent;
	border:none;
	cursor:pointer;
	padding:0;
	margin:-10px 0 0 0;
	text-align:center;
}

#productInfo .submitBt:hover { 
	color:#D8001E;
}

div#productInfo select{ 
	width:110px;
}

#productUrl {
	display:none;
}

#productInfoBack a{
	float:left;
	margin:20px 0 20px 255px;
	width:50px;
	height:14px;
	color:#fff;
	text-align:center;
	background:#29A5FF;
}

#productInfoBack a:hover{
	color:#fff;
	text-align:center;
	background:#0062A9;
}


/* splitpage result */ 
div#splitPageTop {list-style-type: none; margin:0 10px 10px 0; padding:0  0 1.5em; }
div#splitPageBottom {list-style-type: none; margin:0 1em 0 0; padding: 0;  }
div#splitPageTop a,div#splitPageBottom a { color: #0063A9; margin-right:0.5em;}
div#splitPageTop a:hover,div#splitPageBottom a:hover { color: #D8001E; background:transparent;margin-right:0.5em; }
div#splitPageTop span.jump,div#splitPageBottom span.jump { font-weight:bold; margin-right:0.5em; }
p.sP1 {float:left;}
p.sP2 {float:right;}

/*___PANIER_____________*/
#cartBox ul a ,
#cartBox ul li ,
#cartBox ul span{
	color:#504F55;
}

#cartBox ul li{
	margin:2px;
	font:bold 11px arial,verdana,sans-serif;
}

#cartBox li a.commander {
	background:transparent url(images/fleche1.gif) no-repeat;
	padding-left:20px;
	color:#0062A9;
}

#cartBox li a.commander:hover {
	color:#ff1800;
}

#cartBox ul span a:hover{
	color:#0063A9;
}
#centre #shoppingCart fieldset{
	text-align:left;
	width:575px;
	padding:0 10px;
	border:1px solid #0062A9;
	margin:10px 0 10px 0;
}

#centre #shoppingCart legend{
	float:left;
	text-transform:uppercase;
	font:normal 12px arial,verdana,sans-serif;
	border:1px solid #0062A9;
	padding:0 5px;
	color:#fff;
	background:#29A5FF;
}

#centre #shoppingCart ul {
	width:390px;
	height:160px;
	border-bottom:1px solid #e1e1e1;
}
#centre #shoppingCart #cartContent ul{
	width:390px;
}
#centre #shoppingCart li {
	width:390px;
	height:20px;
}
#centre #shoppingCart .cartDelete{
	float:left;
	padding-top:110px;
	width:80px;
	height:auto;
	background:#fff;
}

#centre #shoppingCart img {
	float:left;
	border:1px solid #e2e2e2;
	width:91px;
	height:130px;
	background:#fff;
	padding:5px;
}	

#centre #shoppingCart .cartName {
	font:bold 12px arial,verdana,sans-serif;
	margin-left:160px;
}

#centre #shoppingCart .cartQty {
	font:normal 12px arial,verdana,sans-serif;
	margin-left:160px;
	margin-top:100px;
}

#centre #shoppingCart .cartPrice {
	font:bold 12px arial,verdana,sans-serif;
	margin-left:400px;
	margin-top:-20px;
	line-height:20px;
	background:#f1f1f1;
	width:100px;
	text-align:center;
}
#centre #shoppingCart .cartSubTotal span {
	margin:0 5px;
}
#centre #shoppingCart .cartSubTotal {
	float:right;
	font:bold 12px arial,verdana,sans-serif;
	line-height:20px;
	background:#f1f1f1;
	width:170px;
	text-align:center;
	margin:10px 63px 20px 300px;
}

#centre #shoppingCart input.submitBt{
	float:left;
	font:bold 12px Arial,Verdana,sans-serif;
	border: 1px solid #c1c1c1;
	color: #fff;
	background-color:#29A5FF;
	width:180px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:10px 5px 0 0;
	padding-bottom:2px;
}

#centre #shoppingCart a.navBt {
	float:left;
	font:bold 12px Arial,Verdana,sans-serif;
	border: 1px solid #c1c1c1;
	color: #fff;
	background-color:#29A5FF;
	width:180px;
	height:18px;
	line-height:18px;
	text-align:center;
	margin:10px 5px 30px 0;
}

#centre #shoppingCart input.submitBt:hover,
#centre #shoppingCart a.navBt:hover{
	background-color:#0063A9;
	color: #fff;
}

#infoShoppingCart {
	background:#fff;
	color:#000;
}

#shoppingCart .warning {
	margin:60px 0 0 0;
}

/*___continuer________*/

#centre #shipping a.navBt,
#centre #privacy a.navBt,
#centre #conditions a.navBt,
#centre #accountHistory a.navBt,
#centre #addressBook a.navBt,
#centre #adressBookProcess a.navBt,
#centre #logoff a.navBt,
#centre #login a.navBt,
#centre #passwordForgotten .navBt a,
#centre #accountHistoryInfo .navBt a,
#centre #accountEdit .navBt a,
#centre #accountPassword .navBt a,
#centre #createAccountSuccess .navBt a,
#centre #checkoutSuccess .navBt a,
#centre #accountNewsLetters .navBt a,
#centre #advancedSearchResult .navBt a {
	float:right;
	font:bold 12px Arial,Verdana,sans-serif;
	border: 1px solid #c1c1c1;
	color: #fff;
	background-color:#29A5FF;
	width:180px;
	height:18px;
	line-height:18px;
	text-align:center;
	margin:10px 15px 0 0;
}

#centre #shipping a.navBt:hover,
#centre #privacy a.navBt:hover,
#centre #conditions a.navBt:hover,
#centre #accountHistory a.navBt:hover,
#centre #addressBook a.navBt:hover,
#centre #adressBookProcess a.navBt:hover,
#centre #logoff a.navBt:hover,
#centre #login a.navBt:hover,
#centre #passwordForgotten .navBt a:hover,
#centre #accountHistoryInfo .navBt a:hover,
#centre #accountEdit .navBt a:hover,
#centre #accountPassword .navBt a:hover,
#centre #createAccountSuccess .navBt a:hover,
#centre #checkoutSuccess .navBt a:hover,
#centre #accountNewsLetters .navBt a:hover,
#centre #advancedSearchResult .navBt a:hover {
	background-color:#0063A9;
	color: #fff;
}


/*__Site_Map______+account___+addressBook_*/
#account h3,
#addressBook h3,
#addressBook h4,
#checkoutShipping h3,
#login h3{
	font:bold 12px arial,verdana,sans-serif;
	text-decoration:none;
	background:#29A5FF;
	color:#fff;
	padding-left:5px;
}

#login .contentBox {
	margin-bottom:20px;
}

#login legend{
	display:none;
}

#sitemap ul,
#login ul,
#account ul{
	font:bold 11px arial,verdana,sans-serif;
	color:#504F55;
}

#account ul{border-left:1px solid #ccc;margin-left:10px;}

#sitemap li,
#login li {
	border-left:1px solid #ccc;
	margin-top:5px;
	padding-left:10px;
}

#account li{
	margin-top:5px;
}

#sitemap li a,
#login li a,
#account li a{
	font:bold 11px arial,verdana,sans-serif;
	color:#504F55;
}

#sitemap li a:hover,
#login li a:hover,
#account li a:hover{
	font:bold 11px arial,verdana,sans-serif;
	color:#D8001E;
	text-decoration:underline;
}

#addressBook .address,
#addressBook .infoText{
	margin:5px 0 5px 30px;

}

#addressBook a.navBtMini,
#account a.navBtMini {
	font-size:11px;
	text-decoration:none;
	color:#fff;
	background:#29A5FF;
	padding:2px;
	margin-left:10px;
}

#addressBook a.navBtMini:hover,
#account a.navBtMini:hover {
	background:#0063A9;
}

#addressBook .warning {
	margin:50px 0 0 0;
}

/*____checkoutBar_______________________________________*/

ul.checkoutBar {
	margin:30px 0 30px -30px;
}

ul.checkoutBar li,
ul.checkoutBar li a{
	text-align:center;
	float:left;
	width:140px;
	display:block;
	border:1px solid #000;
	border-width: 0 0 1px 0;
	text-transform:uppercase;
	font-family: Arial,verdana,sans-serif; 
	font-size: 10px;
}

.checkoutBarFrom, .checkoutBarTo {color: #8c8c8c;border-color: #8c8c8c; }
.checkoutBarCurrent {color:red; }


/*_________also_purchased________________________________*/

#infoBoxAlsoPurchased {
	clear:both;
	float:left;
	display:block;
	height:210px;
	width:598px;
	background:transparent url(images/desc.png) repeat-x;	
	border:1px solid #ccc;
	padding-top:10px;

}

#infoBoxAlsoPurchased img {
	width:91px;
	height:130px;
	border:1px solid #e2e2e2;
	padding:5px;
	background:#fff;
}

#infoBoxAlsoPurchased dl.alsoPurchasedTabs {
	float:left;
	width:101px;
	margin:0 5px 0 5px;
	padding:0;
}

#infoBoxAlsoPurchased dl.alsoPurchasedTabs dt.name,
#infoBoxAlsoPurchased dl.alsoPurchasedTabs dd.image {
	width:101px;
	margin:0;
	padding:0;
	text-align:center;
}

#infoBoxAlsoPurchased dl.alsoPurchasedTabs dd.info a{
	display:block;
	text-align:center;
	width:66px;
	height:18px;
	color:#000;
	font:normal 10px arial,verdana,sans-serif;
	background:transparent url(images/info-bg.gif) no-repeat;
	padding-top:2px;
	margin:5px 0 20px -25px;
}

/* ___________history_________________________*/

#accountHistoryInfo {
	width:595px;
}

#accountHistoryInfo h2,
#accountHistory dt{
	font:bold 14px Arial,verdana,sans-serif;
}

#accountHistoryInfo th{
	text-align:left;
	font:bold 12px Arial,verdana,sans-serif;
}

#accountHistory a.navBtMini {
	font-size:11px;
	text-decoration:none;
	color:#fff;
	background:#29A5FF;
	padding:2px;
	margin:10px 0 0 0;
	letter-spacing:2px;
}


#accountHistory a.navBtMini:hover {
	background:#0063A9;
}

#accountHistoryInfo a.navBtMini2 {
	font:normal 10px Arial,verdana,sans-serif;
	text-decoration:none;
	color:#fff;
	background:#29A5FF;
	padding:2px 10px;
	margin:10px 0 0 350px;
}


#accountHistoryInfo a.navBtMini2:hover {
	background:#0063A9;
	color:#ff1800;
}

#checkoutPayment .textInfo{
	display:none;
}

#checkoutPayment .methodSelect{
	font:bold 11px Arial,verdana,sans-serif;
	margin:0 0 5px 10px;
	padding-bottom:5px;
}

#checkoutShipping .contentBox,
#checkoutPayment .contentBox {
	width:580px;
	margin-left:10px;
	background:#f1f1f1;
}

#checkoutShipping .contentBox p,
#checkoutPayment .contentBox p {
	margin-left:10px;
}

#checkoutShipping a.navBtMini,
#checkoutPayment a.navBtMini {
	font-size:11px;
	text-decoration:none;
	color:#fff;
	background:#29A5FF;
	padding:0px 5px;
	margin-left:0px;
}

#checkoutShipping a.navBtMini:hover,
#checkoutPayment a.navBtMini:hover {
	background:#0063A9;
}

#checkoutShipping input.submitBt,
#checkoutPayment input.submitBt{
	font:bold 12px Arial,Verdana,sans-serif;
	border: 1px solid #c1c1c1;
	color: #fff;
	background-color:#29A5FF;
	width:180px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:10px 5px 0 0;
	padding-bottom:2px;
	cursor:pointer;
}


#checkoutShipping input.submitBt:hover,
#checkoutPayment input.submitBt:hover{
	background-color:#0063A9;
	color: #fff;
}


.invoiceAdress tr th,
.invoiceDetails tr th {text-align:left;font:bold 14px Arial,Verdana,sans-serif;background:#29A5FF;color:#fff;}

#checkoutConfirmation table {
	width:598px;
}

#checkoutConfirmation span.totalA{
	font:bold 16px Arial,Verdana,sans-serif;color:#29A5FF;
}

#login .logg {
	display:block;
	float:left;
	width:298px;
	margin:10px 4px 0 0;
}

.returningCustomer input.submitBt{
	font:bold 12px Arial,Verdana,sans-serif;
	border: 1px solid #c1c1c1;
	color: #fff;
	background-color:#29A5FF;
	width:130px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin:5px 0 0 74px;
	padding-bottom:2px;
	cursor:pointer;
}

.returningCustomer input.submitBt:hover{
	background-color:#0063A9;
	color: #fff;
}

#partenaires {
	text-indent			:-9999px;
}
