table.guides
{
	width: 95%;
	margin: 20px 0 20px 0;
	padding: 0;
	border-spacing: 0;
}

table.guides th
{
	/*background-color: #FFCF00;*/
	color: #CC0000;
	padding: 10px;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
}

table.guides th.empty
{
	background-color: transparent;
}

table.guides th.caption
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

table.guides td
{
	border: 0;
	padding: 10px;
	margin: 0;
	overflow: hidden;
	background-color: #FFFFCC;
	text-align: center;
}

table.guides .alt
{
	background-color: #FFFFAA;
}

table.guides tr.guide-images td
{
	background-color: transparent;
}

table.guides tr.guide-images .best-seller
{
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	background-color: #FFD700;
	color: #CC0000;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.guides tr.guide-images .spacer
{
	width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.guides tr.guide-images .best-seller span
{
	float: left;
}

table.guides tr.guide-images img
{
	width: 125px;
	height: 125px;
}

table.guides tr.guide-more-info td
{
	padding-top: 20px;
}

table.guides tr.guide-images td.first
{
	border-top: 5px solid #FFD700;
}

table.guides tr.guide-more-info td.first
{
	border-bottom: 5px solid #FFD700;
}

table.guides td.first
{
	border-left: 5px solid #FFD700;
	border-right: 5px solid #FFD700;
}