/*********************************************/
/** Boite dŽtail d'un produit sur un billet **/
/** Pages : category, home, post, tag       **/
/*********************************************/
.post-products {
	padding:7px 0;
	margin-top:10px;
	margin-bottom:10px;
}
.post-products h2 {
	font-size:1.4em;
}
.post-products .hproduct {
	zoom:1;
	margin:10px 0 5px 0;
	padding:7px;
	cursor:pointer;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.post-products ul .hover {
	background:#f5f5f5;
	border-color:#cdcdcd;
}
.post-products .hproduct h2 {
	display:block;
	font-size: 16px;
	font-weight: bold;
	width:360px;
	float:right;
}
.post-products .hproduct h2 a {
	text-decoration:none;
}
.post-products .image-wrapper {
	width:110px;
	height:100px;
	float:left;
}
.post-products .price-and-details {
	margin:10px 40px 0 0;
	float:right;
	border-bottom:1px solid #808080;
	border-top:1px solid #808080;
	padding:5px;
	background-color:#F3F3F3;
	display:inline;
}
.post-products .price-and-details p {
	text-align:right;
}
.post-products .price-and-details div {
	display:inline;
}


/******************************************/
/** Produit sur la categorie de produits **/
/******************************************/
body#products-category ul.products-list li {
	zoom:1;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 9px;
	margin-bottom:10px;
	padding-bottom:8px;
	cursor:pointer;
}
body#products-category ul.products-list li.hover {
	border-color:#CDCDCD;
	background:#F5F5F5;
}
body#products-category ul.products-list li.hproduct h2 {
	font-size:1em;
	padding:2px 0 6px 0;
}
body#products-category ul.products-list li.hproduct h2 a {
	text-decoration:none;
}
body#products-category ul.products-list li.hproduct h2 a span {
	font-size:1.3em;
}
body#products-category ul.products-list li a.image-wrapper {
	float:left;
	width:120px;
	height:100px;
	text-decoration:none;
}
body#products-category ul.products-list li p.description {
	float:left;
	width:200px;
}
body#products-category ul.products-list li div.price-and-details {
	float:right;
	width:150px;
	text-align:right;
}
body#products-category ul.products-list li p.price-info .price {
	font-weight:bold;
	font-size:13px;
}
body#products-category ul.products-list li p.price-info .unit {
	white-space:nowrap;
}
body#products-category ul.products-list li p.details {
	padding-top:25px;
}
body#products-category ul.products-list li p.details a {
	background-color:#6B6B6B;
	color:#FFFFFF;
	display:inline-block;
	font-size:12px;
	height:17px;
	line-height:13px;
	padding:3px 4px 0 4px;
	text-decoration:none;
}
body#products-category ul.products-list li p.details a:hover {
	background:#ccc;
	color:#424242;
}


/**********************************/
/** Produit sur la fiche produit **/
/**********************************/
body#product .breadCrumb a {
	text-decoration:none;
}
body#product .hproduct h2 {
	font-size:1em;
	margin-bottom:8px;
}
body#product .hproduct h2 a {
	text-decoration:none;
}
body#product .hproduct h2 a span {
	font-size:1.3em;
}
body#product .left-block {
	width:180px;
	float:left;
}
body#product .right-block {
	width:320px;
	float:right;
	text-align:right;
}
body#product .description {
	margin-top:10px;
}
body#product .right-block .attributes li {
	list-style:none;
	padding-bottom:8px;
}
body#product .right-block .attributes li label {
	display:inline-block;
	width:150px;
	line-height:20px;
	font-weight:bold;
}
body#product .right-block .attributes li select {
	width:150px;
	border:1px solid #CDCDCD;
}
body#product .right-block #sku-info,
body#product .right-block #price-info,
body#product .right-block #nonexistent-product-message,
body#product .right-block #buy-now {
	padding-bottom:8px;
}
body#product .right-block #price-info #old-price {
	text-decoration:line-through;
}
body#product .right-block #price-info #price {
	font-size:13px;
	font-weight:bold;
}
body#product .right-block #price-info #unit {
	white-space:nowrap;
}
body#product .right-block #buy-now a {
	background-color:#6B6B6B;
	color:#FFFFFF;
	display:inline-block;
	font-size:12px;
	height:17px;
	line-height:13px;
	padding:3px 4px 0 4px;
	text-decoration:none;
}
body#product .right-block #buy-now a:hover {
	background:#ccc;
	color:#424242;
}


