/* CSS Document */

#feature {
	width: 510px;
	margin: 4px auto 4px auto;
	text-align: left;
}

hr {
	margin:8px 0 10px 0;
	width:100%;
	color:#333333;
	background-color:#333333;
	border: 0;
	height: 2px;
	padding:0;
	clear:both;
	float:left;
}

h2 {
	color:#A81E38;
	font-weight:bold;
	font-size:18px;
}
h2 a {
	color:#A81E38;
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
	margin:0;
	padding:0;
}
h2 a:hover {
	font-weight:bold;
	text-decoration:none;
}

#feature img{
	margin: 0 0 6px 0;
}

table.showcase {
	text-align: center;
	font-size: 9px;
	width:100%;
	float:left;
	clear:both;
}
table.showcase td {
	text-align: center;
	vertical-align: top;
	width:150px;
}

table.showcase .picture {
	text-align: center;
	margin: 0 auto 0 auto;
	font-size:inherit;
	text-transform:capitalize;
}
table.showcase .picture .sandbox strong.new {

	font-size:12px;
	color: #A81E38;
}
table.showcase .picture .sandbox {

	font-weight:bold;
	font-size:12px;
}
table.showcase .picture .sandbox strong {

	font-size:12px;
}
table.showcase .picture .sandbox img{
	width:auto;
	border:none;
	height:auto;
}

table.showcase .picture a:link, table.showcase .picture a:visited, table.showcase .picture a:active {
	color: #A81E38;
	font-size:12px;
	text-decoration: underline;
}
table.showcase .picture a:hover {
	color: #4373A7;
	font-size:12px;
	text-decoration: underline;
}

table.showcase .picture img {
	border: 1px solid black;
	margin: 0 auto 5px auto;
	height: 120px;
}


table.showcase .price {
	text-align: center;
	margin: 0 auto 0 auto;
	font-size:inherit;
}

table.showcase .price strong {
	font-size: 14px;
	color: #4373A7;
}

