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

	Copyright: Trek Bicycle Corporation
	Website: Bontrager
	Title: node minisite
	Media: Screen
	Author: Ken Soliva
	Modified: 2009-10-13 (kensoliva)

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

#content {
	padding: 25px 19px 20px 19px;
	}
	
#node_header {
	padding: 0 20px;
	}

#node_header h2 {
	float: left;
	font-weight: bold;
	font-size: 1.8em;
	display: inline;
	margin-right: 20px;
	}
	
#node_header a {
	color: #999;
	}

#node_header a:hover {
	color: #333;
	}
	
#node_header .tabs {
	float: left;
	display: inline;
	margin-top: 5px;
	}
	
#node_header .tabs li {
	font-size: 1.1em;
	padding-bottom: 15px;
	}


/*////////////////////////////////////////////////////////////////////
	Main Content
////////////////////////////////////////////////////////////////////*/

#main {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	}

#main h2 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 10px;
	color: #000;
	}
	
#main .section_header {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	}
	
#main hr {
	margin-bottom: 20px;
	}
	
#main p.button {
	font-size: 1.3em;
	line-height: 1;
	display: inline-block;
	margin: .5em 0 0 0;
	}
	
#main p.button a {
	color: #666;
	background-color: #e5e5e5;
	padding: .375em .625em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#main p.button a:hover {
	color: #fff;
	background-color: #333;
	}


/*--------------------------------------------------------------------
	Columns
--------------------------------------------------------------------*/

#main .columns {
	/*background: url("/images/background/border_column_470x2.png") repeat-y;*/
	padding-bottom: 10px;
	margin-bottom: 20px;
	}
	
#main .column {
	float: left;
	display: inline;
	}
	
#main .column h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 15px;
	}
	
#main .column .section {
	margin-bottom: 20px;
	}
	
#main .column .section.separator {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	}
	
#main .column .section .section_content h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: .5em;
	color: #333;
	}
	
#main .column .section .section_content h3 a {
	color: #333;
	}
	
#main .column .section .section_content h3 a:hover {
	padding: 0 9px 0 0;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	text-decoration: underline;
	}
	
#main p {
	font: 1.5em/1.5 "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 1em;
	}
	
#main .column ul {
	font: 1.3em/1.5 "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 1em 1em;
	}
	
#main .column ul li {
	line-height: 1.5em;
	margin: 0 0 .5em 0;
	list-style-image: url("/images/background/bullet_999.png");
	}
	
/*--------------------------------------------------------------------
	Two columns
--------------------------------------------------------------------*/

#main .columns.two {
	background: url("/images/background/border_column_470x2.png") repeat-y;
	}
	
#main .columns.two .column.first {
	float: left;
	display: inline;
	width: 460px;
	}
	
#main .columns.two .column.last {
	float: right;
	display: inline;
	width: 460px;
	}
	
/*--------------------------------------------------------------------
	Three columns
--------------------------------------------------------------------*/

#main .columns.three .column {
	float: left;
	display: inline;
	width: 310px;
	margin-right: 10px;
	}
	
#main .columns.three .column.last {
	margin-right: 0;
	}
	
#main .columns.three .column .section .media {
	margin: 10px 0;
	}
	
#main .columns.three .column .section .section_content {
	padding-right: 10px;
	}


	
/*////////////////////////////////////////////////////////////////////
	Product Lineup
////////////////////////////////////////////////////////////////////*/

#lineup {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	}
	
#lineup_left {
	float: left;
	display: inline;
	width: 470px;
	}
	
#lineup_right {
	float: right;
	display: inline;
	width: 470px;
	}
	
#lineup .carousel .carousel_wrapper {
	padding: 10px;
	background-color: #f2f2f2;
	}

#lineup .carousel .carousel_wrapper .scrollable {
	width: 390px;
	height: 70px;
	}
	
#lineup .carousel .carousel_wrapper .scrollable .items a {
	width: 80px;
	}

#lineup .carousel .carousel_wrapper .scrollable .items img {
	width: 70px;
	}
	
#lineup .carousel h2 {
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	}
	

/*////////////////////////////////////////////////////////////////////
	Node Minisite Intro
////////////////////////////////////////////////////////////////////*/
	
#node_intro #marquee_wrapper {
	margin-bottom: 20px;
	color: #333;
	background: #333 url("/images/background/loading_medium_on_333.gif") no-repeat center center;
	}
	
