#RedFeatures {
	width:100%;
	height:350px;
	position:relative;
	overflow:visible;
	background-color:#000;
}

#RedFeatures>div.content-container{
	height:100%;
	width:620px;
	display:block;
	position:relative;
	overflow:hidden;
	top:0;
	left:0;
	z-index: 1;
}
#RedFeatures div.feature-content{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:0;	
}
#RedFeatures div.feature-description{
	display:block;
	position:absolute;
	left:20px;
	bottom:20px;
	background-color:#ffad2b;
	color:#000;
	z-index:2;
	margin:0px;
	padding:10px;
	border:1px solid #630;
	font-size: 1.2em;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#RedFeatures div.feature-description a {
	color:#330;
	font-weight:bolder;
	text-decoration: none;
}
#RedFeatures div.feature-description a:hover {
	color:#fff;
	text-decoration: underline;
}


#RedFeatures div.previews-container{
	position:absolute;
	top:0;
	right:0;
	display:block;
	height:100%;
	z-index: 3;
	overflow:visible;
}

#RedFeatures div.preview-item{
	display:block;
	position:relative;
	width:100%;
	height:30px;
	border:none;
	border-top:1px solid #444;
	border-bottom:1px solid #3c3c3c;
	border-left:1px solid #444;
	background-color:#2e3235;
	z-index:3;
	cursor:pointer;
}

#RedFeatures div.preview-item:hover{
	background-color:#3f4346;
}
#RedFeatures div.preview-item div.list-icon{
	display:block;
	width:32px;
	height:16px;
	position: absolute;
	background:url("../images/rf-menu-list.gif");
	top:0;
	left:0;
}

#RedFeatures div.RedFeatures-list-active{
	left:-15px;
	background-color:#2f3a3a;
	border-left:15px solid #ffba26;
	border-bottom:5px solid #ffba26;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	z-index:4;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

#RedFeatures div.feature-preview{
	padding:10px;	
	color:#aaa;
	font-weight:normal;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#RedFeatures div.feature-preview .title{
	padding:0px;
	color:#ffba26;
	font-size:20px;
	font-weight:bolder;
	line-height:100%;
	background: none;
	border:none;
	margin:0px;
	margin-bottom:2px;
}