/*
ibiscycles.co.uk
Copyright (c) 2010, Paul Shand / Ibis Cycles. All rights reserved.
Version: 02
Date: 260210
Notes: Print style sheet for bike model page
*/

/* tag styling
----------------------------------------------------------------------------------------------------*/
html {
	font-size:82%;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	background-image: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #333;
}

/* shared page wrappers and footers
----------------------------------------------------------------------------------------------------*/
#wrapperOuter {
	position: relative;
	z-index: 5;
	width: 940px;
	margin: 20px 0;
	padding: 0;
	background-image: none;
}

#wrapper-footer {
	display: none;
}
#bikeVisualiser_geometry img {
	display: none;
}
#printInfo {
	display:block;
	width: 500px;
	background-color: #FFF;
}
#royalSliderFullscreenWrapper, #bike-info {
	display: none;
}
button.sidebar-toggle, button.sidebar-toggle:after {
	display: none;
}
.printRule {
	display:block;
	margin-bottom: 20px;
}
/* wee absolutely postioned animations and things
----------------------------------------------------------------------------------------------------*/
#whoa {
	display: none;
}
#chuck {
	display: none;
}
#youveAlready {
	display: none;
}
/* quotes */
#quotes  {
	display: none;
}
#spanner {
	display: none;;
}


/* shared header/navigation
----------------------------------------------------------------------------------------------------*/
#header {
	display:none;
}

/* breadcrumbs and pagination
----------------------------------------------------------------------------------------------------*/

#breadcrumb {
	display: none;;
}

/* bike image */

#bikeVisualiserWrapper {
	position: relative;
	overflow: hidden;
	margin: 0;
}
/* hide foreground as it uses a background image */
#bikeVisualiser_foreground {
	display: none;
}
/* tabbed bike information */
#bikeInfo {
	display: none;
}
/* right hand column bike configuration */
#bikeConfig {
	display: none;
}

.rule {
	border-right-width: 0px;
}
