/* =================================================================== */
/* =================================================================== */
/* Default Reset some Elements */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,div,span
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

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






/* =================================================================== */
/* =================================================================== */
/* Default Element Styling --- you can start editing here */


* {
  font-family: Arial, Verdana, "Lucida Grande", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

body {
background-color:#000000;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

a:hover {
  text-decoration: underline;
  color: #39c;
}

abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

input[type=submit], button {
  cursor: pointer;
}

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



/* default margin bottom such as default line-height */

p, h1, h2, h3, h4, h5, h6, 
table, ul, ol, blockquote, pre {
  margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Lucida Grande", Arial, Helvetica, sans-serif;
}


#content h1 {
  font-size: 18px;
  line-height: 30px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
  font-size: 14px;
}

/* Box Styling */


.box {
  /*background: #eee;  */
}


.box ul li ul, .box ul li ul li ul {
  margin-bottom: 0px;
}

.box p, .box table, .box div, .box select {
  margin: 16px;
}

.box img {
  max-width: 138px;
  display: block;
  margin: 0 auto 16px auto;
}

#boxAdmin img {
  margin: 0;
}

.box input, .box select {
  max-width: 140px;
}


.box
{
  background-image: url('img/box_header.jpg');
  background-repeat:no-repeat;
}

.box h2 {
  display: block;
  width: 169px;
  line-height: 22px;
  font-size: 12px;
  text-align: left;
  color: #fff;
  margin:0px;
  margin-left:10px;
}

img.image_banners
{
	margin-bottom:40px;
	margin-left:15px;
	width:150px;
}

/* Default Tables and all other Formtables... */


#content table {
  width: 100%;
}

#content table .odd {
  background: #fff;
}

#content table .even {
  background: #e5e5e5;
}

#content td.label {
  width: 140px;
  padding: 4px;
}

#content td.field {
  padding: 4px;
}

/* no border for the still generated XTCommerce-TableShit */

#content div.pageNavigation table {
  border: none;
}

.error, .error *, .messageStackError,
.info, .reqInfo {
  color: #ff4e00;
  font-weight: bold;
}

#content p.error table {
  border: none;
}

/* Buttons Default */

div.buttonDelete {
  margin-bottom: 16px;
}

div.buttonNewAccount {
  clear: both;
  margin-bottom: 16px;
}

div.buttonLogin, div.buttonEdit, div.buttonBack,
div.buttonCheckout, div.buttonReload {
  float: left;
  margin: 0 5px 16px 0;
}

div.buttonContinue, div.buttonSubmit,
div.buttonSend, div.buttonCheckout, div.buttonNew,
div.buttonUpdate, div.buttonWrite {
  float: right;
  margin-bottom: 16px;
}



/* Those Element Clear Floating */

#checkoutProgressBar, #categorieListing h3, 
#content img.productImage, 
#content div.pageNavigation, #productsReviews,
#productInfo #alsoPurchased h2, #newProducts, 
.clear {
  clear: both;
}

div.clearing
{
	height:1px;
	clear: both;
}


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
















/* =================================================================== */
/* =================================================================== */
/* Container Layout */


#container, #inner_container, #header, #maincontainer, 
#footer {
  position: relative;
}

#container {
  width: 920px;
  margin: 0 auto; 
  height:100%;
}

#inner_container
{
  width:910px;
  margin-top:5px;
  margin-left:5px;
  margin-right:5px; 
  height:100%; 
  background-color:#FFFFFF;
}

#header {	
  height: 230px;
  background-repeat:no-repeat;
  background-color:#000000;
  background-image: url('img/header_backgr.jpg');
}

.header_german {
  background-image: url('img/header_backgr_german.jpg');
}


.header_english {
  background-image: url('img/header_backgr.jpg');
}

#accountLinks {
  position: absolute;
  top: 23px;
  right: 0px;
  width: 275px;
  text-align: right;
}


#mainnav {
	position:absolute;
	top:180px;
	left:0px;
	width:910px;
	height:27px;
 	background-image: url('img/cat_backgr.jpg');
	background-repeat:no-repeat;
}

#breadcrumb {
  position:absolute;
  top:215px;
  left:0px;	
  width: 910px;
  height:30px;
  background-color:#000000;
}


#maincontainer {
	margin-top:10px;
    width:910px;
	background-color:#fff;
}

#boxesLeft
{
	float:left;	
	width: 170px;
	background-image: url('img/box_left_tl_bg.png'); 
	background-repeat:no-repeat;
	background-position: top left;
	padding-top: 15px;
	padding-left: 10px;
}

#contentcontainer
{
	float:left;
	width:518px;
	padding-left:12px;
	padding-top: 15px;
	
	
}

#boxesRight
{
	float:right;
	width: 170px;
	padding-top: 15px;
	background-image: url('img/box_right_tr_bg.png'); 
	background-repeat:no-repeat;
	background-position: top right;
	padding-right: 10px;
	
}

#content {
  
}

#footermenu
{
background-color:#000000;		
}


#footer
{
	margin-top:5px;		
}

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








/* =================================================================== */
/* =================================================================== */
/* Header */


span.inner_breadcrumb
{
	float:left;
	width:500px;
	color:#c3bbbb;
	font-size: 11px;
	margin-left:5px;
}

#breadcrumb a:link { text-decoration:none;color:#c3bbbb; }
#breadcrumb a:active {text-decoration:none;color:#ffffff;}
#breadcrumb a:visited {text-decoration:none;color:#c3bbbb;}
#breadcrumb a:hover {text-decoration:none;color:#c3bbbb;}


span.inner_compte
{
	float:right;
	width:200px;
	margin-right:20px;	
	text-align:right;
	color:#ffffff;
}

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






/* =================================================================== */
/* =================================================================== */
/* Footer Menu Stuff */

