/* Language Switcher */
.language-switcher {float:right;}
.language-switcher option {width:60px;}
 
 
/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:46%; }
.col2-set .col-1 { float:left;display: inline;}
.col2-set .col-2 { float:right;}

/* Col2 for one-page-checkout */
.one-page-checkout .col2-set .col-1, .col2-set .col-2 { width:46%; }
.one-page-checkout .col2-set .col-1 { margin-left:0px; }
.one-page-checkout .col2-set .col-2 { margin-right:0px; }

/********************** Headings */
.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head { margin:0; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {margin:0;text-align:left;}

.customer-account-login .page-head, .customer-account-forgotpassword .page-head {
	padding-top:10px;
	padding-left:20px;
}
	
/* heading level with buttons */
.button-level h3 { 
    float:left;
    width:55%;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {
    margin-bottom:7px;
    display:none;
    }
.category-head h2 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }

.box-header {font-size:1.05em;text-align:left;background:#EEEEEE none repeat scroll 0%;font-weight:bold;padding:2px 8px;margin:10px 0px}
.category-head  .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background:url("../images/data_table_th_bg.gif") repeat-x 0 100% #d9e5ee; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url("../images/base_mini_actions_bg.gif") 0 0 repeat-x; }
.data-table tfoot tr { background-color:#DEE5E8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url("../images/pager_bg.gif") repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }








/********************** Form */

/* Form Elements */
input.input-text, select, textarea { 
     font:12px arial, helvetica, sans-serif;
     border:1px solid #000;
     background: #fff; 
}
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.form-radio,
input.form-checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold;}
.input-text:focus, select:focus, textarea:focus { background:#fff
; }
.button-set { /* Container for form buttons*/
    clear:both;
    padding-top:8px;
    padding-right:5px;
    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 4px;
    background:#fbc000;
    color:#fff;
    font:bold 14px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }

a.form-button-alt { padding: 2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url("../images/btn_proceed_to_checkout_rad.gif") no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url("../images/btn_proceed_to_checkout_bg.gif") no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px;}
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px;}

.group-select {
    padding:10px 20px 0 20px;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    /*border:1px solid #f19900;*/
    /*background:#F9F3E3;*/
    padding:0 8px;
    color:#000;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px;}


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url("../images/validation_advice_bg.gif") no-repeat 2px 1px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed {
    border:1px dashed #EB340A !important;
    background:#faebe7 !important;
    }
label.required {
    font-weight:bold;
    }
p.required {
    font-size:.95em;
    text-align:right;
    }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703;}
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url("../images/error_msg_icon.gif");
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url("../images/success_msg_icon.gif");
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url("../images/note_msg_icon.gif");
    }


/********************** Base Layout */

/* Structure */
.wrapper { 
    width:944px;
	margin:0 auto;
    }
.header-top {
    width:944px;
    height:97px;
    margin:0;
	padding:0;
/*	overflow: hidden;*/
    background-color:#fff;
    background-image: url("../images/top.png");
    background-repeat: no-repeat;
    }
.header-nav { height:16px; margin:0; padding:0;}
/* Style */
.header-nav-container { 
    padding:0;
    margin:0; 
    }

.col-G { float:left;width:195px;margin:0;display: inline;overflow: hidden;}
.col-2-left-layout .col-main { float:right; width:690px;margin-right:20px;display: inline; }



/********************** Header */

/* Logo */
h1#logo {
    float:left;
    width:370px;
    display:inline;
    margin:3px 0 5px 12px;
    }

.middle-container {
    width:944px;
	/*height:492px;*/
    margin:0 auto;
    padding:0;
    }

#centre {
	width:944px;
	height:336px;
	padding:0;
  }
  
  #centre-bas {
	width:944px;
	height:156px;
	margin:0;
	padding:0;
	text-align:left;
}

#centre-large {
	width:944px;
	height:492px;
	margin:0;
	padding:0;
	text-align:left;
}

#centre-large-bike {
	width:944px;
	height:492px;
/*	background:url("../images/centre-large-bike.jpg") no-repeat 203px 23px;*/
	margin:0;
	padding:0;
	text-align:left;
}

