/* CHECKOUT (MAIN COLUMN) ====================================================== */

#checkout { 
	margin: 0 0 10px 30px;
}

#checkout ol.opc { 
	float:left; 
	margin: 10px 0 10px 0; 
	clear:both; 
	width:100%;
}

#checkout .validation-advice {
	margin-top:-2px;
	margin-bottom:7px;
	/*color: #ebd3c1;*/
	color:#ff0000;
	font-size:11px;
}

#checkout form {
	float:left;
	width:100%;
	clear:both;
}


#checkout li { 
	float:left;
	width:100%;
	clear:both;
}

#checkout li.allow {
	
}

#checkout li.active {
	
}

#checkout li.last {
	
}

#checkout li .step-title { 
	/*border-right: solid 1px #da3a20; 
	border-left: solid 1px #da3a20;*/
	border-top: dotted 1px #da3a20;
	padding:5px; 
	background: url(../images/diffuseur_album_bg.gif);
}

#checkout li.active .step-title {
	border-bottom: dotted 1px #da3a20;
}

#checkout li.allow .step-title {
	cursor:pointer;
}

#checkout li.last .step-title {
	border-bottom: dotted 1px #da3a20;
}

#checkout li .step-title span.number { 
	width:12px; 
	background: #da3a20; 
	color:#fff; 
	font-size: 11px; 
	font-weight:bold; 
	float:left; 
	margin-right:10px;
	padding-left:5px;
}

#checkout li .step-title h3 { 
	font-size:12px;
	font-weight:bold;
	margin-top:1px;
	text-transform:uppercase;
	color: #da3a20;
}

#checkout li.active .step-title h3 {
	color:#000;
}

#checkout li.allow .step-title h3 {
	color:#da3a20;
}

#checkout li .step { 
	/*border-right: solid 1px #da3a20; 
	border-left: solid 1px #da3a20;*/
	padding:25px;
}

#checkout li.last .step {
	border-bottom: dotted 1px #da3a20;
}

#checkout li .step h4 { 
	margin: 7px 0 7px 0;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#da3a20; 
	clear:both;
}

#checkout li .step p { 
	font-size:12px;
	margin: 5px 0 5px 0;
}

#checkout li .step p.required { 
	
}


#checkout li .step ul { 
	list-style-image: url(../images/tracklist-bullet.gif);
	margin: 0 0 10px 15px;
}

#checkout li .step ul li{ 
}

#checkout li .step ul.form-list { 
	list-style:none;
	margin: 0;
}

#checkout li .step .buttons-set { 
	float:left;
	width:100%; 
	clear:both;
	padding:15px 10px 0 10px;
	margin-bottom:15px;
}

#checkout li .step .buttons-set button{
	float:right;
} 

#checkout li .step .buttons-set p { 
	float:left;
}

#checkout li .step .buttons-set a {
	float:left;
}

#checkout li .step input {
	margin:5px 0 5px 0;
}

#checkout li .step select {
	margin:5px 0 5px 0;
	font-size:11px;
	width:250px;
}

#checkout li .step input.radio {
	margin:5px 5px 5px 0;
}

input.input-text { 
	background:transparent url(../images/contactBg.jpg) no-repeat scroll left top;
	border:2px solid #da3a20;
	height:16px;
	padding-left:2px;
	margin-bottom:15px;
	width:250px;
}

input.input-text-small { 
	background:transparent url(../images/contactBg.jpg) no-repeat scroll left top;
	border:2px solid #da3a20;
	height:16px;
	padding-left:2px;
	margin-bottom:15px;
	width:175px;
}

input.input-text-tiny { 
	background:transparent url(../images/contactBg.jpg) no-repeat scroll left top;
	border:2px solid #da3a20;
	height:16px;
	padding-left:2px;
	margin-bottom:15px;
	width:50px;
}

#checkout li .step label { 
	margin:7px 0 3px 0 ;
	font-weight:bold;
}

#checkout li .step .order-review {
	
}

#success {
	margin-left:30px;
}

#success h3 {
	margin-top:30px;
}

#success p {
	margin-top:3px;
	margin-bottom:5px;
}

.please-wait {
	float:right;
	clear:all;
	margin:5px 5px 10px 5px;
}

/* PROGRESS (RIGHT COLUMN) ====================================================== */

#progress { 
	width:320px; 
	margin:83px 0px 20px 0px;
}

#progress ul.progress { 
	border-bottom: 1px dotted #da3a20;
	border-top: 1px dotted #da3a20;
	padding:8px 10px 10px 10px;
	min-height:200px;
	background: url(../images/diffuseur_album_bg.gif);
	width:260px;
	float:left;
	margin:10px 0 10px 0;
}

#progress li {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #da3a20;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom:15px;
}

#progress li.title {
	font-size: 12px;
	background:transparent;
	border-right:0;
	border-left:0;
	border-top:0;
	padding:0;
	border-bottom:1px solid #da3a20;
	color:#da3a20;
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
}

#progress li.collapsed {
	font-weight:bold;
}

#progress li .title {
	float: left;
	border-bottom:1px dotted #da3a20;
	margin-bottom: 5px;
	width:100%;
}

#progress li .title h4 {
	float: left;
	font-size: 12px;
	font-weight: bolder;
}

#progress li .title span {
	float: right;
	font-size: 12px;
}