.menu_mp_new li a{
    list-style-type: none;
    text-decoration: none;
}
.menu_mp_new li a:hover{
    list-style-type: none;
    text-decoration: underline;
}
#main.library h1 {
	background-image: url(/img/library/h1-label.gif);
	color: #976804;
    margin-top: 0;
}
#main.library h2 {
	background-image: url(/img/library/h2-label.gif);
	color: #976804;
}
#main.library h2 a {
	color: black;
	border-bottom: 1px dashed black;
	text-decoration: none;	
}
#main.library h3 small {
	font: 11px Tahoma;
	color: #5e5e5e;
}
#main.library h4 {
	margin: 0 0 10px;
	font-size: 13px;
}

#main.library a.grey {
	color: #5e5e5e;
}

#main.library .nextlink {
	margin: 25px 0 12px;
	font-size: 13px;
	color: #976804;
}
#main.library .nextlink-big {
	margin: 25px 0 12px;
	font-size: 18px;
	color: #976804;
}
#main.library .nextlink a,
#main.library .nextlink-big a {
	color: #976804;
}

#main.library ul.footnotes {
	list-style: url(/img/library/footnote-label.gif);
	margin: 0;
	margin-left: 25px;
	padding: 0;
	font-size: 13px;
}
#main.library ul.footnotes li {
	margin-bottom: 8px;
}

#main.library .block h4 {
	clear: left;
	padding-top: 25px;
}
#main.library .block .rubles {
	text-align: right;
}
#main.library .block .rubles a {
	color: #5e5e5e;
}
#main.library .block .date {
	margin: 4px 0 5px;
	padding: 3px 5px;
	font-family: Tahoma;
	color: #5e5e5e;
	background: #DDDDDD;
	font-size: 11px;
}
#main.library .block .quote {
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
}
#main.library .block .img-desc {
	padding: 7px 10px;
	font-family: Tahoma;
	color: #5e5e5e;
	background: #DDDDDD;
}

/* Sidebar
=============================================================================*/

#main.library div.contens-block {
	margin: 0 0 25px;
	font-size: 13px;
	background: #F0F0F0;
}

#main.library div.contens-block .title {
	padding: 5px 10px 5px;
	font-weight: bold;
	background: #DDDDDD;
}

#main.library div.contens-block.gold {
	background: #F8EDC7;
}

#main.library div.contens-block.gold .title {
	background: #ECCF7D;
}
/*
#main.library div.contens-block ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
*/
#main.library div.contens-block ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 9px;
}
#main.library div.contens-block ul  ul{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 15px;
}

#main.library div.contens-block li {
	margin: 5px 0;
	margin-right: -8px;
	padding: 0 20px 0 10px;
	line-height: 19px !important;
}

#main.library div.contens-block li a {
	color: black;
}

#main.library div.contens-block li.current {
	background: #BACAE0 url(/img/library/contents-block-current.gif) no-repeat right center;
}

#main.library div.contens-block li.current a {
	text-decoration: none;
}


/* Content
=============================================================================*/
#main.library .sidebar-left {
	margin-right: 25px;
}
#main.library .content-small {
	margin-left: 500px;
}
#main.library ul.tabs {
	margin: 0;
	padding: 0;
}
#main.library ul.tabs li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main.library ul.tabs a {
	display: inline-block;
	padding: 7px 1px;
	color: black;
	font-family: Tahoma;
	text-decoration: none;
}
#main.library ul.tabs a span {
	padding: 7px 9px;
}
#main.library ul.tabs a.current {
	background: #BACAE0;
}
#main.library ul.tabs a.current span {
	border-top: 1px solid #BACAE0;
}
#main.library .panes {
	padding: 3px;
	border: 1px solid #BACAE0;
}
#main.library .panes .alphabet {
	padding: 3px 0;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -2px;
}
#main.library .panes .alphabet a {
	padding: 3px 3px;
	color: #39578d;
	text-decoration: none;
}
#main.library .panes .alphabet a.current {
	color: white;
	background-color: #39578d;
}
#main.library .panes .alphabet span {
	padding: 3px 4px;
	color: #bacae0;
}
#main.library .show-detail {
	/*margin-bottom: 40px;*/
	padding: 12px 0 7px;
	color: #5E5E5E;
	font-family: Tahoma;
	text-align: right;
	border-bottom: 1px solid #A1A1A1;
}
#main.library .show-detail span {
	color: black;
}
#main.library .show-detail a {
	color: black;
}

