body
{
	font-size: 9pt;
}
#configurator
{
	width: 675px;
}
#header
{
	position: relative;
	top: 0;
	padding: 3px;
	left: 0px;
	width: 100%;
	background-color:#E2E2E2;
	border: 1px solid #B3B3B3;
	padding-bottom: 8px;
}
#configurationName
{
	float: left;
	font-size:18px;
	margin-top: 2px;
	font-weight: bolder;
}
#configurationDescription
{
	float: left;
	width: 511px;
	margin-left: 8px;
	margin-top: 8px;
}
#configurationImage
{
	float:left;
	padding-top: 10px;
	padding-right: 5px;
}
#configurationInfo
{
	margin-top: 3px;
	padding-right: 10px;
	text-align: right;
}
#configurator fieldset, #configurationSummary fieldset
{
	width: 450px;
	padding: 5px;
	border: 0px;
}
#configurator legend, #configurationSummary legend
{
	font-weight: 700;
	font-size: 18px;
}
.groupTitle
{
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}
.group
{
margin: 5px 0;
}
.error
{
	padding-top: 5px;
	color: red;
}
.cost
{
	color:#666666;
}
.button
{
	margin: 5px 0;
	clear: both;
	border: 1px solid #000000;
	background-color: #E2E2E2;
	clear:  left;
	float: left;
}
.summaryTitle
{
	width: 110px;
	display:block;
	float:left;
	clear:both;
}
.summarySectionTitle
{
    font-size: 14px;
    font-weight: 700;
    float:left;
    clear:both;
    padding: 10px 0;
}
.summaryBody
{
	float:left;
	width: 340px;
}
.totalPrice
{
	font-size: 16px;
}
.submit
{
	clear: both;
	display: block;
}
.productOption
{
	margin-left: -5px;
}