#footermenu {	
	height:40px;
}

#footermenu #left_bg {
	background-image: url('img/footermenu_tl_bg.png'); 
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#FFFFFF;
	height:4px;
}

#footermenu #right_bg {
	background-image: url('img/footermenu_tr_bg.png'); 
	background-repeat:no-repeat;
	background-position: top right;
	height:4px;
}

#footermenu #menu {
	background-color:#000000;	
}

#footermenu   ul
{
	margin-top:10px;
	text-align:center;
}

#footermenu li {
	list-style-type:none;
	display:block;
	display:inline;
	padding: 0px 13px 0px 13px;
	background-image: url('img/footermenu_li_bg.png');
	background-repeat:no-repeat;
	background-position: right 3px;
}

#footermenu li:last-child
{
	background:none;
}


#footermenu #boxContent  li a , #footermenu #boxContent  li a:hover {
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	
}



#footermenu h2 {
	display:none;
}


#footermenu .box {
	background-image:none;
	background-color: transparent;
}







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





/* =================================================================== */
/* =================================================================== */
/* Footer Stuff */

#footer #left_bg {
	background-image: url('img/footermenu_bl_bg.png'); 
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#a8a6a7;
	height:4px;
}

#footer #right_bg {
	background-image: url('img/footermenu_br_bg.png'); 
	background-repeat:no-repeat;
	background-position: top right;
	height:4px;
}


div#footer
{
	text-align:center;
	background-color:red;
	margin:0;
	
}

div#footer ul
{
	margin:0px;
	line-height:30px;
	height:30px;	
}




#footer div#footer_header .box {
  width: auto;
  background: none;
}

#footer div#footer_header .box h2 {
  display: none;
}

#footer div#footer_header .box p {
  margin: 0;
  text-align: right; 
}

#footer div#footer_header a {
  margin: 0 20px;
}


#footer div#footer_down
{
	height:180px;
	background-color:#a8a6a7;
}

#footer div#footer_down
{
	padding-left:20px;
}

#footer div#footer_down div#f_marques,
#footer div#footer_down div#f_top10,
#footer div#footer_down div#f_categories,
#footer div#footer_down div#f_content
{
	float:left;
	width:170px;
	margin-top:20px;
	color:#ffffff;
	text-align:left;
	margin-left:15px;
}

#footer div#footer_down div#f_marques
{
	width:320px;
}

#footer div#footer_down div#f_categories
{
	width:320px;
}

#footer div#footer_down div#f_marques .box,
#footer div#footer_down div#f_top10 .box,
#footer div#footer_down div#f_categories .box,
#footer div#footer_down div#f_content .box
{
	background:none;
	color:#fff;
}


#footer div#footer_down div#f_marques a,
#footer div#footer_down div#f_top10 a,
#footer div#footer_down div#f_categories a,
#footer div#footer_down div#f_content a,
#footer div#footer_down div#f_marques a b,
#footer div#footer_down div#f_top10 a b,
#footer div#footer_down div#f_categories a b,
#footer div#footer_down div#f_content a b
{
	color:#fff;
}

#footer div#footer_down div#f_marques h2,
#footer div#footer_down div#f_top10 h2,
#footer div#footer_down div#f_categories h2,
#footer div#footer_down div#f_content h2
{
	border-bottom:1px solid #B3B3B3;
	margin-left:0px;
	width:150px;
	color:#fff;
}

#footer div#footer_down div#f_categories h2
{
	width:310px;
}

#footer div#footer_down div#f_categories ul li ul
{
	display:none;
}

#footer div#footer_down div#f_top10 span.count,
#footer div#footer_down div#f_top10 span.final_price,
#footer div#footer_down div#f_top10 span.productOldPrice
{
	display:none;
}

#footer div#footer_down div#f_top10 p,
#footer div#footer_down div#nv_produits p
{
	padding:0px;
	margin:0px;
}

#footer div#footer_down div#nv_produits img
{
	height:90px;
	margin:0px;
	margin-top:5px;
	
}

#footer div#footer_down div#nv_produits h2
{
	padding-bottom:6px;
}

#footer div#footer_down div#nv_produits span.final_price
{
	display:none;
}

#footer div#footer_down div#nv_produits p
{
	padding-top:4px;
}

#footer div#footer_down div.boxCategories li,
#footer div#footer_down div.boxManufacturers li
{
	float:left;
	width:160px;
}

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




/* =================================================================== */
/* =================================================================== */
/* Mainnav Categories */


div#mainnav .boxCategories ul
{
	margin:0px;
}

div#mainnav .boxCategories h2
{
	display:none;
}


div#mainnav  .boxCategories ul li
{ 
	list-style-type:none;
	display:block;
	float: left;
}

div#mainnav  .boxCategories ul li a
{ 
	color: #646262;
	text-transform:uppercase;
	display:block;
	background-image:  url('img/mainnav_li_bg.jpg'); 
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 20px 0px 20px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight:normal;
}

div#mainnav  .boxCategories ul li a.first
{
	width:55px;
	padding:0px 5px 0px 35px;
}

div#mainnav  .boxCategories ul li a:hover 
{
	background-image:  url('img/mainnav_li_hover_bg.png');
	background-repeat: repeat-x;
	color:#FFFFFF;
	text-decoration:none;
}

div#mainnav  .boxCategories ul li a.first:hover 
{
	background-image:  url('img/mainnav_li_first_hover_bg.png');
	background-repeat: no-repeat;
}


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











/* =================================================================== */
/* =================================================================== */
/* Box Currency*/

div#boxCurrencies
{
	margin-bottom:20px;
}



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





/* =================================================================== */
/* =================================================================== */
/* Box Fabricants */


div#boxesLeft .boxManufacturers
{
	background-color:#ffffff;
}