#centre-large-bikebox {
	width:944px;
	height:492px;
	background-image:url("../images/centre-large-bikebox.jpg");
	margin:0;
	padding:0;
	text-align:left;
}

#centre-large-menu-gauche {
	width:944px;
	height:492px;
	background-image:url("../images/centre-large-menu-gauche.jpg");
	margin:0;
	padding:0;
	text-align:left;
}

.middle-container .col-2-right-layout, .middle-container .grande-zone, .middle-container .col-2-left-layout {
	width:944px;
	min-height:492px;
	margin:0;
	padding:0;
	text-align:left;
}

.col-main {
margin-top:10px;
margin-left: 12px;
width: 725px;
float: left;
display: inline;       
text-align:justify;
}

.checkout-onepage-index .col-main {
width:620px;
}

.col-left, .col-centre, .col-right { float:left;height:135px;margin-top:18px;}
.col-left { width:314px;}
.col-centre { width:314px;}
.col-right { width:250px;margin-right:15px;float:right;}

#centre-bas img.spip_logos { margin:3px 10px 2px 6px;}
#centre-bas div.focus { padding-right:10px;}
#centre-bas div.focus h3 { margin:20px 0 0 0;}

#main-wrapper {
margin-top: 11px;
margin-left: 12px;
width: 550px;
height: 460px;
float: left;
display: inline;       /* fix for doubling margin in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
text-align:justify;
}

#main-wrapper span.spip_document_2, span.spip_documents, span.spip_documents_left {padding:5px;}




#vtt-nav {
	width:690px;
	height:325px;
	float: left;
	display: inline;       /* fix for doubling margin in IE */
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
	background:transparent url("../images/grand-label-NGN100.png") 12px 10px no-repeat;
}

#vtt-details-wrapper {
	width:240px;
	height:325px;
	float:right;
}

#vtt-details-image {
	width:220px;
	height:160px;
	margin-top:20px;
	border:1px solid #e2f0f3;
}

#vtt-details-texte {
	width:222px;
	height:75px;
	background:transparent url("../images/bubble.png");
}

#last-title {
	line-height:25px;
	padding-left: 5px;
	background: url("../images/titre-h3-left.gif") no-repeat;
}

#track1 {
	float: left;
	width: 9px;
	height: 418px;
	margin-top: 40px;
	margin-left: 8px;
	background-image: url("../images/fleches-left-418px.png");
}
#handle1 {
	width: 9px;
	height: 100px;
	background-color: transparent;
	background-image: url("../images/handle.gif");
	cursor: move;
}

#sidebar-wrapper {
margin-top: 11px;
margin-right: 27px;
width: 295px;
float: right;
display: inline;       /* fix for doubling margin in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper ul {
	margin-left:20px;
}


/* Bike: vue produit */
#left-wrapper {
width: 202px;
height: 460px;
float: left;
display: inline;       
overflow: hidden;
text-align:justify;
}

#box-notif {
  margin:25px 0 0 10px;
  padding:0;
  width: 180px;
  text-align: left;
  color:#000;
  border:1px solid #000;
}

#box-notif p {
  margin:5px;
}

#box-notif p a, #box-notif p a:hover {
  color:#000;
}

#right-wrapper {
margin-right: 10px;
width: 730px;
float: right;
display: inline;       
overflow: hidden;      
}

#bike-info-top {
height: 290px;
background-color:#FFFFFF;
}

#bike-info-top div.bike-img-box {
margin-left:130px;
margin-top:13px;
float: left;
display: inline;
overflow: hidden;
text-align:justify;
}

#bike-info-top div.bike-options {
float: right;
width:130px;
height: 270px;
display: inline; 
overflow: hidden;
}

.category-kits-cadres div.bike-options-bottom,
.category-textiles div.bike-options-bottom,
.category-accessoires div.bike-options-bottom {
height:35px;
}

.category-kits-cadres div.bike-options dl,
.category-textiles div.bike-options dl,
.category-accessoires div.bike-options dl {
margin-top:150px;
}

