@charset "UTF-8";

@import url(header.css);
@import url(fonts.css);


html,
body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}

a img {
	border: 0;
}

#body {
	background: #fff url(http://www.trekbikes.co.jp/images/shared/grey_gradient_bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	display: block;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 30px;
	width: 900px;
	min-height: 440px;
	display: block;
}

#wrapper h1 {
	color: #fff;
	float: left;
	display: inline;
	text-transform: uppercase;
	font-size: 3.6em;
	line-height: 1em;
	font-family: "Century Gothic",Avant Garde,Century Gothic,Avant Garde Gothic,"Lucida Sans",Helvetica,Trebuchet,Arial,Sans ;
}

#wrapper p {
}

#wrapper ul#bikeFamilies {
	float: left;
	display: inline;
	list-style: none;
	margin: 0;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	position: relative;
	z-index: 9001;
}

#wrapper ul#bikeFamilies li {
	float: left;
	display: inline;
	font-family:"Lucida Grande","Lucida Sans","Trebuchet","Trebuchet MS","Arial","sans";
	font-size: 1.1em;
}

#wrapper ul#bikeFamilies li a {
	color: #5a5c5f;
	text-decoration: none;
	float: left;
	display: inline;
	padding: 3px 10px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #d6d5d5;
}

#wrapper ul#bikeFamilies li.current a,
#wrapper ul#bikeFamilies li a:hover {
	color: #c00;
}

#wrapper ul#bikeFamilies li a.first {
	border-left: none;
}

#wrapper ul#bikeFamilies li a.last {
	border-right: none;
}

#wrapper .imageContainer {
	width: 500px;
	float: left;
	display: inline;
	text-align: center;
}

#wrapper .shinyImage {
	display: block;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
}

#wrapper .copy {
	float: left;
	display: inline;
	width: 380px;
	margin-top: 145px;
}

#wrapper .copy h2 {
	font-size: 2em;
	color: #000;
}

#wrapper .copy p {
	font-size: 1.2em;
	margin-top: 1em;
	color: #545454;
	line-height: 1.5 ;
}

#wrapper .videoLink {
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	background: url(http://www.trekbikes.co.jp/images/shared/video_icon.gif) no-repeat center left;
	font-size: 1.5em;
	font-family: "Century Gothic", Avant Garde, Century Gothic, Avant Garde Gothic, "Lucida Sans", Helvetica, Trebuchet, Arial, Sans;
	font-weight: bold;
}

#wrapper .standardLink {
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	background: url(http://www.trekbikes.co.jp/images/shared/right_arrow.gif) no-repeat center left;
	font-size: 1.5em;
	font-family: "Century Gothic", Avant Garde, Century Gothic, Avant Garde Gothic, "Lucida Sans", Helvetica, Trebuchet, Arial, Sans;
	font-weight: bold;
}

#wrapper #bugs {
	clear: both;
	width: 900px;
	height: 116px;
	margin: 0;
	padding: 0;
}

#wrapper #bugs div {
	margin: 0;
	padding: 0;
	margin-right: 12px;
	display: inline;
	float: left;
	width: 292px;
}

#wrapper #bugs div div {
	display: none;
	margin: 0;
	float: none;
}

#wrapper #bugs div a {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#wrapper #bugs div a img {
	margin: 0;
	padding: 0;
}

#wrapper #bugs div.last {
	margin: 0;
	padding: 0;
}

/*** infoBox ***/

#infoBox {
	display: none;
	border: 5px solid #3d4045;
	border-top: 3px solid #3d4045;
	background: #fff;
	position: absolute;
	top: 157px;
	width: 550px;
	z-index: 10000;
}

#infoBoxUpArrow {
	position: relative; /* Relative works in FF and Safari. IE doesn't like it. Safari doesn't like absolute. */
	margin-top: -13px;
	display: block ;
}

#infoBox #frtDiv ul {
	margin: 0;
	margin-left: 13px;
	padding: 0;
}

#infoBox #frtDiv li {
	list-style-position: outside;
	list-style-type:square;
	margin-left: 0;
	padding-left: 0px;
}

#infoBox #controlBox h2 {
	background: #3d4045;
	color: white;
	text-transform: uppercase;
	padding: 2px 0px;
	float: left;
	display: inline;
	font-family: "Century Gothic",Avant Garde,Century Gothic,Avant Garde Gothic,"Lucida Sans",Helvetica,Trebuchet,Arial,Sans ;
}

#infoBoxShadow {
	display: none;
	width: 560px;
	background: black;
	position: absolute;
	top: 162px;
	margin-right: 5px;
	z-index: 9999;
	opacity: 0.3;
	filter: Alpha(Opacity=30);
}

#infoBox #controlBox {
	color: #fff;
	background: #3d4045;
	height: 35px;
}

#infoBox #controlBox a {
	color: #fff;
	text-decoration: none;
}

#infoBox #controlBox a.printLink,
#infoBox #controlBox a.closeLink {
	display: inline;
	margin: 10px 0;
	position: static;
	cursor: pointer;
}

#infoBox #controlBox a.printLink {
	float: left;
	background: url(http://www.trekbikes.co.jp/images/shared/print_Icon_dark.gif) no-repeat center left;
	padding-left: 15px;
	margin-left: 5px;
	height: 15px;
	line-height: 1.5em;
	cursor: pointer;
}

