/**
 * Stylesheet für die Basket-Ansicht
 */

table.basket {
	border: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0px;
	width: 100%;
	
}

table.basket tr.alt {
	background-color: #FFFFFF;	
}

table.basket th {
	color:					#505050;
	font-size:				13px;
	line-height:			16px;
	text-align:				left;
	border:					0px none;
	padding:				1px 5px 0 5px;
}

table.basket th.summary {
	color: #000000;
	text-align: right !important;
}

table.basket th.top_border {
	border-top: 2px solid #52ADE1;
	padding-top: 5px;	
}

table.basket th.bottom_border {
	border-bottom: 1px solid #52ADE1;
}

table.basket td {
	border:					0px none;
	padding:				1px 5px 0 5px;
}

div.empty_basket {
	border: 1px solid #EE3B20;
	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	padding: 4px;	
	background-color: #FFFFFF;
	font-weight: bold;
	color: #EE3B20;
}