/*////////////////////////////////////////////////////////////////////
 
	Copyright: Trek Bicycle Corporation
	Website: Bontrager
	Title: Road Wheel Family Feature
	Media: Screen
	Author: Ken Soliva
	Modified: 2009-07-01 (kensoliva)

////////////////////////////////////////////////////////////////////*/

#feature #content {
	padding: 20px 19px;
	}
	
#feature #main {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	}
	
#feature #main h2 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 10px;
	color: #000;
	}
	
#feature #main .columns {
	background: url("/images/background/border_column_470x2.png") repeat-y;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}
	
#feature #main .column.first {
	float: left;
	display: inline;
	width: 460px;
	}
	
#feature #main .column.first h3 {
	font-weight: bold;
	font-size: 1.8em;
	color: #ccc;
	background-color: #333;
	padding: 15px 15px 20px 15px;
	margin-bottom: 20px;
	}
	
#feature #main .column.last {
	float: right;
	display: inline;
	width: 460px;
	}
	
#feature #main .column.last .section {
	margin-bottom: 20px;
	}
	
#feature #main .column.last .section.separator {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	}
	
#feature #main .column.last .section .section_media {
	float: left;
	display: inline;
	width: 150px;
	}
	
#feature #main .column.last .section .section_content {
	float: left;
	display: inline;
	width: 280px;
	margin-left: 15px;
	}
	
#feature #main .column.last .section .section_content h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: .5em;
	color: #666;
	}
	
#feature #main .column.last .section .section_content p {
	font-size: 1.3em;
	}
	
#feature #main .column p {
	font: 1.5em/1.5 "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 1em;
	}
	
#feature #main .column ul {
	font: 1.3em/1.5 "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 1em 1em;
	}
	
#feature #main .column ul li {
	line-height: 1.5em;
	margin: 0 0 .5em 0;
	list-style-image: url("/images/background/bullet_999.png");
	}
	
#feature #main hr {
	margin-bottom: 20px;
	}
	
#feature #main p.button {
	font-size: 1.3em;
	line-height: 1;
	display: inline-block;
	margin: .5em 0 0 0;
	}
	
#feature #main p.button a {
	color: #999;
	background-color: #e5e5e5;
	padding: .375em .625em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#feature #main p.button a:hover {
	color: #fff;
	background-color: #333;
	}
	
#feature #main p.button a.zoom span {
	background: url("/images/background/icon_zoom.png") no-repeat left center;
	padding: 2px 0 2px 18px;
	}
	
#feature .carousel {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	}
	
#feature .carousel h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
	}
	
#feature .carousel .carousel_wrapper {
	padding: 10px 50px;
	background-color: #f2f2f2;
	}

#feature .carousel .carousel_wrapper .scrollable {
	width: 790px;
	height: 150px;
	}
	
#feature .carousel .carousel_wrapper .scrollable .items {
	
	}

#feature .carousel .carousel_wrapper .scrollable .items a {
	width: 160px;
	}
	
#feature .carousel .carousel_wrapper .scrollable .items a img {
	width: 150px;
	}