#node_intro #marquee_wrapper #marquee {
	position: relative;
	width: 950px;
	height: 470px;
    }
    
#node_intro #marquee_wrapper #marquee .details_wrapper {
	z-index: 90;
	position: absolute;
	}
	
#node_intro #marquee_wrapper #marquee .details {
	z-index: 100;
	position: absolute;
	}
	
#node_intro #marquee .details h2 {
	font-size: 3.6em;
	font-weight: bold;
	letter-spacing: -.25px;
	line-height: 1.1;
	margin-bottom: .25em;
	color: #fff;
	}
	
#node_intro #marquee .details h3 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 1em;
	}

#node_intro #marquee .media img {
	}
	
#marquee.dark .details h2 {
	color: #fff;
	}
	
#node_intro #marquee .details h3 {
	color: #999;
	}
	
#node_intro #marquee .details .link {
	position: absolute;
	bottom: 20px;
	display: inline;
	font: bold 1.5em "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	}

#node_intro #marquee .details .link a {
	color: #999;
	padding-right: 9px;
	background: url("/images/background/arrow_right_666_small.png") no-repeat right center;
	}
	
#node_intro #marquee .details .link a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
#node_intro #main h2 {
	font-size: 1.8em;
	}
	
#node_intro #main .column.first h3 {
	font-size: 1.8em;
	line-height: 1.5;
	margin-bottom: 1em;
	}
	
#node_intro #main .column.last .section .section_content {
	float: left;
	display: inline;
	width: 205px;
	margin-left: 15px;
	}
	
#node_intro #main .column.last .section .section_content p {
	font-size: 1.3em;
	}
	
#node_intro #main .column .section .section_media {
	float: left;
	display: inline;
	width: 230px;
	}


/*--------------------------------------------------------------------
	Top Details
--------------------------------------------------------------------*/

#node_intro .marquee.top .details_wrapper {
	left: 15px;
	width: 920px;
	height: 140px;
	}
	
 #node_intro .marquee.top .details {
	left: 15px;
	width: 880px;
	height: 100px;
	padding: 40px 20px 20px 20px;
	text-align: center;
	}
	

/*////////////////////////////////////////////////////////////////////
	Expand the Possibilities
////////////////////////////////////////////////////////////////////*/	
	
#posibilities {
	width: 790px;
	padding: 0 80px;
	margin-bottom: 30px;
	color: #333;
    }
	
#posibilities .section_content {
	z-index: 90;
	position: absolute;
	float: left;
	display: inline;
	width: 390px;
	margin-top: 60px;
	}
	
#posibilities .section_content #ant_plus {
	float: left;
	display: inline;
	margin-top: 70px;
	padding: 10px;
	background-color: #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#posibilities .section_content #ant_plus img {
	float: left;
	margin-right: 10px;
	}
	
#posibilities .section_content #ant_plus p {
	float: left;
	font-size: 1.3em;
	line-height: 40px;
	margin-bottom: 0;
	}
	
#posibilities .section_content #ant_plus a {
	color: #666;
	}

#posibilities .section_content #ant_plus a:hover {
	color: #333;
	text-decoration: underline;
	}

#posibilities .section_media {
	position: relative;
	float: right;
	display: inline;
	}
	
#posibilities .section_media .hotspots .hotspot {
	position: absolute;
	width: 50px;
	height: 50px;
	background: url("/images/buttons/hotspot_horizontal.png") no-repeat 0 0;
	cursor: help;
	}
	
#posibilities .section_media .hotspot:hover {  
	background-position: -50px 0px; 
	}
	
/*--------------------------------------------------------------------
	Hotspot Positions
--------------------------------------------------------------------*/	

#posibilities .section_media .hotspots  #node.hotspot {  		left: 130px;  top: 201px; }   
#posibilities .section_media .hotspots  #heartrate.hotspot {	left: 218px;  top: 120px; }   
#posibilities .section_media .hotspots  #cadence.hotspot {  	left: 285px;  top: 375px; }  
#posibilities .section_media .hotspots  #speed.hotspot {		left: 103px;  top: 325px; }   
#posibilities .section_media .hotspots  #power.hotspot {		left: 355px;  top: 360px; } 
#posibilities .section_media .hotspots  #power2.hotspot {		left: 244px;  top: 382px; } 

.qtip.hotspot {
	font: bold 1.3em "Helvetica Neue", Helvetica, sans-serif;
	}
	
	
/*////////////////////////////////////////////////////////////////////
	Node Computers
////////////////////////////////////////////////////////////////////*/	