div#boxesLeft  .boxManufacturers ul li
{
	/*background-image: url('img/cat_list_backgr.jpg');
	background-repeat:no-repeat;
	height:25px;*/
	width:170px;  
	line-height: 12px;
	text-transform:capitalize;		
}


div#boxesLeft .boxManufacturers ul li:hover
{
	background-image: url('img/cat_list_hover_backgr.jpg');
	background-repeat:no-repeat;	
}


div#boxesLeft .boxManufacturers ul li a
{
	margin:0px;
	padding:0px;	
	padding-left:15px;	
	display:block;
	padding-top:5px;
}


div#boxesLeft .boxManufacturers a{ font-size:12px; }
div#boxesLeft .boxManufacturers a:link { text-decoration:none;color:#777777; }
div#boxesLeft .boxManufacturers a:active {text-decoration:none;color:#777777;}
div#boxesLeft .boxManufacturers a:visited {text-decoration:none;color:#777777;}
div#boxesLeft .boxManufacturers a:hover {text-decoration:none;color:#777777;}


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






/* =================================================================== */
/* =================================================================== */
/* Box box_search */


.box .boxSearchFormTable {
position:relative;
top: 115px ;
left: 720px ;

}

.box .boxAddAQuickieFormTable td.field input,
.box .boxSearchFormTable td.field input {

}

div#boxSearch
{

}

div#boxSearch  div.box 
{	
 background-image:none;
background-color: transparent;
}



#boxSearch h2 {
display:none;
}


#boxSearch .field input
{
	background-image: url('img/search_bg.gif');
	background-repeat:no-repeat;	
	border : 0px;
	width:127px;
	height:15px;
	color: #807b7b;
	padding-left: 7px;
	padding-top:3px;
}



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


/* =================================================================== */
/* =================================================================== */
/* Box whats_new */


div#boxWhatsnew
{
	background-color:#ffffff;
	border:1px solid #BDBCC1;
	margin-bottom:20px;
}

div#boxWhatsnew h2
{
	line-height:22px;
	height:22px;	
}

div#boxWhatsnew p a:link {font-weight:bold;font-size:13px;text-decoration:none;color:#666666; }
div#boxWhatsnew p a:active {font-weight:bold;font-size:13px;text-decoration:none;color:#666666;}
div#boxWhatsnew p a:visited {font-weight:bold;font-size:13px;text-decoration:none;color:#666666;}
div#boxWhatsnew p a:hover {font-weight:bold;font-size:13px;text-decoration:none;color:#666666;}

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





/* =================================================================== */
/* =================================================================== */
/* Box Specials */

div#boxSpecials
{
	background-color:#ffffff;
	border:1px solid #BDBCC1;
	margin-bottom:20px;
}

div#boxSpecials h2,div#boxSpecials h2 a
{
	line-height:22px;
	height:22px;	
}

div#boxSpecials p strong span.final_special_price
{
	display:block;
	width:70px;
}

div#boxSpecials h2 a:link {font-weight:bold;font-size:13px;text-decoration:none;color:#ffffff;}
div#boxSpecials h2 a:active {font-weight:bold;font-size:13px;text-decoration:none;color:#ffffff;}
div#boxSpecials h2 a:visited {font-weight:bold;font-size:13px;text-decoration:none;color:#ffffff;}
div#boxSpecials h2 a:hover {font-weight:bold;font-size:13px;text-decoration:none;color:#ffffff;}


div#boxSpecials p a:link {font-weight:bold;font-size:13px;text-decoration:none;color:#666666; }
div#boxSpecials p a:active {font-weight:bold;font-size:13px;text-decoration:none;color:#666666;}
div#boxSpecials p a:visited {font-weight:bold;font-size:13px;text-decoration:none;color:#666666;}
div#boxSpecials p a:hover {font-weight:bold;font-size:13px;text-decoration:none;color:#666666;}



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




/* =================================================================== */
/* =================================================================== */
/* Box cart */

div#boxCart
{
	background-image:url(img/panier_backgr.png);
	/*background-color:#eae6e9;*/	
	background-repeat:no-repeat;
	border:1px solid #c8c6ca;
	margin-bottom:15px;
}

div#boxCart span.red strong,
div#boxCart span.red span.final_price
{
	color:red;
}

div#boxCart h2, div#boxCart h2 a
{
	line-height:49px;
}

div#boxCart p
{
	padding-bottom:5px;
	margin-left: 16px;
	margin-top:5px;
	margin-bottom:5px;
	color:#333333;
}

div#boxCart p strong,
div#boxCart p span.final_price
{
	color:#333333;
}

div#boxCart p img
{
	margin:0px;
	display:inline;
}

div#boxCart a:link { text-decoration:none;color:#333333; }
div#boxCart a:active {text-decoration:none;color:#333333;}
div#boxCart a:visited {text-decoration:none;color:#333333;}
div#boxCart a:hover {text-decoration:none;color:#333333;}

div#boxCart h2 a:link { text-decoration:none;color:#ffffff; }
div#boxCart h2 a:active {text-decoration:none;color:#ffffff;}
div#boxCart h2 a:visited {text-decoration:none;color:#ffffff;}
div#boxCart h2 a:hover {text-decoration:none;color:#ffffff;}

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





/* =================================================================== */
/* =================================================================== */
/* Box Login */

div#boxLogin
{
	background-image:url(img/login_header.jpg);
	background-repeat:no-repeat;
}

div#boxLogin h2, div#boxLogin h2 a
{
	line-height:24px;
	color:#ffffff;
}

div#boxLogin
{
	border: 1px solid #BDBCC1;
}

div#boxLogin
{
	margin-bottom:15px;
}

div#boxLogin p.textfields
{
	margin-bottom:0px;
}


