

table#cart {
	width: 100%;
	padding: 0;
	border-spacing:0;
}

table#cart th,
table#cart td {
	padding: 5px;
	horizontal-align: center;
	vertical-align: middle;
}
table#cart th {
	background:#CFCAB8;
	color: DarkBlue;
}
th#image, td#image {
	width: 60px;
}

th#description,td#description {

}

th#qty, td#qty {
	width: 10%;
}

th#price, td#price {
	width: 10%;
	text-align: right;
}

#stdPrice {
	font-size: small;
	text-decoration: line-through;
	opacity: 0.6;
}
th#total, td#total {
	width: 15%;
	text-align: right;
}

th#delete, td#action {
	width: 10%;
}


tfoot td {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CFCAB8;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	height: 1.5em;
}

.noborder {
	border: 0;
}

td.nobold {
	font-weight: normal;
	padding: 0.2em;
	line-height: normal;
}

td#info {
	width:60%;
	background: #EEEEEE;
	border-radius: 10px;
	padding: 15px;
	line-height: 1.2em;
}

em.order {
	font-size: 0.9em;
	color: orange;
}

p.order {
	margin: 0;
	padding: 1em 0 1em 0;
	font-size: 10px;
}

form.order {
	display: inline;
}
input#increase.order, input#decrease.order {
	font-size: 14px;
	color: DarkBlue;
	font-weight: bold;
	cursor: pointer;

	border: 0;
	background: transparent;

}

input#delete.order {
	cursor: pointer;
	font-size: 10px;
	color: DarkBlue;
	font-weight: bold;

}

/* STEPS */
.block_bc {
	margin: 20px auto 25px;
	width: 90%;
	border: 1px solid #838383;
	height: 75px;
	border-radius: 10px;
}

.block_bc ul.context {

	padding:0;
}

.block_bc li div {
	height: 24px;
	position: relative;
	text-align: center;
}

.block_bc li {
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
	width: 20%;
	float: left;
}

.block_bc li .numStep {
	background: url("images/bg_step_off.png") no-repeat scroll 1px 6px transparent;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 auto 5px;
	padding-top: 5px;
	text-decoration: none;
	width: 20px;
}

.block_bc li.on .numStep {
	background: url("images/bg_step_on.png") no-repeat scroll 1px 6px transparent;
}

.block_bc .on .title {
	color: DarkBlue;
	display: block;
	font-weight: bold;
}

.block_bc .off input {
	text-decoration: underline;
	border: 0;
	background: none;
	cursor: pointer;
	margin: 0;
	font-size: 15px;
	color: DarkBlue;
	line-height: 13.6px;
}

.block_bc .off a em.numStep {
	color: DarkGoldenrod;
	text-decoration: none;

}

.block_bc li .bcChevron {
	background: url("images/bg_chevron.png") repeat-x scroll right top transparent;
	display: block;
	height: 52px;
	position: absolute;
	right: -14px;
	text-indent: -5000px;
	top: 0;
	width: 14px;
	z-index: 1;
}

/* Modes de payments */

div.paymentmode {
	float: left;
	width: 100px;
	margin: 10px 30px 20px 40px;
	text-align: center;
}

img#imageconsultus {
	float: left;
	margin: 20px;
}

div#consultus {
	margin: 20px;
	width: 600px;
}

div#consultusbutton {
	text-align: right;
	width: 600px;
}

/* Adresses */


div#addresses #invoice, div#addresses #delivery {
	font-size: 0.9em;
	position: relative;
	float: left;
	margin-right: 1em;
	width: 300px;
}

div#addresses input {
	margin: .5em auto 0 auto;
	width: 100px;
}

/* paiement */
div#resume {
	float: left;
	width: 300px;
	background-color: #eeeeee ;
	padding: 10px;
	margin-bottom: 40px;

}

div#explain {
	float: left;
	margin-left: 2em;
	font-size: 1.2em;
	width: 440px;

}

/*
div#explain p#validbutton {
	text-align: right;
	font-size: 1.2em;
}
*/

div#explain p#title {
	font-size: 1.2em;

	font-weight:bold;
}

/*
p#validbutton {
	font-weight:bold;
	font-size: 13px;
	background: #999999 ;
	color: white;
	padding: 5px;
	width: 60px;
	margin-left: 210px;
	text-align:center;
}
*/
.clearfix {
	clear: both;
}

/* Cartes bancaires */
form#form_cb {
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	display: block;
	padding: 10px;
}

form#form_cb label {
	width: 180px ;
	display: inline-block;
	font-size: 12px;
	height: 25px;
}

form#form_cb label:after {
	content: '*';
	color: red;
}

form#form_cb #explain {
	width: 250px;
	font-style: italic ;
	color: DarkGray;
	float: right;
	margin-left: 100px;
	font-size: 11px;
}

form#form_cb button {
	clear: both;
	display: block;
	width: 100px;
	margin: 24px auto;
}
form#form_cb .cards {
	overflow: hidden;
	list-style: none outside none;
	margin-left: 155px;
}

form#form_cb .cards li {
	background-image: url("images/card_logos.png");
	background-position: 0 0;
	float: left;
	height: 32px;
	margin-right: 8px;
	text-indent: -9999px;
	transition: all 0.2s ease 0s;
	width: 51px;
}


form#form_cb .cards .visa.off {
	background-position: 0 32px !important;
}

form#form_cb .cards .mastercard {
	background-position: 153px 0;
}


.cards .mastercard.off {
	background-position: 153px 32px !important;
}

form#form_cb span.valid {
	background: url("images/tick.png") no-repeat scroll 0 3px transparent;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-left: 5px;
}