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

body {
    background: url(../images/bg.jpg) no-repeat center top fixed;
    position: relative;
	min-height: 100%;
	height: auto !important;
	padding: 0 0 100px;
	font-size: 12px;
	color: #4E5554;
	font-family: 'Open Sans', sans-serif;
	line-height: 15px;
	text-align: center;
}


/* НАСТРОЙКА */
	table    	{border: 0; /*border-collapse:collapse;*/}
	img 	    	{border:0 none;}
	a		{outline: none;}

	h1 {	font-size: 200%;} /* 1em = 10px */
	h2 {	font-size: 170%;} /* 1em = 10px */
	h3 {	font-size: 140%;} /* 1em = 10px */
	h4 {	font-size: 120%;} /* 1em = 10px */
	h5 {	font-size: 90%;} /* 1em = 10px */
	h6 {	font-size: 70%;} /* 1em = 10px */

/* ССЫЛКИ */
	a {
        text-decoration: underline;
        color: #45829e;
    }
	a:hover {
        text-decoration: none;
        color: #1d96cd;
    }


.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}


/* ФИОЛЕТОВАЯ КНИГА */


.otavtora {
    display: inline-block;
    clear: both;
    height: 26px;
    font-size: 26px;
    color: #210e48;
    margin: 130px 0 0 -230px;
}

#home_buttons {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
    #home_buttons > div {
        position: relative;
        width: 734px;
        margin: auto;
    }
        #home_buttons > div > div {
            position: absolute;
            top: 293px;
            left: 100%;
            z-index: 100;
            margin-left: -10px;
        }
            .buttonHome {
                background: url(/images/shape-1.png) no-repeat;
                display: block;
                width: 149px;
                height: 50px;
                line-height: 50px;
                margin-left: -9px;
                font-size: 24px;
                color: #210e48;
                text-decoration: none;
                text-align: left;
                padding-left: 20px;
                box-sizing: border-box;
                margin-bottom: 10px;
            }
            .buttonHome:hover {
                color: #210e48;
            }

.avtor_vved {
    line-height: 21px;
    font-size: 20px;
    color: #210e48;
    margin-top: 38px;
    text-align: right;
}


/* ССЫЛКА В ШАПКЕ */
.home_box {
    height: 65px;
    left: 23px;
    position: relative;
    top: 53px;
    width: 336px;
}
    .home_box a {
        display: block;
        height: 65px;
        width: 336px;
    }







#header {
    background: url(../images/header.png) no-repeat center bottom;
    width: 1379px;
    height: 150px;
    padding: 43px 0 0 39px;
    box-sizing: border-box;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
    .stxlogo {
        text-align: left;
        height: 24px;
    }
        .stxlogo a {
            font-size: 32px;
            color: #210e48;
            text-transform: uppercase;
            text-decoration: none;
        }
    .slogan {
        float: left;
        margin-top: 5px;
        color: #210e48;
        font-size: 28px;
    }
    #contacts {
        float: right;
        padding-right: 135px;
        text-align: left;
        margin-top: -37px;
        font-size: 14px;
        color: #210e48;
        line-height: 20px;
    }
        .mail, .option {
            display: inline-block;
            margin-left: 5px;
        }

#content {
    position: relative;
    display: inline-block;
    margin-top: 80px;
    width: 734px;
    height: 917px;
    z-index: 101;
}
#content.index {
    background: url(../images/book.png) no-repeat center top;
    background-size: contain;
}
#content.secondary {
    background: url(../images/open_book.png) no-repeat center top;
    width: 1410px;
    height: 956px;
    margin-top: -26px;
    margin-left: -46px;
    padding-top: 20px;
}
    #content_box {
        padding-left: 10px;
        padding-right: 10px;
    }
        .cat_title {
            height: 21px;
            color: #210e48;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
            display: block;
            position: relative;
            left: -106px;
            top: 28px;
        }
        .container {
            position: relative;
            display: inline-block;
            width: 937px;
            font-size: 14px;
            color: #210e48;
            margin-top: 40px;
            margin-left: -100px;
            padding-bottom: 50px;
        }
            .scroll-pane {
                width: 937px;
                height: 674px;
                overflow: auto;
            }
    #content.index #content_box {
        width: 470px;
        margin-left: 181px;
    }
        .author_home {
            height: 25px;
            font-size: 24px;
            color: #fcc300;
            margin-top: 84px;
        }
        .name1_book_home {
            height: 24px;
            font-size: 32px;
            color: #fcc300;
            text-transform: uppercase;
            margin-top: 280px;
        }
        .name2_book_home {
            height: 28px;
            font-size: 28px;
            color: #fcc300;
            margin-top: 16px;

        }
        .city_home {
            height: 16px;
            font-size: 16px;
            color: #fcc300;
            margin-top: 322px;
        }





