
.col-middle {
	width: 774px;
}
.col-right {
	width: 180px;
	margin-left: 8px;
}

.steps-navigation {
	display: block;
	float: left;
	width: 241px;
	overflow: hidden;
	
	font-family: HelveticaNeueULht, Calibri, Arial, sans-serif;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	padding: 0 8px;
	margin: 0;
	margin-bottom: 1px;
	margin-right: 1px;
	color: #000000;
	background: #ffce08;
}
	.steps-navigation a {
		display: block;
		color: #000000;
		text-decoration: none;
	}
	.steps-special {
	}
	.steps-active {
		color: #ffffff;
		background: #333333;
	}
	.steps-active a {
		color: #ffffff;
		background: #333333;
	}


.shop-bloc-form {
	
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 1px;
}	

	.bloc-address {
		border-bottom: 1px solid #ccc;
		padding: 5px;
	}
	.textSimple {
		font-weight: bold;
		}
		
#shop-bloc-creditcard,
#shop-bloc-invoice {
	float: left;
	width: 386px;
	margin-right: 1px;
}
#shop-bloc-bankcheck,
#shop-bloc-delivery {
	float: left;
	width: 387px;
}


#shop-bloc-creditcard .shop-bloc-form,
#shop-bloc-bankcheck .shop-bloc-form {
	height: 170px;
	overflow: hidden;
}