#main.library .stat {
	font-size: 12px;
	background: #dddddd;
	padding: 7px;
}



#main.library .show-date {
	float: left;
	margin-top: -6px;
	font-size: 18px;
	font-family: Georgia;
	z-index: 100;
}
#main.library .show-date .arrow {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 17px;
	height: 9px;
}
#main.library .show-date .arrow-down {
	margin-left: 5px;
	background: url(/img/drpdn_arr_down.gif) no-repeat center;
}
#main.library .show-date .arrow-up {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(/img/drpdn_arr_up.gif) no-repeat center;
}
#main.library .show-date .show-date-layer {
	display: none;
	position: absolute;
	margin-top: -2px;
	margin-left: -199px;
	padding: 7px 10px 0;
	width: 188px;
	color: #5E5E5E;
	background: white;
	border: 1px solid #A4A4A4;
	text-align: left;
	z-index:999;
}
#main.library .show-date .show-date-layer .header {
	margin-bottom: 7px;
	font-size: 13px;
}
#main.library .show-date .show-date-layer select {
	width: 92px;
}
#main.library .show-date .show-date-layer .buttons {
	margin: 7px 0;
	text-align: right;
}

#main.library .col-detail {
	float: left;
	margin-right: 25px;
	width: 353px;
}

#main.library .col-librares {
	float: left;
	width: 353px;
}

/* Book
=============================================================================*/
#main.library .sidebar-object {
	float: right;
	width: 220px;
}

#main.library .sidebar-object .author {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 8px 10px;
	padding-left: 110px;
	background: #F0F0F0;
	margin-left: 10px;
	/*border: 1px solid #9C9C9C;*/
	zoom: 1;
}
#main.library .sidebar-object .author h4 {
	margin-top: -3px;
	font-size: 12px;
}
#main.library .sidebar-object .author .float {
	float: left;
}
#main.library .book-float h3.quote {
	font-style: italic;
}
#main.library .book-float .frame,
#main.library .sidebar-object .frame {
	margin: 15px 0;
	padding: 10px 15px;
	border: 1px solid #9C9C9C;
}
#main.library .book-float .frame{
	margin-left: 6px;
	margin-right: -6px;
}
#main.library .book-float .frame strong{
	font-size: 1.25em;
}
#main.library .book-float .frame a.readthebook{
	font-size: 18px!important;
	font-style: italic!important;
	
}
#main.library .book-float .frame a.readthecontents{
	background: url(/img/contents-icn.gif) no-repeat;
	background-position: left center;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	display: block;
}


#main.library .book-float .frame .dotss {
	background:url("/img/border-dotted.gif") repeat-x scroll left bottom transparent;
	display:block;
	height:1px;
	margin: 10px 0;
}
#main.library .book-desc .dotss {
	background:url("/img/border-dotted.gif") repeat-x scroll left bottom transparent;
	display:block;
	height:1px;
	margin-bottom: 10px;
}

#main.library .book-float .frame ul {
	margin: 0;
	padding: 0;
}
#main.library .book-float .frame li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	padding-left: 20px;
	background: no-repeat left top;
	line-height: 18px;
}

#main.library .book-float {
	float: left;
	width: 185px;
}

#main.library .book-desc {
	margin-left: 205px;
}

#main.library .grey-garbage-frame {
	display: inline-block;
	margin: 30px 0 20px;
	padding: 8px 12px;
	background: #F0F0F0;
	/*border: 1px solid #9C9C9C;*/
}

#main.library .garbage-with-a-gray-stripe-and-curved-text {
	padding-left: 8px;
	border-left: 3px solid #9C9C9C;
}

#main.library .garbage-with-a-gray-stripe-and-curved-text .quote {
	font-style: italic;
}

#bookparts {
	font-size: 13px;
}
#bookparts .contents {
	float: right;
	display: none;
}
#bookparts .hover {
	background: #eee;
}
#bookparts .hover .contents {
	display: inline;
}
#bookparts ul {
	list-style: none;
	margin: 0;
	margin-left: 30px;
	padding: 0;
}
#bookparts li {
	margin: 3px 0;
}
#bookparts li div {
	padding: 3px;
}
#bookparts ul.content {
	padding: 5px 10px;
	background: #eee;
}
/* download all books lightbox styles*/
.lightbox_book_download{
	background: url(/img/download_book.gif) no-repeat;
	background-position: left center;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;	
}
 .lightbox-download a.lightbox_book_download{
	text-decoration: underline!important;	
}
.lightbox-download .dotss {
	background:url("/img/border-dotted.gif") repeat-x scroll left bottom transparent;
	display:block;
	height:1px;
	margin: 10px 0;
}
.lightbox-download h1{
	font-size: 18px!important;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 16px!important;
}
.lightbox-download h2{
	font-size: 24px!important;
	font-family: Georgia;
	color: #cc9933!important;
	font-weight: normal;
	margin-bottom: 30px!important;
}
.lightbox-download h3{
	font-size: 13px!important;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 0!important;
}
.lightbox-download p{
	font-family: Georgia;
	margin-bottom: 10px;
	margin-top: 0px!important;
}

