/**********************************************************/
/*RESET****************************************************/
/**********************************************************/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	line-height:140%;
    font-weight: inherit;
    font-style: inherit;
    font-size: 18px;
	font-family: 'Arial';
}
:focus {
    outline: 0;
}
a:hover{
	text-decoration:none;
}
*{
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
body {
    line-height: 1;
    color: black;
    background: white;
	overflow-x:hidden;
}
p{
	font-size:16px;
	padding:5px 0;
}
ol, ul {
    list-style: none;
}
a{
	text-decoration:none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
textarea {
	resize: vertical;
}
button{
	cursor:pointer;
}
input, button, textarea, select{
	font-family: 'Arial';
}
.description p{
	
}
.description ul{
	list-style:disc;
	margin:10px 0 10px 30px;
}
.description ol{
	list-style-type: decimal;
	margin:10px 0 10px 30px;
}
.description ul li, .description ol li{
	padding:5px 0;
	line-height:140%;
}
.description h1, .description h2{
	font-size:30px;
	margin:0 0 20px 0;
}
.description h3, .description h4{
	font-size:28px;
	margin:0 0 20px 0;
}
.description h5, .description h6{
	font-size:26px;
	margin:0 0 20px 0;
}


.description{
	
}
.description{
	overflow-x: auto;
}
.description table tbody{
	width:960px;
}
.clear{
	clear:both;
}
select, .input, .select, .textarea{
	display: block;
	font-family: 'Arial';
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 140%;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



 
table { 
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse;
   }
   th { 
    text-align: left; /* Выравнивание по левому краю */
    padding: 5px; /* Поля вокруг содержимого ячеек */
    border: 1px solid #dedede; /* Граница вокруг ячеек */
   }
   td { 
    padding: 5px; /* Поля вокруг содержимого ячеек */
    border: 1px solid #dedede; /* Граница вокруг ячеек */
   }

