.productDetail {
	overflow: auto;
border-radius: 10px 10px 10px 10px;
	padding: 7px;
	margin-top:10px;
	margin-bottom:10px;
        border: 2px solid #DDDDDD;
}
.productDetail .blocdescription {
	font-size: 16px;
	font-weight: bold;
}
.productDetail table.blocprice {
	border-collapse:collapse; 
	background-color: #fff;
	border: 0;
	margin-top:7px;
	float: right;
}
.productDetail h2 {
	font-size: 15px;
	font-weight: 500;
}
.productDetail h2 a {
	text-decoration: none;
}
.productDetail .blocprice td {
	padding: 10px;
	border:0;
}
.productDetail .blocprice td.price {
	font-style: normal;
        font-size: 16px;
        font-weight: bold;
        color: #111;
}
.productDetail .blocprice td.optionname {
	font-style: bold;
        font-size: 15px;
        color: #111;
}
.productDetail .blocprice td.buynow {
	font-size: 16px;
	text-align: center;
	vertical-align: 1px;
}
.productDetail .blocprice td.buynow a{
  background:#d3550b;
  border:1px solid #8e3200;
  color:#fff;
  cursor:pointer;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
}
.productDetail .blocprice td.buynow a:hover{
  background:#d3550b;
  border:1px solid #8e3200;
  color:#fff;
  cursor:pointer;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
}
.productDetail .blocprice td.plusline{
	height:1px;
	background-color: #BBBBBB;
	font-size: 1px;
}
.productDetail img.product{
padding-right:5px;
float:left;
}
product-text {
}

/* Boite liste de produits */
.productInList {
	width:30%;
	height:100%;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align:center;
    border: 2px solid #ddd;
}
.productInList .blocdescription {
	font-size: 16px;
        color: #2a2a2a;
        font-weight: normal;
}
.productInList .blocdescription a {
	text-decoration: none;
        color: #2a2a2a;
        font-weight: normal;
        font-size: 14px;
}
.productInList .price {
	font-style: normal;
	margin-bottom:6px;
	margin-top:3px;
        font-size: 15px;
        color: #111;
        font-weight: bold;
}
.productInList .buynow a{
  background:#d3550b;
  border:0px solid #8e3200;
  color:#fff;
  cursor:pointer;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
}
.productInList .buynow a:hover{
  background:#d3550b;
  border:0px solid #8e3200;
  color:#fff;
  cursor:pointer;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
}
td.productInList { vertical-align:bottom }
/*Widget panier */


#cart-form { padding-top: 10px; }

#cart-form h3 {
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
	color: 2a2a2a;
}

#cart-form fieldset p { padding: 5px 0; /*margin: 0 0 0 30%;*/ }
#cart-form fieldset p.field { padding: 5px 0; width: auto; margin: 0; clear: left; }
#cart-form p.form-help { width: 60%; margin: 0 0 0 30%; font-style: italic; }

#cart-form p label { width: auto; }
#cart-form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
#cart-form input, #cart-form textarea {
	font: 1em Arial,sans-serif;
	color: #005D99;
	border: 1px solid #666666;
	padding: 1px 2px;
	font-size: 1em;	
	width: 60%;
}

#cart-form select,#cart-review select {
	border: 1px solid #CDCDCD;
}

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


#cart-form input[type=radio] {
	border: 0px;
	width: auto;
}

#cart-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 140px;
}
#cart-form #submit {
  background:#00C3EF;
  border:1px solid #343232;
  border-radius: 10px 10px 10px 10px;
  color:#fff;
  cursor:pointer;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
}
#cart-form #submit:hover {
  background:#59E0F2;
  border:2px solid #343232;
  color:#fff;
  cursor:pointer;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
}
#cart-table {
	width: 100%;
}

#cart-table 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: 1em;
	font-weight: bold;
}
#cart-table .lessmore{
	text-align: left;
	width: 25%;
	font-size: 0.9em;
	vertical-align: middle;
	color: #666666;
	margin-right: 30px;
}
#cart-table .lessmore a{
	color: #666666;
}
#cart-table .description em {
	color: #9A9A9A;
}
#cart-table .description strong {
	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: #9A9A9A;
}
div#cart {
padding-bottom:1px;
} 
#cart a {
	margin-left: 5px;
	font-size: 1em;
	text-align: center;
	color: #FF9900;
	display: block;
	/*height: 1.5em;*/
	margin-right: 5px;
	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;

}
#new-product {
  margin-bottom: 20px;
}
#main.bill {
margin:0 0 0 0;
}

.imagesProduct {
  float: left;
}