div#boxLogin p.textfields input
{
	width:145px;
}

div#boxLogin p.textfields input
{
	border-left:1px solid #D3D3D5;
	border-top:1px solid #A7A8AA;
	border-bottom:1px solid #D3D3D5;
	border-right:1px solid #A7A8AA;
	margin-bottom:2px; 
}

div#boxLogin p.button
{
	margin:0px 5px 15px 12px;
	width:145px;
	height:12px;
}


div#boxLogin p.button a
{
	font-size:10px;
	width:120px;
	float:left;
}

div#boxLogin p.button input
{	
	float:right;
	height:18px;
	width:21px;
	border:0px;
	vertical-align:middle;
	padding-top:20px;	
}

div#boxLogin hr 
{
	clear:both;
	color:#A20C29;
	margin:4px 0 0 15px;
	padding:0;
	width:142px;
}

div#boxLogin p.links
{
	margin-top:4px;
	margin-bottom:4px;
}

div#boxLogin p.links a
{
	font-size:11px;
}

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





/* =================================================================== */
/* =================================================================== */
/* Box Banners */


div#banner_right_box,
div#banner_left_box
{
	margin-bottom:10px;
}

div#banner_left_box img,
div#banner_right_box img
{
	margin-bottom:5px;
}


div#banner img  {
/*border: solid 1px #cacfd1;*/
}

div#banner span.banner img {
width:516px;
margin-bottom: 13px;

}

div#banner span.banner_middle_left {
display:block;
float:left;
margin-right:6px;
}


div#banner span.banner_middle_right {
display:block;
float:left;
}

.banner
{
	margin-bottom:10px;
}


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





/* =================================================================== */
/* =================================================================== */
/* Price-Display

span.productOldPrice
{
	display:none;
}
 */

#productListing p.productsPriceInfo,
div#newProductsDefault p.productsPriceInfo,
div#alsoPurchased p.productsPriceInfo,
div#newProducts p.productsPriceInfo,
div#specials p.productsPriceInfo
{
	/*height:22px;
	margin:0px;
	padding-top:10px;*/
	float:left;
	width:170px;
	
	padding:0px;
	
}
#productListing p.productsPriceInfo div.price{
	
	margin-bottom:10px;
}



#productListing p.productsPriceInfo span.final_price,
div#newProductsDefault p.productsPriceInfo span.final_price,
div#alsoPurchased p.productsPriceInfo span.final_price,
div#newProducts p.productsPriceInfo span.final_price,
div#boxWhatsnew p span.final_price,
div#boxSpecials p span.final_price,
div#specials p span.final_price
{
	line-height:20px;
	height:20px;
	padding-right:5px;
	padding-left:5px;
	background-color:#8a3c11;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}

#productListing p.productsPriceInfo span.final_special_price,
div#newProductsDefault p.productsPriceInfo span.final_special_price,
div#alsoPurchased p.productsPriceInfo span.final_special_price,
div#newProducts p.productsPriceInfo span.final_special_price,
div#boxWhatsnew p span.final_special_price,
div#boxSpecials p span.final_special_price,
div#specials p span.final_special_price
{
/*	line-height:20px;	
	height:20px;
	background-color:#B8A386;
	color:#ffffff;
	font-size:16px;*/
}

#productListing p.productsPriceInfo span.final_special_price span.final_price,
div#newProductsDefault p.productsPriceInfo span.final_special_price span.final_price,
div#alsoPurchased p.productsPriceInfo span.final_special_price span.final_price,
div#newProducts p.productsPriceInfo span.final_special_price span.final_price,
div#boxWhatsnew p span.final_special_price span.final_price,
div#boxSpecials p span.final_special_price span.final_price,
div#specials p span.final_special_price span.final_price
{
	background-color:#B8A386;
	color:#ffffff;
	padding-right:5px;
	padding-left:5px;
}


#productListing p.productsPriceInfo span.productOldPrice,
div#newProductsDefault p.productsPriceInfo span.productOldPrice,
div#alsoPurchased p.productsPriceInfo span.productOldPrice,
div#newProducts p.productsPriceInfo span.productOldPrice,
div#boxWhatsnew p span.productOldPrice,
div#boxSpecials p span.productOldPrice,
div#specials p span.productOldPrice
{
	background-color:#ffffff;
	color:#666666;	
	text-decoration:line-through;
	font-size:11px;	
	padding-left:2px;
	margin-left:3px;
}

#productListing p.productsPriceInfo span.productOldPrice span.final_price,
div#newProductsDefault p.productsPriceInfo span.productOldPrice span.final_price,
div#alsoPurchased p.productsPriceInfo span.productOldPrice span.final_price,
div#newProducts p.productsPriceInfo span.productOldPrice span.final_price,
div#boxWhatsnew p span.productOldPrice span.final_price,
div#boxSpecials p span.productOldPrice span.final_price,
div#specials p span.productOldPrice span.final_price
{
	background-color:#ffffff;
	color:#666666;	
	font-size:11px;	
	padding:0px;
}

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






/* =================================================================== */
/* =================================================================== */
/* Modul products_listing */


div#productListing div.productDetails,
div#newProductsDefault .newProductModule,
div#alsoPurchased div.alsoPurchasedModule,
div#newProducts div.newProductModule,
div#specials div.specialProduct
{
	float:left;
	width:230px;	
	height:240px;
	color:#666666;
	margin-left: 26px;

}


#productListing div.prod_image,
div#newProductsDefault div.prod_image,
div#alsoPurchased div.prod_image,
div#newProducts div.prod_image,
div#specials div.prod_image
{
	text-align:center;
	vertical-align:middle;
	height:155px;
	width:230px;
	/*border:1px solid #E0E0E0; 
	margin-bottom:5px;*/
}

#productListing img.productImage {
max-height: 153px;
max-width:229px;
}

  
#productListing img.productImage,
div#newProductsDefault img.productImage,
div#alsoPurchased img.productImage,
div#newProducts img.productImage
div#specials div.productImage
{ 
  /*	padding-top:10px;*/
}