/* Boite liste de produits */
.productInList {
	width:30%;
	height:100%;
	padding-bottom: 5px;
	text-align:center;
}
.productInList .blocdescription {
	font-size: 16px;
	font-weight: bold;
}
.productInList .blocdescription a {
	text-decoration: none;
}
.productInList .price {
	font-style: italic;
	margin-bottom:6px;
	margin-top:3px;
}
.productInList .buynow a{
	width: 75px;
	font-size: 12px;
	padding: 3px;
	text-decoration: none;
	color: #FF3300;
	text-align: center;
	height: 17px;
	background-color: #FFCC66;
	vertical-align: middle;
}
.productInList .buynow a:hover{
	color: #FFCC66;
	background-color: #FF3300;
}
td.productInList { vertical-align:bottom }
/*Widget panier */


.coordinatesForm {
	padding-top: 10px;
}
table#payment {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
table#payment td.col1 {
	width:50%;
	text-align:left;
	font-size: 1.4em;
}
table#payment td.col2 {
	width:50%;
	text-align:center;
}


/********************/
/** Tableau panier **/
/********************/
table.cart-table {
	width:800px;
	border-collapse:collapse;
	table-layout:fixed;
	margin-bottom:30px;
}
table.cart-table thead tr th {
	height:3em;
	padding:5px 3px;
	background:none;
	vertical-align:middle;
	font-size:12px;
}
table.cart-table tr td {
	vertical-align:middle;
	padding:7px 3px;
	text-align:center;
}
table.cart-table tr.odd td {
	background:#F0F0F0;
}
table.cart-table tfoot td.label {
	text-align:right;
	font-weight:bold;
}
table.cart-table tfoot tr.first td {
	border-top:1px solid #CDCDCD;
}
table.cart-table tr.error,
table.cart-table tr.error td {
	border:0;
	background:transparent;
	padding-left:0;
	padding-right:0;
}
table.cart-table tr.error td {
	padding-bottom:0;
}
table.cart-table tr .remove {
	width:24px;
	float:none;
	background:none;
	height:auto;
	cursor:default;
}
table.cart-table tr .description {
	font-weight:bold;
	text-align:left;
}
table.cart-table tr .description ul {
	font-weight:normal;
	margin-left:23px;
}
table.cart-table tr .reference {
	width:144px;
}
table.cart-table tr .price {
	width:110px;
}
table.cart-table tr .price span {
	display:block;
}
table.cart-table tr .tax {
	width:70px;
}
table.cart-table tr .quantity {
	width:104px;
}
table.cart-table tr th.total,
table.cart-table tr td.total,
table.cart-table tr td.last {
	width:94px;
	text-align:right;
}
table.cart-table tr .remove a {
	text-decoration:none;
	cursor:pointer;
}
table.cart-table tr .remove a span {
	display:block;
	background:url("img/remove.gif") no-repeat scroll 0 0 transparent;
	height:15px;
	width:15px;
}
table.cart-table tr .quantity div input {
	text-align:right;
	border:1px solid #CDCDCD;
	font-size:1em;
	padding:1px 2px;
	width:30px;
}
table.cart-table tr .quantity div a,
body#order-payment table.cart-table tr.discount td a {
	visibility:hidden;
	background:none repeat scroll 0 0 #7F7F7F;
	border:1px solid #404040;
	color:#F0F0F0;
	cursor:pointer;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	padding:1px 2px;
	text-decoration:none;
}
table.cart-table tr .quantity div a:hover,
body#order-payment table.cart-table tr.discount td a:hover {
	background:#f0f0f0;
	border-color:#cdcdcd;
	color:#000;
}
body#order-payment table.cart-table tr.discount-error {
	display:none;
}
body#order-payment table.cart-table tr.discount-error td {
	padding:0 0 0 0;
}
body#order-payment table.cart-table tr.discount td input {
	border:1px solid #CDCDCD;
	padding:1px 2px;
	width:80px;
	text-align:right;
}
body#edit-cart #content .button-like,
body#checkout-cart #content .button-like,
body#order-addresses #content .button-like,
body#order-payment #content .button-like {
	display:inline-block;
	font-size:13px;
	line-height:20px;
	padding:2px 5px;
	text-decoration:none;
	background:#F0F0F0;
	border:1px solid #CDCDCD;
	cursor:pointer;
}
body#edit-cart #content .back-home {
	width:50%;
	float:left;
}
body#checkout-cart #content .back-home,
body#checkout-cart #content .modify-cart,
body#order-addresses #content .modify-cart {
	width:20%;
	float:left;
}
body#order-addresses #content .modify-delivery {
	width:26%;
	float:left;
}
body#edit-cart #content .back-home .button-like:hover,
body#checkout-cart #content .back-home .button-like:hover,
body#checkout-cart #content .modify-cart .button-like:hover,
body#order-addresses #content .modify-delivery .button-like:hover,
body#order-addresses #content .modify-cart .button-like:hover,
body#order-payment #content .modify-coordinates .button-like:hover,
body#order-payment #content .modify-cart .button-like:hover {
	text-decoration:underline;
}
body#edit-cart #content .validate-order,
body#checkout-cart #content .validate-order,
body#order-addresses #content .validate-order,
body#order-payment #content .validate-order {
	float:right;
	width:50%;
	text-align:right;
}
body#checkout-cart #content .validate-order {
	width:60%;
}
body#edit-cart #content .validate-order .button-like,
body#checkout-cart #content .validate-order .button-like,
body#order-addresses #content .validate-order .button-like,
body#order-payment #content .validate-order .button-like {
	background:#7F7F7F;
	border-color:#404040;
	color:#F0F0F0;
	font-weight:bold;
}
body#edit-cart #content .validate-order .button-like:hover,
body#checkout-cart #content .validate-order .button-like:hover,
body#order-addresses #content .validate-order .button-like:hover,
body#order-payment #content .validate-order .button-like:hover {
	background:#F0F0F0;
	border-color:#CDCDCD;
	color:#000;
}
body#edit-cart #wrapper,
body#checkout-cart #wrapper,
body#order-addresses #wrapper,
body#order-payment #wrapper {
	margin-bottom:30px;
}



