/*********************medel**********************/

* { 
margin: 0; 
padding: 0;
}

html, body{
padding:0;
margin:0;
height:100%;
position:relative;
}

body {
background-color:#fff;
width:100%;
color:#000;
font:normal 11pt Tahoma, Verdana, Arial, Sans-serif;
}

/************h1-h6**************/
h1,h2,h3,h4,h5,h6 {
    /****ïåðåíàçíà÷åíèå öâåòà***/

}

h1 {
font-size:150%;
}

h2 {
font-size:140%;
}

h3 {
font-size:120%;
}

h4 {
font-size:110%;
}

h5 {
font-size:100%;
}

h6 {
font-size:100%;
}

/**************ol****************/

ol li {
margin:0 0 0 65px;
}

/***************ul***************/
#content_box ul, #content_box ol {
padding:0 0 0 50px;
}

#content_box li {
}

/**************Ñóïåðñïèñîê**************/
/****îáû÷íûé ìàðêèðîâàííûé ñïèñîê****/
#content_box ul {
padding:0 0 0 30px;
}

#content_box ul > li {
list-style-type:disc;
}

#content_box ul > li:before {
counter-increment:none;
}
/**************************/

/*********1 óðîâåíü********/
#content_box li { 
list-style-type: none;
margin:3px 0 3px 0;  /*****Îòñòóï ìåæäó âñåìè ïóíêòàìè ñïèñêà****/
} 

#content_box ol { 
counter-reset: list1;}

/***ôîðìàòèðîâàíèå çàãîëîâêîâ âëîæåííûõ ñïèñêîì***/
#content_box > ol > li {
margin:10px 0 10px 0;
font-weight:bold;
text-align:center;
} 

#content_box ol > li:before {
counter-increment: list1; 
content: counter(list1) ". "; 
}

/*********2 óðîâåíü********/
#content_box ol ol { 
counter-reset: list2;
padding:0 0 0 20px;   /****îòñòóï ñëåâà***/
margin:0;
font-weight:normal;
text-align:left;
} 

#content_box ol > li > ol {
margin:6px 0 0 0;
}

#content_box ol ol > li:before {
counter-increment: list2; 
content: counter(list1) "." counter(list2) ". "; 
}

/*********3********/
#content_box ol ol ol{ 
counter-reset: list3; 
padding:0 0 0 20px;  /****îòñòóï ñëåâà***/
margin:0;}

#content_box ol ol ol > li:before {
counter-increment: list3; 
content:counter(list1)"."counter(list2) "."counter(list3)"."; 
}


/****************p***************/
p {
text-indent:32px;
margin:1em 0 0 0;
}

.p_no_indent {
text-indent:0;
}

.p_no_margin {
margin:0;
}

/****************a****************/
a {
color:#fff;   /****ïåðåíàçíà÷åíèå öâåòà***/
font-weight:bold;
outline: none;
}

a:link {
	color: #ff0000;
}

a:hover {
	color: #0034ff;
}

a:visited {
	color: #FF0000;
}

a:active {
	color: #000000;
}

.a_no_underline {
text-decoration:none;
}

/****************clear**************/
.div_clear {
width:1px;
height:1px;
clear:both;
}

/******************img********************/
img {
border:0;
}

#content_box img[align="left"] {
margin:15px 20px 5px 0;
}

#content_box img[align="right"] {
margin:15px 0 5px 20px;
}

/******************q********************/
.qu:before {
content:"«";
}

.qu:after {
content:"»";
}

/******************table*******************/
.tab_cont {
width:100%;
border: 1px solid #000;
border-collapse: collapse;
margin:1em 0 1em 0;
}

.tab_cont td, .tab_cont th {
border: 1px solid #000;
border-collapse: collapse;
padding:5px;
vertical-align:top;
}

/*****************catalog****************/
.tab_catalog {
width:100%;
border:0;
border-collapse: collapse;
margin:1em 0 1em 0;
}

.tab_catalog td, .tab_catalog th {
border:0;
border-collapse: collapse;
padding:5px;
vertical-align:top;
}

/******************dl********************/
dt {
font-weight:bold;
}

dd {
margin:1em 0 0 0;
}