h5.product_name a:link { color:#000000;text-decoration:none;font-size:12px;font-weight:bold; }
h5.product_name a:active {color:#000000;text-decoration:none;font-size:12px;font-weight:bold;}
h5.product_name a:visited {color:#000000;text-decoration:none;font-size:12px;font-weight:bold;}
h5.product_name a:hover {color:#000000;text-decoration:none;font-size:12px;font-weight:bold;}


h4.product_name a:link { color:#000000;text-decoration:none;font-size:12px;font-weight:bold; }
h4.product_name a:active {color:#000000;text-decoration:none;font-size:12px;font-weight:bold;}
h4.product_name a:visited {color:#000000;text-decoration:none;font-size:12px;font-weight:bold;}
h4.product_name a:hover {color:#000000;text-decoration:none;font-size:12px;font-weight:bold;}



p.tax_shipping
{
	margin:0px;
	font-size:10px;
}

div.productDetails p.productsDescription,
div.specialProduct p.productsDescription,
div.newProductModule p.productsDescription
{
	font-size:10px;	
	padding-right:10px;
	height:0px;
}

h5.product_name,h4.product_name
{
	margin-bottom:0px;	
	padding-bottom:0px;
	/*margin-top:15px;*/
}



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



/* =================================================================== */
/* =================================================================== */
/* Modul product_info */

#productInfo div.left_info
{
	float:left;
width:150px;

text-align:left;
padding-left:40px;
	
	
}

#productInfo div.right_info
{
	
	padding-right:35px;

	text-align:left;
	float:right;
	width:275px;
}

#productInfo div.right_info p.productDescription
{
margin-bottom:0px;
	
}

#productInfo p.productsPriceInfo
{

}

#content #productInfo table.productToCart {
  border: none;
  width: auto;
  float: left;
  margin-bottom: 16px;
  margin-left: 9px;
  margin-top:10px;
}

#productInfo .productOptions {
  clear: both;
} 

#productInfo h3
{
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
	font-size:12px;
}

#productInfo h1
{margin-top:10px;
	margin-bottom:10px;
color: #000000;
	font-size: 14px;
}

#productInfo p.product_ShortDescription
{
	margin-bottom:20px;	
	font-size:13px;
	font-weight:bold;
}


#productListing p.productsPriceInfo span.final_price,
div#newProductsDefault p.productsPriceInfo span.final_price
{
	line-height:20px;
	height:20px;
	
	background-color:#B8A386;
	color:#ffffff;
	font-size:12px;	
	padding-left:2px;
	padding-right:2px;
}



#productInfo p.productsPriceInfo span.productOldPrice span.final_price
{
	
	margin-left:0px;
}


#productInfo p.productsPriceInfo span.final_price
{
	line-height:20px;
	
	margin-top:2px;
	margin-right:5px;
	background-color:#B8A386;
	color:#ffffff;
	font-size:14px;	
	padding:3px;
	margin-left:15px;
}


#productInfo p.productsPriceInfo span.final_special_price
{
	line-height:20px;	
	height:20px;
	color:#ffffff;
}

#productListing p.productsPriceInfo span.final_special_price
{
	margin-top:20px;
	
}



#productInfo p.productsPriceInfo span.final_special_price span.final_price,#productListing p.productsPriceInfo span.final_special_price span.final_price
{
	
	color:#ffffff;
}


#productInfo p.productsPriceInfo span.productOldPrice
{
	color:#b8a386;		
	display:block;
	padding-top:10px;
	background-image:url(img/promo-du-mois.png);
	background-position:0px 35px;
	background-repeat:no-repeat;
	height:95px;
}

#productListing p.productsPriceInfo span.productOldPrice, div#specials p span.productOldPrice
{
	
	color:#b8a386;	
	
	display:block;
	/*padding-top:5px;*/
	margin-left:0px;
	padding-left:0px;
	text-decoration:none;
	
	
}

#productInfo p.productsPriceInfo span.productOldPrice span.final_price,#productListing p.productsPriceInfo span.productOldPrice span.final_price
,div#specials p span.productOldPrice span.final_price{
	background-color:#ffffff;
	color:#b8a386;	
	font-size:14px;	
	padding:0px;
	text-decoration:line-through;
	padding-left:1px;
}

table.productToCart td.quantity input
{
	border-left:1px solid #D3D3D5;
	border-top:1px solid #A7A8AA;
	border-bottom:1px solid #D3D3D5;
	border-right:1px solid #A7A8AA;
	height:16px;
	font-size:12px;
	padding-left:5px;
	display:none;
}

#productInfo p.tax_shipping_pinfo
{
	margin-left:16px;
	margin-bottom:20px;
	font-size:10px;
}


#productInfo div.prod_detail_image img 
{
/*border: solid 1px #cacfd1;*/
}


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












/* =================================================================== */
/* =================================================================== */
/* Modul account_links */


span.contact, span.cart, span.compte
{
	float:left;	
	text-align:center;	
} 

span.cart
{
	width:95px;
}

span.contact, span.compte
{
	width:90px;
}


span.account_links_images
{
	display:block;	
	height:5px;
}

#accountLinks a:link { text-decoration:none;color:#ffffff; }
#accountLinks a:active {text-decoration:none;color:#ffffff;}
#accountLinks a:visited {text-decoration:none;color:#ffffff;}
#accountLinks a:hover {text-decoration:none;color:#ffffff;}

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









/* =================================================================== */
/* =================================================================== */
/* Modul product_reviews */


#productsReviews {
  margin-top: 48px;
}

#productsReviews div.productsReviewsModule {
  padding: 10px;
  background: #eee;
  margin-bottom: 5px;
}

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



/* =================================================================== */
/* =================================================================== */
/* Modul shopping_cart */



#shoppingCart .cartDetailsTotal
{
  text-align: right;
}

div#giftCart
{
		border: 1px solid #BDBCC1;
		padding:10px 35px 5px 10px;
		padding-bottom:5px;
		background-image: url(img/gift_backgr.gif);
		background-repeat:no-repeat;
		background-color: #FAFAFA;
		margin-bottom:10px;
		font-size:11px;
}

div#shoppingCart div#giftCart h3
{
	font-size:12px;
	margin:0px;
}

div#giftCart div.gift_left h3
{
	margin-bottom:5px;
	font-size:12px;
}

div#giftCart div.gift_left p
{
	margin-bottom:5px;
}

div#giftCart div.gift_left
{
	float:left;
	width:515px;
}

div#giftCart div.gift_left span.gift_coupon input
{
	width:50px;
	height:12px;
	border:1px solid #A5A3A4;

}

div#giftCart a:link { font-size:11px;text-decoration:none; }
div#giftCart a:active {font-size:11px;text-decoration:none;}
div#giftCart a:visited {font-size:11px;text-decoration:none;}
div#giftCart a:hover {font-size:11px;text-decoration:none;}

div#giftCart div.gift_left span.gift_submit input
{
	margin-left:5px;
	vertical-align:top;
}

div#shoppingCart h3.create_compte
{
	font-size:12px;
	margin-bottom:5px;
}

div#shoppingCart img.productImage
{
	height:60px;
	
}

div#shoppingCart table#orderDetails th.article
{
	width:140px;
}

div#shoppingCart table#orderDetails th.single
{
	width:100px;
}

div#shoppingCart table#orderDetails th.total
{
	width:55px;
}

div#shoppingCart div#giftCart p
{
	font-size:11px;
}

#shoppingCart span.markProductOutOfStock
{
	color:#FF4E00;
}

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



/* =================================================================== */
/* =================================================================== */
/* Modul categorie_listing */

div#categorieListing div.subcategory
{
	float:left;
	width:158px;
	border: 1px solid #BDBCC1;
	background-color: #FAFAFA;	
	margin-right:13px;
}

div#categorieListing div.subcategory h4
{
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top:6px;
	background-image:url(img/panier_header_backgr.gif);
	background-repeat:repeat-x;
	height:24px;
	line-height:24px;
}

div#categorieListing div.subcategory h4 a:link { text-decoration:none;color:#333333; }
div#categorieListing div.subcategory h4 a:active {text-decoration:none;color:#333333;}
div#categorieListing div.subcategory h4 a:visited {text-decoration:none;color:#333333;}
div#categorieListing div.subcategory h4 a:hover {text-decoration:none;color:#333333;}

div#categorieListing div.subcategory a img
{
	padding-left:0px;
}

div#categorieListing div.subcategory a.cat_image
{
	width:158px;
	display:block;
}

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



/* =================================================================== */
/* =================================================================== */
/* Modul also_purchased */

div#alsoPurchased h2
{
	margin-top:30px;
}

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




/* =================================================================== */
/* =================================================================== */
/* Account / Login page */

div#login div.login_left
{
	float:left;
	width:240px;
}

div#login div.login_right
{
	float:right;
	width:240px;
}

table.loginFormTable
{
	margin-bottom:0px;
}

div#login div.buttonLogin input
{
	padding-top:5px;
}

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




/* =================================================================== */
/* =================================================================== */
/* Modul order_details & checkout_confirmation products_block */

#orderDetails, #checkoutConfirmation .productsBlock,
#accountHistoryInfo #accountHistoryInfoTable {
  width: 100%;
}

#orderDetails thead, #checkoutConfirmation .productsBlock thead,
#accountHistoryInfo #accountHistoryInfoTable thead {
  background-image: url('img/panier_header_backgr.gif');
  background-repeat:repeat-x;
}

#orderDetails th,#accountHistoryInfo #accountHistoryInfoTable th {
  color: #000000;
  padding: 8px;
  font-weight: bold;
  text-align: center;
}


