/* CSS Document */
/* Author: Astronim* [http://astronim.com] */

/* 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,
b, u, i, center,
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; vertical-align: baseline; background: transparent;}
body, textarea { background: #fff;  font-family:Arial, Helvetica, sans-serif;}
input { margin: 0; padding: 0; }
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
input.btn { cursor: pointer; cursor: hand; }

a { text-decoration: underline;}
a:hover { text-decoration: none;}

/*  MUSTHAVE неприкасаем */
.gray, .grey { color:#A5A5A5; font-size:10px; line-height:10px; }
.red, .error { color:#F41C1C; }
.sstr { font-weight:bold; }
.star { color: #F41C1C;}
img.imgl {float: left;}
img.imgr {float: right;}
.clear, .clr {clear: both;}

/*  CONTENT настраивается, здесь можно использовать 'em' */
#content { font-size: 16px;  line-height: 20px;}
#content a {color: #000; text-decoration: underline;}
#content a:hover {text-decoration: none;}
#content p {padding: 10px 0 0 0;}
#content h4, #content h5 { font-size: 16px; }
#content h1, #content h2, #content h3, #content h4, #content h5 { 
	color: #f41c1c; 
	font-family:Arial, Tahoma; 
	font-weight:bold;  
}

#content h2, #content h3, #content h4, #content h5 { margin: 30px 0 0 0; }
#content h2{ font-size: 19px; }
#content h3{ font-size: 18px; }

#content ul {margin: 5px 0 10px 0; }
#content ul li { list-style: disc;}
#content li {padding: 3px 0 3px 0; margin:  0 0 0 20px; }

#content td { vertical-align: top;}

#content table.tbl { width:100%; border:0; border-collapse:collapse; border-bottom:1px solid #000; margin-bottom:5px }
#content table.tbl td.theader { border-bottom:0; background-color:#E7EFF4; padding: 3px 10px; font-weight:bold }
#content table.tbl td { border-bottom:1px solid #EEEEEE; padding: 3px 10px }

#content .sitemap ul li { list-style: none; margin-left: 0;}
	#content .sitemap ul li li { margin-left: 30px; font-size: 14px; list-style: disc; padding: 2px 0 2px 0;}




