span.checkout_title {
	display: block;
	line-height: 57px;
	height: 57px;
	padding: 0 10px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	background: url(../ximg/back_label.gif) repeat-x top left;
	margin-top: 3px;
}

form#acc_form {
	text-align: left;
}

form#acc_form h2 {
	font-weight: bold;
	padding: 5px 15px;
	display: block;
	color: #D83953;
	font-size: 18px;
	height: 35px;
	background: url(../ximg/global/content_sep.gif) no-repeat bottom left;
}

form#acc_form table {
	margin: 5px 15px;
	width: 765px;
	/*border: 1px solid gray;*/
}

form#acc_form table td{
	padding: 5px;
	border-bottom:1px dotted gray;
}

a.content_button {
	display: block;
	height: 21px !important;
	background: url(../ximg/global/back_button.png) repeat-x top left;
	color: white;
	font-size: 11px;
	position: relative;
	border: 0;
	width: 80px;
	text-align: center;
	font-weight: bold;
	left: 670px;
	margin: 10px 0;
	padding-top: 4px;
}

a.content_button.cancel {
	position: absolute;
}

a.content_button img.left{
	position: absolute;
	left: -25px;
	top: 0;
}

a.content_button img.right{
	position: absolute;
	right: -25px;
	top: 0;
}

/*------------------------ SUIVI -------------------------*/

ul.navig_list_img {
	height: 19px;
	padding: 0;
	margin: 0;
}

ul.navig_list_img li{
	float: left;
	list-style-type: decimal;
	display: inline;
	text-align: center;
	color: #F27F7F;
	height: 19px;
	line-height: 18px;
	margin: 10px 20px !important;
	background: url(../ximg/checkout/back_list_navbar.gif) no-repeat left;
	width: 150px;
	height: 31px;
	line-height: 31px;
	padding: 0;
}

ul#pay_method_list.navig_list_img li {
	margin: 10px 15px !important; 
}

table.suivi_table {
	width: 760px;
	margin: 0 0 20px 10px;
}

table.suivi_table td{
	width: 190px;
	text-align: center;
	border: 1px dotted gray;
	border-top: 0;
	padding: 4px 0;
}

table.suivi_table td a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #E30000;
	margin: 0 4px;
}

table.suivi_table td a:hover{
	color: white;
	background-color: #F39999;
}

h2.cs_title {
	font-weight: bold;
	padding: 5px 15px;
	display: block;
	color: #D83953;
	font-size: 18px;
	height: 35px;
	background: url(../ximg/global/content_sep.gif) no-repeat bottom left;
}

table.suividetail_table {
	width: 760px;
	margin: 0 0 20px 10px;
}

table.suividetail_table td{
	width: 190px;
	text-align: center;
	border: 1px dotted gray;
	border-top: 0;
	padding: 4px 0;
}

table.suividetail_table tr.recap_labels td{
	background: black;
	color: white;
	font-weight: bold;
	text-align: center;
	border: 0;
}

table.suividetail_table td.prod_name{
	width: 450px !important;
}

span.title_cs {
	color: white;
	background-color: black;
	border-top: 1px solid white;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 10px;
	width: 740px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid white;
	position: relative;
}

span.title_cs a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #E30000;
	margin: 0 4px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	text-decoration: underline;
}