#orderDetails td, #accountHistoryInfo #accountHistoryInfoTable td {
  /*padding: 8px;*/
  text-align: center;
}

#orderDetails .article, #checkoutConfirmation .productsBlock .article,
#accountHistoryInfo #accountHistoryInfoTable .article {
  text-align: left;
}

#orderDetails .cartDetailsTotal {

}

#orderDetails .cartDetailsTotal td,
#orderDetails .total,
#checkoutConfirmation .productsBlock .price,
#accountHistoryInfo #accountHistoryInfoTable .price,
#accountHistoryInfo p.summe {
  text-align: right;
  /*padding-right: 8px;*/
}

#orderDetails td.remove {
  width: 25px;
}



#orderDetails img.productImage {
  margin-bottom: 0;
}

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



/* =================================================================== */
/* =================================================================== */
/* Modul error_message */


#content table.errorMessageFormTable {
  border: none;
  width: auto;
  margin-bottom: 16px;
}
/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Modul account */

#account div.recentlyViewed {
  float: left;
  width: 50%;
}

#account h2, #account p.clear {
  clear: both;

}

div#account div.bienvenu
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account div.reglages
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account div.ordered_products
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account div.newsletter_note
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}

div#account a:link { font-size:12px;text-decoration:none;font-weight:bold; }
div#account a:active {font-size:12px;text-decoration:none;font-weight:bold;}
div#account a:visited {font-size:12px;text-decoration:none;font-weight:bold;}
div#account a:hover {font-size:12px;text-decoration:none;font-weight:bold;}

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