#book-description{
	font-size: 13px;
}
/* end download all books lightbox styles*/
#list_of_volumes{
	margin-top: 20px;
}
#list_of_volumes ul.books-list {
	margin: 0;
	padding: 0;
	
}
#list_of_volumes ul.books-list li{
	list-style: none;
	margin: 5px 0;
	padding: 0 0 0 20px;
	background:url("/img/book_list.gif") no-repeat scroll 0 3px transparent;
	font-size: 13px;
	
}
/* Filter
=============================================================================*/
#main.library .filter-switch {
	position: relative;
	display: inline-block;
	top: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
}
#main.library .filter-switch a {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 26px;
	background: no-repeat left top;
}
#main.library .filter-switch a.second {
	margin-left: -1px;
}
#main.library .filter-switch a {
	z-index: 1;
}
#main.library .filter-switch a:hover {
	z-index: 2;
}
#main.library .filter-switch a.active {
	z-index: 3;
}

/* Filter Sort */
#main.library .filter-sort a.first {
	background-image: url(/img/icons/sort_asc_norm.gif);
}
#main.library .filter-sort a.first:hover {
	background-image: url(/img/icons/sort_asc_hover.gif);
}
#main.library .filter-sort a.first.active {
	background-image: url(/img/icons/sort_asc_push.gif);
}
#main.library .filter-sort a.second {
	background-image: url(/img/icons/sort_desc_norm.gif);
}
#main.library .filter-sort a.second:hover {
	background-image: url(/img/icons/sort_desc_hover.gif);
}
#main.library .filter-sort a.second.active {
	background-image: url(/img/icons/sort_desc_push.gif);
}

/* Filter View */
#main.library .filter-view a.first {
	background-image: url(/img/icons/view_grid_norm.gif);
}
#main.library .filter-view a.first:hover {
	background-image: url(/img/icons/view_grid_hover.gif);
}
#main.library .filter-view a.first.active {
	background-image: url(/img/icons/view_grid_push.gif);
}
#main.library .filter-view a.second {
	background-image: url(/img/icons/view_list_norm.gif);
}
#main.library .filter-view a.second:hover {
	background-image: url(/img/icons/view_list_hover.gif);
}
#main.library .filter-view a.second.active {
	background-image: url(/img/icons/view_list_push.gif);
}




/* Slider */
#slider-box {
	margin: 15px 0;
	padding: 9px;
	font-size: 13px;
	font-family: Tahoma, Arial;
	color: #fff;
	background: #414242;
}
#slider-box .title {
	font-size: 20px;
}
#slider-box a {
	color: #fff;
}
#slider-box #slider-prev {
	float: left;
	margin-top: 15px;
	font-size: 36px;
	text-decoration: none;
}
#slider-box #slider-next {
	float: right;
	margin-top: 15px;
	font-size: 36px;
	text-decoration: none;
}
#slider-nav {
	margin: 10px 30px;
	text-align: center;
}
#slider-nav .activeSlide img {
	margin: -3px;
	border: 3px solid #fff;
}
#slider {
	margin: 5px 0;
}
#slider-pause {
	float: right;
}
/*-- Fixes ---*/
/*
#main.library .content-right h2{
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	color: #666;
	font-size: 0.98em;
}*/
#lib_stat{
	margin-bottom: 20px;
	font-size: 1.4em;
	border: 1px dashed #aaa;
	padding: 15px 0 15px 110px;
	background: url(/img/stat_bg.png);
	background-repeat: no-repeat;
}
#book-description{
	font-family: Tahoma;
/*	font-size: 1.25em;
	line-height: 1.25em;*/
}
.garbage-with-a-gray-stripe-and-curved-text .quote{
	font-family: Tahoma;
}

.author-list a {
	font-size:13px !important;
}

