.sp_mainTable{
	width: 100%;
}

.sp_TitleRow{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #663300;
	color: #414141;
	width: 100%;
}

.sp_productName {
	color: #5F3F1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.sp_productName:hover {
	color: #5F3F1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.sp_descriptionDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sp_priceDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C60000;
	width: 100px;
	text-align: right;
}

.sp_imageCell {
	width: 0%;
}

.sp_textCell {
	width: 100%;
	padding-left: 8px;
}

.sp_priceCell {
	width: 0%;
	text-align: right;
}