/* CSS Document */

#description {
}

#description td.notes {
	width: 240px;
	padding-bottom: 60px;
}

#description td.images {
	padding-left: 50px;
}

#description td.images img {
	border: 5px solid #acb464;
	margin-bottom: 20px;
}

table.features {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid red;
}

table.features td {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #c4ca92;
}

table.features td.item {
	width: 90px;
	font-weight: bold;
	color: #60681b;	
	padding-right: 10px;
	border-right: 1px solid #c4ca92;
}

table.features td.value {
	text-align: right;
	padding-left: 10px;
}

#description h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: 60681b;
}

#description td.notes p.title {
	font-size: 16px;
	line-height: 21px;
	color: 60681b;
}

#description td.images p.title {
	font-size: 12px;
	line-height: 15px;
	color: 60681b;
	border-bottom: 1px solid #c4ca92;
	padding-bottom: 10px;
	margin-bottom: 10px;
}




