/*---------------------------------------------------------------*/
/* Boite dtail d'un produit sur un billet */

.category-product {
	overflow: auto;
	padding: 7px;
	margin-top:0;
	margin-bottom:10px;
	border-bottom: 1px solid #e1dacb;
	clear: both;
}
.category-product .blocdescription {
	font-size: 16px;
	font-weight: bold;
}
.category-product img {
	float: left;
	padding: 3px;
	border: 1px solid #FFF;
}
.category-product img:hover {
	float: left;
	border: 1px solid #11b9b0;
	-moz-border-radius: 4px;
}

.category-product h2 {
	font-size: 16px;
	font-weight: bold;
}
.post .category-product .productTitle a {
	display:block; float:right;
	width: 450px;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #00a79e;
	background:#bfe9e7;
	border: 1px solid #8eafad;
	-moz-border-radius: 4px;
	
}
.post .category-product .productTitle a:hover {
	background:#e1dacb;
	text-decoration: none;
	color : #300005;
	border: 1px solid #a9856c;
}

.category-product h2, .hproduct h2 {
	font-size: 1.5em;
	margin-top: 15px;
	padding: 5px 0;
	background: url(img/gradient.jpg) top right repeat-y #bfe9e7;
	-moz-border-radius: 4px;
}

.category-product h2 a, .category-product h2 a:visited, .hproduct h2 a, .hproduct h2 a:visited {
	display:block;
	/*background:#bfe9e7;*/
	padding: 5px;
	color : #00b4aa;
	text-decoration:underline;
}
.category-product h2 a.url, .hproduct h2 a.url {
	color : #300005;
}
.category-product h2 a.url:hover {
	color : #00b4aa;
}

img.photo, .hproduct .left-block img {
	padding: 3px;
	border: 1px solid #bfe9e7;
	-moz-border-radius: 8px;
	margin: 0 10px;
	background: white;
	margin: 5px;
}
img.photo:hover, .hproduct .left-block img:hover {
	padding: 2px;
	border: 2px solid #bfe9e7;
	background: #bfe9e7;
}
 
.category-product .postContent {
	clear:both;
	margin-top: 5px;
}

.category-product table.blocprice {
	border-collapse:collapse; 
	background: #f6f4f0;
	margin: 0 0 8px 10px;
	float: right;
	background: url(img/fond-title-sm.jpg);
	height: auto;
}
.category-product .post-price table.blocprice {
	border-collapse:collapse; 
	background: none;
	margin: 0;
}
body#product .left-block {
	width:258px;
	float:left;
}
body#product .right-block {
	width:360px;
	float:right;
	text-align:right;
}
body#product .right-block .attributes li {
	list-style:none;
	padding-bottom:8px;
	padding-top: 4px;
}
body#product .right-block .attributes li label {
	display:inline-block;
	width:160px;
	line-height:20px;
	font-weight:bold;
}
body#product .right-block .attributes li select {
	width:140px;
	border:1px solid #CDCDCD;
}
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 #buy-now a {
	background-color:#E1DACB;
	color:#000;
	display:inline-block;
	font-size:12px;
	height:17px;
	line-height:13px;
	margin: 5px 0 0 0;
	padding:3px 4px 0 4px;
	text-decoration:none;
}
body#product .description {
margin-top:10px;
}
body#product .description  ul{
	margin-left:12px;
}
.post .category-product img.product{
	padding-right:5px;
	float:left;
}

product-text {
}

/* Boite liste de produits */
.productInList {
	width:30%;
	height:100%;
	padding-bottom: 5px;
/*	margin-left:3px;
	margin-bottom:3px;
	border-collapse:collapse; 
	background-color: #FFFFCC;
	border: 1px solid #FFFF66;*/
	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 {

}



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;}


/*******************************/
/** Table panier              **/
/** Table liste des commandes **/
/*******************************/
table.cart-table,
table.orders-table {
	width:635px;
	border-collapse:collapse;
	table-layout:fixed;
	margin-bottom:30px;
}
table.cart-table thead tr th,
table.orders-table thead tr th {
	height:3em;
	padding:5px 3px;
	background:none;
	vertical-align:middle;
	font-size:12px;
}
table.cart-table tr td,
table.orders-table tr td {
	vertical-align:middle;
	padding:7px 3px;
	text-align:center;
}
table.cart-table tr.odd td,
table.orders-table tr.odd td {
	background:#E1DACB;
}
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 {
	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.discount-error td {
	width: 100%;
}


/*************************************/
/** Table de la liste des commandes **/
/*************************************/
table.orders-table th.first,
table.orders-table td.first {
	text-align:left;
	width:200px;
}
table.orders-table th.amount,
table.orders-table td.amount,
table.orders-table th.state,
table.orders-table td.state {
	text-align:left;
}
table.orders-table th.last,
table.orders-table td.last {
	text-align:right;
	width:90px;
}


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:25%;
	float:left;
}
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#order-addresses #content .validate-order {
	width:40%;
}
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:#E1DACB;
	border-color:#404040;
	color:#404040;
	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;
}

