/*
***********************************************************

Title:			print.css
Website:		www.cimerman-nekretnine.hr
Browser(s): 	All

Author: 		www.designeus.hr
Created: 		13.03.2009.

***********************************************************
*/

/* -----------
    CSS RESET
   ----------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul, li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
* {outline:none;}

/* -------------------------- */

form { display: inline; }

strong { font-weight: bold }
em { font-style: italic }

* a { position:relative } /* Gets links displaying over a PNG background */
a, #button, .smallbutton { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


/* -----------------
	PRINT SPECIFICS
   ----------------- */
   
.printOnly { display: block; }

.printOnly .tlocrt { max-height:440px; max-width: 600px; }

#header h1,	#header #contact-data, #header #site-language,
#navigation, #footer, #breadcrumbs, #breadcrumbs *,
#pagetools, a#showgallery, a#showmap, #item-gallery object,
.most-popular { display: none; }

h1.printOnly { display:block; font-family:Tahoma; font-weight:bold; margin:-25px 0 45px 5px; }

#visual { float:none; margin-top:-25px; }
#visual img { margin-bottom:10px; /*height:400px;*/}

#item-details { margin-top:10px; }
#item-details table { font-size:13px; line-height:20px; }
#item-details table { font-size:12px; width:660px; }

table.printOnly { font-size:12px }

table.printOnly td { padding-right:10px; }

a.designeus { 
	background-image:none;
	display:inline;
	position:absolute;
	right:188px;
	text-indent:0;
	text-transform:uppercase;
	top:0;
 }
