#axscart {
	/* CONTENEUR PRINCIPAL DU SHOPPING CART */
	color:gray;
	font-size:1em;
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	
}

#axscart a {
	color:gray;
}

.hz {
	/* horizontal gray separator */
	border-bottom:4px solid #E6E6E6;
	height:1px;
	margin:6px 0 16px 0;
}
.hz2 {
	/* horizontal gray separator */
	border:1px solid #ccc;
	margin:0 0 16px 0;
	width:945px;
	float:left;
	clear:both;
}

#axscart a:hover {}

#axscart a:visited {}

/* SHOPPING CART TABLE DISPLAY */
#axscart table.tableitems {width:945px;}
#axscart table.tableamounts {width:945px;}
#axscart table.tablebutton {width:945px;}
#step3 #axscart table.tableamounts{width:945px}
#axscart TBODY {
	vertical-align:top;
}

tr.cart-item-row{color:#666;}

/* CART TABLE CELLS*/
#content .cart-item-row TD {	border-bottom:10px solid white;	vertical-align:middle}
#content .bg { 
	padding:6px 0 0 0;
	background-color:#e6e6e6; 
	height:41px;
	line-height:16px;
}
#content .bold { font-weight:bold; }

.cart-summary td {
	/*padding: 2px 10px 0px 0px;*/
}


.cart-item-row input{border: 1px solid #ccc; width:23px; height:13px; font-size:11px; font-weight:bold; color:#666666; text-align:center; margin:3px 0 0 0; padding:0; border-spacing:0; space:0;}


.main-title {
	color:red;
	font-size:2em;
}

.add-item {
	/* voir style base*/
}

.delete-item,
.checkout {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bolder;
	height:47px;
	display:block;
	padding-left:16px;
	cursor:pointer;
}
.checkout{padding-top:15px; height:32px;background-color:#66CCFF;}
.checkout img{margin-right:5px;}

/* CHECKOUT FORMS */
#checkout-wrap {
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 auto;
	min-height:500px;
	padding:0;
}

#steps {
	color:gray;
	height:31px;
	line-height:31px;
/*	margin-bottom:5px;*/
}

#icon-step1,
#icon-step2,
#icon-step3,
#icon-step4,
#icon-step5 {
	float:left;
	left:5;
	display:inline-block;
	width:175px;
	height:29px;
	padding-left:5px;
}

#step-list{margin:0; padding:0; clear:both; width:100%; height:21px;}
#step-list li{display:block; list-style-type:none; padding:0; float:left; margin:0 32px 0 0;}
#step-list li img{float:left; border:none;}
#step-list li span, #step-list li a span{float:left; display:block; height:18px; padding-top:3px;}

#step-list li a span{cursor:pointer;}

.step-label {
	color:#999999;
	padding:0 0 0 6px;
	font-size:12px;
	margin:0;
}

.step-label-on {
	color:#66ccff;
	padding:0 0 0 6px;
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.step-label-lnk {
	color:#666666;
	padding:0 0 0 6px;
	font-size:12px;
	font-weight:bold;
	margin:0;
}


.step-num {
	color:#f7530b;
	font-size:2em;
}

.icon-on  {
	background-color:#444444;
} 

.icon-off  {
	background-color:#999999;
}

.step-on {
	display:visible;
}

.step-off {
	display:none;
}


#checkout-content {
	width:600px;
}

#checkout-content .section-title{
float:left;
clear:both;
margin-bottom:9px;
width:100%;
}
#checkout-content .first{margin-top: 15px;}

#checkout-content .section-title H3 {
	margin:0;
	padding:0;
	padding-left:5px;
}

#checkout-content .verif-title{
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:10px;
}

#checkout-content .verif-title H3 {
	margin:0;
	padding:0;
}


#checkout-content .line {width:300px; float:left; height:50px;}
#checkout-content .line span{float:left; clear:both;}

#recu {clear:both}

#checkout-content LABEL {
	color:#666666;
	width:200px;
	float:left;
	clear:both;
}
#checkout-content LABEL.error {
	color:red;
}
#checkout-content LABEL.confirm-label{clear:left; margin-right:20px; width:auto;}

#checkout-content input, #checkout-content select {
	background-color:#FCFCFC;
	border:1px solid #CFCFCF;
	font-size:11px;
	margin-bottom:15px;
	float:left;
	clear:both;
	width:90%;
}
#checkout-content input.confirm-checkbox{width:50px; clear:right; margin-top:2px; background-color:none; border:none;}

#checkout-content input.error {
	border:1px solid #f7530b;
}

#checkout-content select.error {
	border:1px solid #f7530b;
}


.errnotice {
	color:red;
}


#checkout-footer {
	line-height:1.5em;
	margin:0px;
	text-align:left;
	background-color:black;
	position:fixed;
	right:0px;
	bottom:0px;
	width:99%;
	height:45px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

#checkout-footer a {
	color:#f7530b;
}



.alignright {
	position:relative;
	float:right;
	right:5px;
	top:-15px;
	font-size:0.8em;
}
