
#order fieldset {
	padding: 5px;
	margin: 0 0 5px 0;
	border-style: solid;
	border-width: 2px;
	width: auto;
	
}

.foologic-shop-cart-table {
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
}
.foologic-shop-cart-table th {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    
}
.foologic-shop-cart-table td {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 1px 4px 1px 4px;
}


.foologic-shop-cart-td-price {
	text-align: right;
}
.foologic-shop-cart-td-quantity {
	text-align: center;
}
.foologic-shop-cart-td-totals-name {
	text-align: right;
	font-weight: bold;
    padding: 4px;
}
.foologic-shop-cart-td-totals-net {
	font-weight: bold;
    padding: 4px;
}
.foologic-shop-cart-td-totals-gross {
	font-weight: bold;
    padding: 4px;
}



label.required:before {
  content: '* ';
}

.missed {
	color: red;
}
#customer_address label {
	/*use em, so when people change fontsize it still works*/
	width: 10em;
	text-align: right;
	display:-moz-inline-box; display: inline-block;
}
#shipping_address label {
	/*use em, so when people change fontsize it still works*/
	width: 10em;
	text-align: right;
	display:-moz-inline-box; display: inline-block;
}

input.inputText, select, textarea {
	width: 200px;
	margin-left: 0.5em;
}

input.inputFile {
	width: 205px;
	margin-left: 0.5em;
}

select.selectOne, select.selectMultiple {
	width: 206px;
	margin-left: 0.5em;
}
input.inputNumber {
	width: auto;
	margin-left: 0.5em;
}

label.missedfield {
	color: #8d281d;
}



ol.agb_I {
	margin-bottom:2em;
	font-weight:bold;
}
ol.agb_I li {
	margin-top:0.5em;
}

ol.agb_1 {
	margin-bottom:1.5em;
	font-weight:normal;
}

ol.agb_a {
	margin-bottom:1em;
	font-weight:normal;
}

p.widerrufsrecht {
	font-weight:bold;
}


table.foologic-shop-shipping {
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
}
table.foologic-shop-shipping th {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    
}
table.foologic-shop-shipping td {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 1px 4px 1px 4px;
}
td.foologic-shop-shipping-name,td.foologic-shop-shipping-price {
	white-space: nowrap;
}