#OuterDiv
{
	width: 678px;
}
#InnerDiv{
	width: 678px;
}

#CompHeaderRow
{
	height:130px;
}
#CompTitleRow{
	height:30px;
}
#divModelFeatures{
	width:678px;
}

#xmlOutputComp{
	width: 678px;
}

.dataColumn{
	text-align:center;
	width:150px;
	padding-left:3px;
}
.dataColumn Table{
	
}
.spacerImg
{
	border:0 transparent none;
}
.dataColumn TD {
	width:150px;
	height:125px;
}

.MainTableCell{
	height:125px;
	vertical-align:top;
}
.tblFeaturesCatCol{
	width:213px;
	height:30px; 
	padding-left:10px; 
	padding-right:10px;
	padding-top:3px; 
	border:1px #bebebe solid;
	border-collapse:collapse;
	overflow:hidden;
	vertical-align:top;
}

.tblFeaturesCatCol span{
	padding-left:15px;
	vertical-align:middle;
	float:left;
}

.tblFeaturesDataCol{
	width:155px;
 	height:30px; 
 	padding-left:10px;
 	padding-right:10px;
 	border:1px #bebebe solid;
 	overflow:hidden;
}

.tblFeaturesEven{
	background-color:#fff;
}
.tblFeaturesOdd{
	background-color:#d3d3d3;
}

.foreColorDark{
	color: #d3d3d3;
}
.foreColorLight{
	color: #fff;
}
.fontBold{
	font-weight:bold;
}

.litTitles{
	font-weight:bold;
	margin-left:20px;
}

.tblFeaturesCatCol img
{
	border-style:none; 
	float:right;
}

