/*

Title: print styles for alexschneider.ru

*/

body {
	margin: .2in;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

img { border: none; }
form { margin: 0; padding: 0; }


.b { font-weight: bold; }
.red { color: #ff0000; }
.green { color: #008B00; }

.left {
	float: left;
	padding: 0 8px 3px 0;
}

.right {
	float: right;
	padding: 0 0 3px 8px;
}


/* self-clearing floats
---------------------------------------- */
.z:after,
.n-cols:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* trigger hasLayout and target ie5+6/win only */
* html .z,
* html .n-cols
{ height: 1%; }

/* trigger hasLayout and target ie7/win only */
*:first-child+html .z,
*:first-child+html .n-cols
{ min-height: 1px; }
