/* ===== 'default.css' ===== */

/* --- --- --- --- ---
[description]
Файл стилей 'default.css' применяется для нормализации. Все теги всех броузеров по-умолчанию будут иметь стили, указанные ниже. "Эталоном" был выбран броузер FireFox.
--- --- --- --- --- */

/* =inline (24 тега)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
a, abbr, acronym, b, bdo, big, br, cite, code, del, dfn, em, i, ins, kbd, q, samp, small, span, strong, sub, sup, tt, var {
	display: inline;
}
/* --- !!! --- */
a {
	color: #0000ee;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #551a8b;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #ee0000;
}
/* --- !!! --- */
abbr, acronym {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
bdo, br, span {}
big {
	font-size: 1.17em;
}
cite, dfn, em, i, var {
	font-style: italic;
}
code, kbd, samp, tt {
	font-family: "Courier New", monospace;
	font-size: 0.83em;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
/* --- !!! --- */
q:before {
	content: '\00AB';
}
q:after {
	content: '\00BB';
}
q q:before {
	content: '\201E';
}
q q:after {
	content: '\201C';
}
/* --- !!! --- */
small {
	font-size: 0.83em;
}
/* --- !!! --- */
sub, sup {
	font-size: 0.83em;
	vertical-align: baseline;
	position: relative;
}
sub {
	top: 0.3em;
}
sup {
	top: -0.3em;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =block (14 тегов)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
address, blockquote, body, div, h1, h2, h3, h4, h5, h6, hr, html, p, pre {
	display: block;
}
/* --- !!! --- */
address {
	padding: 0;
	font-style: italic;
}
blockquote {
	margin: 1em 40px;
}
body { /* - для ie присутствуют дополнительные стили - */
	min-width: 1000px;
	height: 100%;
	margin: 0;
	background: #fff;
	font-family: "Times New Roman", serif;
	font-size: 62.5%;
	color: #000;
	line-height: 1.25;
	cursor: default;
}
div {}
/* --- !!! --- */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}
h2 {
	margin: 0.83em 0;
	font-size: 1.5em;
}
h3 {
	margin: 1em 0;
	font-size: 1.17em;
}
h4 {
	margin: 1.33em 0;
	font-size: 1em;
}
h5 {
	margin: 1.67em 0;
	font-size: 0.83em;
}
h6 {
	margin: 2.33em 0;
	font-size: 0.67em;
}
/* --- !!! --- */
hr { /* - для ie присутствуют дополнительные стили - */
	height: 1px;
	margin: 7px 0;
	border: none;
	background: #808080;
	color: #808080;
}
html {
	height: 100%;
	font-size: 100.01%;
}
p {
	margin: 1em 0;
}
pre {
	margin: 1em 0;
	font-family: "Courier New", monospace;
	font-size: 0.83em;
	white-space: pre;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =lists (6 тегов)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
dl, dt, dd, ul, ol {
	display: block;
}
li {
	display: list-item;
}
/* --- !!! --- */
dl, ul, ol {
	margin: 1em 0;
}
ul, ol {
	padding-left: 40px;
}
dt, li {}
/* ---- !!! --- */
dl dl {
	margin: 0;
}
dd {
	margin-left: 40px;
}
/* ---- !!! --- */
ul {
	list-style: disc outside;
}
ul ul {
	margin: 0;
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
/* ---- !!! --- */
ol {
	list-style: decimal outside;
}
ol ol {
	margin: 0;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =tables (10 тегов)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: #808080;
}
/* --- !!! --- */
caption, th, td {
	padding: 1px;
}
caption, th {
	text-align: center;
}
th {
	font-weight: 700;
}
/* --- !!! --- */
caption {
	display: table-caption;
}
tr {
	display: table-row;
}
th, td {
	display: table-cell;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
/* --- !!! --- */
thead, tfoot, tbody {
	vertical-align: middle;
}
thead {
	display: table-header-group;
}
tfoot {
	display: table-footer-group;
}
tbody {
	display: table-row-group;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =forms (10 тегов)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
form, fieldset, option, optgroup {
	display: block;
}
legend, label {
	display: inline;
}
button, /*input,*/ select, textarea {
	display: inline-block;
}
/* --- !!! --- */
form {
	margin: 0;
}
fieldset {
	padding: 0.5em;
	margin: 0;
	border: 1px solid #808080;
}
legend { /* - для ie присутствуют дополнительные стили - */
	padding: 0;
	margin: 0;
	color: #000;
	white-space: nowrap;
}
/* --- !!! --- */
button, input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 0.83em;
}
/* --- !!! --- */
button { /* - для ie присутствуют дополнительные стили - */
	padding: 0 5px;
	margin: 0;
	text-align: center;
	overflow: visible;
	white-space: nowrap;
	cursor: pointer;
}
input {
	padding: 0;
	margin: 0;
}
label {}
select {
	padding: 0;
	margin: 0;
	cursor: pointer;
}
/* --- !!! --- */
option {
	padding: 1px 2px;
}
	optgroup option {
		padding-left: 20px;
	}
/* --- !!! --- */
optgroup {
	font-weight: 700;
	font-style: italic;
}
textarea {
	padding: 1px;
	margin: 0;
	vertical-align: text-bottom;
	white-space: pre;
	overflow: auto;
	resize: none;
}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =images & objects (5 тегов)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
img, object {
	display: inline;
}
map, area, param {
	display: none;
}
/* --- !!! --- */
img, map, area, object, param {}
	a img {
		border: 2px solid;
	}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =other (8 тегов)
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
noscript {
	/*display: inline;*/
}
base, head, link, meta, script, style, title {
	display: none;
}
/* --- !!! --- */
base, head, link, meta, script, style, title {}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* --- © Tarik, 2011 --- */

/* ===== // 'default.css' // ===== */