@import url(/css/header.css);
@import url(/css/footer.css);
@import url(/css/fonts.css);
@import url(/css/langSelectBox.css);

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

* {
	outline-width: 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(/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;*/
	font-size: 3.4em;
	line-height: 1em;
}

#wrapper p {
}

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

#wrapper ul.mountain_full_suspension, 
#wrapper ul.mountain_hardtail, 
#wrapper ul.bike_path {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	margin-left: 0;
}

#wrapper ul#bikeFamilies li {
	float: left;
	display: inline;
	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.4em;
	margin-top: 1em;
	color: #545454;
}

#wrapper .videoLink {
	color: #000;
	text-decoration: none;
	padding-left: 20px;
	background: url(/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(/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;
}

#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: 7px 10px 7px 10px;
	float: left;
	display: inline;
}

#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(/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(/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(/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(/images/shared/subnav_highlight_endcap.gif) no-repeat top left;
}
#infoBox .menu ul li.current a {
	background: url(/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: inline;
	width: 313px;
	margin: 0;
	padding: 20px;
	padding-left: 0px;
	line-height: 1.5em;
}

#selectDiv.madone .bike {
	/*width: 333px;*/
	padding: 20px 0;
}

#infoBoxContent.content {
	background: url(/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 {
	color: #000;
}

#selectDiv .bike #selectBikeFamilyMain img {
	position: absolute;
	margin: -15px 0 10px 5px;
	left: 0;
}

#selectDiv .bike .bikeInfo {
	display: none;
	text-align: center;
}

#selectMadone6Series img, #selectMadone5Series img {
	position: absolute;  
	left: 0;
	margin: -15px 0 10px 5px;
}

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

#selectDiv .bike #selectBikeFamilyMain.bikeInfo p,
#selectDiv .bike #selectMadone6Series.bikeInfo h3,
#selectDiv .bike #selectMadone5Series.bikeInfo h3 {
	padding: 183px 0 0;
}

#selectDiv .bike .bikeInfo p span.msrp {
	font-size: 0.8em;
}

#selectDiv .family {
	float: left;
	display: inline;
	width: 157px;
	padding: 20px;
	padding-right: 0;
	/*background: #fff;*/
}

#selectDiv.madone .family {
	width: 175px;
	padding-top: 10px;
}

#selectDiv .family h3 {
	margin: 0;
	padding: 0 0 2px;
	font-size: 1.3em;
}

#selectDiv .family p {
	color: #67686c;
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.2em;
	cursor: pointer;
}

#selectDiv .family a {
	color: #67686c;
	text-decoration: none;
	padding-right: 15px;
	cursor: pointer;
}

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

#selectDiv .family ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.2em;
}

#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(/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;
}

#selectDiv .bike .bikeInfo .rating p {
	float: left;
	display: inline;
	font-weight: bold;
	width: 150px;
	padding-right: 5px;
}

#selectDiv .bike .bikeInfo .rating {
	padding-top: 4px;
}

#selectDiv .bike .bikeInfo .rating iframe {
	display: block;
	text-align: left;
}

#selectBikeFamilyMain #bikePromos {
	margin: 20px 0 0 0;
	padding: 0;
	width: 280px;
	overflow: hidden;
}

#selectBikeFamilyMain #bikePromos .bikePromo {
	float: left;
	display: inline;
	width: 280px;
	margin: 0 0 10px 0;
	line-height: 1.4em !important;
	background: #000 url(/images/bikes/bikeModel/bg_bikePromo_bottom.png) no-repeat left bottom;
}

#selectBikeFamilyMain #bikePromos .bikePromo .inner {	
	padding: 10px 0 5px;
	background: transparent url(/images/bikes/bikeModel/bg_bikePromo_top.gif) no-repeat top left;
}

#selectBikeFamilyMain #bikePromos .bikePromo .inner img {	
	margin: 0 0 3px 0;
}

#selectBikeFamilyMain #bikePromos .bikePromo .inner p {
	margin: 0 0 6px 4px;
	padding: 0;
	line-height: 1.3em;
}

#selectBikeFamilyMain #bikePromos .bikePromo .inner p a:link, #bikePromos .bikePromo .inner p a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 45px;
}

#selectBikeFamilyMain #bikePromos .bikePromo .inner p a:hover {
	color: #ccc;
}
#selectMadone5Series #bikePromos {
	margin: 20px 0 0 0;
	padding: 0;
	width: 280px;
	overflow: hidden;
}

#selectMadone5Series #bikePromos .bikePromo {
	float: left;
	display: inline;
	width: 280px;
	margin: 0 0 10px 0;
	line-height: 1.4em !important;
	background: #000 url(/images/bikes/bikeModel/bg_bikePromo_bottom.png) no-repeat left bottom;
}

#selectMadone5Series #bikePromos .bikePromo .inner {	
	padding: 10px 0 5px;
	background: transparent url(/images/bikes/bikeModel/bg_bikePromo_top.gif) no-repeat top left;
}

#selectMadone5Series #bikePromos .bikePromo .inner img {	
	margin: 0 0 3px 0;
}

#selectMadone5Series #bikePromos .bikePromo .inner p {
	margin: 0 0 6px 4px;
	padding: 0;
	line-height: 1.3em;
}

#selectMadone5Series #bikePromos .bikePromo .inner p a:link, #bikePromos .bikePromo .inner p a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 45px;
}

#selectMadone5Series #bikePromos .bikePromo .inner p a:hover {
	color: #ccc;
}
#selectMadone6Series #bikePromos {
	margin: 20px 0 0 0;
	padding: 0;
	width: 280px;
	overflow: hidden;
}

#selectMadone6Series #bikePromos .bikePromo {
	float: left;
	display: inline;
	width: 280px;
	margin: 0 0 10px 0;
	line-height: 1.4em !important;
	background: #000 url(/images/bikes/bikeModel/bg_bikePromo_bottom.png) no-repeat left bottom;
}

#selectMadone6Series #bikePromos .bikePromo .inner {	
	padding: 10px 0 5px;
	background: transparent url(/images/bikes/bikeModel/bg_bikePromo_top.gif) no-repeat top left;
}

#selectMadone6Series #bikePromos .bikePromo .inner img {	
	margin: 0 0 3px 0;
}

#selectMadone6Series #bikePromos .bikePromo .inner p {
	margin: 0 0 6px 4px;
	padding: 0;
	line-height: 1.3em;
}

#selectMadone6Series #bikePromos .bikePromo .inner p a:link, #bikePromos .bikePromo .inner p a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 45px;
}

#selectMadone6Series #bikePromos .bikePromo .inner p a:hover {
	color: #ccc;
}

h3.my10 {
	font-size: 1.0em !important;
}

h3.my10 a:link, h3.my10 a:visited {
	color: #c00 !important;
}

h3.my10 a:hover {
	color: #666 !important;
}

