/* print */

body { margin: 5px 0; padding: 0; background: #fff; text-align: center; font: 11px "Trebuchet MS", Tahoma; color: #000; }

img { margin: 0 5px 0 0; border: 0; }

a { text-decoration: underline; color: #000; }
a:hover { text-decoration: none; color: #0158f7; }

/* print container */
#container { width: 720px; margin: 0 auto; padding: 3px; border: 1px solid #e9e9e9; text-align: left; }

	#content { background: #fff; }

	/* print content */
	#content-options { position: relative; clear: both; height: 30px; }
		
		/* font chager */
		.font-size { position: absolute; top: 3px; right: 10px; }
		.font-size a { text-decoration: none; }
		.font-size a:hover { text-decoration: underline; }
	
	/* print content */
	#content { clear: both; width: 100%; height: auto; margin: 0; padding: 5px; font-size: 11px; }
	#content h2 { margin: 2px auto 3px; padding: 0 2px 5px 0; }
	
	#content ul.products-tabs-list li a { padding: 7px 5px; background: #eee; text-decoration: none; color: #000; }
	#content ul.products-tabs-list li a.selected, ul.products-tabs-list li a:hover { padding-top: 12px; background: #a51515; color: #fff; }
	
	/* print footer */
	#footer-copyright { clear: both; width: 100%; margin: 5px 0 0 0; padding: 2px; border-top: 1px solid #ccc; color: #696969; }
	#footer-copyright p { margin: 0; padding: 0; }
