/* =default
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
html, body {
	height: 100%;
}
html, body, address, blockquote, div, /*p,*/ pre, h1, h2, h3, h4, h5, h6, hr,
dd, dl, dt, ul, ol, li,
a, abbr, acronym, b, /*big,*/ br, cite, code, del, dfn, em, i,
ins, kbd, q, samp, /*small,*/ span, strong, /*sub, sup,*/ tt, var,
object,
/*caption, table, tbody, td, tfoot, th, thead, tr,*/
input, textarea, select, button, form, fieldset, legend, label,
u, font, s, center, dir, menu, strike, xmp {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	font-size: 1em;
	text-align: left;
	text-indent: 0px;
}
a {
	outline: none;
}
/*hr,*/ img, object {
	border: 0px;
}
input, select, button {
	vertical-align: middle;
}
/*
ol, ul {
	list-style-type: none;
}
*/
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
textarea, caption, td, th, tr {
	vertical-align: top;
}

p, caption, table, tbody, td, tfoot, th, thead, tr {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	text-indent: 0px;
}


/* =global
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
html {
    font-size: 100.01%;
}
body {
	font-size: 62.5%;
	font-family: Tahoma, sans-serif;
	color: #272727;
}
a:link, a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: #1e69de;
}
a:hover {
	text-decoration: none;
}
a:active {
}
h3 {
	font-size: 1.3em;
	color: #fff;
}
hr {
	margin: 7px 0px 14px 0px;
}
@media print {
	.print-button {display: none;}
}

a[href^="/"]:after {
	_content: " (http://www.new.dixar.biz" attr(href) ") ";
	font-weight: bold;
}


/* --- Print --- */
.print-wrap {
	margin: 0 15px;
	padding:15px 0;
	overflow: hidden;
}
.print-logo {
	float: left;	
	width: 413px;
	height: 116px;
}
.print-button {
	float: right;
	height: 20px;
}
/* --- !!! ---*/ 
.print-button a.print-p {
	font-size: 1.4em;
	line-height: 20px;
	background: #fff url("print-p.gif") no-repeat 0% 50%;
	padding: 5px 0px 5px 23px;
}
.print-button a.print-c {
	font-size: 1.4em;
	line-height: 20px;
	background: #fff url("print-c.gif") no-repeat 0% 50%;
	padding: 5px 0px 5px 20px;
	margin-left: 20px;
}
/* --- !!! ---*/ 
.print-name {
	font-size: 2em;
	font-weight: bold;
	padding-top: 10px;
	clear: both;
}
.print-url {
	font-size: 1.5em;
	padding-top: 10px;
}


/* =стили для элементов, которые будут выводиться с помощью визуального редактора
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
.editor {
	margin-top: 10px;
	padding: 0px 1px;
	font-size: 1.2em;
	line-height: 16px;
}
.editor ul, .editor ol {
	margin: 10px 20px;
}
.editor ul li, .editor ol li {
	list-style-position: inside;
	padding: 0px;
}
.editor hr {
	margin: 5px 0px;
}
.editor table {
	border: 1px solid #cdcdcd;
}
.editor table td {
	border: 1px solid #cdcdcd;
	padding: 3px 5px;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	padding: 5px 0px;
	line-height: 1;
	color: #272727;
}
.editor h1 {
	font-size: 2.4em;
}
.editor h2 {
	font-size: 1.8em;
}
.editor h3 {
	font-size: 1.6em;
}
.editor h4 {
	font-size: 1.4em;
}
.editor h5 {
	font-size: 1.2em;
}
.editor h6 {
	font-size: 1em;
}
/* --- !!! --- */
.edit-img {
	float: left;
	padding: 4px 10px 10px 0px;
}
/* --- !!! --- */

.print-copy {
	font-size: 1.4em;
	padding-bottom: 15px;
	clear: both;
}
/* --- // Print --- */
