/****
	* Print style sheet for
	* www.menart.ru && www.menart.org
	* by Murchik
	* (c) 2007. All rights reserved.
*****/

/*
 **	basic elements
 */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFF;
	color:#000;
}
a {
	color:#CCC;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}
h1 {
	font-size:20px;
	font-weight:normal;
}
h2 {
	font-size:14px;
	font-weight:normal;
}
img {
	border:0;
}
td {
	background-color:#FFF;
	border: 1px solid #999;
}
dl {
	list-style-type:none;
}
dl dt, dl dd {
	display: inline;
}
input, .input, select, .button, textarea {
	background-color:#DDD;
	color:#333;
	border: solid 1px #000;
}
/*
 **	structure
 */
 
.clear {
	height:0px;
	clear:both;
}
#header, #footer, #filter {
	display:none;
}
#v {
	width:100%;
}
