/* file: basket.css
 * Enthaelt die Styles fuer den Warenkorb
 */


/************************ Warenkorb Tabelle ************************/


#basketTbl {
	
}

#basketTbl tr.top {
	background-color: #eee;
}

#basketTbl tr.top td {
	font-weight: bold;
}

#basketTbl tr td.total {
	text-align: right;
	font-weight: bold;
}

#basketTbl tr td {
	color: black;
}
    
    
    
td.total {
	text-align: right;
	font-weight: bold;
}