/*--------- левое меню ---------*/
#left_col {
    position: relative;
    float: left;
    width: 114px;
    margin: 56px 0 0 170px;
}
    #left_col ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .left_menu {
        width: 222px;
        text-align: left;
    }
        .left_menu li {
            line-height: 28px;
        }
            .left_menu li a {
                color: #210e48;
                text-transform: uppercase;
                text-decoration: none;
            }
            .left_menu li.catalog_link_selected > a, .left_menu li a:hover {
                text-decoration: underline;
            }
            .left_menu li.level_0 a {
                font-size: 20px;
            }
            .left_menu li.level_1 a {
                font-size: 16px;
            }
            .left_menu li.level_2 a {
                font-size: 14px;
            }
            .sub_menu {
                display: none;
            }
            .catalog_link_selected > .sub_menu {
                display: block;
            }
            .left_menu .sub_menu {
                margin-left: 10px;
            }




                /*--------- правая колонка ---------*/


#content_text_vved {
    width: 670px;
    font-size: 15px;
    color: #210e48;
    margin: 51px auto 0;
}

.none{
    display: none;
}






/* КОПИРАЙТ */
.copyright
{
	float: left;
	padding: 2px 0 0 15px;
	font-size: 11px;
	color: #858585;
    text-align: left;
}

/* ССЫЛКИ САЙТЭКС */
.saitex a:link,
.saitex a:visited,
.saitex a:active
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #858585;
}
.saitex a:hover
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #0BAFF1;
}
.saitex
{
	float: right;
	padding: 2px 25px 0 0;
}



/*===================== CATALOG STYLE =================*/


.img_catalog {
	width: 393px;
	height: 492px;
	display: inline-block;
	margin-top: 57px;
	margin-left: -642px;
}

.item_block_name {
	height: 21px;
	text-align: left;
	margin-top: 0;
}
    .item_block_name a {
        color: #210e48;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
    }
.item_block_age {
	display: block;
	text-align: left;
    font-size: 16px;
    color: #210e48;
	padding-top: 2px;
}



#item_block_img {
	float: left;
	width: 90px;
    margin-left: 15px;
}
    #item_block_img  div {
        background-size: 100% 100%;
        width: 80px;
        height: 100px;
    }

#item_block_text {
	display: block;
	color: #210e48;
}
    #item_block_text p {
        margin: 0;
        padding-top: 1px;
    }



.jScrollPaneContainer {
    outline: 0;
}




input[type='text'] {
    background: #f5e0c6;
    height: 20px;
    border: 1px solid #210e48;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
    outline: 0;
}
input[type='submit'] {
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 4px;
    cursor: pointer;
    border: 0;
    width: 19px;
    height: 19px;
    outline: 0;
}
input[type='submit']:hover {
    transform: scale(1.01);
}
select {
    background: #f5e0c6;
    height: 20px;
    border: 1px solid #210e48;
    border-radius: 5px;
    box-sizing: border-box;
    outline: 0;
}
input[type='radio'] {
    vertical-align: middle;
    margin: 0 4px 0 10px;
}

.search_form {
    position: absolute;
    left: 15px;
    right: 0;
    bottom: 0;
    text-align: left;
}
    .search_link {
        cursor: pointer;
        font-size: 14px;
        color: #210e48;
        margin-right: 12px;
        text-decoration: none;
        line-height: 20px;
    }
    .search_form input[type='text'] {
        float: right;
        width: 300px;
    }
.search_page {
    text-align: left;
}
    .search_field {
        position: relative;
        width: 35%;
        margin-right: 15px;
    }
        .search_field input[type='text'] {
            width: 100%;
        }
    .search_cat {
        line-height: 20px;
    }
        .search_cat select {
            margin-left: 5px;
        }
    .search_params {
        margin-top: 6px;
        line-height: 20px;
    }
        .search_params .title {
            font-size: 14px;
            color: #210e48;
        }
    .search_result {
        margin-top: 20px;
    }
        .search_item {
            margin-top: 8px;
        }
            .search_item .title {
                font-size: 16px;
            }
                .search_item .title a {
                    color: #300d59;
                }
                .search_item .title span a {
                    font-size: 12px;
                }
            .search_item .desc {
                font-size: 12px;
                line-height: 14px;
            }




.full_description {
    margin-top: 18px;
}
    .full_description > table {
        border-spacing: 20px 2px;
    }