﻿
.favoritesTable 
{
	clear:both;
	width:720px;
	border-spacing:0;
	border-collapse:collapse;
	
}
.favoritesTable th
{
	border-bottom:double #B8CA9A;
	border-top:1px solid #B8CA9A;
	text-align:center;
	background:#DAE4C9;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	color:#603811;
}
.favoritesTable td
{
	border-bottom:1px solid #CCCCCC;
	background:#FFFFFF;
	text-align:center;
	padding:5px;
	font-size:14px;
}
.favoritesTable tr.alt td
{
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	background:#EFEFEF;
}
.favoritesTable td.productCol, .favoritesTable th.productCol, .favoritesTable tr.alt td.productCol
{
	text-align:left;
	vertical-align:top;
}

td.productCol a 
{
	font-size:12px;
	text-decoration:none;
}
td.productCol a:hover
{
	text-decoration:underline;
}
.itemTitle 
{
	margin:0 0 4px;
	font-size:15px;
}
p.itemTitle a 
{
	text-decoration:none;
	color:#603811;
	font-size:16px;
}
p.itemTitle a:hover
{
	text-decoration:underline;
}

.favoritesTable ul 
{
	margin:8px 0 15px;
}
.favoritesTable li 
{
	font-size:11px;
}