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

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

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

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

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

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

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