/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.75em Arial;
	color:#666;
	background:#fff;
	border-top:2px solid #0066b1;
	padding:13px 25px 0;
}

a {
	text-decoration:underline;
	color:#0066b1;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1 {
	font:normal 1.65em Georgia;
	margin:0 0 12px;
	color:#000;
}

h2 {
	font:bold 1.3em Georgia;
	margin:0 0 12px;
	color:#000;
}

h3 {
	font:bold 1em/1.3em Arial;
	margin:0 0 5px;
}

/* Form elements */

.text {
	border:1px solid #8caedd;
	background:#fff;
	color:#666;
	font:1em Arial;
}

.button {
	background:#fff url("images/button.gif") repeat-x bottom;
	color:#666;
	font:1em Arial;
	border:1px solid #8caedd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 5px 0 0;
}

/* Structure */

.wrapper {
	min-width:950px;
}

.container {
	width:100%;
	float:left;
	margin-right:-270px;
}

/* Header */

.header {
	position:relative;
	background:url("images/header.png") repeat-x center;
	margin:0 0 35px;
}

	.h-ins {
		background:url("images/header.png") no-repeat left top;
	}

	.h-ins .h-ins {
		background:url("images/header.png") no-repeat right bottom;
		height:214px;
	}

		.logo {
			position:absolute;
			top:1px;
			left:17px;
		}

		/* Top menu */

		.topmenu {
			position:absolute;
			top:145px;
			left:5px;
			overflow:hidden;
			font:bold 1.25em/1.1em Arial;
		}

			.topmenu li {
				border-left:1px solid #0066b1;
				margin-left:-1px;
				padding:0 12px;
				float:left;
			}

		/* Search */

		.search {
			position:absolute;
			top:137px;
			right:15px;
			background:url("images/search.png") no-repeat left top;
			width:211px;
			height:32px;
		}

			.search .text {
				position:absolute;
				top:8px;
				left:16px;
				background:none;
				color:#666;
				font:1em Arial;
				border:none;
				width:170px;
			}

			.search .button {
				position:absolute;
				top:11px;
				left:195px;
				background:url("images/search-button.gif") no-repeat;
				width:11px;
				height:11px;
				cursor:pointer;
				border:none;
			}

		/* Navigation */

		.nav {
			position:absolute;
			top:188px;
			left:11px;
			overflow:hidden;
		}

			.nav li {
				float:left;
				background:url("images/nav.gif") no-repeat left 3px;
				padding:0 13px;
				margin-left:-3px;
			}

		/* Header banners */

		.h-banner {
			margin:0 0 0 365px;
			padding:14px 0 0;
		}

			.h-banner li {
				float:left;
				width:33%;
			}

/* Content */

.content {
	margin-right:270px;
	line-height:1.4em;
	padding:0 0 60px;
}

	.imp {color:#f00;}

	/* News preview */

	.news-preview {
		overflow:hidden;
	}

		.news-preview dt {
			float:left;
		}

		.news-preview dd {
			margin:0 0 8px 62px;
		}

			.news-preview img {vertical-align:text-bottom; padding:0 0 0 4px;}

	.details {
		font-size:0.9em;
		color:#f00;
	}

		.details a {color:#f00;}

	/* Columns */

	.cols {
		overflow:hidden;
		margin:0 0 10px;
	}

		.col {
			float:left;
			width:50%;
		}

			.notice {
				margin:0 15px 15px 0;
				background:#eaf1f5;
				padding:10px 10px 12px;
			}

				.notice a {color:#666;}

				.notice h3 a {color:#0066b1;}

	/* Company top */

	.company-top {
		border-bottom:1px solid #d7d7d7;
		margin:0 0 25px;
	}

		.company-top li {
			border-top:1px solid #d7d7d7;
			padding:12px 10px 12px 25px;
			background:url("images/company-top.png") no-repeat 1px 12px;
		}

			.city {color:#999;}

	/* Block */

	.block {
		margin:0 0 23px;
	}

	.textblock {
		margin:0 0 23px;
	}

		.textblock p {margin:0 0 11px;}
		.textblock ul {
			margin:0 0 10px 20px;
			list-style:disc;
		}
		.textblock ol {
			margin:0 0 10px 25px;
			list-style:decimal;
		}

/* Right column */

.rightside {
	width:224px;
	float:right;
	padding:0 0 60px;
}

	.r-block {
		border:1px solid #d7d7d7;
		border-top:1px solid #0066b1;
		padding:12px;
		margin:0 0 30px;
	}

	form.r-block {
		padding:20px 20px 10px;
	}

		.r-block p {
			margin:0 0 10px;
		}

		.r-block .text {width:180px;}

		.r-block li {
			background:url("images/bullet.gif") no-repeat left 8px;
			padding:0 0 0 15px;
			margin:0 0 5px;
		}

		.r-block li.imp {background:url("images/imp.gif") no-repeat left 8px;}
			.r-block li.imp a {color:#f00;}

/* Footer */

.footer {
	clear:both;
	background:#f0f0f0 url("images/footer.gif") repeat-x top;
	overflow:hidden;
	margin:0 -25px;
	line-height:1.4em;
	padding:0 0 50px;
}

	.copyright {
		float:left;
		border-top:3px solid #0066b1;
		padding:20px 0 0 25px;
		width:242px;
	}
		.copyright span {color:#000;}

	.f-menu {
		overflow:hidden;
		padding:23px 0 0;
		float:left;
	}

		.f-menu li {
			padding:0 20px 10px 15px;
			background:url("images/bullet.gif") no-repeat left 8px;
		}

	.c-block {
		float:right;
		padding:23px 40px 0 0;
		width:200px;
	}

		.c-block img {
			margin:0 0 7px 7px;
		}

DIV.red_link A { color:red; }









/*оформление таблиц из equipment-trade (начало)*/
table.maintable {
padding: 0px;
margin: 0px;
width: 95%;
}
table.maintable tr.dark {
background-color: #f4f4f4;
}

table.maintable th {
padding: 17px 7px 13px 7px;
border-top: 1px solid #b0b0b0;
border-bottom: 1px solid #e1e1e1;
background-color: #f4f4f4;
text-align: center;
font-weight: normal;
font-family: tahoma;
color: #595a5d;
}

table.maintable th.bold {
padding-left: 10px;
font-weight: bold;
text-align: left;
}
table.maintable td {
padding: 8px 5px 10px 10px;
text-align: center;
}
table.maintable td.rub {
padding: 10px 5px 10px 10px;
width: 65%;
text-align: left;
}

span.prodam {color:#fe0000;}
span.kuplu {color:#3cac00;}

table.maintable tr.dark_pa {
padding: 12px 7px 10px 7px;
background-color: #f4f4f4;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
}

div.pager {
padding: 3px 3px;
margin: 0px 0px 0px 0px;
word-spacing: 15px;
}
div.pager span{
padding: 1px 5px;
margin: 0px 0px;
border:1px solid #e1e1e1;
font-weight: bold;
}
/*оформление таблиц из equipment-trade (конец)*/