/*********************************ÑÒÀÍÄÀÐÒÍÛÅ ÝËÅÌÅÍÒÛ ÌÀÊÅÒÀ**************************************/
/****************head*****************/
/*#head {
height:;
width:;
margin:0 auto;
}*/

/*****************news****************/
#news {
width:90%;
}

.news_blok {
margin:10px 0 10px 0;
}

.news_blok .data {
}

.news_blok span {
}

.news_blok a {
}

/**************fotter*****************/

/*#fotter {
height:62px;
width:971px;
background:#dfe8d7 url(images/fotter_bot.gif) no-repeat bottom;
margin:0 0 10px 0;
}

#artline {
float:left;
height:inherit;
width:280px;
text-align:left;
position:relative;
top:15px;
}

#artline span {
width:180px;
float:left;
font-size:90%;
}

#artline img {
float:right;
}

#banners {
float:right;
position:relative;
top:15px;
right:20px;
}

#banners img {
margin:0 5px 0 0;
}*/
/**********************************************************************************************************************************/


/************************************ÔÎÐÌÀÒÈÐÎÂÀÍÈÅ************************************/
/****************align*************/
.align_center {
text-align:center;
}

.align_left {
text-align:left;
}

.align_right {
text-align:right;
}

.align_justify {
text-align:justify;
}

/**************format***************/
.text_small_gray {
color:#999;
font-size:70%;
}

.text_bold {
font-weight:bold;
}

.text_inderline {
text-decoration:underline;
}

.text_line-through {
text-decoration:line-through;
}

/***small***/
.text_small_90 {
font-size:90%;
}

.text_small_80 {
font-size:80%;
}

.text_small_70 {
font-size:70%;
}

.text_small_60 {
font-size:60%;
}

.text_small_50 {
font-size:50%;
}

/***large***/
.text_large_110 {
font-size:110%;
}

.text_large_120 {
font-size:120%;
}

.text_large_130 {
font-size:130%;
}

.text_large_140 {
font-size:140%;
}

.text_large_150 {
font-size:150%;
}

.text_large_200 {
font-size:200%;
}

/***color***/
.text_white {
color:#fff;
}

.text_black {
color:#000;
}

.text_gray_20 {
color:#ccc;
}

.text_gray_40 {
color:#999;
}

.text_gray_60 {
color:#666;
}

.text_gray_80 {
color:#333;
}

.text_red {
color:#ff0;
}

.text_green {
color:#0f0;
}

.text_blue {
color:#00f;
}

.text_yello {
color:#ff0;
}

/*************vert_otstup***********/
.vert_otstup_5px {
height:5px;
width:inherit;
}

.vert_otstup_10px {
height:10px;
width:inherit;
}

.vert_otstup_15px {
height:15px;
width:inherit;
}

.vert_otstup_20px {
height:20px;
width:inherit;
}

/****************horiz_razd***************/
.horiz_razd {
width:100%;
border:1px #000 dotted;
}

/******************width's******************/
.width_10 {
width:10%;
}

.width_15 {
width:15%;
}

.width_20 {
width:20%;
}

.width_25 {
width:25%;
}

.width_30 {
width:30%;
}

.width_35 {
width:35%;
}

.width_40 {
width:40%;
}

.width_45 {
width:45%;
}

.width_50 {
width:50%;
}

.width_55 {
width:55%;
}

.width_60 {
width:60%;
}

.width_65 {
width:65%;
}

.width_70 {
width:70%;
}

.width_70 {
width:75%;
}

.width_80 {
width:80%;
}

.width_85 {
width:85%;
}

.width_90 {
width:90%;
}

.width_95 {
width:95%;
}

.width_100 {
width:100%;
}


/***************************************ÒÅÑÒÎÂÛÅ ÁËÎÊÈ****************************************/
.height_test {
width:10px;
height:100px;
}

.height_test_100px {
width:10px;
height:100px;
}

.height_test_200px {
width:10px;
height:200px;
}

.height_test_300px {
width:10px;
height:300px;
}

.height_test_400px {
width:10px;
height:400px;
}

.height_test_500px {
width:10px;
height:500px;
}

.height_test_600px {
width:10px;
height:600px;
}



