﻿div.LandingHeader
{
	text-align:center;
	margin-bottom:10px;
}

div.LandingTableWrapper
{
	width:670px;
}

div.LandingTableTop
{
	background:#fff url(../images/landing/bg/tabletop.jpg) no-repeat 0 0;
	border:none;
	height:32px;
	padding:14px 0px 0px 12px;
	width:670px;
}
div.LandingTableTop h3
{
	color:#2e2106;
	font-size:20px;
	margin:0;
}

table.LandingTable
{
	width:670px;
}
table.LandingTable td
{
	border-top:solid 1px #ded9d1;
	border-right:solid 1px #ded9d1;
	position:relative;
	vertical-align:top;
	width:222px;
}
table.LandingTable td.last
{
	border-right:none;
	width:224px;
}
table.LandingTable td.separator
{
	border:none;
	padding-bottom:20px;
}
table.LandingTable td div.Description
{
	padding:8px 15px 8px 15px;
	vertical-align:top;
}
table.LandingTable td div.Description a
{
	color:#4a3c1f;
	font-weight:bold;
	text-decoration:none;
}
table.LandingTable td div.Description a:hover
{
	text-decoration:underline;
}
table.LandingTable td div.Thumbnail
{
	padding:8px 0px 3px 0px;
	text-align:center;
	vertical-align:middle;
}
table.LandingTable td div.Thumbnail img
{
}
table.LandingTable td div.Description h4
{
	color:#4a3c1f;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
table.LandingTable td div.Description p
{
	margin:0px 0px 0px 0px;
}
table.LandingTable td div.StartingAt
{
	background-color:#f0ebe3;
	margin:0px 0px 0px 1px;
	padding:8px 15px 8px 14px;
	position:relative;
	bottom:0;
}
table.LandingTable td div.StartingAt span
{
	color:#780509;
	font-weight:bold;
}