.category-kits-cadres ul#v8v10,
.category-kits-cadres div#track-bike-left,
.category-kits-cadres div#short-description,
.category-kits-cadres div#track-bike-right,
.category-textiles ul#v8v10,
.category-textiles div#track-bike-left,
.category-textiles div#short-description,
.category-textiles div#track-bike-right,
.category-accessoires ul#v8v10,
.category-accessoires div#track-bike-left,
.category-accessoires div#short-description,
.category-accessoires div#track-bike-right
 {
display:none;
}

div.bike-shop {
	height:35px;
	background:#FFF url("../images/bandeau-commander.png") no-repeat bottom right;
}

div.bike-options-bottom div.price-box {
float: left;
display: inline;
overflow: hidden;
text-align:left;
/*margin-left:465px;*/
margin-top:8px;
width:520px;
}

div.bike-options-bottom div.price-box div {
float: right;
display: inline;
overflow: hidden;
}

div.bike-options-bottom div.price-box div div {
float: left;
display: inline;
overflow: hidden;
margin-right:10px;
}


div.bike-options-bottom div.bike-form-button {
float: right;
display: inline; 
/*overflow: hidden;*/
}

div.bike-options-bottom div.bike-form-button button {
font:bold 20px arial, sans-serif !important;
margin-right:2px;
}


#product-specs {
margin-top:15px;
width:470px;
/*height:120px;*/
float: left;
display: inline;
/*overflow: hidden;*/
}

.category-kits-cadres #product-specs {
height:100%;
width:700px;
margin:10px auto;
padding-left:10px;
}

#track-bike-left {
margin-top:15px;
	float: left;
	width: 5px;
	height: 120px;
	/*margin-top: 15px;*/
	margin-left: 8px;
	/*background-image: url(../images/fleches-right-380px.png);*/
}
#handle-bike-left {
	width: 5px;
	height: 50px;
	background-color:#e2f0f3;
	/*background-color: transparent;*/
	/*background-image: url(../images/handle.gif);*/
	cursor: move;
}

#short-description {
margin-top:35px;
margin-left:18px;
width:200px;
/*height:100px;*/
float: left;
display: inline;
/*overflow: hidden;*/
}

#track-bike-right {
margin-top:35px;
	float: right;
	width: 5px;
	height: 100px;
margin-right:8px;
	/*margin-top: 15px;*/
	/*margin-left: 8px;*/
	/*background-image: url(../images/fleches-right-380px.png);*/
}
#handle-bike-right {
	width: 5px;
	height: 50px;
	background-color:#e2f0f3;
	/*background-color: transparent;*/
	/*background-image: url(../images/handle.gif);*/
	cursor: move;
}



#h3-identifiez-vous {
	line-height:25px;
	background: url("../images/h3-identifiez-vous.gif") no-repeat;
	position:relative;
	top:10px;
	left:11px;
}

#h3-identifiez-vous span {
	visibility:hidden;
}

#h3-creer-un-compte {
	line-height:25px;
	background: url("../images/h3-creer-un-compte.gif") no-repeat;
	position:relative;
	top:10px;
	left:11px;
}

#h3-creer-un-compte span {
	visibility:hidden;
}

#h3-mot-de-passe-oublie {
	line-height:25px;
	background: url("../images/h3-mot-de-passe-oublie.gif") no-repeat;
	position:relative;
	top:10px;
	left:11px;
}

#h3-mot-de-passe-oublie span {visibility:hidden;}

#h3-mon-tableau-de-bord {line-height:25px;background: url("../images/h3-mon-tableau-de-bord.gif") no-repeat;}
#h3-mon-tableau-de-bord span {visibility:hidden;}

#h3-editer-les-informations-du-compte {line-height:25px;background: url("../images/h3-editer-les-informations-du-compte.gif") no-repeat;}
#h3-editer-les-informations-du-compte span {visibility:hidden;}

#h3-ajouter-une-adresse {line-height:25px;background: url("../images/h3-ajouter-une-adresse.gif") no-repeat;}
#h3-ajouter-une-adresse span {visibility:hidden;}

#h3-mes-commandes {line-height:25px;background: url("../images/h3-mes-commandes.gif") no-repeat;}
#h3-mes-commandes span {visibility:hidden;}

#h3-abonnement-a-la-newsletter {line-height:25px;background: url("../images/h3-abonnement-a-la-newsletter.gif") no-repeat;}
#h3-abonnement-a-la-newsletter span {visibility:hidden;}

