/*////////////////////////////////////////////////////////////////////
 
	Copyright: Trek Bicycle Corporation
	Website: Bontrager
	Title: "Lance & Bontrager" Feature Page
	Media: Screen
	Author: Ken Soliva
	Modified: 2009-02-07 (kensoliva)

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

#feature #content {
	padding: 30px 39px;
	}
	
#feature #content h2 {
	float: left;
	display: inline;
	font: bold 2.4em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: .5em;
	color: #000;
	}
	
#feature #content .actions {
	float: right;
	display: inline;
	margin-top: 15px;
	}
	
#feature #media_container {
	margin-bottom: 20px;
	}

#feature #main {
	margin-bottom: 20px;
	}
	
#feature #main .column {
	float: left;
	display: inline;
	width: 290px;
	margin-right: 20px;
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
#feature #main .column .hero {
	border: 5px solid #e5e5e5;
	margin-bottom: 1em;
	}
	
#feature #main .column a:hover .hero {
	border-color: #ccc;
	}
	
#feature #main .column p {
	margin-bottom: 1em;
	}
	
#feature #main .column p a {
	color: #666;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	padding-right: 9px;
	text-decoration: underline;
	}
	
#feature #main .column p a:hover {
	color: #333;
	}
	
#feature #main .column.last {
	margin-right: 0px;
	}
	
#feature #main h3 {
	font: bold 1.3em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	margin-bottom: .5em;
	}
	
#feature #main h3 a {
	display: inline;
	color: #000;
	text-decoration: none;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	padding-right: 9px;
	}
	
#feature #main h3 a:hover {
	text-decoration: underline;
	}
	
#feature #content .message {
	margin-bottom: 1em;
	padding: 20px;
	color: #595959;
	background-color: #e5e5e5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
#feature .message .intro {
	float: left;
	display: inline;
	width: 580px;
	}
	
#feature .message .intro h3 {
	font: bold 1.5em/1 "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	margin-bottom: .5em;
	}
	
#feature .message .intro p {
	font-size: 1.1em;
	margin-bottom: 1em;
	}
	
#feature .message .intro p a {
	color: #666;
	background: url("/images/background/arrow_right_999_small.png") no-repeat right center;
	padding-right: 9px;
	text-decoration: underline;
	}
	
#feature .message .intro p a:hover {
	color: #333;
	}
	
#feature .message .intro p + p {
	margin-bottom: 0;
	}
	
#feature .message #retailers {
	float: left;
	display: inline;
	width: 270px;
	margin-left: 20px;
	}
	
#feature .message #retailers img {
	float: left;
	display: inline;
	border: 5px solid #fff;
	margin-right: 10px;
	}
	
#feature .message #retailers h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin-bottom: .5em;
	}
	
#feature .message #retailers h4 a {
	color: #666;
	}
	
#feature .message #retailers h4 a:hover {
	color: #333;
	padding: 0 9px 0 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}
	
#feature .message #retailers input {
	display: block;
	margin-bottom: .5em;
	}
	
#feature .message #retailers p {
	font-size: .9em;
	}