/*
Title:		Rosetta Stone: print.css
Created:	June 2007
Description:    Print.css contains rules that over-ride or hide rules in other stylesheets to control how the page looks in printed format.
*/


/* ITEMS TO HIDE FOR PRINT
----------------------------*/
#top-area-right, #menu-area, #footer, #menu-area img, #menu-area ul li a, #content-style-sub-left_2, #known-issues, #extended-comment, div.main ul li, div.main ul li img, #content-header-a, .sub-article, #content-area-left img, h3.kisailus, #notices {
     display: none;
}

body {
     font-size: 12pt;
     font-family: Arial, Helvetica, sans-serif;
     line-height: 1.25em;
}

* {
     margin: 0;
     padding: 0;
}

h1 {
     margin-top: 15px;
}

h2, h3, h4 {
     font-weight: bold;
     margin-top: 15px; 
}

h2.order-number {
     font-weight: normal;
}

h2.order-number span {
     color: blue;
}

#store #h3 {
     border-bottom: 1px solid #ccc;
}

p, ul, dl {
     margin-bottom: 15px;
}

ul {
     margin-left: 15px;
     list-style: disc;
}

dl {
     font-size: 11pt;
}

dt {
     font-weight: bold;
     margin-bottom: 5px;
     margin-top: 12px;
     text-transform: uppercase;
}

dd {
     margin-left: 7px;
}

#top-area-left a img {
     border: 0;
}

div.main ul li#call-us {
     display: block;
}

#store #call-us {
     margin-top: 10px;
     font-size: 11pt;
}

div#contact-info dl {
     display: visible;
}

div.top-bar {
     border-top: 1px solid black;
     display: block;
     width: 100%;
     padding-top: 10px;
     margin-top: 20px;
     font-weight: bold;
     letter-spacing: auto;
}

table {
     border-top: 1px solid #ccc;
     border-left: 1px solid #ccc;
}

table td, table th {
     border-right: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     padding: 5px 10px;
}
