/* inCMS print css */
/* (c)2008 Spika David, Inexes */

* {
	background-color: white !important;
	background-image: none !important;
}
body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 1.3;
	font-size: 10pt;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	color: black;
	background: white;
}

a:link, a:visited { text-decoration: underline; color: #333333; }

h1, h2, h3, h4, h5, h6 {
	margin: 8pt 0;	padding: 0;
	page-break-after: avoid;
	font-family: helvetica, arial, sans-serif;
	color: black;
}
h1, h1 a { font-size: 16pt; color: black; }
h2, h2 a { font-size: 14pt; color: black; }
h3, h3 a { font-size: 12pt; color: black; }
h4, h4 a { font-size: 10pt; color: black; }

code { font: 10pt Courier, monospace; }
blockquote { margin: 1.2em; padding: 1em;  font-size: 10pt; }
hr { clear: both; background-color: #ccc; }
strong { font-weight: normal; }
em { font-style: normal; }
address { font-style: normal; margin: 1.2em 0; }
p { margin: 0; }

img { margin: 0; }
a img { border: none; }

table { margin: 1px; text-align: left; border-collapse: collapse; line-height: 1.3; }
th, td { padding: 0.7pt 5pt 0.7pt 5pt; border: 1px solid #333333; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 

.noPrint, #languages, #pageImage, #mainMenuBox, #subMenuBox, #footerBox .navigation, #searchBox,
#upBack {
	display: none;
}
#headerBox {
}
h1 {
}
#footerBox {
	clear: both;
	font-size: 8pt;
}
/* inCMS module: list_type2 (print) */

.list {
	width: 100% !important;
}
.list .pages {
	display: none;
}
.list .categories span.selected {
	font-weight: bold;
} 
.list .listItem {
	clear: both;
}
.list .listItem a.image {
	float: left;
	margin: 0 5pt 5pt 0;
}
