
/* Custom Additions */


.PlainLayout table
{
	border-collapse:collapse;
	border: solid 0px transparent;
}

.displaytable {
	border-collapse: separate;
	spacing: 2;
	padding: inherit;
	background-color:transparent;
	border-style:none;
	}
	
.displaytable td {
	background-color:#442222;
	}
	
.FeaturePanel {
	Padding: 10px 1px 1px 10px;
	width: 204px;
	height: 120px;
	background-repeat:no-repeat;
	align:right;
	vertical-align:text-top;
	}

.FeaturePanelHeading {
	font-size: 10pt;
	font-weight: bold;
	}
		
.FeaturePanelText {
	font-size:8pt;
	color: #cfadaa;
	line-height: normal;
	}
	
.FeaturePanelImage {
	vertical-align: bottom;
	float: right;
	position: relative;
	top: 0px;
	}
