/**
 * Style sheet tables
 */
div.mod_catalogListing table
{
	width:100%;
	margin-bottom:2em;
	text-align:left;
	background-color:#fff;
	border:1px solid #eeeeee;
	font-size:90%;
	line-height:1.6em;
}

div.mod_catalogListing thead th.head
{
	padding:4px 5px 2px 5px;
	border-bottom:1px solid #eeeeee;
	background: #FFFFFF url(tl_files/apfelringli/template/images/bg_accordeon.gif);
}

div.mod_catalogListing thead th
{
	color:#BC3310;
}

div.mod_catalogListing .sorted a,
div.mod_catalogListing .sorted a:visited
{
	color:#5D9C34;
}

div.mod_catalogListing tbody tr td
{
	padding:3px 5px 3px 8px;
}

div.mod_catalogListing table.all_records tr.odd,
div.mod_catalogListing table.single_record tr.even
{
	background: #FFFFFF url(tl_files/apfelringli/template/images/bg_table.png);
}

div.mod_catalogListing table.all_records tbody tr:hover
{
	color:#BC3310;
	background: #F2D00D none;
}

div.mod_catalogListing td.col_last,
div.mod_catalogListing th.col_last
{
	text-align:center;
}

div.mod_catalogListing table.single_record tr.row_first td
{
	padding:4px 5px 2px 5px;
	border-bottom:1px solid #eeeeee;
	font-weight:bold;
	color:#BC3310;
	background: #FFFFFF url(tl_files/apfelringli/template/images/bg_accordeon.gif);
}

div.mod_catalogListing table.single_record tr.row_last td
{
	font-weight:bold;
}

