/* © teKiLLa, 2007 */

/* Common styles */
	
	* {
		font-size: 100.01%;}

	html, body, 
	p, div, pre, 
	form, fieldset,
	dl, dt, dd,
	ul, ol, li,
	table, td, th, 
	h1, h2, h3, h4, h5 {
		margin: 0; padding: 0; line-height: 1.4;
		vertical-align: top;}

	h1, h2, h3, h4, h5 {
		line-height: 1;}

	body {
		width: 100%; height: 100%;
		font-size: 68.75%; font-family: Arial, Tahoma, Verdana, sans-serif;
		background: #EAE8E9; text-align: center;}

	html {
		width:100%; height: 100%;}

	table{
		border-collapse:collapse;}

	img {
		border: 0;}

	a, a:visited, .content a, .content a:visited {
		color: #2971a7; text-decoration: none;}

	a:hover, a:active, .content a:hover, .content a:active {
		color: #006600;}
	a:hover.ttex-href{
	text-decoration: underline;}
		
/* Центровка */
	
	.center-0 {
		position: relative; text-align: center; overflow: hidden;}
		
		.center-1 {
			position: relative; float: left; text-align: center; left: 50%;}

		.center-2 {
			position: relative; text-align: center; left: -50%;}


/* Usefull classes */

	.w100 {
		width: 100% !important;}
	
	.p0 {
		padding: 0 !important;}

	.m0 {
		margin: 0 !important;}

	.bn {
		border: none !important;}

	.bgn {
		background: none !important;}

	.cursor {
		cursor: pointer; cursor:hand;}

	.clear {
		clear: both; height: 0; font-size: 0; overflow: hidden;}

	.block {
		clear: both; width: 994px; }

	.not-footer {
		position: relative;margin: 0 auto; min-height: 100%; _height: 100%;
		background: #E5E6E0;}
		
	.search-bold {
		font-weight: bold; color: #777;}
