/* Anime Online */
/*670px;*/
.accordion {
	width: 100%; 
	border-bottom: solid 1px #c4c4c4;
}

.accordion h3 {
	background: #e9e7e7;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}

.accordion h3:hover {
	background-color: #e3e2e2;
}

.accordion h2 {
	width: 600px;
	background: #4EEE94;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}

.accordion h2:hover {
	background-color: #54FF9F;
}

.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding-top:10px;
	padding-bottom:10px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}


/* Full Mode */
.fullmode {
	width: 100%;
}

.fullmode h3 {
	background: #708090;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: black;
	cursor: pointer;
}

.fullmode h3:hover {
	background-color: #778899;
}

#fullmode {
	background: black;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:99999;
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
	-moz-opacity: 0.90; /* Mozilla 1.6 */
	-khtml-opacity: 0.90; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.90; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

/* Red alert! Weeeeu! */
.an_alert {
	color: #636363;
	background-color: #f2f2f2; /* 	#FF0000 */
	border: 1px dotted #bebebe; 
	font-weight: bold;
	padding: 5px;
}

/*-- UP Banner --*/
#toTop {
	/*background:#F1F1F1 none repeat scroll 0 0;
	border:1px solid #000000;*/
	bottom:10px;
	color:#FF0000;
	cursor:pointer;
	padding:5px;
	position:fixed;
	right:10px;
	text-align:center;
	text-decoration:none;
	width:100px;
	z-index:99999;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
	-moz-opacity: 0.70; /* Mozilla 1.6 */
	-khtml-opacity: 0.70; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.70; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.button_top {
	padding: 4px 10px 3px 15px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	text-decoration: none;
	color: #40740D;
}

.button_top img {
	position: absolute;
	top: -4px;
	left: -5px;
	border: none;
}

.button_top:hover {
	color: #8AB134;
}



/* 
=============================================================
This Skin for DataLife Engine Developed by DLETemplates.com
Copyright © 2005-2007 DLETemplates.com  All Rights Reserved.

File 'style.css' - Cascading Style Sheet (CSS) Document
=============================================================
*/

html, body {
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	color: #757575;	
}

table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	padding: 0px;
}

p {margin: 0; padding: 0;}

/* ==================== */

