@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;
}

h1 {
	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;
	float: left;
}
#body[id] {
	float: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;

	padding-bottom: 30px;
	width: 900px;
	display: block;
	background: white;
	/*min-height: 600px;
	height: 1000px;*/
}

#wrapper p {
	/*margin: 0;
	padding: 0;*/
}

#bikeHeader {
	background: #f0efef url(/images/sections/bikes/bikeheader_bg.jpg) repeat-x top left;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e2e2e2;
	height: 30px;
	color: #3d4045;
	font-size: 1.1em;
}

#bikeHeader a {
	text-decoration: none;
	color: #3d4045;
}

#bikeHeader ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#bikeHeader ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.bikeName {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.bikeName img {
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
}


#bikeHeader a.printLink:hover {
	color: #000;
}


#wrapper .leftCol {
	float: left;
	display: inline;
	background: url(/images/sections/bikes/bike_left_col_bg.jpg) no-repeat top right;
	width: 280px;
	margin: 0;
	padding: 0;
}

#wrapper .rightCol {
	width: 620px;
	display: inline;
	margin: 0;
	padding: 0;
	color: #67686c;
}

* html #wrapper .rightCol {
	float: left;
}

/*** leftCol ***/

.leftCol {
	height: 545px;
}

.leftCol[class] {
	height: auto;
	min-height: 545px;
}
#summaryBike{
	padding: 10px 25px 15px 25px	
}

#summaryBikeImage{
	padding-top: 30px;
	text-align: center;
}

#summaryBikeName{
	font-size: 2em;
	font-weight: bold;
	font-family: "Century Gothic", "Avant Garde", "Century Gothic", "Avant Garde Gothic", "Helvetica", "Trebuchet", "Arial", "sans";
	color: #000000;	
}

#summaryBikeMsrp{
	font-size: 1.1em;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	color: #666666;
}


/*** rightCol ***/
#reviewWrapper{
	margin:0px;
	padding:0px;
	width: 620px;	
    float: right;
}


/*** infoBox ***/

#infoBox {
	display: none;
	border: 5px solid #3d4045;
	border-top: 3px solid #3d4045;
	background: white;
	position: absolute;
	/*top: 0;
	right: 0;*/
	top: 157px;
	width: 664px;
	z-index: 10000;
}

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

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

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

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

#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 li {
	list-style-type: square;
}

#infoBox .menu ul li {
	float: left;
	display: inline;
	margin: 0;
	margin-top: 3px;
	margin-right: 10px;
	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;
	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;
}


#infoBoxOverlay {
	position: absolute;
	/*background: green;
	opacity: 0.5;
	filter: Alpha(Opacity:50);*/
	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;
	
}




}


