div#feature_list {
	width: 650px;
	height: 366px;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#tabs {
	right: 5px;
	top: 10px;
	z-index: 1;
	width: 115px;
}

ul#tabs li {
	display: inline;
}

ul#tabs li a {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	background: url(../images/thumb-bg1.gif) no-repeat 0 100%;
	color: #090808;
	text-decoration: none;
	display: inline;
}

ul#tabs li a.last {
	margin-right: 0;
}

ul#tabs li img {
	margin-top: 1px;
}

ul#tabs li span {
	display: block;
	padding: 3px 5px 0 15px;
}

ul#tabs li a.current, ul#tabs li a:hover {
	background: url(../images/thumb-bg2.gif) no-repeat 0 0;
	color: #FFF;
	text-decoration: none;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	width: 490px;
	346px: 320px;
	position: relative;
	left: 0;
	top: 0px;
	z-index: 1;
}

ul#output li {
	position: absolute;
	width: 650px;
	height: 366px;
	top: 0;
	left: 0;
}

ul#output li .link1 {
	float: left;
	color: #FFF;
}

ul#output li .description {
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 650px;
	min-height: 55px;
}

ul#output li img {
	display: none;
}

ul#output li .description .indent {
	padding: 6px 10px 10px 10px;
}

ul#output li .description h2 {
	font-size: 17px;
	line-height: 1.2em;
	color: #0099d6;
	border: none;
	padding: 2px 0 0 0;
	margin: 0;
	font-family: 'Open Sans', Tahoma, Verdana, Arial;
}

ul#output li .description h2 span {
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

#content .section {
	padding-bottom: 20px;
}

ol {
	list-style: decimal;
}

ol li {
	color: #a1a1a1;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding: 0 0 7px 0;
	margin-bottom: 7px;
	vertical-align: top;
}

ol li.last {
	border-bottom: none;
}

ol li a {
	font-size: 12px;
}

.list1 li {
	border-bottom: 1px solid #d9d9d9;
}

.list1 li.last {
	border-bottom: 1px solid #eee;
}

.list1 li a {
	display: block;
	background: #eee;
	padding: 10px 0 9px 38px;
	color: #3a3a3a;
	text-decoration: none;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.list1 li a:hover {
	background: url(../images/arrow1.gif) no-repeat 0 50% #fff;
	color: #16CBF8;
}

.link1 {
	display: block;
	float: left;
	background: url(../images/link1-bg.gif) left top repeat-x;
	color: #4c4e4e;
	text-decoration: none;
	font-size: 13px;
}

.link1 em {
	display: block;
	background: url(../images/link1-left.gif) no-repeat left top;
}

.link1 b {
	display: block;
	background: url(../images/link1-right-sprite.gif) no-repeat right top;
	padding: 0 28px 0 10px;
	font-style: normal;
	line-height: 26px;
	font-size: 90%;
}

.link1:hover {
	color: #000;
}

.link1:hover b {
	background-position: 100% -26px;
}

a.desc_links {
	text-decoration: underline;
}