/** Page de choix du paiement **/
body#order-addresses label .required {
	color:#f00;
}
body#order-addresses span.error {
	margin-top:0;
	margin-bottom:2px;
}
body#order-addresses #content .billing-address fieldset .radio{
	height: 30px;
}
body#order-addresses #content .billing-address fieldset #billingSameAsDeliveryTrue,
body#order-addresses #content .billing-address fieldset #billingSameAsDeliveryFalse {
	width: 20px;
}

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 4%;
	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-addresses #content .modify-delivery {
	width:35%;
	float:left;
}
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 4%;
	float:left;
	background:none;
	height:auto;
	margin:7px 0;
}
body#order-payment #content .modify-coordinates .button-like {
	width: 40%;
	color: #000000;
}
body#order-payment table.cart-table tr.discount td input {
	border:1px solid #CDCDCD;
	padding:1px 2px;
	width:80px;
	text-align:right;
}
.newsletter .field-submit #nl_submit {
		background:#F0F0F0;
		border-color:#CDCDCD;
		color:#000;
		width:30%;
		cursor: pointer;
}
div#cart {
	padding-bottom:10px;
} 
#cart a {
	margin-left: 10px;
	font-size: 1.4em;
	text-align: center;
	color: #FF9900;
	display: block;
	height: 1.5em;
	margin-right: 50px;
	text-decoration: none;
}
#cart a:hover {
 text-decoration: underline;
}

div#billto, div#shipto, div#total,div#payment, div#address, div#help {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#address,div#billto {
	float:left;
	width:49%;
}
div#shipto {
	clear:both;
}


span.TotalPrice {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #C60000;
}
#cart-table span#orderTotalPrice, #cart-table span.currencyTotalPrice {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #C60000;
}

#cart-table .greyTxt {
	color: #999;
}
#cart-table .tableHR {
	border-top: 1px solid  #c9b4ae;
	height:auto;
}

/******************************************/
/** Styles gĂ©nĂ©raux pour les formulaires **/
/******************************************/
form h3 {
	font-size: 1.6em;
	color: #277621;
	border: 0;
	border-bottom: 2px dotted #277621;
	padding: 5px;
	margin: 15px 0 8px 0;
}
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, form label {
	width: auto;
	cursor:pointer;
}
form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
form p.field-submit,
form fieldset p.field-submit {
	margin-left:29%
}
form input, form textarea {
	font: 1em Arial,sans-serif;
	color: #277621;
	border: 1px solid #CDCDCD;
	background: #f8f4ed;
	padding: 3px 2px;
	font-size: 1.2em;	
	width: 60%;
	-moz-border-radius: 4px;
}
#agreeWithTerms {
	width: auto;	
}
.price-and-details .details {
	font-weight:bold;
}
form input:hover, form textarea:hover {
	border: 1px solid #52150d;
}
form input:focus, form textarea:focus {
	border: 1px solid #277621;
	background: none;
}


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) */

.alert1 {
	margin: 5px 0 10px 0;
	color: #FF0000;
	font-weight: bold;
	padding: 5px;
	border: 2px solid #FF0000;
	-moz-border-radius: 20px;
}

span.fieldErrorNotification {
	display: block;
	color: #FF0000;
	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;
	margin-left: 50px;
}
form fieldset p.field label.radio {
	float: left;
	width: auto;
	text-align: left;
	margin: 0 8px 0 2px;
	cursor:pointer;
}
form p.agreeWithTerms input  {
	float: left; width: 20px;
}
form p.agreeWithTerms label.agreeWithTerms {
	float:none; display:inline;
	width: auto;
	text-align: left;
	margin: 0 8px 0 2px;
	cursor:pointer;
}

/*** Produit de la Home ***/

.productImg{
	height:100px;
	padding: 3px 0 5px 0;
}
.productImg img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.productImg img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.productLabel{
	text-decoration:none;
}

#home-products-list .hproduct{
	width:175px;
	text-align: center;
	overflow:hidden;
	vertical-align:top;
	padding: 2px 8px;
	margin: 5px 5px 0 0;
	font-weight: bold;
	border: 2px solid #11b9b0;
	vertical-align:top;
	-moz-border-radius: 8px;
	float: left;
}
#home-products-list .hproduct h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0;
	overflow:hidden;
}
#home-products-list .hproduct h3 a {
	color : #00a79e;
	display:block;
	background: #bfe9e7;
	border: 1px solid #bfe9e7;
	-moz-border-radius: 3px;
	height: 35px;
	
}
#home-products-list .hproduct h3 a:hover {
	color : #300005;
	background: #e1dacb;
}
#home-products-list .hproduct .image {
	min-height: 120px;
	height: 120px;	
}
#home-products-list .hproduct .price-info {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	min-height: 40px;
	height: 40px;
}
#home-products-list .hproduct .price-info .old-price {
	text-decoration: line-through;
	font-weight: normal;
}
#home-products-list .hproduct .description {
	color : #8a6359;
	font-weight: normal;
	min-height: 35px;
	height: 35px;
}
h2.gradient {
	margin: 10px;
}
#accountCreationTrue, #accountCreationFalse{
	width:20px;
}
