@CHARSET "UTF-8";

/* $Id: print.css,v 1.0 2008-05-02 18:23:11 asc Exp $ */

/**
 * EcoDriving USA, for the Alliance of Automobile Manufacturers
 * Copyright, 2008 Actual Size Creative. All rights reserved.
 * 
 * http://www.actualsizecreative.com/
 *
 */



/**
 * LAYOUT
 */
 * {
 height: auto !important;
 }
  
 body, input, textarea, select, a, a:link, a:visited, a:active {
 font-family: Arial, sans-serif;
 color: #000;
 background: none;
 text-decoration: none;
 }
 
 div.printBrand {
 width: 100%;
 border-bottom: 1px solid rgb(71,77,81);
 }
 


/**
 * TYPOGRAPHY
 */
 h2, h3 {
 margin-bottom: 0px;
 padding-bottom: 0px;
 font-size: 14px;
 }
 
 p {
 font-size: 11px;
 }
 
 .footer .copyright {
 font-size: 10px;
 }
 


/**
 * WEB ELEMENT VISIBILITY
 */
 .footer ul, #navigation, .sidebar .block, .content .hide, .content img,
 img.tooltipImg, object, form, .button-automakerssupportecodriving {
 display: none;
 }

 div.printBrand, .sidebar .show, .sidebar .show p, .single .show, .single .show p {
 display: block !important;
 }
 
