/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
font:12px Arial, Helvetica, sans-serif;
}
table.data-table a{color:#990000; text-decoration:none}
table.data-table a:hover{text-decoration:underline}
/*Any cell*/
#loot { padding-top:15px; padding-bottom:1px;}
#loot table td div { font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#363636; padding-bottom:1px;}

#loot table td div a{ font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#363636}
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E5E5E5;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

.catalog-compare-result a{color:#990000; text-decoration:none}
.catalog-compare-result a:hover{text-decoration:underline}
