/*  -- Contents Table --  */


div#specials {
	float: right;
	text-align: right;
	margin: 3px 0 9px 0;
	padding: 8px 0 2px 0;
	width: 570px;
	font-size: 1.1em;
	background: url(divider-dot.gif) left repeat-y;
}

table#contents-table a {
	text-decoration: none;
	color: #000000;
}

table#contents-table a:hover {
	text-decoration: underline;
}

table#contents-table {
	clear: right;
	padding: 0;
	margin: 2px 0 18px 0;
	width: 100%;
}

table#contents-table td {
	margin: 0;
	padding: 6px;
	width: 33%;
	text-align: center;
}

div.name {
	padding: 5px 0 2px 0;
	font-weight: bold;
}

div.price {
}

div.sale-price-bold {
	font-weight: bold;
	color: #cc6636;
}

