.product_line
{
	position:relative;
	padding-right: 75px;
}

.header_line
{
	background-color:#ECECEC;
	font-weight:bold;
	margin-bottom: 12px;
}

.product_line:hover
{
	text-decoration:underline;
}

.product_line .category
{
	color: #868686;
	margin-right: 7px;
}

.product_line .name
{
	margin-right: 7px;
}

.product_line .style
{
	margin-left: 3px;
	margin-right: 3px;
	color: #868686;
}

.product_line .sid
{
	color: #868686;
	position: absolute;
	right:0px;
}