@charset "utf-8";
.oneColFixCtr #featuresArea {
	margin-top: 20px;
	background-color: #fff;
}

.oneColFixCtr #featuresArea #slides {
	background-color: #999;
}

.oneColFixCtr #stdFeatures  {
	float: left; margin-right: 0px; padding-right: 5px; margin-left: 0px; width: 250px;
	border-color: #CCC;
	border-width: thin;
	border-right-style: none;
	border-left-style: none;
	background-color: #fff;
	font-size: 12px;	
}

.oneColFixCtr #optFeatures  {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	clear: both;
	margin-left: 0px;
	background-color: #fff;
}

.oneColFixCtr #optFeatures table {
/*	border: #CCC, thick; */
	height: 84px;
}

.oneColFixCtr #optFeatures td {
	font-size: 11px;
	padding-left: 10px;
}