#h3-mon-panier {line-height:25px;background: url("../images/h3-mon-panier.gif") no-repeat;}
#h3-mon-panier span {visibility:hidden;}

/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px;margin-right:10px; }
.listing-type-list .product-shop { width:500px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/********************** Checkout */
select.address-select { width:400px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart-totals {
    width:500px;
    float:right;
    margin-top:25px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url("../images/bg_collapse.gif") 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

.shopping-cart-collaterals {
    float:left;
    width:605px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url("../images/base_mini_head_bg.gif") repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url("../images/icon_asterick.gif");  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url("../images/icon_lorry.gif");  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }

/* One-Page checkout */
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box {
    border-top:0;
    padding:15px 20px;
    }
.one-page-checkout .head {
    margin-bottom:0 ;
    padding:4px 8px 6px 8px;
    }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#000; font-size:1em; }
.one-page-checkout h4 { font-size:0.9em;border-bottom:1px solid #000; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { cursor:pointer; }
.one-page-checkout .active .head { cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#000; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#000; border:1px solid #ccc; background:#ccc; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #e2f0f3; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #e2f0f3; background:#e2f0f3; color:#000; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url("../images/icon_opc_back.gif") no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }

.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url("../images/multi_address_box_bg.gif") repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url("../images/place_order_container_bg.gif") no-repeat; }
.place-order-box .main-radius{ background:url("../images/place_order_bg.gif") no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

#checkoutSteps .price {
	font:bold 12px arial, sans-serif !important;
	color:#000;
}

#checkout-review-table {
	margin-left:20px;
	width:600px;
}

#checkout-review-table thead {
	background-color:#ccc;
}

#checkout-review-table thead th {
	padding:3px 15px;
}

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.account-nav { border:1px solid #bbb; }
.account-nav .head {
   margin:0;
   background: #e2f0f3;
   padding:3px 10px;
    }
.account-nav .head h3 { color:#000; font-size:1.1em; }
.account-nav ul { background:#fbfaf6; padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; }
.account-nav li a, .account-nav li a:hover { color:#000; text-decoration:none; }
.account-nav li a:hover { color:#000; }
.account-nav li.on { border-bottom:1px solid #ddd; color:#000; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }

/* Login */
.login-box {
  padding-top:20px;
}
.login-box .content { padding:14px 21px; }
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #e2f0f3;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1em;
    color:#000;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image:url("../images/icon_page_white.gif"); }
.login-box .registered-users h4 { background-image:url("../images/icon_page_white_text.gif"); }
.login-box .button-set { margin:0; border:none; background:url("../images/login_box_form_buttons_bg.gif") repeat-x; padding:8px 13px; }
.login-box .content { min-height:230px; }

/* Dashboard */
.account-box {
    margin-bottom:20px;
    border:1px solid #ccc;
    border-right-color:#999;
    border-bottom-color:#999;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url("../images/dotted_divider.gif") repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box .inner-head h5 {float:left;}
.account-box .inner-head a {float:right;}
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url("../images/icon_lock.gif") no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0; }
.ad-orders .head h4 { background-image:url("../images/icon_folder_table.gif"); }
.ad-account-info .head h4 { background-image:url("../images/icon_ma_info.gif"); }
.ad-tags .head h4 { background-image:url("../images/icon_ma_tags.gif"); }
.ad-reviews .head h4 { background-image:url("../images/icon_ma_reviews.gif"); }

/* Account Addressbook */
.primary-address-list h4,
.address-list h4 {font-size:1.1em; color:#000; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #e2f0f3;
    padding:10px 13px 8px 13px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

.catalog-category-view .wrapper,
.category-kits-cadres .wrapper {
    top:0;
    margin-top:0;
    height:100%;
}

/************************************************************/
/* Page catalog-product par defaut                          */
/************************************************************/
.catalog-product-view .wrapper {
    top:0;
    margin-top:0;
    height:100%;
}

.catalog-product-view #main-wrapper {
	width:610px;
	height: 100%;
	float: left;
	overflow: auto;
	text-align:left;
}

.catalog-product-view #main-wrapper p {
	margin:10px;
}

.catalog-product-view #main-wrapper ul {
	margin:10px;
}

.catalog-product-view #main-wrapper h3.spip {
	padding-left:10px;
}

.catalog-product-view #sidebar-wrapper {
	margin-top:11px;
	margin-right:15px;
	text-align:left;
}

.catalog-product-view #sidebar-wrapper ul {
	margin-left:10px;
}

.catalog-product-view .BGbox {
	margin-bottom:15px;
}

/************************************************************/
/* Page CMS par defaut                                      */
/************************************************************/
.cms-page-view .wrapper {
    top:0;
    margin-top:0;
    height:100%;
}

.cms-page-view #main-wrapper {
	width:610px;
	height: 100%;
	float: left;
	overflow: auto;
	text-align:left;
}

.cms-page-view #main-wrapper p {
	margin:10px;
}

