/* 
    Document   : print
    Created on : 2010
    Author     : Ilya V. Goryachev <ilya@amdesign.ru>
    Description:
        Printable.
*/

@font-face {
  font-family: Gentium;
  src: url('fonts/GenR102.eot');
}

@font-face {
  font-family: Gentium;
  src: local("Gentium"),
       local("GentiumAlt"),
       url('fonts/GenR102.ttf') format("truetype");
}

/* No display */
#logoArms,
#headerRight,
#navigation,
.linksBar,
.sidebar,
#footer,
.bottomLinksBar,
.fileItem
{
	display: none;
}

#logoText {
	font: large Gentium, Palatino, Bookman, "Century Schoolbook", "Times New Roman", serif;
	text-align: center;
}


#print-end {
	display:;
}

#print-end dl {
	width:100%;
	overflow:hidden;
}

#print-end dl dt {
	float:left;
	width:100px;
	padding-top: 20px;
}

#print-end dl dd {
	margin-left:100px;
}





