#basket_error {
	width: 654px;
	padding: 15px;
	border: 1px solid Orange;
	color: #000000;
	background: #fcf99d;
	margin: 40px 0 0 0;
}

#shopContent .payment {
	margin: 20px 0 0 0;
}

#shopContent .addresses {
	margin: 40px 0 0 0;
	width: 686px;
}

#order_process {
	width: 686px;
}

#order_process .block_title {
	clear: both;
	width: 686px;
	margin: 15px 0;
	padding: 5px 0;
}

#order_process .line th, #order_process .line td {
	padding: 5px;
}

#order_process .line th {
	border-bottom: 1px solid #3c3c3c;
}

#order_process .line th.title {
	width: 394px;
}

#order_process .line th.amount {
	width: 55px;
	text-align: center;
}

#order_process .line th.price {
	width: 75px;
	text-align: right;
}

#order_process .line th.total {
	width: 75px;
	text-align: right;
}

#order_process .line th.action {
	width: 50px;
	text-align: right;
}

#order_process .line td {
	border-bottom: 1px solid #e8e8e8;
}

#order_process .line td.title {
}

#order_process .line td.title a {
	color: #9f9b96;
	font-size: 1em;
}

#order_process .line td.title div.thumbnail {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
}

#order_process .line td.title div.thumbnail img {
	max-width: 40px;
	max-height: 40px;
}

#order_process .line td.amount {
	text-align: center;
}

#order_process .line td.amount .amount {
	width: 30px;
	text-align: center;
}

#order_process .line td.amount .refresh {
	background-image: url(../../../images/shop/refresh.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

#order_process .line td.price {
	text-align: right;
}

#order_process .line td.total {
	text-align: right;
}

#order_process .line td.action {
	text-align: right;
	border-right: none;
}

#order_process .line td.action .remove_from_basket {
	background-image: url(../../../images/shop/cross.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

#order_process .line.accessory td {
	font-style: italic;
}

#order_process .line.accessory td.title {
	padding-left: 40px;
}

#order_process .order_total {
	clear: both;
	width: 683px;
	border-top: #dbdbdb solid 1px;
	margin-top: 20px;
}

#order_process .subtotal .title {
	float: left;
	width: 511px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

#order_process .subtotal .price {
	float: left;
	width: 95px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

#order_process .subtotal .vat {
	float: left;
	width: 50px;
	max-width: 50px;
	font-size: 0.9em;
	text-align: right;
	padding: 5px;
}

#order_process .payment_shipping.destination,
#order_process .payment_shipping.shipping,
#order_process .payment_shipping.payment,
#order_process .payment_shipping.bank {
	clear: both;
	width: 686px;
	min-height: 25px;
	_height: 25px;
	padding: 5px 0;
	text-align: left;
}

#order_process .amount input.amount,
#order_process .payment_shipping.destination select {
	border: 1px solid #000000;
}

#order_process .payment_shipping .title {
	float: left;
	width: 241px;
	padding: 5px;
	font-weight: bold;
	text-indent: 95px;
}

#order_process .payment_shipping .selection {
	float: left;
	width: 280px;
	padding: 5px;
	font-size: 1em;
	text-align: left;
}

#order_process .payment_shipping .price {
	float: left;
	width: 75px;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

#order_process .payment_shipping .vat {
	float: left;
	width: 50px;
	padding: 5px;
	font-size: 0.9em;
	text-align: right;
}

#order_process .vat.specification {
	float: left;
	width: 322px;
	padding-left: 232px;
}

#order_process .vat.specification th {
	width: 70px;
}

#order_process .vat.specification .price,
#order_process .vat.specification .vat {
	text-align: right;
}

#order_process .vat.vat_total {
	float: left;
	width: 145px;
	margin-top: 40px;
}

#order_process .vat.vat_total .price {
	float: left;
	width: 75px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

#order_process .vat.vat_total .vat {
	float: left;
	width: 50px;
	max-width: 50px;
	font-size: 0.9em;
	text-align: right;
	padding: 5px;
}

#order_process .order_total {
	float: left;
	clear: both;
	width: 686px;
	border-top: #dbdbdb double 3px;
	margin-top: 20px;
}

#order_process .order_total .title {
	float: left;
	width: 511px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

#order_process .order_total .price {
	float: left;
	width: 95px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

#order_process .order_total .vat {
	float: left;
	width: 50px;
	max-width: 50px;
	font-size: 0.9em;
	text-align: right;
	padding: 5px;
}

div#payment_iframe, div#payment_iframe iframe {
	float: left;
	width: 686px;
	height: 400px;
}

#order_customer_title {
	float: left;
	clear: both;
	width: 686px;
	font-weight: bold;
	margin: 25px 0 10px 0;
}

#img_print_right {
	float: left;
	text-align: right;
	padding: 10px 0 0 0;
	width: 626px;
}

#order_information_contact {
	margin-top: 15px;
}

#order_information_delivery {
	margin-top: 15px;
}

#check_order_information_invoice {
	margin-top: 15px;
	font-size: 8pt;
	font-weight: bold;
}

#order_information_invoice {
	margin-top: 15px;
}

#order_information_communication {
	margin-top: 15px;
}

#order_overview_customer {
	float: left;
	clear: both;
	width: 686px;
}

#order_overview_customer td {
	font-size: 8pt;
	font-weight: normal;
	margin-top: 15px;
}

#delivery_address, #invoice_address, #dealer, #customer_note {
	float: left;
	width: 300px;
}

#customer_note {
	width: 686px;
}

#delivery_address .title, #invoice_address .title, #dealer .title, #customer_note .title {
	font-weight: bold;
}

#order_overview_customer .title {
	width: 300px;
	font-size: 9pt;
}

#approve, #view{
	width: 500px;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 15px;
}

#order_number, #order_status {
	clear: both;
	float: left;
	font-size: 1.2em;
	margin: 0 0 10px 5px;
}

#order_number .title, #order_status .title {
	float: left;
	width: 200px;
	font-weight: bold;
}

#order_number .number, #order_status .status {
	float: left;
	width: auto;
}