﻿span.pris
{
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	color: #222222;
}

table.inputform
{
}

td.leadcolumn
{
	width: 30%;
	font-weight: bold;
}

td.formtextcolumn
{
	border-bottom: solid 1px #eeeeee;
	text-align: justify;
	padding: 8px 0px 8px 0px;
}

td.separatorcolumn
{
	border-bottom: solid 1px #eeeeee;
}

td.controlcolumn
{
	width: 70%;
}

td.controlcolumn input
{
	color: #333333;
}

td.spotImage
{
	height: 105px;
	padding-top: 24px;
}
td.spotName
{
	height: 42px;
}
td.spotDesc
{
	text-align: center;
}
td.spotPrice
{
	height: 24px;

}
td.spotControls
{
	height: 32px;
}

.productDescription
{
	width: 400px;
	overflow: hidden;
	border: solid 2px red;
}

span.discountPrice
{
	color: Red;
}