#infoBox #controlBox a.closeLink {
	float: right;
	background: url(http://www.trekbikes.co.jp/images/shared/close_icon_dark.gif) no-repeat center right;
	padding-right: 20px;
	margin-right: 5px;
	height: 16px;
	line-height: 1.5em;
	cursor: pointer;
}

#infoBox .menu {
	background: #cbcbcb url(http://www.trekbikes.co.jp/images/shared/header_subnav_bg.gif) repeat-x top left;
	height: 27px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #9e9e9e;
	margin: 0;
	padding: 0 10px;
}

#infoBox .menu ul {
	list-style: none;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	display: block;
}

#infoBox .menu ul li {
	float: left;
	display: inline;
	margin: 0;
	margin-top: 3px;
	margin-right: 20px;
	padding: 0;
}

#infoBox .menu ul li a {
	color: #5a5c5f;
	text-decoration: none;
	font-size: 1em;
	float: left;
	display: inline;
	margin-left: 5px;
	padding: 3px 5px 3px 0;
}

#infoBox .menu ul li.current a,
#infoBox .menu ul li a:hover {
	color: #5a5c5f;
	color: black;
}

#infoBox .menu ul li.current {
	background: url(http://www.trekbikes.co.jp/images/shared/subnav_highlight_endcap.gif) no-repeat top left;
}
#infoBox .menu ul li.current a {
	background: url(http://www.trekbikes.co.jp/images/shared/subNav_highlight_bg.gif) no-repeat top right;
}

#infoBox .content {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	color: #3d4145;
}

#infoBox table {
	width: 100%;
	margin: 0;
	font-size: 0.9em;
}

#infoBox th {
	background: #cecdcd;
	text-align: left;
	border-bottom: 1px solid white;
	padding: 5px;
	padding-left: 10px;
	color: black;
}

#infoBox td {
	background: #efeff0;
	text-align: left;
	border-bottom: 1px solid white;
	padding: 5px;
	padding-left: 10px;
	vertical-align: top;
}

#infoBoxMenu {
	display: none;
}

#selectDiv {
	display: none;
}

#selectDiv .bike {
	float: left;
	display: block;
	width: 313px;
	margin: 0;
	padding: 20px 20px 20px 0;
	line-height: 1.5em;
}

#infoBoxContent.content {
	background: url(http://www.trekbikes.co.jp/images/sections/bikes/bikeFamilyDhtmlBg.gif) repeat-y top left !important;
}

#selectDiv .bike p strong {
	color: black;
}

#selectDiv .bike h3 {
	margin: 10px 0 3px 0;
	color: #c00;
	text-align: left;
	font-size: 1.4em;
}

#selectDiv .bike #selectBikeFamilyMain h3,
#selectDiv .bike #selectMadone6Series h3,
#selectDiv .bike #selectMadone5Series h3 {
	color: #000;
}

#selectDiv .bike #selectBikeFamilyMain img,
#selectDiv .bike #selectMadone6Series img,
#selectDiv .bike #selectMadone5Series img {
	left: 0 ;
	position: absolute ;
	margin: -15px 0 10px 5px ;
}
#selectDiv .bike #selectBikeFamilyMain.bikeInfo p,
#selectDiv .bike #selectMadone6Series.bikeInfo h3,
#selectDiv .bike #selectMadone5Series.bikeInfo h3 {
	padding:183px 0 0;
}
#selectDiv .bike .bikeInfo {
	display: none;
	text-align: center;
	float: left ;
}

#selectDiv .bike .bikeInfo p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	width: 300px;
}

#selectDiv .bike .bikeInfo p span.msrp {
}

#selectDiv .family {
	float: left;
	display: inline;
	width: 157px;
	padding: 20px;
	padding-right: 0;
	background: #fff;
}
#selectDiv .family a {
	color: #67686c;
	text-decoration: none;
}

#selectDiv .family a {
	padding-right: 15px;
}

#selectDiv .family .current a {
	color: #c00;
	background: url(http://www.trekbikes.co.jp/images/shared/red_circle_right_arrow.gif) no-repeat center right;
	padding-right: 15px;
}

#selectDiv .family ul {
	list-style: none;
	margin: 0;
	margin-bottom: 1.0em;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5 ;
	font-family:"Lucida Grande","Lucida Sans","Trebuchet","Trebuchet MS","Arial","sans";
}
#selectDiv .family .sp-link { padding-bottom: 0.3em ;
}
#selectDiv .compareBikes {
	margin: 10px 0 0 0;
	padding: 0;
}

#selectDiv .compareBikes img {
	margin: 0 0 10px 0;
	padding: 0;
	width: 150px;
}

#selectDiv .compareBikes a:link, #selectDiv .compareBikes a:visited {
	background: url(http://www.trekbikes.co.jp/images/sections/bikes/compareBikesIcon.gif) no-repeat top left;
	padding-left: 21px;
	font-size: 1.2em;
	color: #67686c;
}

#selectDiv .compareBikes a:hover {
	color: #333;
}

#infoBoxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 9000;
}

#infoBoxOverlayIFrame {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0; 
	display: none;
	filter: Alpha(Opacity:0);
	z-index: 8999;
}

#wrapper .copy ul, #wrapper .copy li {
	float: none;
	display: block;
}

#wrapper .copy a {
	border: none;
	float: none;
}

#wrapper .copy .quote[class] {
	text-indent: -0.5em;
	width: 350px;
}