.cms-page-view #main-wrapper ul {
	margin:10px;
}

.cms-page-view #main-wrapper h3.spip {
	padding-left:10px;
}

.cms-page-view #sidebar-wrapper {
	margin-top:11px;
	margin-right:15px;
	text-align:left;
}

.cms-page-view #sidebar-wrapper ul {
	margin-left:10px;
}

.cms-page-view .BGbox {
	margin-bottom:15px;
}

/************************************************************/
/* Page Support                                             */
/************************************************************/
.cms-support .wrapper {
    top:0;
    margin-top:0;
    height:100%;
}

DIV#support-side {
    width:240px;
    text-align:left;
    margin:10px 0 0 10px;
	display: inline;
}

DIV#support-main {
    width:675px;
    text-align:left;
    margin-top:10px;
    margin-right:10px;
	display: inline;
}

.accordion_toggle {
        display: block;
        background : #fff url("../images/bandeau.png") no-repeat top right;
        padding: 0 0 0 5px;
        outline: none;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        margin: 0 0 0 0;
}

.accordion_toggle_active {
        border-bottom: 1px solid #fff;
        background : #fff url("../images/bandeau-jaune.png") no-repeat top right;
}

.accordion_content {
        color: #444444;
        overflow: hidden;
        padding:10px;
}

/************************************************************/
/* Fiche Produit                                            */
/************************************************************/
#fiche-produit {
	position: relative;
	width: 730px;
	margin:10px 0;
	text-align: left;
	background-color: #ccc;
}
#fiche-produit * {
	margin: 0;
	padding: 0;
}
#fiche-produit ul#menu {
	position: relative;
	width: 100%;
	font-weight: bold;
}
#fiche-produit ul#menu li {
	float: left;
	display: inline;
}
#fiche-produit ul#menu li a {
	text-align: center;
	display: block;
	width: 146px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}
#fiche-produit ul#menu li a:hover {
	background-color: #FFFFFF;
}
#fiche-produit h1,
#fiche-produit h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
#fiche-produit .content {
	padding: 1em 2em;
	margin: -2px 0 0 0;
	_margin: -16px 0 0 0;
	background-color: #fff;
}
#fiche-produit hr {
	clear: both;
	visibility: hidden;
}
#fiche-produit a.current {
	background-color: #fff;
	color: #000;
}
#fiche-produit a.ghost  {
	background-color: #ccc;
	color: #000;
}
#fiche-produit .on {
	display: block;
}
#fiche-produit .off {
	display: none;
}
#fiche-produit .row_even {
	background-color:#e5e5e5;
}
#fiche-produit th {
	text-align:center;
}
#fiche-produit td {
	padding:4px 10px;
}
#fiche-produit .portefolio img {
	border:1px solid #ccc;
	margin-right:8px;
	margin-bottom:8px;
}

/**
 * FOOTER
 */
.footer-container {
	clear:both;
	width:944px;
	margin-top:10px;
	text-align:right;
}
.informational {
	width:944px;
	background-color:#ccc;
	color:#fff;
	text-align:left;
	padding-bottom:20px;
}
.footer-links {
	width:944px;
	height:25px;
	background:#666666 url("../images/footer.png") no-repeat top left ;
}

.colonne-footer {
	width:308px;
	float:left;
	margin-left:5px;
	text-align:left;	
}

.colonne-footer ul {
	margin-left:10px;	
}

.footer-container a, .footer-container a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