/* =================================================================== */
/* =================================================================== */
/* Modul checkout_shipping */

#checkoutShipping .shippingModule {

  padding: 8px;
  margin-bottom: 8px;
}

#checkoutShipping .shippingModule p {
  margin-bottom: 0;
}

#checkoutShipping div.adresse_livraison
{
	float:left;
	width:240px;
	background-color:#EEEEEE;
	height:170px;
	padding:10px 0px 0px 10px;
	margin-bottom:20px;
}

#checkoutShipping div.mode_livraison
{
	float:right;
	width:240px;
	background-color:#EEEEEE;
	height:170px;
	padding:10px 0px 0px 10px;
	margin-bottom:20px;
}

#checkoutShipping p.shippingModuleSelected input
{
	vertical-align:text-bottom;
}


div#checkoutShippingAddress div.adresse_livraison
{	
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
	margin-bottom:20px;
}


div#checkoutShippingAddress div.adresse_liste
{	
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;
}

div#checkoutShippingAddress table
{
	margin-bottom:5px;
}

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




/* =================================================================== */
/* =================================================================== */
/* Modul checkout_payment */


#checkoutPayment textarea {
  margin-bottom: 16px;
  width: 100%;
}


div#checkoutPayment div.comments
{
	width:515px;
	padding:10px 0px 10px 10px;
	background-color:#EEEEEE;
	margin-bottom:15px;
}

div#checkoutPayment div.comments textarea,
div#checkoutPayment div.agb textarea,
div#checkoutPayment div.revoke textarea
{
	width:450px;
}

div#checkoutPayment div.agb
{
	width:515px;
	padding:10px 0px 10px 10px;
	background-color:#EEEEEE;
	margin-bottom:15px;

}

div#checkoutPayment div.revoke
{
	width:515px;
	padding:10px 0px 10px 10px;
	background-color:#EEEEEE;
	margin-bottom:15px;

}

div#checkoutPayment div.adresse_facturation
{
	float:left;
	width:240px;
	background-color:#EEEEEE;
	height:200px;
	padding:10px 0px 0px 10px;
	margin-bottom:20px;
}

div#checkoutPayment div.mode_paiement
{
	float:right;
	width:240px;
	background-color:#EEEEEE;
	height:200px;
	padding:10px 0px 0px 10px;
	margin-bottom:20px;
}

div#checkoutPayment div.mode_paiement div#checkoutPaymentBlock
{
	margin-left:20px;
}

div#checkoutPayment div.paymentModule strong,
div#checkoutPayment div.paymentModuleSelected strong 
{
	vertical-align:top;
}

#checkoutPayment div.mode_paiement img
{
	vertical-align:middle;
}

div#checkoutPayment div.mode_paiement p 
{
	margin-bottom:5px;
}

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





/* =================================================================== */
/* =================================================================== */
/* Modul checkout_confirmation */

#checkoutConfirmation h2 {
	font-size:13px;
}

#checkoutConfirmation p {
  padding-left: 16px;
}

#checkoutConfirmation .info,
#checkoutConfirmation .info * {
  padding: 0;
  color: #666;
  font-weight: normal;
  border: none;
}

#content #checkoutConfirmation table td {
  padding: 0 8px;
}

#content #checkoutConfirmation table.productsBlock td {
  padding: 8px;
}


div#checkoutConfirmation div.confirmation_left
{
	float:left;
	width:240px;
	background-color:#EEEEEE;
	height:130px;
	padding:10px 0px 0px 10px;
}

div#checkoutConfirmation div.confirmation_right
{
	float:right;
	width:240px;
	background-color:#EEEEEE;
	height:130px;
	padding:10px 0px 0px 10px;
}

div#checkoutConfirmation div.confirmation_left2
{
	float:left;
	width:240px;
	background-color:#EEEEEE;
	height:80px;
	padding:10px 0px 0px 10px;
}

div#checkoutConfirmation div.paymentMethod
{
	float:right;
	width:240px;
	background-color:#EEEEEE;
	height:80px;
	padding:10px 0px 0px 10px;
}

div#checkoutConfirmation table.order_total td
{
	text-align:right;
}

#checkoutConfirmation table.productsBlock th.article
{
  color: #000000;
  padding: 8px;
  font-weight: bold;
  text-align: left;
}

#checkoutConfirmation table.productsBlock th.prix
{
  color: #000000;
  padding: 8px;
  font-weight: bold;
  text-align: right;
}

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





/* =================================================================== */
/* =================================================================== */
/* Module Checkout success */ 


div#checkoutSuccess div.sucess,
div#checkoutSuccess div.print,
div#checkoutSuccess div.merci
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;	
	margin-top:20px;
}

div#checkoutSuccess div.print img
{
	cursor:pointer;
}

div#checkoutSuccess div.sucess h1,
div#checkoutSuccess div.merci h1
{
	margin-top:0px;
}

div#checkoutSuccess div.merci
{
	margin-bottom:20px;
}
/* =================================================================== */
/* =================================================================== */



/* =================================================================== */
/* =================================================================== */
/* Order Progressbarthing */ 


#checkoutShipping h1,
#checkoutPayment h1,
#checkoutConfirmation h1,
#checkoutSuccess h1,
div#checkoutShippingAddress h1
{
	margin-top:20px;
	margin-bottom:10px;
}

#checkoutShipping a img,
#checkoutPayment a img,
#checkoutConfirmation a img,
#checkoutSuccess a img
{
	margin-top:10px;
}


#checkoutProgressBar {
  margin: 0px auto 0 auto;
  width: 505px;
  height:40px;
}


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



/* =================================================================== */
/* =================================================================== */
/* Sitemap */ 


div#sitemap ul.products li
{
	margin-left:15px;
}


