﻿html {
	font-size: 100.01%;
}
body {
	font-family: Arial;
	font-size: 13px;	
	font-weight: normal;
	font-style: normal;
	color: #000;
}

h1 {
	margin-left: -50px;
	line-height: 1.2;
}
h2, h3, h4, h5, h6 {
	margin-left: -15px;
	line-height: 1.2;
}
h1 {
	font-family: Verdana, Arial;
	font-size: 3em;
	font-weight: normal;
	font-style: normal;
	color: #bc2200;
	padding: 10px 0 15px 0;
}
h2 {
	font-family: Verdana, Arial;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	color: #bc2200;
	
	padding: 10px 0 15px 0;
}
h3 {
	font-family: Verdana, Arial;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	color: #bc2200;
	
	padding: 10px 0 15px 0;
}
h4 {
	font-family: Verdana, Arial;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	color: #bc2200;
	
	padding: 10px 0 15px 0;
}
h5 {
	font-family: Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #bc2200;
	
	padding: 10px 0 15px 0;
}
h6 {
	font-family: Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #bc2200;
	
	padding: 10px 0 15px 0;
}
p {
	line-height: 1.8;
	padding: 10px 0 15px 0;
}
a {
	color: #bc2200;
}
a:hover {
	color: #000;
}
/* Списки */
ul, ol {
	padding: 0;
	margin: 0;
}
ul ul, ul ol, ol ol, ol ul {
	padding: 0 0 0 20px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	line-height: 1.8;
	padding: 5px 0 5px 0;	
}
dl {
	padding: 0;
	margin: 0;
	line-height: 1.8;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0 0 0 20px;
	font-style: italic;
}
abbr, acronym {
	font-family: Georgia, Times, serif;
}
address {
	font-family: Times, serif;
	line-height: 18px;
}
div {
	line-height: 18px;
}
cite {
	font-style: italic;
}
code, kbd, samp, var, tt {
	font-family: Courier, monospace;
}
kbd {
	font-weight: bold;
}
var {
	font-style: normal;
	padding-right: 5px;
}
dfn {
	font-weight: bold;
}
pre {
	font-family: Times, serif;
}
blockquote {
	border: 1px solid #bc2200;
	background: #f0e1c8;
	padding: 10px;
	margin: 10px;
}
sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
	font-size: .6em
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
	font-size: .6em
}
/* Таблицы */
table {
	margin: 10px 0;
}
table caption {
	padding: 8px 0;
	font-weight: bold;
	font-family: italic;
	color: #bc2200;
}
tr.tr-striped {
	background: #f0e1c8;
}
td.td-striped {
	color: #fff;
	background: #bc2200;
}
th,td {
	border: 1px solid #bc2200;
	padding: 8px;
}
th {
	color: #000;
}
/* Формы */
form div {
	padding: 4px 0;
}

button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}



.simple {
    padding-bottom: 10px;
}
.simple  label {
    display: block;
    font-size: 13px;
    padding-bottom: 3px;
}

.simple  input {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    width: 412px;
}
.simple  div input {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    width: 350px;
}
