﻿.product-image
{
	width: 85px;
	float: left;
	margin: 0;
}

.product-image img
{
	margin: 0 10px 0 0;
}

.product-image-single
{
	padding-top: 0;
	margin-top: 0;
	line-height: 0;
}

.product-image-single img
{
	float: left;
	padding: 0 10px 10px 0;
	
}

.product_note
{
	width: 400px;
	float: left;
	margin: 0;
	/* padding: 0 15px 5px 0; */
	padding: 0;
}

.product_note p.bodytext {
	margin: 0;
	padding: 0;
}

.product_note-single
{
	width: 600px;
	clear: left;
	margin: 0;
	padding: 0 15px 5px 0;
}


.price 
{
	clear: left;
	padding: 0 0 0 0;
	margin: 0;
}

.price-single
{
	padding: 10px 0 10px 0;
}


.product_datasheet
{
	margin: 10px 0 0 0;
}


.order_form input, .tt_products_basket input, .billing_address input, .delivery_address input, .notes textarea, .form_control input
{
	background: #FEFAF7;
	/*border: 1px solid #993300; */
	color: #000000;
	margin: 0 0 5px 0;
	vertical-align: middle;	
}

.product_datasheet
{
	clear: left;
	padding: 0 0 15px 0;
}


table.basket_items
{
	width: 600px;
	margin: 0;
}

table.basket_items caption
{
	text-align: left;
	vertical-align: top;
	padding: 0 5px 5px 0;
}


table.basket_items th
{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 0 5px 5px 0;
}

table.basket_items td
{
	vertical-align: top;
	padding: 3px;
}

.price_summary
{
	margin: 0 0 15px 0;
}

.billing_address label, .delivery_address label, .notes label
{
	float: left;
	width: 140px;
}

.billing_address input, .delivery_address input, .notes textarea
{
	clear: left;
	width: 310px;
}

.billing_address input.plz, .delivery_address input.plz
{
	clear: left;
	width: 50px;
	margin-right: 8px;
}

.billing_address input.ort, .delivery_address input.ort
{
	width: 250px;
	display: inline;
}

.payment input, .trading_conditions input
{
	margin: 0;
	vertical-align: bottom;
}
