.version-line {
	padding-top: 5px;
	padding-bottom: 5px;
	width:690px;
	background-color: #806040;
	border: 0px;
	color: White;
}

.version-line h2 {
	display: inline;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.7em;
	font-weight: bold;
}


table.features {
	border-collapse: collapse;
}

table.features td {
	border: 0px;
	border-top: 1px Silver solid;
}

table.features td.description-column {
}

table.features td.bullet-column {
	width: 50px;
	text-align: center;
	border-left: 1px Silver solid;
	border-right: 1px Silver solid;
}

.bullet-column span {
	display: block;
	background-image: url('/images/css/feature-bullet.png');
	background-repeat: no-repeat;
	background-position: center center;
}


.description-column h2 {
	font-weight: normal;
	font-size: 1.25em;
	margin: 0px;
	margin-left: 20px;
	margin-right: 115px;
}
.description-column div.feature-details {
	margin: 0px;
	margin-left: 60px;
	/* margin-right: 115px; */
	margin-right: 10px;
	margin-top: 5px;
	/* display: none; */
}
div.feature-details  p {
	margin: 0px;
	margin-bottom: 3px;
}
div.feature-details  div.feature-image{
	float: right;
}
div.feature-details  div.feature-image img {
	padding: 4px;
	border: 1px #9090FF solid;
	margin-left: 10px;
}
