/* CSS Styles for use in the ABE'S Recipe Section 
**************************************************/

table.cat-table
{
	margin: 0px 0px 20px 0px;
	border-collapse: collapse;
}

td.cat-table
{
	width: 30%;
	padding: 0px 0px 0px 0px;
}

td.cat-table h2
{
	margin-bottom: 0px;
	margin-right: 15px;
	height: 50px;
	padding: 0px;
	margin-left: 0px !important;
	margin-left/**/: 8px;
}

td.cat-table h2 a:link,
td.cat-table h2 a:visited
{
	padding: 5px 15px 5px 5px;
	display: block;
	margin: 0px;
	color: #000;	
}

td.cat-table h2 a:hover
{
	text-decoration: underline;
	color: #e21b23;
}

.recipe-short img
{
	float: right;
	margin: 10px 0px 6px 10px;
}

.item-table
{
	height: 110px;
	padding-top: 10px;	
}

.item-table img
{
	display: block;
	margin: 0px 10px 10px 0px;	
}

.item-table img.button
{
	float: left;
	margin: 0px;
}

.item-table h2,
.item-table h2 a:link,
.item-table h2 a:visited
{
	margin: 0px;
	color: black;		
}

.item-table h2 a:hover
{
	text-decoration: underline;
	color: #e21b23;
}

.image
{
	float: right;
	margin: 10px 0px 10px 100px;	
}

p
{
	font: bold 12px Arial, sans-serif;
	margin-top: 5px;
	line-height: 17px;
}

