/* ========================================================================== */
/* ==WARENKORB    =========================================================== */
/* ========================================================================== */

.www_carts_list table {
	width:100%;
	margin-top:10px;
}

.www_carts_list_orders table {
	width:100%;
	margin-top:10px;
}

.www_carts_list_header {
	font-size: 12px;
	text-align:left;
	text-decoration: none;
	vertical-align:bottom;
}

.www_carts_list_footer {
/* 	font-size: 12px; */
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	background: #fff;
}

.www_carts_list_entry {
/* 	font-size: 12px; */
	font-weight: normal;
	text-align:left;
	text-decoration: none;
	vertical-align: top;
	height: 40px;
	background: #fff;
}

.www_carts_list_entry td,th {
	padding:3px;
}

.www_carts_list th {
/* 	font-size: 12px; */
	font-weight: bold;
	text-decoration: none;
}

td.www_carts_list_image {
 	width:98px;
	text-align:left;
}

.www_carts_list_image img {
		border:1px solid #7D0483;
}

.www_carts_list_price {
	text-align:right;
}

.www_carts_list_count {
	text-align:center;
	width:80px;
}

.www_carts_list_buttons {
	text-align:center;
	width:150px;
}
td.www_carts_list_buttons {
	text-align:center;
}

.www_carts_list_empty {
	width:100%; text-align:center;

}
