﻿.productContent
{
	position: relative;
	margin: 4px;
	background-color: #ffffff;
}

.dataList
{
	width: 100%;
	vertical-align: top;
}

.dataListItem
{
	width: 177px;
	vertical-align: top;
	border-top: solid 1px #330099;
	border-left: solid 1px #330099;
	border-right: solid 1px #330099;
	border-bottom: solid 1px #330099;
	padding-left: 14px;
}

.dataListItem p
{
	margin: 1px;
	font-size: 0.8em;
	line-height: 1.5em;
}

.productTitle
{
	font-size: 0.8em;
	font-weight: bolder;
	color: #330099;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.productTitle a
{
	text-decoration: none;
	color: #330099;
}