.break {
	clear: both;
	margin-top: 10px;
}

#basket-form {
	position: relative;
}

#basket-form > div.group {
	margin-right: 3px;
}

#basket-form table {
	border-spacing: 0px; 
	border-collapse: collapse;
}

#basket-form thead,
#basket-form tbody {
	border-right:  solid 1px black;
	border-bottom: solid 1px black;
}

#basket-form td, 
#basket-form th {
	border-top:  solid 1px black;
	border-left: solid 1px black;
	line-height: normal;
	vertical-align: middle;
}

#basket-form th {
	font-weight: bold;
	background: lightgray;
	line-height: 18px;
}

#basket-form td.red {
	line-height: 18px;
}

#basket-form tfoot td {
	border: none;
	font-weight: bold;
}

#billing-note {
	color: #EA337C;
	margin-bottom: 10px;
}

input,
select,
textarea {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	outline-width: 0px;
	border: solid 1px black;
	margin: 0px;
	height: 18px;
	line-height: 18px;
	padding: 0px 2px 0px 2px;
}

button {
	margin: 0px;
	height: 19px;
	line-height: 10px;
}

button.paypal {
	height: auto;
	border: none;
	background: white;
	padding: 0px;
}

select {
	padding: 0px;
}

textarea {
	line-height: 14px;
	resize: none;
}

input[type=radio] {
	margin-right: 5px;
	vertical-align: top;
}

tr input,
tr select {
	border: 0px none;
}

td.field {
	padding: 0px;
}

.group {
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

div.group h1 {
	background: lightgrey;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

div.group p {
	float: left;
}

form#basket-form > div.alert {
	border: solid 1px red;
	float: none;
	width: 100%;
}

div.alert h1 {
	background: white;
	margin-right: 0;
	border-bottom: solid 1px red;
	text-align: center;
}

div.alert p {
	margin: 10px;
}

div.field > div {
	border: solid 1px lightgrey;
	/* white-space: pre-line; */
	line-height: 13px;
	min-height: 13px;
	padding: 2px;
}

div.field label {
	display: block;
	font-size: 11px;
	color: grey;
	width: 100%;
}

div.field .label {
	font-size: 11px;
	color: grey;
}

div.field span.help {
	display: block;
}

fieldset,
form:not(.extra) div {
	float: left;
	width: auto;
	
	overflow: hidden;
}

fieldset,
form#basket-form div {
	float: left;
}

fieldset,
div.grid,
div.tabs,
div.field {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

fieldset {
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

fieldset {
	border: solid 1px grey;
}

.number {
	text-align: right;
}

.invalid {
	border: solid 1px #EA337C;
}

.item {
	width: 190px;
}

.quantity {
	width: 50px;
}

.pcs {
	width: 35px;
}

input.quantity {
	width: 48px;
}
input.quantity.wholesale {
	width: 100%;
}

.price {
	width: 65px;
}

.value {
	width: 75px;
}

.price_total {
	width: 75px;
}

.currency {
	width: 35px;
}

.remove {
	padding: 0px;
	width: 15px;
}

.remove .action {
	padding: 0px;
	width: 15px;
	line-height: 11px;
}

.totals {
	text-align: right;
}

form .totals > div {
	width: 200px;
	position: fixed;
	border: solid 1px black;
	padding: 5px;
	margin-left: 0px;
	background: GhostWhite;
}

form .totals > div.wholesale {
	width: 120px;;
	position: fixed;
	padding: 0px;
	border: none;
	background: none;
}

form .totals div.field {
	margin: 0px;
	width: 225px;
}

form .totals div.field label {
	display: block;
	float: left;
	width: 70px;
	font-size: 14px;
}

form .totals .field div {
	width: 120px;
	border: none;
	font-size: 14px;
}

form .totals .field.grand {
	font-size: 16px;
	font-weight: bold;
}

#weight {
	width: 470px;
}

#back,
#payment,
#order,
#card_payment {
	width: 100%;
}

#payment,
#order,
#card_payment {
	margin-bottom: 10px;
}

#modal #order {
	width: auto;
	margin-bottom: 0;
}


#packaging {
	width: 100%;
}

.basket-summary {
}

.basket-summary label {
	font-weight: bold;
	display: block;
}