.category {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.category a {
	color: #E34000;
	text-decoration: none;
}
.category a:hover {
	color: #E34000;
	text-decoration: underline;
}

/* ==================== */

.speedbar {
	color: #757575;
	text-decoration: none;
}
.speedbar a {
	color: #4B73D4;
	text-decoration: none;
}
.speedbar a:hover {
	color: #4B73D4;
	text-decoration: underline;
}

/* ==================== */

.slink {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
	color: #E34000;
	text-decoration: none;
}
.slink a:hover {
	color: #E34000;
	text-decoration: underline;
}

/* ==================== */

.copy {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.copy a:active, .copy a:visited, .copy a:link {
	color: #757575;
	text-decoration: none;
}
.copy a:hover {
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== */

.stext {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
	color: #4b73d4;
	text-decoration: none;
}
.stext a:hover {
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== */

.ltitle {
	color: #a4a4a4;
	font-size: 12px;
	font-weight: bold;
}


.ltitle_small {
	color: #a4a4a4;
	font-size: 11px;
	font-weight: bold;
}

/* ==================== */

.ntitle {
	color: #636363;
	font-size: 12px;
	font-weight: bold;
}
.ntitle a {
	color: #4B73D4;
	text-decoration: none;
}
.ntitle a:hover {
	color: #4B73D4;
	text-decoration: underline;
}

/* ==================== */

.ctitle {
	color: #636363;
	font-size: 11px;
	font-weight: normal;
}
.ctitle a {
	color: #4B73D4;
	text-decoration: none;
}
.ctitle a:hover {
	color: #4B73D4;
	text-decoration: underline;
}

/* ==================== */

.news {
	color: #000;
	font-family: Verdana;
	font-size:8pt; 
	text-align:justify;
	line-height: 15px
}
.news a {
	color: #4B73D4;
	text-decoration: none;
}
.news a:hover {
	color: #4B73D4;
	text-decoration: underline;
}

.news img {
	border:none;
}
/* ==================== */

.userstop {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.userstop a {
	color: #4B73D4;
	text-decoration: none;
}
.userstop a:hover {
	color: #4B73D4;
	text-decoration: underline;
}
.userstop td {
	padding: 3px;
}
.userstop thead {
	color: #757575;
	font-weight: bold;
}

/* ==================== */

.hr_line {
	background: url(../images/line.gif);
	width: 100%;
	height: 7px;
	font-size: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* ==================== */

.skin {
	padding-left: 10px;
}
select {
	font-size: 11px;
	font-family: tahoma;
}

.top_11 {
	background-image: url(../images/dlet_top_11.gif);
	background-repeat: repeat-x;
	height: 60px;
}
.top_13 {
	background-image: url(../images/dlet_top_13.gif);
	background-repeat: repeat-x;
	height: 60px;
}
.top_15 {
	background-image: url(../images/dlet_top_15.gif);
	background-repeat: repeat-x;
	height: 60px;
}
.top_17 {
	background-image: url(../images/dlet_top_17.gif);
	background-repeat: repeat-x;
	height: 60px;
}
.top_19 {
	background-image: url(../images/dlet_top_19.gif);
	background-repeat: repeat-x;
	height: 60px;
}
.top_20_1 {
	background-image: url(../images/dlet_top_20_1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.top_26 {
	background-image: url(../images/dlet_top_26.gif);
	background-repeat: repeat-x;
}
.top_31 {
	background-image: url(../images/dlet_top_31.gif);
	background-repeat: repeat-x;
	height: 40px;
}
.top_32 {
	background-image: url(../images/dlet_top_32.gif);
	background-repeat: repeat-x;
	height: 40px;
}
.cpbkgr_nolog {
	background-image: url(../images/dlet_cpbkgr_nolog.gif);
	background-repeat: no-repeat;
}
.cpbkgr_log {
	background-image: url(../images/dlet_cpbkgr_log.gif);
	background-repeat: no-repeat;
}
.lcol_bkgr {
	background-image: url(../images/dlet_lcol_bkgr.gif);
	background-repeat: repeat-y;
}
.lcol_bkgr2 {
	background-image: url(../images/dlet_lcol_bkgr2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.bl_title_bkgr {
	background-image: url(../images/dlet_bltitle_b.gif);
	background-repeat: no-repeat;
	height: 32px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 11px;
}
.block_02 {
	background-image: url(../images/dlet_bl_2.gif);
	background-repeat: repeat-y;
}
.a_block_12 {
	background-image: url(../images/dlet_artblock_12.gif);
	background-repeat: repeat-x;
}
.a_block_22 {
	background-image: url(../images/dlet_artblock_22.gif);
	background-repeat: repeat-x;
}
.a_block_32 {
	background-image: url(../images/dlet_artblock_32.gif);
	background-repeat: repeat-x;
}
.a_block_42 {
	background-image: url(../images/dlet_artblock_42.gif);
	background-repeat: repeat-x;
}
.a_block_52 {
	background-image: url(../images/dlet_artblock_52.gif);
	background-repeat: repeat-x;
}
.a_block_61 {
	background-image: url(../images/dlet_artblock_61.gif);
	background-repeat: repeat-y;
}
.a_block_63 {
	background-image: url(../images/dlet_artblock_63.gif);
	background-repeat: repeat-y;
}
.a_block_72 {
	background-image: url(../images/dlet_artblock_72.gif);
	background-repeat: repeat-x;
}
.a_block_82 {
	background-image: url(../images/dlet_artblock_82.gif);
	background-repeat: repeat-x;
}
.adblock_12 {
	background-image: url(../images/dlet_adblock_12.gif);
	background-repeat: repeat-x;
}
.adblock_21 {
	background-image: url(../images/dlet_adblock_21.gif);
	background-repeat: repeat-y;
}
.adblock_23 {
	background-image: url(../images/dlet_adblock_23.gif);
	background-repeat: repeat-y;
}
.adblock_32 {
	background-image: url(../images/dlet_adblock_32.gif);
	background-repeat: repeat-x;
}
.footer_b {
	background-image: url(../images/dlet_footer_b.gif);
	background-repeat: repeat-x;
	height: 71px;
}

/* ==================== Поле малой формы поиска */

.s_field {
	color: #757575;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_s.gif);
	background-repeat: repeat-x;
	height: 14px;
	padding-left: 3px;
	
	border: 1px solid #e6e6e6;	
}

/* ==================== Поле формы авторизации */

.a_field {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_a.gif);
	background-repeat: repeat-x;
	height: 14px;
	padding-left: 3px;
	
	border: 1px solid #ffffff;	
}

/* ==================== */

.f_textarea {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 459px;
	height: 156px;
	border: 1px solid #e0e0e0;
}
.f_input {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 300px;
	height: 14px;
	border: 1px solid #e0e0e0;
}
.f_select {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	height: 14px;
	border: 1px solid #e0e0e0;
}

/* ==================== Главное меню сайта */

.mainmenu {
	color: #888888;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.mainmenu a:active, .mainmenu a:visited, .mainmenu a:link {
	color: #888888;
	text-decoration: none;
}
.mainmenu a:hover {
	color: #636363;
	text-decoration: none;
}
.hr_line {
	background: url(../images/line.gif);
	width: 100%;
	height: 7px;
	font-size: 3px;
	font-family: tahoma;
	margin-top: 4px;
	margin-bottom: 4px;
}

.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#799AE3;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}





/* ------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}
html, body {height:100%; width:100%}
body {background:#faf8ef; font-family: Tahoma; min-height: 100%;  height: auto !important; height: 100%; font-size:12px; position: absolute}
a {color: #014e82; text-decoration: none}

#content {margin: 0 auto; width:100%; padding-bottom: 187px}
#header {background: url(../images/headbg2.gif) repeat-x; height:150px; width:100%}
#header div {background: url(../images/headleft.jpg) no-repeat; height:100%; width:100%}
#header div div {background: url(../images/headright.jpg) top right no-repeat; height:100%; width:100%}
#header div div div {background:none; background-position:0 0}
#header div div #logo {background:url(../images/logo.png) no-repeat scroll center bottom; margin: 0 auto; height:150px; text-indent:-9999px; width:432px} 

#menubar {background: url(../images/menubar_bg.gif) repeat-x; color:white; margin-top:14px; height:51px}
#menubar div {background: url(../images/menubar_left.gif) no-repeat; height:100%; width:100%}
#menubar div div {background: url(../images/menubar_right.gif) top right no-repeat; height:100%; line-height:50px; width:100%} 
#menubar div div div {background: none top left; padding:0 20px; width:auto}

#leftSide {width:100%; float:left}
#centerPart {width:100%; float:left}
#rightSide {width:100%; float:left}

.block {background:#fff; margin:10px 0px 20px 0px}
.block-title {background: url(../images/block_header.gif) no-repeat}
.block-title h2 {background: url(../images/block_header_right.gif) no-repeat top right; color:#fff; font-weight:normal; font-size:1.5em; line-height:42px; text-align:center; width:100%}
.block-title h3 {background: url(../images/block_header_right.gif) no-repeat top right; color:#fff; font-weight:normal; font-size:1.5em; line-height:42px; text-align:center; width:100%}
.block-content {font-size:0.9em;padding-top: 15px}


//.content-block {background:#fff; margin:10px 10px 20px 10px}
//.content-block-title {background: url(../images/content_block_header_bg.gif) repeat-x; padding-left:25px}
//.content-block-title h2 {background: url(../images/content_block_header_right.gif) no-repeat top right; color:#fff; font-weight:normal; font-size:1.2em; line-height:59px; text-align:left; width:100%}
//.content-block-title h3 {background: url(../images/content_block_header_right.gif) no-repeat top right; color:#fff; font-weight:normal; font-size:1.2em; line-height:59px; text-align:left; width:100%}
//.content-block-content {padding:10px}

.content-block {background:#fff; margin:10px 0px 20px 0px}
.content-block-title {background: url(../images/block_header_bg.gif) repeat-x; padding-left:25px;}
.content-block-title h2 {background: url(../images/block_header_right.gif) no-repeat top right; color:#fff; font-weight:normal; font-size:1.2em; line-height:42px; text-align:left; width:100%}
.content-block-title h2 a {color:#fff; font-weight:normal; font-size:1.2em; line-height:42px; text-align:left; width:100%}
.content-block-title h2 a:hover {color:#fff; font-weight:normal; font-size:1.2em; line-height:42px; text-align:left; width:100%}
.content-block-title h3 {background: url(../images/block_header_right.gif) no-repeat top right; color:#fff; font-weight:normal; font-size:1.2em; line-height:42x; text-align:left; width:100%}
.content-block-content {padding:10px}

.search-block {background:#fff; margin:10px 15px 20px 15px}
.search-block {background: url(../images/content_block_header_bg.gif) repeat-x; padding-left:25px}
.search-block-in {background: url(../images/content_block_header_right.gif) no-repeat top right; text-align:center;}
.search-block h2 { color:#fff; font-weight:normal; font-size:1.5em; line-height:59px; text-align:left; width:100%;display: inline;}

.content-main-block {background:#fff; margin:10px 15px 20px 15px}

.clear {clear:both}

/* ------------------------------------ */
/*#hintbox {
    text-align : left;
    width : 150px;
    font-size : 10px;
    border : 1px solid #99a1ab;
    background-color : #fff;
    layer-background-color : #a396d9;
    color : #282828;
    margin : 10px 0 0 10px;
    padding : 3px 5px;
    position : absolute;
    visibility : hidden;
    z-index : 998;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter : alpha(opacity="90");
}*/
#hintbox {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#FFFFFF;
border:1px solid #99A1AB;
color:#282828;
font-size:10px;
margin:0px 0 0 0px;
opacity:0.9;
padding:0px 0px;
position:absolute;
text-align:left;
visibility:hidden;
width:150px;
z-index:998;
}

.onl_table {
    width : 100%;
    font-size : 10px;
}
.onl_table td {
    padding-right : 5px;
    font-size : 10px;
/* Раскомментировать, если у Вас в две колонки*/ /*    width : 50%;
*/ }

.a_link, .a_link a:link, .a_link a:visited, .a_link_on {
    color : #ff0000;
}
.a_link_on a:hover, .a_link_on a:active {
    color : #ff0000;
}

.u_link, .u_link a:link, .u_link a:visited, .u_link_on {
    color : #666666;
}
.u_link_on a:hover, .u_link_on a:active {
    color : #4b73d4;
}

.e_link, .e_link a:link, .e_link a:visited, .e_link_on {
    color : #00a400;
}
.e_link_on a:hover, .e_link_on a:active {
    color : #00a400;
}

.j_link, .j_link a:link, .j_link a:visited, .j_link_on {
    color : #0000ff;
}
.j_link_on a:hover, .j_link_on a:active {
    color : #0000ff;
}

.b_link, .b_link a:link, .b_link a:visited, .b_link_on {
    color : #666666;
}
.b_link_on a:hover, .b_link_on a:active {
    color : #666666;
}

.f_link, .f_link a:link, .f_link a:visited, .f_link_on {
    color : #0000ff;
    font-weight: bold;
}
.f_link_on a:hover, .f_link_on a:active {
    color : #0000ff;
    font-weight: bold;
}
.mf_link, .mf_link a:link, .mf_link a:visited, .mf_link_on {
    color : #014E82;
}
.mr_link, .mr_link a:link, .mr_link a:visited, .mr_link_on {
    color : #993399;
}
.cn_link, .cn_link a:link, .cn_link a:visited, .cn_link_on {
    color : #339999;
}
.sd_link, .sd_link a:link, .sd_link a:visited, .sd_link_on {
    color : #9999FF;
}
/* ------------------------------------ */





#footer {background:url(../images/footer_left.jpg) no-repeat; height:187px; position:absolute; bottom:0; width:100%}
#footer div {background:url(../images/footer_right.jpg) top right no-repeat; height:101px; padding-left:222px; padding-top:86px}

#skypedetectionswf {position: absolute; bottom: 0; left: 0; visibility: hidden;}





.topava {width: 70px;}
.topava img {padding:4px;border:1px solid #E7E5E0;}

.dvdheader {
        padding: 7px 15px;
        margin: 0;
        font: bold 120%/100% Arial, Helvetica, sans-serif;
        color: #d92e2e;
	text-align:center;
}
.dvdtext {
	color: #111111;
	text-align:center;
}
.dvdimg {float: left; height:180px; width:180px;}
.buydvd {background: #69b6d2;width:100px;padding: 5px 15px;align:center;}
.buydvd a {font: bold 120%/100% Arial, Helvetica, sans-serif; color: #d92e2e;text-decoration: underline;}

.onlineheader{
        padding: 7px 15px;
        margin: 0;
        font: bold 120%/100% Arial, Helvetica, sans-serif;
        color: #FFFFFF;
	text-align:center;
}

.screenshot {
	margin-bottom: 5px;
}

.notavailable {
    color : #FF0000;
    font-weight: bold;	
    font-size: 30px;
    padding: 20px;
    border: 1px dashed red;
}

.audioRow {
  width: 100%;
  display: table;
}
.audioTitle, .audioPlayer, .audioDownload {
  display: table-cell !important;
  display: inline; /* їїї IE */
}

table.tracklist { width: 90%;}
table.tracklist th {background: #75c5e0; font-size: 12px; font-weight: normal; padding: 8px 0px 8px 0px; border: 2px solid #FFFFFF;}
table.tracklist tr.head td, table.tracklist tr.tail td  { padding: 5px; color: #fff; }
table.tracklist tr td {height: 24px; text-align: center; background: #f7f7f7; border: 2px solid #FFFFFF;}
table.tracklist tr td.left { text-align: left; padding: 0px 5px; }

.title_spoiler {overflow:hidden;}
.text_spoiler {overflow:hidden;}