/** Page de choix du paiement **/
body#order-addresses .addresses .billing-address,
body#order-addresses .addresses .account-creation {
	margin-bottom:30px;
}
body#order-addresses label .required {
	color:#f00;
}
body#order-addresses span.error {
	margin-top:0;
	margin-bottom:2px;
}
body#order-payment .our-informations-details .email,
body#order-payment .our-informations-details .phone,
body#display-order .our-informations-details .email,
body#display-order .our-informations-details .phone {
	width:40%;
	padding:0 5%;
	float:left;
	background:none;
	height:auto;
	margin:7px 0;
}
body#order-payment .our-informations-details .delivery-address,
body#order-payment .our-informations-details .shipping-address,
body#display-order .our-informations-details .delivery-address,
body#display-order .our-informations-details .shipping-address {
	width:40%;
	padding:0 5%;
	float:left;
}
body#order-payment form.modify-coordinates {
	margin:7px 0 20px 0;
}
body#order-payment .payment-choice {
	margin-bottom:20px;
}
body#order-payment h2.our-payment {
	margin-top:20px;
}
body#order-payment .payment-choice li {
	width:83px;
	text-align:center;
}
body#order-payment .agree-with-terms {
	margin-bottom:20px;
}
body#order-payment .payment-choice ul li input,
body#order-payment .agree-with-terms input {
	border:none;
}


/************************************/
/** Etapes de validation du panier **/
/************************************/
.payment-steps {
	text-align:center;
	margin-bottom:20px;
}
.payment-steps ul {
	padding:5px;
}
.payment-steps ul li {
	display:inline;
	margin:0 5px;
	font-size:14px;
}
.payment-steps ul li.active {
	font-weight:bold;
}
.payment-steps ul li span.number {
	padding:0 5px;
	font-size:inherit;
	font-weight:inherit;
}


/**********************************************************************************/
/** Affichage du rï¿½capitulatif de la commande aprï¿½s sa validation (displayOrder) **/
/**********************************************************************************/
body#display-order .bill-bottom {
	text-align:center;
	padding:7px 0 30px 0;
	border-top:1px solid #CDCDCD;
}
body#display-order .order-infos {
	padding-bottom:20px;
}
body#display-order .order-infos .order-number {
	font-size:1.3em;
	font-weight:bold;
}
body#display-order .order-infos .order-state {
	text-align:right;
	font-weight:bold;
}
body#display-order .our-informations-details {
	padding-bottom:20px;
}
body#display-order .delivery .label span {
	display:block;
	font-style:italic;
	font-weight:normal;
}


/******************************************/
/** Styles gï¿½nï¿½raux pour les formulaires **/
/******************************************/
form h3 {
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
}
form fieldset p {
	padding: 5px 0;
}
form fieldset p.field {
	padding: 5px 0;
	width: auto;
	margin: 0;
	clear: left;
}
form p.form-help {
	width: 60%;
	margin: 0 0 0 30%;
	font-style: italic;
}
form p label {
	width: auto;
}
form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
form input, form textarea {
	font: 1em Arial,sans-serif;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	font-size: 1em;
}
form .billing-address p.radio label,
form .account-creation p.radio label {
	width:35%;
}

form select, #cart-review select {
	border: 1px solid #CDCDCD;
}
form input[type=radio] {
	border: 0px;
	width: auto;
}
form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 140px;
}
form #submit {
	border: 1px solid #cdcdcd;
	background: #f0f0f0;
	padding: 2px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	cursor: pointer;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
}


