/* PANTEONPC Print style sheet										*/
/* Author: Alexey Ryumin (ryumin_av@panteon1.ru)					*/
/* Copyright: Panteon &amp; M &copy; 2007 (http://www.panteon1.ru/)	*/

body {
	background: #fff;
	color: #000;
	font: 8pt Verdana, Arial, Sans-Serif;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 11pt;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 9pt;
}
img {
	border: 0;
}
#counters, #header, #breadcrumbs, #left, #right, #footer, #products, #prod-other, .pages {
	display: none;
}
#header-print {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10pt;
	font-weight: bold;
}
#main-outer {
	margin-top: 150px;
}
table {
	border-collapse: collapse;
}
td, th {
	border: 1px solid #000;
	padding: 5px;
}
a {
	color: #000;
}
.prod-cat {
	font-size: 11pt;
	font-weight: bold;
	padding-left: 10px;
}
.prod-scat {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
}
.prod-sscat {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 10px;
}
.prod-price {
	white-space: nowrap;
}
.noborder {
	border: 0;
}
.r {
	text-align: right;
}