#contenu {
	width: 730px;
	min-height: 720px;
	border: none;
	border-right: solid 1px #dddddd;
}
#contenu #etapes {
	margin: 20px;
	margin-left: 60px;
}
#commande {
    position: relative;
}
#commande a.valider, button.valider, #commande a.poursuivre, #commande .etape, #commande .etapeon {
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    font-variant: small-caps;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#commande a.valider, button.valider {
    margin-right: 6px;
    color: #FFFFFF;
    font-size: 1.1818em;
    border: solid 2px #E5E5E5;
    background-color: #FF7F00;
	cursor: pointer;
    float: right;
}
#commande a.valider:hover, button.valider:hover {
    color: #B30838;
    background-color: #F7F7F7;
}
#commande a.poursuivre, #commande .etape {
    color: #336699;
    font-size: 1.0909em;
    border: solid 2px #DDDDDD;
    background-color: #F7F7F7;
}
#commande a.poursuivre:hover {
    color: #003D79;
    border-color: #CCCCCC;
}
#contenu #etapes {
	display: block;
	overflow: hidden;
}
#contenu #etapes li {
	margin-right: 6px;
	line-height: 20px;
	color: #333333;
    font-size: 1.0909em;
	list-style-position: inside;
	background-color: #f8f2e3;
	border: solid 1px #cccccc;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	float: left;
}
#commande .etapeon {
	color: #b30838 !important;
	font-weight: bold;
    border: solid 2px #E5E5E5;
    background-color: #FF7F00;
}
#contenu #formPanier {
	clear: both;
}
#formPanier fieldset {
	margin: 4px !important;
	padding: 8px !important;
	color: #333333;
	font-variant: small-caps;
	border: solid 1px #c8ad89 !important;
}
#formPanier fieldset legend {
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: #333333;
	font-weight: bold;
	font-variant: small-caps;
	border: solid 1px #c8ad89 !important;
}
#formPanier.fp div {
	display: block;
	margin-top: 6px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}
#formPanier button.btn {
	padding: 1px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #fffef2;
	border: solid 2px #c8ad89;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
}
#formPanier table {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
#formPanier table thead th {
	padding: 4px;
	text-align: center;
	color: #333333;
	font-variant: small-caps;
	background-color: #f8f2e3;
	border: solid 1px #c8ad89;
	border-right: solid 1px #c8ad89;
}
#formPanier table tbody td {
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	color: #333333;
	line-height: 10px;
	border: solid 1px #c8ad89;
	border-top: none;
	border-bottom: dotted 1px #c8ad89;
}
#formPanier table tbody tr:first-child td {
	border-top: dotted 1px #c8ad89;
}
#formPanier table tbody tr:last-child td {
	border-bottom: solid 2px #c8ad89;
}
#formPanier table tbody tr.first td {
	background-color: #fefefd;
}
#formPanier table tbody tr.second td {
	background-color: #fffcf2;
}
#formPanier table tfoot td {
	color: #333333 !important;
	border-width: 2px;
}
#formPanier table tfoot tr.first td {
	background-color: #fffef2;
}
#formPanier table tfoot tr.second td {
	background-color: #fff7ec;
}
tr.txtpromo td {
	border-top: solid 2px #c8ad89 !important;
	border-bottom: solid 1px #c8ad89 !important;
}
tr.promo td, tr.txtpromo td {
	background-color: #fff9e6;
	background-image: url('../images/boutique/fond-promo.png');
	background-position: left center;
}
#formPanier table tbody td.prix {
	text-align: right;
}
#formPanier table tbody td.quantite {
	text-align: center;
}
#formPanier table tbody td img {
	margin: 0;
	padding: 2px;
}
.produit, .prix, .prix_total {
	padding-top: 12px !important;
}
.prix, .prix_total {
	padding-right: 6px !important;
	text-align: right !important;
}
.produit h1 {
	font-size: 1.2em;
}
.produit p {
	font-weight: normal;
}
.quantite input {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	font-weight: bold;
	background-color: #fefefe;
	-moz-border-radius: 6px;
}
.quantite a {
	display: block;
	width: 16px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-rightx: auto;
	padding: 2px;
	line-height: 10px;
	text-align: center;
	font-style: normal !important;
	font-weight: bold !important;
	text-decoration: none;
	-moz-border-radius: 6px;
}
.quantite a.plus, .quantite a.plusPromo {
	margin-right: 4px;
	color: #333333 !important;
	border: solid 1px #afbd22;
	float: right;
}
.quantite a.plus:hover, .quantite a.plusPromo:hover {
	color: #ffffff !important;
	background-color: #afbd22;
}
.quantite a.moins, .quantite a.moinsPromo {
	margin-left: 4px;
	color: #333333 !important;
	border: solid 1px #f08b1d;
	float: left;
}
.quantite a.moins:hover, .quantite a.moinsPromo:hover {
	color: #ffffff !important;
	background-color: #f08b1d;
}
#soustotal, #totalTTC, #frais2port {
	text-align: right;
	padding-right: 6px !important;
}
.total {
	border: solid 1px #cfc9c0;
	background-color: #fff7ec;
}
.totalFP {
	border: solid 1px #cfc9c0;
	background-color: #fffef2;
}
#produit #infos .box, #produit .column {
    width: 180px;
    padding: 6px;
    padding-top: 4px;
    padding-bottom: 6px;
    float: left;
    border-bottom: solid 1px #999999;
    background-color: #FFFFFF;
}
#produit .column {
    width: 32%;
    margin-top: 4px;
    margin-left: 4px;
    padding: 0;
    float: left;
    clear: none;
    border: solid 2px #dddddd;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
#produit .accessoires {
    border-top: solid 1px #DDDDDD;
}
#produit .accessoires .vignette {
    margin-top: 4px;
    margin-right: 4px;
    text-align: center;
    float: left !important;
}
#produit .accessoires .vignette img {
    padding: 2px;
    border: solid 1px #DDDDDD;
}
#produit .accessoires .vignette a.btn {
    display: block;
    margin-left: 0;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}
#produit .accessoires p {
    padding: 6px;
    margin-top: 0;
    margin-left: 0;
    line-height: 1.4545em;
    text-align: left;
}
#produit #infos h3 {
    margin:0;
    margin-bottom: 4px;
    padding: 0;
    color: #222222;
    text-align: left;
    font-size: 1.0909em;
    border-bottom: none;
}
#produit #infos .textbox h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-variant: small-caps;
    font-size: 1.4545em;
    clear: both;
}
#produit #infos a {
    color: #B30838;
}
#produit #infos .box h4, #produit .accessoires h3 {
    margin: 0;
    margin-top: 6px;
    margin-bottom: 2px;
    padding: 0;
    color: #333333;
    text-align: left;
    border-bottom: none;
}
#commande #droite {
	position: absolute;
	width: 220px;
	top: 0;
	right: 0;
	font-size: 0.915em;
}