.basket-summary a {
	text-decoration: none;
	color: black;
}

.basket-summary a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#help {
	position: fixed;
	width: 470px; 
	height: 350px; 
	overflow: auto; 
	border: solid 1px black; 
	background: white;
	padding: 10px;
	display: none;
}

#help p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
}

#help h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #2BB6D1;
}

#help h1:first-child {
	margin-top: 0px;
}

#shipping-provider {
	width:470px;
}

div.field label.provider {
	width: 440px;
	font-size: 12px;
	display: inline-block;
}

div.field label.provider.best b,
div.field label.provider.best {
	color: #2BB6D1 !important;
}

div.field label.provider.recommended b,
div.field label.provider.recommended {
	color: #EA337C !important;
}

div.field label.provider span {
	width: 250px;
	display: inline-block;
}

div.field label.provider b {
	width: 90px;
	display: inline-block;
	text-align: right;
}

div.field p.provider {
	margin-top: 10px;
}

div.field p.provider span.recommended,
div.field p.provider span.best {
	display: inline-block;
	background: #2BB6D1;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: soild 1px lightgray;
	margin: 5px;
	margin-left: 0px;
}

div.field p.provider span.recommended {
	background: #EA337C;
}

div#insured {
	width: 220px;
}

#insurance-warning {
	width: 100%;
	margin-bottom: 10px;
}

#insurance-warning input {
	vertical-align: bottom;
	margin-right: 5px;
}

#insurance-warning p {
	text-align: justify;
	padding-right: 10px;
}

#payment-help {
	width: 100%;
	margin-bottom: 10px;
}

#payment-help p {
	padding-right: 10px;
}

.receipt {
	overflow: hidden;
	clear: both;
	float: left;
	width: 200mm;
}

.receipt .field label,
.receipt div.field, 
.receipt .field div {
	width: 125px;
	float: left;
}

.dangerous {
	border: none;
	margin: 5px;
	font-style: italic;
}

#basket-form div.navigation {
	display: block;
	float: none;
	width: 100%;
	margin-top: 20px;
}

#country-note {
	margin-bottom: 20px;
}

#checkout,
#checkoutNext {
	float: right;
	margin-right: 10px;
}

form div#status {
	width: 100%; 
	margin-bottom: 10px;	
}

form div.status {
	width: 100%; 
	text-align: left;
}

fieldset.billing {
	width: 225px;
}

fieldset.billing legend {
	padding: 0 5px;
}

fieldset.billing label {
	width: 200px;
	vertical-align: top;
}

div#checkout-progress {
	width: 100%;
	margin-bottom: 10px;
}

div#checkout-progress div.border {
	width: 100%;
	border: solid 1px black;
}

div#checkout-progress div.border div {
	height: 10px;
}

div.group.basket {
	width: 478px
}

#promo-code {
	width: 225px; 
}

#country {
	width: 230px; 
}

#shipping-country,
#billing-country {
	width: 260px; 
}

fieldset.company {
	width: 468px;
}

div.company,
#shipping-company,
#billing-company {
	width: 250px;
}

#shipping-vatID,
#billing-vatID {
	width: 185px;
}

#shipping-responsible,
#billing-responsible {
	width: 250px;
}

#shipping-taxID,
#billing-taxID {
	width: 185px;
}

#shipping-salutation,
#billing-salutation {
	width: 60px;
}

#shipping-firstName,
#billing-firstName {
	width: 180px;
}

#shipping-lastName,
#billing-lastName {
	width: 184px;
}

#shipping-email,
#billing-email {
	width: 145px;
}

#shipping-phone,
#billing-phone {
	width: 140px;
}

#shipping-fax,
#billing-fax {
	width: 140px;
}

#shipping-address,
#shipping-address1,
#shipping-address2,
#shipping-address3,
#billing-address,
#billing-address1, 
#billing-address2, 
#billing-address3 {
	width: 445px;
}

#shipping-city,
#billing-city {
	width: 250px;
}

#shipping-zip,
#billing-zip {
	width: 185px;
}

div.field.insured {
	width: 470px;
}

#note {
	width: 470px;
}

#payment-method {
	width: 200px;
}

#wholesale,
#export_prices {
	padding: 0px;
	width: 120px;
	margin-bottom: 10px;
}