/*
	===================================================
	[ Istvan Kovacs ]
	===================================================
	$ver:	1.0 initial release
	$date:	28-04-2009
	===================================================


1. GLOBAL
========================================================= */

fieldset, img {border:0; }
/*p.break {page-break-after: always}*/
hr {border:0; border-bottom:1px solid #888; width:100%;}

h1, h2, h3, h4, h5, h6 { 
	display:block; 
	font-size:200%; 
	font-weight:normal; 
	color:#000; 
	/*margin:10px 0;*/
	padding:0;
}
h2 { font-size:190%; }
h3 { font-size:180%; }
h4 { font-size:170%; }
h5 { font-size:160%; }
h6 { font-size:150%; }

h1 a:hover {text-decoration:none;}

a.e1, a.e2, a.ud:link,
a.e1, a.e2, a.ud:visited {
	font-size: 12px;
	color: #6687DB;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	}

a.e1:hover {
	color: #000;
	text-decoration: underline;
	}

	
/*2. HEADER
========================================================= */

div.booktitle {font-size:11px; padding-bottom:10px;}

div#listofcontents {margin:0px 0px;}
div#listofcontents span.title {
	color:#000; font-size:14.4px; font-weight:bold; margin-bottom:0px; display:block;
	}

div#listofcontents a:link,
div#listofcontents a:visited,
div#listofcontentst a:hover {
	/*font-size: 14.4px;*/
	/*font-weight: normal;*/
	color: #6687DB;
	}

div#listofcontents a:hover {text-decoration:underline;}
div#listofcontents a.e2 {padding-left:30px;}
div#listofcontents a.e3 {padding-left:60px;}
div#listofcontents a.e4 {padding-left:90px;}

div#listofcontents a.ud {
	color:#000;
	font-size: 11.4px;
	text-decoration:underline;
}

div.screenshot {
	padding: 0px 0;
	text-align: center;
	background: #eee;
	width: 100%;
	}

div.screenshot img {height:50%;}

div.disclaimer {
	font-size: 80%;
	line-height:120%;
}

pre {
	background: #EFEFEF;
	border: thin dashed #999999;
	margin: 10px 0 10px 0;
	width: 75%;

}
.nfaq {
	padding: 0 0 5px 0;	
}
