/* ========================== */
/* == PRINTER-FRIENDLY CSS == */
/* ========================== */

/* Special print rules are on News Releases page */

/* Hide decorative elements, navigation, and those not needed for printed content */
div#linklists,
div#detail_nav,
div#tiredetail_nav,
div#tireratings a, 
div#tirephotonav, 
div#tire_enlarge, 
div#extrabuttons, 
div#nextbutton, 
div#admin, 
div#tools, 
div#flashlink, 
div#nav, 
div#cooperworld, 
div#header img, 
div#scroll, 
p#skip, 
p.media, 
img#usamap, 
input, 
div#footer, 
div#headerlink,
div#mexico-tab {
	display: none;
	}

/* Add new rules */
body {
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
	}
	h1 {
		font-size: 14pt;
		font-weight: normal;
		}
	h2 {
		font-size: 11pt;
		font-weight: normal;
		}
	a {
		color: #000;
		text-decoration: none;
		}
	caption {
		text-align: left;		
		}
	table {
		margin-top: 10px;
		font-size: smaller;
		border: 1px solid #666;
		}
	th {		
		color: #000;
		border: 1px solid #666;
		padding: 3px;
		}
	td {
		border: 1px solid #666;
		padding: 3px;		
		}
	img {
		border: none;
		}
	
	div#header h1 { /* Page headers - Tires */		
		font-size: 19pt;
		font-weight: normal;
		text-transform: uppercase;
		}
		/* Tires pages - convert from all lowercase */
		span.category {
			margin-left: 10px;
			font-size: 70%;
			text-transform: uppercase;
			}	
	
	/* Tire detail page - position tire photo to the right of the tire chart */
	div#tirephoto {
		float: right;
		margin-left: 20px;
		margin-right: 50px;
		}
		
	/* Motorcycle page - print out all thumbnail images in a block rather than in-line */
	div#thumbs {
		white-space: normal;
		}
		
	/* Associate Brands page - create buffer between paragraphs */
	div.brand {
		padding-top: 10px;
		}
		
	/* Pop-up windows (only some use this sheet) */
	img#cooperlogow {
		position: relative;
		top: 3px;
		margin-right: 10px;
		}