/* ######################## Produkte ################################ */

.cart, .cart td, .cart th, .cart td
{
	background-color:	white;
	vertical-align:		top;
	padding-top:		5px;
	font-size:			12px;
}

 .cart .input_field
 {
	text-align:			right;
	width:				20px;
 }
/*
#######################################################################
Produkttext und so
*/
.cart .detail_background
{
	border-bottom:		1px #f9edc7 solid;
	color:			#A32638;
}

/*
#######################################################################
Die Tabelle im Warenkorb, wo die ganzen Produktdetails wie 
Groesse und Preis dargestellt werden.
*/

.cart .table_products
{
	color:				#000;
}

.cart .table_products .product_main th
{
	font-weight:		bold;
	font-size:			13px;
	color:				#a32439;
	background-color:	#f9edc7;
}

.cart .table_products .product_main img
{
	border: 			1px #a32439 solid;
}


.cart .table_products .product_main td,
.cart .table_products .product_detail th,
.cart .table_products .product_detail td,
.cart .table_products .product_divider td
{
	/*background-color:	#fff7e2;*/
}

.cart .table_products .product_detail .product_parameter table
{
	width:				100%;
}

.cart .table_products .product_detail .product_parameter th
{
	color:				#000;
	font-weight:		normal;
	text-align:			left;
	padding:			0px 10px 0px 0px;
	margin:				0px;
}
.cart .table_products .product_detail .product_parameter td
{
	white-space:		nowrap;
	padding:			0px;
	margin:				0px;
	text-align:			right;
}

.cart .column_article
{
	text-align:			left;
}

.cart .price
{
	text-align:			right;
	padding-right:		10px;
	color:				#000;
}

.cart .column_price
{
	background-color:	#e6bdc5;
}

.cart .column_price_extra
{
	background-color:	#d58d9b;
}
.cart .column_price_complete
{
	background-color:	#ab213a;
	color:				#fff;
	font-weight:		bold;
}

.cart .product_sum_text
{
	padding-left:		5px;
	font-weight:		bold;
}

/*
#######################################################################
*/
.cart .navigation .icon
{
	width: 				28px;
	height: 			30px;
	font-weight:		bold;
	vertical-align: 	middle;
	text-align: 		center;
	color:				#fff;
}

.cart .navigation .text
{
	padding-left:		10px;
	padding-right:		20px;
	vertical-align: 	middle;
	color:				#A32638;
}
.cart .navigation .active
{
	font-weight:		bold;
}
/*
#######################################################################
Meldung, dass nicht alle Felder ausgefuellt wurden
*/
.cart .warn_message
{
	color:				red;
	font-weight:		bold;
	padding-bottom:		20px;
	color:				#000;
}

