/*****************************************************************************************/
/*****************************************************************************************/
/*Motorrad - printer styles - print.css
Created on 12/10/09 by Jon Mackie for Psand Ltd
Copyright 2009 Psand Ltd. All rights reserved.
This style sheet contains printer specific styles for the Motorrad public websites.*/
/*****************************************************************************************/
/*****************************************************************************************/
body {
    background:#FFF;
    font:12pt Georgia, "Times New Roman", Times, serif;
    color:#000;
}
/*Show the dealer name as text*/
#header h2 {
    background:none;
    text-indent:0;
    width:auto;
    height:auto;
    position:static;
}
/*Get rid of unnecessary visual elements*/
#header h1,
.quick_bike_selector,
.main_navigation,
.sub_navigation_wrapper,
.breadcrumbs,
#primary_banner,
.tabs,
#footer,
#previous,
#next,
.news-articles .arrow_link,
.news-articles .column_1,
.controls,
#flash_content {
    display:none;
}
/*Override content wrapping elements*/
.wrapper {
    width:auto;
}
#body {
    padding:0;
    overflow:visible;
    margin:0 5%;
}
.main_content {
    float:none;
    color:#000;
    margin:0;
    font-size:12pt;
}
.columns_wrapper {
    width:auto;
    overflow:visible;
}
.column_1,
.column_2 {
    float:none;
    width:auto;
    margin:0;
    padding:0;
}
/*Correctly format the news articles*/
.news-articles .column_2 img {
    display:block;
    margin:0 0 10px 10px;
}
.image_wrapper {
    float:right;
}
/*Format all tables*/
table {
    width:100%;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-collapse:collapse;
}
table th,
table td {
    text-align:left;
    border:1px solid #000;
    border-top:none;
    border-left:none;
}
/*Turn off unnecessary bullets*/
.image_based_navigation {
    list-style:none;
}
/*Style images for print*/
img {
    border:none;
    display:block;
}
/*Style links for print*/
a:link,
a:visited {
    color:#666;
    background:transparent;
    font-weight:bold;
    text-decoration:underline;
}
/*Remove formatting on misc elements*/
.column_2 dl,
.column_2 .opening_hours_column,
.column_2 .show_comments_1,
.column_2 .hide_opening_hours_0 {
    width:auto;
    float:none;
    height:auto;
    margin:0;
    display:table;
}
/*Remove borders*/
.column_2 dd {
    border:none;
}