/**
 * Stylesheet für die Basket-Ansicht
 */
 
div#legal_texts {
	border: 				1px solid #909090;
	background-color: 		#FFFFFF;
	padding:				3px;
	height:					100px;
	overflow:				auto;
	font-size:				11px;
	margin:					5px 0px;	
}

div#basket_summary {
	border: 1px solid #C4C4C4;
	border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	padding: 4px;	
}

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 #C4C4C4;
	padding-top: 5px;	
}

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

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

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