/*
-----------------------------

Opkk.fi - opkk_print.css
required css file
media = print

Print styles for opkk.fi

Dependencies:
- opkk.css
- opkk_ie_fixes.css

-----------------------------
*/

body {background: #fff; font: 75%/1.5em Arial, Helvetica, Geneva, sans-serif;}
h1 {font-size: 1.5em; font-weight: normal;}
h2 {font-size: 1em;}
.frontpage h2 {font-weight: normal}
h3 {font-size: 1.2em; margin-left:10px; }
h4 {font-size: 1em;}
.main {width:700px; overflow:visible;}
#buy, #sell, #company, #contact, #super, #log, #watch {display: none;}
li#home {border:0;}
#content {padding-top: 90px;}

p {overflow:visible;}

table tr, table td { margin:2px; padding:2px; }
.image-on-left {float: left; margin:0 1em 1em 0;}
.leading {font-weight: bold;}

/* submit buttons */
.submit, .go {display: none;}

/* === layout columns === */
.columns {overflow:visible; width: 90%; clear: both;}
.column-1 {width: 40%; float: left; clear: left;}
.column-2 {width: 40%; float: right;}
.column-2 img {margin:10px;}
.column-3 {width: 40%; float: left; clear: left;}

.article {overflow:visible;}

/* contact info box */
.contact-info {
	margin-left:10px; 
	width: 95%; 
	line-height: 1.5em; 
	clear: both; 
	background: #e5edff url(/static_images/v1/bg_hcard.gif) repeat-x; 
	padding: 1em; 
	font-size: 0.915em; 
	overflow: hidden; 
	margin-bottom: 1em;
	}
.contact-info .fn {font-size: 1.275em; margin-bottom: 0.5em; font-weight: bold; display: block;}
.contact-info .links {width: 49%; float: right;}
.contact-info .links li {padding:1px 0;}
.vcard { font-style: normal; }

/* == content area common elements == */
.icon, .links a {display: block; padding-left: 10px; background: url(/static_images/v1/bg_icon_link.gif) no-repeat 0 6px;}
/* link icons */
a.back, a.print {display:none;}



