.tt_products_basket_info label {
	width:150px;
	float:left;
}
.tt_products_item_list .clear_right{
	clear:both;
}
.tt_products_item_list .order_form{
	clear:both;
	padding-right:10px;
}	
.tt_products_item_list .listitem_subheader{
	float:left;
	padding-right:10px;
	width:151px;
}

.tt_products_item_list .listitem_content_div{
	float:left; 
	padding-left:10px;
	width:300px;
}
.tt_products_item_list .border_line hr {
	background-color:#4EAF30;
}

.tt_products_item_list .topbasketimg {
	text-align:right;	
	padding-bottom:10px;
	border-bottom:1px solid #4CA430;
}

.tt_products_item_list .bottombasketimg {	
	border-top:1px solid #4CA430;
	padding-top:10px;	
	text-align:right;
}

.tt_products_item_list .topbasketimg .topbasketbutton {
	position: right-float;
}

.tt_products_item_list .listitemWrap {
	border-bottom:1px solid #4CA430;
	padding:10px 0px;
}

.tt_products_item_list .listitemOuterWrap .listitemWrap:last-child {
	border:0 ! important;	
}


/***********
* Warenkorb *
************/

table.basket_items {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}

.basket_items td, .basket_items th {
	padding:8px;
}

.basket_items td.odd, .basket_items th.odd {
	background-color:#F0F0F0;
	
}

.basket_items th {
	border-bottom:3px solid #4CA430;
	text-align:left;
	text-transform:uppercase;
	
}

.basket_items td {
	border-bottom:1px solid #4CA430;
	font-size:0.9em;
	vertical-align:top;
	
}

.basket_items td a {
	color:#4CA430;
	font-weight:bold;
	text-decoration:none;
	float:left;	
}

/********************************************
*  Warenkorb  Gesamtsumme und beide Buttons *
********************************************/

table.total_price {
	width:100%;
	border-collapse:collapse;
	
	
}

.total_price td, .total_price th {
	padding:8px;
	
}

.total_price td.totalPrice, .total_price th.totalPrice {
	background-color:#4CA430;
	colspan:2;
	align:right;
	
	
}

.total_price th {
	
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	
}

.total_price td {
	
	font-size:0.9em;
	vertical-align:top;
	font-weight:bold;
	colspan:2;
	text-align: left;
	
}




.total_price td.button_left_align{

	text-align:left;
	
}

.total_price td.button_right_align{

	text-align:right;
	colspan:2;
	background-color:#4CA430;
	margin-left: 100px;
	
}



// inhalt der podukt spalte
.total_price td a {
	color:#4CA430;
	font-weight:bold;
	text-decoration:none;
	float:left;
	
}

/******************
* Warenkorb, Kasse*
******************/


#tx-ttproducts-pi1-basket .red {	
	color: red;
}

#tx-ttproducts-pi1-basket table caption {
	margin:10px 0;
	text-align:left;
}

#tx-ttproducts-pi1-basket td#kasse {
	text-align:center;
}

#tx-ttproducts-pi1-basket td#kasse input {
	width:170px;	
}

#tx-ttproducts-pi1-basket fieldset label {
	/* label */
	display: block;
	width: 170px;
	float: left;
	clear: both;
	align: right;
}

#tx-ttproducts-pi1-basket fieldset legend {
	font-weight:bold;
	margin:6px 0;	
}
	

#tx-ttproducts-pi1-basket fieldset input,
#tx-ttproducts-pi1-basket fieldset textarea,
#tx-ttproducts-pi1-basket fieldset select {
	/* Input and textarea */
	width: 240px;
}


#tx-ttproducts-pi1-basket fieldset div {
	margin: 10px 0;
}

#tx-ttproducts-pi1-basket fieldset input[type="submit"] {
	margin: 20px 0 10px 175px;
}

p.delete_info {
	width:250px;
}


/******************
* Warenkorb, Bestellbestätigung*
******************/

.tt_products_order_confirmation .price_summary td {
	border:0;
}
