@import url(pager.css);

/* Общие свойства */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, p, form, fieldset, li, dl, dt, dd {
    display:block;
    border:none;
    margin:0;
    padding:0;
    list-style:none;
}

html, body {
    height:100%;
    color:#6d6e71;
    font:100.1% "Trebuchet MS", Arial, sans-serif;
}

a img {
    border:none;
}

a {
    color:#8dc63f;
    text-decoration:underline;
}
	a:hover {
		text-decoration:none;
	}
a.dotted {
    text-decoration:none;
    border-bottom:1px dotted #8dc63f;
    line-height:1.6em;    
}
	a.dotted:hover {
		border-bottom:none;
	}
.clear,
.fixer {
    clear:both;
}
table {
	border-collapse:collapse;
}

/* Шапка */

#header {
    position:relative;
    height:115px;
}

    /* Лого */
    
    #logo_box {
        position:absolute;
        left:20px;
        top:19px;
        width:246px;
    }
    
    /* Верхнее меню */

    #top_menu {
        position:absolute;
        left:298px;
        top:47px;
    }
        #top_menu li {
            float:left;
            margin-right:10px;
            list-style:none;
        }
            #top_menu li a {
                display:block;
                width:176px;
                height:21px;
                overflow:hidden; /* for ie8 */
                background:none no-repeat; /* for ie6 */
                margin:0 0 1px 0;
            }
            #top_menu li a:hover {
                background:#fff no-repeat;  /* for ie6 */
            }
            #top_menu li a img {
                display:none;
            }
            #top_menu li a:hover img {
                display:block;
            }

/* Главный блок */            

div.main_box {
    clear:both;
}
    div.main_box h1, div.main_box h3 {
        font-size:1.0em;
    }
    div.main_box div.aside {
        float:left;
        width:278px;
        padding-left:20px;
    }
    div.main_box ul.arrow_list {
        margin-top:10px;
        font-size:0.75em;
        width:246px;
    }
        div.main_box ul.arrow_list li {
            position:relative;
            padding:7px 0 7px 10px;
            background:url(/__templates/default/images/inline_arrow_02.gif) no-repeat left 12px;
            border-bottom:1px dotted #ccc;
        }    
    
    div.main_box div.content {
        margin-left:298px;
    }
    
    /* ширина должна быть назначена явно */
    div.main_box dl.params {
        overflow:hidden;
    }
        div.main_box dl.params dt {
            background:url(/__templates/default/images/inline_arrow_03.gif) no-repeat left center;
            float:left;
            padding-left:7px;
            margin-right:5px;
            clear:both;
            font-weight:bold;
        }
        div.main_box dl.params dd {
            color:#68942c;
        }
    
p.iconified {
    margin:5px 0 0 0;
    padding:0 0 0 90px;
    width:275px;
    background-repeat:no-repeat;
    height:67px;
    font-size:0.75em;
}
p.iconified.info {
    background-image:url(/__templates/default/images/minifaq_info.png);
}
            
/* Страница и подвал */

#page {
    min-height:100%;
}
*html #page {
    height:100%;
}
    #footer_clear {
        clear:both;
        height:80px;
    }
    
#footer {
    position:relative;
    margin-top:-50px;
    height:50px;
    font-family:Tahoma;    
    font-size:0.7em;
}
    
    /* Путь к странице */
    
    #page_path {
        position:absolute;
        left:20px;
        padding-left:20px;
        height:16px;
        background:url(/__templates/default/images/mini_logo.png) no-repeat;
    }
        #page_path a, #page_path span {
            float:left;
            padding:0 12px 0 3px;
            background:url(/__templates/default/images/inline_arrow.gif) no-repeat right center;
        }
        #page_path span {
            background:none;
            color:#00aeeb;
        }
    
    /* Копирайт */
    
    #copyright {
        position:absolute;
        right:40px;
        text-align:right;
    }
		#copyright p,
		#copyright img {
			float:left;
		}
		#copyright img {
			margin-left:10px;
			opacity:.3;
		}
		#copyright a {
			color:#333;
			text-decoration:none;
		}
			#copyright a:hover{
				text-decoration:underline;
			}