div#sitemap ul.subcategories li
{
	margin-left:25px;
}

div#sitemap div.cats
{
	background-color:#EEEEEE;
	padding:10px 0px 10px 10px;	
	margin-bottom:20px;
}

div#sitemap, div#sitemap a, div#sitemap ul li
{
	font-size:11px;
}

div#sitemap ul li a
{
	font-weight:bold;
	padding-top:5px;
}

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






/* =================================================================== */
/* =================================================================== */
/* Salons */ 


table#salons td.adresse
{
	width:200px;
} 

table#salons td.codepostal
{
	width:90px;
} 

table#salons th
{
	font-weight:bold;
	padding-bottom:10px;
}

table#salons td
{
	padding:2px;
}

table#salons td.adresse
{
	padding-left:10px;
}


table#salons tr.departement td
{
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
	font-weight:bold;
}

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

#popupContent
{
	padding:10px;
}


.datenschutz_checkbox input
{
	margin-right:10px;
}

.datenschutz td a
{
	color:#FF4E00;
	text-decoration:underline;
}

#popup_print_box
{
	position:absolute;
	width:200px;
	right:10px;
	top:5px;
	text-align:right;	
}

a.popup_link
{
	color:#666;
}


/* =================================================================== */
/* =================================================================== */
/* Copyright */ 

#content div.pageNavigation {

  margin-top: 70px;
  padding-top: 10px;
}


.parseTime {
  display: none;
}

.copyright, .copyright a {
  color: #ffffff;
}

.copyright {
  /*width: 400px;
  margin: 20px auto;*/
  display:none;
}

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


/* =================================================================== */
/* =================================================================== */
/* Information Box */ 

#boxInformation
{ 	
	/*background-image: url('img/box_information_backgr.jpg');
	background-repeat:no-repeat;
	height:63px;
	width:133px;
	background-color:#EAE6E9;*/
	background-repeat:no-repeat;
	border:1px solid #C8C6CA;
		
	padding:15px 12px 0px;	
	margin-bottom:10px;
}

#boxInformation ul
{
	list-style-position:outside;
	list-style-image:url('img/information_box_bullet.jpg');

	
	margin-left:15px;
}

#boxInformation ul li
{
	
	
	
	
	
}

#boxInformation a
{
	color:#777777;
}



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

/* =================================================================== */
/* =================================================================== */
/* Personallisée Box / Astuces */ 

#box_personal
{ 	
	background-image: url('img/box_personal_backgr.jpg');
	background-repeat:no-repeat;
	width:150px;
	height:127px;
	padding:15px 12px;	
	margin-bottom:15px;
}

#box_astuces
{
	background-image: url('img/box_astuces_backgr.jpg');
	background-repeat:no-repeat;
	width:133px;
	height:70px;
	padding:15px 12px;	
	margin-bottom:15px;	
}

#box_personal h2,
#box_astuces h2
{
	color:#987D54;
	margin-bottom:5px;
}

#box_personal p,
#box_astuces p
{
	color:#7D7579;
}


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

#boxesRight img{
	margin-bottom:10px;
}



/* =================================================================== */
/* =================================================================== */
/* Box Price Filter*/

#boxPriceFilter
{
	margin-bottom:15px;
}  
 
#boxPriceFilter ul
{
	margin:16px;
}

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


/* =================================================================== */
/* =================================================================== */
/* Box Size Filter*/
 
#boxSizeFilter
{
	margin-bottom:15px;
} 
 
#boxSizeFilter h3
{
	margin:5px 0 0 16px;
}  
 
#boxSizeFilter ul
{
	margin:0 16px;
}

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

.magnifier img{
	padding-top:0px;
	padding-left:5px;
		
}

#XTCcontent,#XTCcontent div,#content h1{
	line-height:20px;
	padding-left:20px;
}
#content div h1{
	
	padding-left:0px;
}

#XTCcontent div{

	padding-left:0px;
}

#XTCcontent,#content h1{
	padding-top:10px;
	
}

#content div.prod_detail_image h1{
font-size:24px;
	text-align:right;
	padding-top:0px;
	padding-right:40px;
	padding-bottom:10px;
}

#XTCcontent img.droite{
	padding-bottom:5px;
	padding-top:5px;
	padding-left:2px;
}

#XTCcontent img.gauche{
	/*padding-bottom:5px;*/
	padding-right:5px;
}

#XTCcontent img.haut{
	padding-bottom:5px;
}

#XTCcontent img.milieu{
padding-top:5px;
	padding-bottom:5px;
}

#XTCcontent img.bas{
padding-top:5px;
}

.box #price_filters select,.box #size_filters select {
  margin: 8px 0 0 16px;
}

#header div.head{
color:#ffffff;

text-align:right;
padding-top:5px;
}

#header div.head a{
color:#ffffff;


text-align:right;
font-size:14px;
line-height:16px;
font-family:Arial,"Lucida Grande",Arial,Helvetica,sans-serif;
}

.boxManufacturers{
background-image:none;
color:#000000;
}
.boxManufacturers h2{

color:#000000;
}
.boxManufacturers{
background-image:none;
color:#000000;
}
#boxInformation ul li{
line-height:18px;

}
#boxInformation h2{
color:#987d54;

}

#boxSizeFilter{
background-image:none;
color:#000000;
margin-bottom:0px;
}

#boxPriceFilter{
background-image:none;
color:#ffffff;
margin-bottom:0px;
margin-top:0px;
}


#boxSizeFilter select, #boxPriceFilter select{
width:140px;
}

div#productListing div.productDetails h4.product_name,div#productListing div.productDetails p.productsPriceInfo,div#specials p.productsPriceInfo,div#specials div.specialProduct h5.product_name{
padding-left:15px;
}

#content #productInfo div.right_info h2{
font-size:12px;
}
