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

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

.www_carts_list_orders table {
	width:630px;
	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: #FFFAFA;
}

.www_carts_list_entry {
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	text-decoration: none;
	vertical-align:middle;
	height:40px;
	background: #FFFAFA;
}

.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:30px;
	text-align:center;
}

.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;
}


