table
{
	border-collapse:collapse;
	width:348px;
}

tr.item td.item
{
	cursor:pointer;
	cursor:hand;
	vertical-align:bottom;
	padding:0 0 2px 0;
	margin:0;
	color:inherit;
	/*border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:inherit;
	*/
	/*background:inherit;	*/
	height:50px;
}

tr.item, 
tr.item:link, 
tr.item:visited
{
	background:transparent url(../images/linie.gif) 0 bottom repeat-x;
	color:#1F6CB2;
}

tr.item:hover, 
tr.item:active
{
	cursor:pointer;
	cursor:hand;
	color:#D19A11;
	background:transparent url(../images/linie_orange.gif) 0 bottom repeat-x;
}

tr.korb td
{
	vertical-align:bottom;
	padding:3px 0 2px 0;
	margin:0;
	color:inherit;
	background:transparent url(../images/linie.gif) 0 bottom repeat-x;
	height:20px;
}

table.details
{
	margin:0;
	padding:0;
	width:345px;
}

table.details td
{
	vertical-align:bottom;
	padding:10px 0 2px 0;
	margin:0;
	color:#1F6CB2;
	/*border-bottom:1px dotted #1F6CB2;*/
	background:transparent url(../images/linie.gif) 0 bottom repeat-x;
}