@charset "utf-8";

/* microsite features */

#features-subnav {
	width:125px;
	marging:0;
	padding:0;
	position:relative;
	float:left;
}

#features-list {
	margin:30px 0 0 -20px;
	padding:0;
	width:125px;
}

#features-list ul {
	list-style-type:none;
}

#features-list li {
	line-height:14px;
	padding:0;
	margin:0 0 16px 0;
	padding-left:1em;
	text-indent:-1em;
}

#features-list a {
	text-decoration:none;
	color:#919191;
	margin-left:0;
	padding-left:1em;
	text-indent:-1em;
}

#features-list a:hover {
	background:transparent url(/images/microsite-features-bullet.gif) no-repeat;
	background-position:0px 5px;
}

#selected {
	background:transparent url(/images/microsite-features-bullet.gif) no-repeat;
	background-position:0px 5px;
	padding:0;
	margin:0;
	color:#705d48;
	font-weight:bold;
}

#features-copy {
	float:left;
	margin:0;
	padding:33px 0 0 43px;
	width:380px;
}

#features-copy .header {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}

#header-underline {
	padding:0;
	margin:0;
	border-top:#c2c2c2 dashed 1px;
}

#features-copy ul {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:square;
}

#features-copy li {
	line-height:22px;
}

#features-copy li.green {
	list-style:none;
	background-image:url(/images/bullet-leaf.gif);
	margin:0 0 0 -20px;
	padding:0 0 0 20px;
	background-repeat: no-repeat;
	background-position:-5px 0 0 0;
}