/*****************************************************************/
/** Formulaire de saisi des coordonnï¿½es (processus de paiement) **/
/*****************************************************************/
form .fieldErrorNotification {
	display: block;
	color: #F00;
	font-weight: bold;
}
form .formErrorNotification {
	color: #F00;
	font-weight: bold;
}
form .requiredField {
	color: #F00;
	font-weight: bold;
	font-size: 13px;
}
form fieldset p.radio input {
	float: left;
	border:none;
}
form fieldset p.field label.radio {
	float: left;
	width: auto;
	text-align: left;
	margin: 0 8px 0 2px;
}
form p.agreeWithTerms input {
	float: left;
}
form p.agreeWithTerms label {
	float: left;
	width: auto;
	text-align: left;
	margin: 0 8px 0 2px;
}

/************************/
/** Produit de la Home **/
/************************/
#home-products-list h2 {
	font-weight:bold;
	font-size:1.5em;
}
#home-products-list ul {
	padding:0;
	margin:0;
	width:500px;
	text-align:center;
}
#home-products-list ul li {
	width:166px;
	cursor:pointer;
	border-color:#CDCDCD;
	border-style:solid;
	border-width:0 0 1px;
	padding-top:1em;
	float:left;
}
#home-products-list ul li.hover {
	background:#CDCDCD;
}
#home-products-list ul li.first,
#home-products-list ul li.last {
	width:167px;
}
#home-products-list ul li a {
	text-decoration:none;
}
#home-products-list ul li h3 {
	font-size:1.3em;
	height:3.4em;
	margin:0 2px 0 2px;
}
#home-products-list ul li .image {
	height:107px;
}
#home-products-list ul li .price-info {
	margin:0 2px 0 2px;
	height:3em;
}
#home-products-list ul li .price-info span.old-price {
	text-decoration:line-through;
}
#home-products-list ul li .price-info span.price {
	font-weight:bold;
	font-size:1.2em;
}
#home-products-list ul li .description {
	text-align:justify;
	margin:0 10px 0 10px;
	height:4.8em;
}
#home-products-list ul li .details {
	text-align:center;
	margin-bottom:7px;
}
#home-products-list ul li .details a {
	font-style:italic;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#55A546;
}
#home-products-list ul li.hover div.details a {
	font-style:italic;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	background:#55A546;
	color:#FFF;
}


/*************************/
/** Mot de passe oubliŽ **/
/*************************/
body#forgotten-password p.field-submit {
	padding-left:29%;
	display:block;
	margin-left:4px;
}
body#forgotten-password p.field-submit input {
	margin-left:0; /* fix IE 6 7 position */
}


/****************************/
/**    Compte Client        */
/****************************/
body#modify-account label .required {
	color:#f00;
}
.customer-authentication #customerError {
	color: red;
	font-size:11px;	
}
body#modify-account .save-informations {
	margin-top:7px;
	margin-left:40%;
}
body#modify-account .save-informations .button-like {
	margin-left:4px;
}
body#modify-account .delivery-address .edit-shipping-address-buttons {
	margin-top:5px;
}
body#modify-account .delivery-address .edit-shipping-address-buttons .cancel,
body#modify-account .delivery-address .edit-shipping-address-buttons .save {
	float:left;
}
body#modify-account .delivery-address .edit-shipping-address-buttons .cancel {
	width:40%;
	text-align:right;
}
body#modify-account .delivery-address .edit-shipping-address-buttons .save {
	padding-left:4px;
}
body#modify-account .shipping-address-block {
	width:45%;
	margin:7px 0 10px 0;
}
body#modify-account #shipping-addresses .odd {
	margin-right:10%;
}
body#modify-account .shipping-address-block {
	float:left;
}
body#modify-account .shipping-address-block li.modify,
body#modify-account .shipping-address-block li.delete {
	float:left;
	padding-top:5px;
	padding-right:7px;
}
body#modify-account .shipping-address-block li.label {
	font-weight:bold;
}
body#modify-account form.addresses input.button-like:hover {
	border-color:#000;
}
body#modify-account form.addresses p.field label {
	width:40%;
}


/*******************************************/
/** Tableau de consultation des commandes **/
/*******************************************/
table.orders-table {
	width:520px;
	border-collapse:collapse;
	table-layout:fixed;
	margin-bottom:30px;
}
table.orders-table thead tr th {
	height:3em;
	padding:5px 3px;
	background:none;
	vertical-align:middle;
	font-size:12px;
}
table.orders-table tr td {
	vertical-align:middle;
	padding:7px 3px;
	text-align:center;
}
table.orders-table tr.odd td {
	background:#F0F0F0;
}
table.orders-table tr .remove {
	width:24px;
	float:none;
	background:none;
	height:auto;
	cursor:default;
}
table.orders-table tr .description {
	font-weight:bold;
	text-align:left;
}
table.orders-table tr .reference {
	width:144px;
}
table.orders-table tr .price {
	width:110px;
}
table.orders-table tr .tax {
	width:70px;
}
table.orders-table tr .quantity {
	width:104px;
}
table.orders-table tr .detail {
	text-align:right;
}