@charset "utf-8";
/* CSS Document | Techwell.ru | 2013 */

.body {
	text-align: justify;
}

.mceContentBody {
	font-size: 12px;
}

.mceContentBody p, .body p {
	margin: 0 0 1em;
}

.mceContentBody p:last-child, .body p:last-child {
	margin: 0;
}

.mceContentBody p, .product_info.body p {
	text-align: justify;
}

.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4 {
	font-weight: normal;
}

.mceContentBody h1, .body h1 {
	color: #000;
	font-size: 32px;
	line-height: 1;
	margin: 1em 0 0.5em;
}
.mceContentBody h2, .body h2 {
	color: #000;
	font-size: 18px;
	line-height: 1;
	margin: 1em 0 0.5em;
}
.mceContentBody h3, .body h3, caption {
	color: #000;
	font-size: 18px;
	line-height: 1.3;
	margin: 1em 0 0.5em;
}
ul + table caption {
	margin-top: 0.5em !important;
}
.mceContentBody h4, .body h4 {
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	margin: 1em 0 0.5em;
}
.mceContentBody ul, .mceContentBody ol, .body ul, .body ol {
	margin-bottom: 10px;
	overflow: hidden;
}
.mceContentBody ul li, .body ul li {
	list-style: none;
	background: url(../images/dot.png) no-repeat 0 4px;
	padding-left: 15px;
	margin-bottom: 4px;
	margin-left: 20px;
}
.mceContentBody ol li, .body ol li {
	list-style: decimal inside;
	margin-bottom: 4px;
}
.mceContentBody table.tech, .body table.tech-head {
	margin-bottom: 15px;
}
.mceContentBody .tech, .body table.tech {
	border: 1px #ccc solid;
}
.mceContentBody .tech tr.odd, .body table.tech tr.odd {
	background: #f8f8f8;
}
.mceContentBody .tech tr.even, .body table.tech tr.even {
}
.mceContentBody .tech tr:first-child td, .body table.tech tr:first-child td {
	border-top: 1px #ccc solid;
}
.mceContentBody .tech td, .body table.tech td {
	border-bottom: 1px #ccc dotted;
	border-right: 1px #ccc solid;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
}
.mceContentBody .tech tr td:last-child, .body table.tech tr td:last-child {
	border-right: none;
}
.mceContentBody .tech-head, .body table.tech-head {
	border: 1px #ccc solid;
}
.mceContentBody .tech-head tr.odd, .body table.tech-head tr.odd {
	background: #f3f3f3;
}
.mceContentBody .tech-head tr.even, .body table.tech-head tr.even {
}
.mceContentBody .tech-head tr:first-child, .body table.tech-head tr:first-child {
	background: #e4e4e4 !important;
	font-weight: bold;
	text-align: center;
}
.mceContentBody .tech-head tr:first-child td, .body table.tech-head tr:first-child td {
	border-top: 1px #ccc solid;
}
.mceContentBody .tech-head td, .body table.tech-head td {
	border-bottom: 1px #ccc dotted;
	border-right: 1px #ccc solid;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
}
.mceContentBody .tech-head tr td:last-child, .body table.tech-head tr td:last-child {
	border-right: none;
}
.mceContentBody .fancybox {
}