div.options {
	width:20%;
	padding:0px 4% 0px 0px;
	float:left;
}
* html div.options {
	width:24%;
}
* html div.customizations {
	width:100%;
}
div.options h4 {
	margin:0px;
	padding:3px 0px;
}
div.options ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
div.options ul li {
	margin:0px;
	padding:0px;
	padding-bottom:8px;
	font-size:0.9em;
	line-height:110%;
}

ul.demoNavLinks {
	position:absolute;
	top:20px;
	right:10px;
}
ul#demo_nav li a, ul.demoNavLinks li a {
	font-weight:bold !important;
	padding:3px 5px !important;
	background-color:#f8fbd0 !important;
	color:#050 !important;
	font-size:1.1em !important;
	text-transform:uppercase;
}		
.member_comment {
	margin:10px 20px;
	border:1px solid #f8fbd0;
	background-color:#fff;
	padding:10px;
	position:relative;
}
.member_comment h4 {
	margin:0px;
	padding:0px;
	float:left;
}
.member_comment p.date {
	margin:0px;
	padding:0px;
	float:right;
}
.member_comment p.comment {
	clear:both;
}				
