/*---------------------------------------------------------------*/

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



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

}