/*#page #progress {
	float: left;
	clear: both;
	margin: 3px 0 3px 0;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
	width: 730px;
	color: #78b400;
	text-align: center;
	width: 500px;
	background: url("../images/progress.png");
}

#page #progress .done {
	color: #9b9b9b;
}

#page #progress .active {
	color: #0064c8;
}*/

#page #progress {
	margin-left: 50px;
	margin-bottom: 15px;
	clear: both;
	width: 624px;
	display: table;
	text-align: center;
	height: 35px;
	background: url("../images/progress.png") no-repeat;
}

#page #progress.step_1 {
	background-image: url("../images/progress_step_1.png");
}

#page #progress.step_2 {
	background-image: url("../images/progress_step_2.png");
}

#page #progress.step_3 {
	background-image: url("../images/progress_step_3.png");
}

#page #progress.step_4 {
	background-image: url("../images/progress_step_4.png");
}

#page #progress.step_5 {
	background-image: url("../images/progress_step_5.png");
}

#page #progress.step_6 {
	background-image: url("../images/progress_step_6.png");
}

#page #progress .step {
	width: 97px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 1.3em;
	margin-right: 7px;
	float: left;
	line-height: 30px;
}

#page #progress .step.active {
	/*color: #78b400;*/
	/*background: url("../images/progress.png") no-repeat;*/
}

#page table {
	clear: both;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#page table.overview {
	width: 600px;
}

#page form#shoppingcart_5 table.overview {
	width: 600px;
	margin: 0 auto;
	float: none;
}

form img.previous {
	cursor: pointer;
}

form#shoppingcart_1 input.modify, 
form#shoppingcart_1 input.next, 
form#shoppingcart_2 input.next, 
form#shoppingcart_3 input.next, 
form#shoppingcart_4 input.next, 
form#shoppingcart_5 input.next {
	border: none;
}
	
form#shoppingcart_1 input.count {
	width: 25px;
	text-align: right;
}

form#shoppingcart_2 td.title {
	text-align: left;
}

form#shoppingcart_2 td.label {
	text-align: right;
	padding-top: 2px;
	vertical-align: top;
	width: 150px;
}

form#shoppingcart_2 td.label input {
	border: none;
}

form#shoppingcart_2 td.field, 
form#shoppingcart_5 td.field {
	text-align: left;
}

form#shoppingcart_5 td.field {
	font-style: italic;
}

td h3 {
	font-size: 1.4em;
	width: 400px;
}

form#shoppingcart_2 .checkbox {
	float: left;
	margin-top: 15px;
}

form#shoppingcart_2 .checkbox input {
	border: none;
}

sup {
	color: #f00;
	padding-left: 1px;
	.padding-left: 2px;
}

input.spin-button {
	background-image: url(../images/spinbtn_updn.gif);
}

#page .sending_option,
#page .payment_option {
	float: left;
	clear: both;
	text-align: left;
	padding: 20px 0 20px 20px;
	cursor: pointer;
	border: 1px solid #9b9b9b;
	width: 580px;
}

#page .sending_option:hover,
#page .sending_option.on,
#page .payment_option:hover,
#page .payment_option.on {
	background-color: #f0f0f0;
}

#page .sending_option h3,
#page .payment_option h3 {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

#page .sending_option.off h3.option,
#page .payment_option.off h3.option {
	background: url("../images/checkbox_off.gif") no-repeat left center;
	width: 400px;
}

#page .sending_option.on h3.option,
#page .payment_option.on h3.option {
	background: url("../images/checkbox_on.gif") no-repeat left center;
}

#page .sending_option#afhaling,
#page .payment_option#afhaling,
#page .payment_option#rembours {
	border-bottom: none;
}

#page .sending_option #pickupaddress td {
	font-size: 1em;
}

#page .sending_option #deliveryaddress #price,
#page .payment_option #remboursprice #price,
#page .sending_option #deliveryaddress .text {
	width: 550px;
}

#page .sending_option #deliveryaddress #price,
#page .payment_option #remboursprice #price {
	font-size: 2.2em;
	font-weight: bold;
	text-align: right;
	margin-top: 17px;
}

#page .sending_option #deliveryaddress .text {
	font-style: italic;
	font-size: 0.9em;
	margin-top: 20px;
} 

.price_with_discount {
	 text-decoration: line-through;
}

.discount,
.personaldiscountcode {
	color: #f00;
	font-weight: bold;
	font-size: 0.9em;
}

.gift td {
	color: #f00;
	font-size: 1.2em;
	padding: 0.65em 0;
	text-align: center; 	
}

.gift td a {
	color: inherit;
}

.gift td a:hover {
	text-decoration: underline;
}
