/* Site Print Styles
 * Updated:  Date @ Time
 * Author: Firstname Lastname <company url>
 * ---------------------------------------------*/

	/*
	-- TOC
	---------------------------------------
	1. Colors
	2. Links
	3. Typography
	4. Structure
	*/

	/* -- COLORS
	---------------------------------------*/
	/* black	=	#000 */
	/* grey		=   #333 */
	
	
	/* -- LINKS
	---------------------------------------*/
	a:link, a:visited { background: transparent; color: #333; font-weight: 700; text-decoration: underline; }
	
	/* note: this will place the url after the link in print mode, does not work on relative links.
	don't want it just remove or comment out the two lines below. 
	a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ")"; font-size: 90%; }
	a[href^="http://"] { color: #000; }
	
	/* remove border around any image that has a link */
	a img { border: none; }
	
	
	/* -- TYPOGRAPHY
	---------------------------------------*/
	h1 { line-height: 0; }
 	
 	h2 { margin: 0 0 .5em; color: #f6871c; font-size: 1.5em; }
 	
 	p small { color: #666666; font-size: .9em; }
 	
	h3 { font-size: 16pt; }
	h4, h5, h6 { font-size: 12pt; }
	
	
	/* -- STRUCTURE
	---------------------------------------*/
	body { width: 100% !important; margin: 0 !important; padding: 0 !important; background: none; color: #000; font: 12pt/1.4 Garamond, "Times New Roman", serif; }
	
	
	/* -- hide various parts from the site */
	/* class name or id name here { display: none; }*/
	
	#container .navigation, #container .right, #banner, #newsletter, #search_form, #footer { display: none; }
	
	/* content */
 			#content { clear: both; padding: 20px 25px; font-size: 1.1em; }
 			#content p { padding: 0 0 .8em; }
 			
 			#content ul { padding: .8em 0 .8em 22px; }
 			#content ul li { padding: 0 0 0 20px; background: url(../images/inner-bullet-point.gif) 0 9px no-repeat; }
			#content li { list-style: none; }
 			
 			table.products_list_table { width: 100%; }
 			table.products_list_table td { padding: 5px 0; border-bottom: 1px solid #ccc; }
 			table.products_list_table a { font-size: 1.2em; }
 			table.products_list_table img { float: right; margin: 0 0 0 10px; }
 			
 			div#product_detail h3 { font-size: 1.2em; }
 			div#product_detail img { float: right; padding: 0 0 0 10px; }
			.prod input { display: none; }