#deckColLeft
{
	float: left;
	width: 330px;
}

#deckColRight
{
	float: right;
	width: 350px;
	text-align: center;
}

#deckBackground
{
	background:no-repeat left url(/images/x-section_decks.jpg);
	z-index: 1;
	width: 330px;
}

#deckArea
{
	background-color: white;
	z-index: 2;
	border: 2px solid #CCCCCC;
	width: 150px;
	margin-left: 90px;
	padding: 3px;
	padding-left: 7px;
}

#cabNavLeft
{
	float: left;
	width: 700px;
}

#cabDescLeft
{
	float: left;
	width: 650px;
	margin-top: 20px;
}

#cabDesc
{
	width: 600px;
}

#adtag
{
	margin-top: 20px; 
}

#dropDowns
{
	clear: left;
}

#cabinReviews
{
	clear: both;
	margin-top: 40px;
	*margin-top: 10px;
}

#memReviewTable
{
	width: 790px;
}

#rightAds
{
	float: right;
	width: 165px;
}

.memReviewText
{
	color: blue;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

.starImg
{
	margin-left: 10px; 
	position: relative;
	top: 10px;
	border: 0px;
}

.spacer
{
	clear: both;
}

.tableSpacer
{
	margin-bottom: 20px;
	margin-right: 10px;
}

.onDeck
{
	background-color: #CCCCCC;
}

.offDeck
{
	background-color: #FFFFFF;
}

