@CHARSET "UTF-8";

#topic-banner
{
	height: 100px;
	background: url(../img/sp-product.png);
}

#product-content
{
	width: 920px;
	margin: 0 auto;
	padding-top: 10px;
}

#content
{
	width: 600px;
	float: right;
}

table
{
	margin: 10px 0px;
	border:solid #ccc;
	border-width: 1px 0px;
	border-collapse: collapse;
}

table tr#table-topic
{
	color: #506900;
	text-align: center;
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
}

table tr td
{
	padding: 2px 4px 4px 4px;
	border-bottom: 1px dotted #777;
}

table tr#table-topic td
{border-bottom: 1px solid #ccc}

table tr td.first-col
{
	width: 120px;
}
