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

.productDetail {
	overflow: auto;
	padding: 7px 0;
	margin-top:10px;
	margin-bottom:10px;
}
.productDetail .blocdescription {
	font-size: 16px;
	font-weight: bold;
}
.productDetail table.blocprice {
	border-collapse:collapse; 
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	margin-top:7px;
	float: right;
}
.productDetail .postContent {
	overflow: auto;
	width: 100%;
}
.productDetail h2 {
	font-size: 16px;
	font-weight: bold;
}
.productDetail .blocprice td {
	padding: 5px;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;

}
.productDetail .blocprice td.price {
	font-style: italic;
	width: 100px;
}
.productDetail .blocprice td.optionname {
	font-weight: bold;
	font-size: 14px;
}
.productDetail .blocprice td.buynow {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.productDetail .blocprice td.buynow a{
	width: 75px;
	font-size: 12px;
	padding-top: 3px;
	text-decoration: none;
	color: #FFF;
	display: block;
	text-align: center;
	height: 17px;
	line-height: 13px;
	background-color: #6b6b6b;
	vertical-align: middle;
}
.productDetail .blocprice td.buynow a:hover{
	color: #424242;
	background-color: #cccccc;
}
.productDetail .blocprice td.plusline{
	height:1px;
	background-color: #f3f3f3;
	font-size: 1px;
}
.productDetail 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 {
	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;}



#cart-table {
	width: 100%;
}
#cart-table tr{
	height: 3em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#cart-table .qty {
	text-align: center;
	vertical-align: middle;
	width: 7%;
	font-size: 2em;
}
#cart-table .lessmore{
	text-align: left;
	width: 25%;
	font-size: 0.9em;
	vertical-align: middle;
	color: #666666;
}
#cart-table .lessmore a{
	color: #666666;
}
#cart-table .description em {
	color: #FF9900;
}
#cart-table .description strong {
	font-size: 1.4em;
}
#cart-table input {
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	font-size: 1em;	
}

#cart-total {
	width: 470px;
}
#cart-total tr{
	height: 3em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#cart-total .col1 {
	text-align: left;
	vertical-align: middle;
	width: 75%;
	font-size: 1.2em;
}
#cart-total .col2{
	text-align: right;
	vertical-align: middle;
	width: 25%;
	font-size: 1.4em;
	color: #FF9900;
}
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;
}
#billto h3, #shipto h3, #total h3, #payment h3{
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;

}


/******************************************/
/** 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 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;
}
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 ***/
.productDescription {
	font-size: 16px;
	font-weight: bold;
	width:160px;
	overflow:hidden;
}
.productImg{
	padding-right:5px;
	height:80px;
}

.productLabel{
	text-decoration:none;
}
.productPrice {
	font-style: italic;
	width: 150px;
}
.productDetailLink  {
	width:50px;
}
.productDetailLink a {
	font-style: italic;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color : #55A546;
}
.productDetailLink :hover{
	font-style: italic;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	background : #55A546;
	color : #FFF;
}
.productCol{
	border-color:#CDCDCD;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	width:160px;
	overflow:hidden;
}