#node_computers #main .section_header h2 {
	float: left;
	display: inline;
	color: #000;
	letter-spacing: -.5px;
	margin-right: 20px;
	}
	
#node_computers #main .section_header .tabs {
	float: left;
	display: inline;
	padding-top: 10px;
	}
	
.ui-tabs-hide { display: none !important; }

#node_computers #technical_comparison_wrapper {
	color: #666;
	position: relative;
	width: 950px;
	height: 600px;
    }
    
#node_computers #technical_comparison_wrapper #functions {
	}

#node_computers #technical_comparison_wrapper h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	}

#node_computers #technical_comparison_wrapper ul {
	margin-left: 20px;
	list-style-image: url('/images/background/bullet_999.png');
	}

#node_computers #technical_comparison_wrapper .unique {
	color: #ee3224;
	}

#node_computers #technical_comparison_wrapper .func {
	position: absolute;
	width: 150px;
	}


#clock.func { left: 75px; top: 10px; }  
#alarm.func { left: 345px; top: 10px; }  
#temperature.func { left: 550px; top: 10px; }   
#bikeSelection.func { left: 750px; top: 10px; }   
#battery.func { left: 750px; top: 137px; }   
#speedDisplay.func { left: 75px; top: 180px;}   
#pacer.func { left: 750px; top: 212px; }  
#secondFunctionDisplay.func { left: 75px; top: 255px; }   
#additionalFunctions.func { left: 75px; top: 382px; } 
#activeSensorIndicators.func { left: 75px; top: 430px; }  
#modeIndicators.func { left: 415px; top: 460px; }  
#speedFunctionSelection.func { left: 750px; top: 325px; }   
#secondFunctionSelection.func { left: 750px; top: 430px; }   
#heartstrap.func { left: 75px;	top: 85px; }   
#backlight.func { left: 750px; top: 260px; }  
#chart { position: absolute; top: 525px; left: 352px;}


/*////////////////////////////////////////////////////////////////////
	Node Sensors
////////////////////////////////////////////////////////////////////*/

#node_sensors #main .section_header {
	
	}
	
#node_sensors #main .section_header h2 {
	float: left;
	display: inline;
	width: 230px;
	color: #000;
	letter-spacing: -.5px;
	}
	
#node_sensors #main .section_header div {
	float: right;
	display: inline;
	width: 550px;
	margin: 0 160px 10px 0;
	}
	
#node_sensors #main .section_header div a {
	color: #666;
	text-decoration: underline;
	}

#node_sensors #main .section_header div p.button a {
	text-decoration: none;
}
#node_sensors #main .section_header div p.button a:hover {
	color: #fff;
}
#node_sensors #main .section_header div a:hover {
	color: #333;
	}
	
#node_sensors #main .column .column_header img {
	margin: 30px 0 40px 0;
	}
	
#node_sensors #main .column .section h4 {
	font-size: 1.3em; 
	font-weight: bold;
	padding-bottom: 1em;
	}
	
#node_sensors #main .column.first .section.first {
	float: left;
	display: inline;
	width: 220px;
	margin-left: 0px;
	}
	
#node_sensors #main .column.first .section.last {
	float: right;
	display: inline;
	width: 220px;
	}
	
#node_sensors #main .column.last .section.first {
	margin-left: 0px;
	}
	
#node_sensors #main .column.last .section.last {
	padding: 20px 15px;
	color: #999;
	background-color: #f2f2f2;
	}
	
#node_sensors #main .column .section ul {
	margin-bottom: 2em;
	}
	
	
#speedtrap_diagram img{margin-bottom: 20px;}
#speedtrap_diagram{
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;}
#duotrap_diagram img{margin-bottom: 20px;}
	

/*////////////////////////////////////////////////////////////////////
	Compare All Computers Table
////////////////////////////////////////////////////////////////////*/	
	
#comparison_table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
	text-transform: uppercase;
	}
	
#comparison_table table th {
	padding: 5px 5px 10px 5px;
	color: #666;
	width: 150px;
	text-align: left;
	font-weight: normal;
	}
	
#comparison_table table tr {
	background-color: #fff;
	}
	
#comparison_table table tr.odd {
	background-color: #f2f2f2;
	}
	
#comparison_table table td {
	padding: 0 5px;
	border-bottom: 1px solid #fff;
	width: 80px;
	text-align: center;
	}
	
#comparison_table table tr.odd td {
	}
