/* hide elements for printing */

.header, .left, .site_breadcrumb, .footer_wrapper, .currency_select { display: none; }

/* Text - Defaults */
body, 
td, 
p, 
li, 
input, 
select, 
textarea { font: normal 11px/1.5em Verdana, Tahoma, Sans-Serif; color: #353535; }

/* Lists */
ul {}
ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { color: #6A6A6A; font-size: 14px; }
h2 { color: #999; font-weight: normal; font-size: 16px; }
h3 { color: #F99C00; }
h4 { color: #533478; }
h5 { color: #6A6A6A; }
h6 { color: #533478; }

/* Anchor */
a:link, 
a:active, 
a:visited { color: #533478; text-decoration: none; font-weight: bold; }

/* Forms */
form { margin: 0px; padding: 0px; }