* {
margin : 0;
padding : 0;
}
body {
max-width : 450px;
color : #fff;
font-size : 62.5%;
font-family : arial, helvetica, sans-serif;
background-color : #7f082f;
margin : auto;
padding : 0;
}
input {
box-shadow : 0 1px #fff;
border-radius : 6px;
background-color : #e5e5e5;
background-image : url(/images/input.gif);
background-repeat : repeat-x;
background-position : 0 0;
padding : 0.6em;
border-width : 0;
}
input[type="text"] {
margin-bottom : 0.5em;
}
input:focus {
background-color : #fff8c9;
background-image : url(/images/inputh.gif);
}
input[type="submit"], a.button {
border-radius : 6px;
box-shadow : 0 2px 2px rgba(0, 0, 0, 0.3);
color : #fff;
background-color : #840831;
background-image : url(/images/button.gif);
background-repeat : repeat-x;
background-position : 0 0;
padding-right : 1em;
padding-left : 1em;
border : #730429 solid 1px;
}
input[type="submit"]:hover, a.button:hover {
background-color : #343434;
background-image : url(/images/buttonh.gif);
background-repeat : repeat-x;
background-position : 0 0;
border : #404040 solid 1px;
cursor : pointer;
}
a:link, a:visited {
color : #ae0152;
text-decoration : none;
}
a:active, a:hover, a:focus {
color : #333;
}
img {
vertical-align : top;
border-style : none;
}
p {
margin : 0 0 0.5em;
}
h4 {
font-weight : normal;
margin-bottom : 0.5em;
}
small {
color : #666;
font-size : 0.9em;
}
.clr_red, #info span {
color : #b8003c;
}
#wrapper {
color : #323232;
font-size : 1.4em;
line-height : 1.3em;
}
#header .logo {
margin-top : 0;
border-top : 1px solid #92ccff;
border-bottom : 1px dotted #81baed;
padding : 5px;
text-align : left;
background : url(/head.gif) top repeat-x;
background-position : top;
background-repeat : repeat;
border-style : solid;
font-weight : bolder;
border-radius : 5px;
border-width : 0;
}
#header .logo a img {
max-width : 100%;
max-height : 100%;
}
#header .top {
box-shadow : 0 2px 3px rgba(0, 0, 0, 0.5);
border-radius : 8px;
background-color : #fff;
background-image : url(/images/block.gif);
background-repeat : repeat-x;
background-position : 0 bottom;
padding : 0.6em;
}
#header .top h1 {
font-size : 1em;
font-weight : normal;
background-repeat : no-repeat;
background-position : right center;
}
#header .top h1.calendar {
background-image : url(/images/calendar.png);
}
#header .top h1.close {
background-image : url(images/close.png);
}
#content {
margin : 0;
}
#content .layer {
box-shadow : 0 2px 3px rgba(0, 0, 0, 0.5);
border-radius : 8px;
background-color : #fff;
background-image : url(/images/block.gif);
background-repeat : repeat-x;
background-position : 0 bottom;
margin-bottom : 0.2em;
}
#content .layer .title {
border-radius : 8px 8px 0 0;
background-color : #e5e5e5;
background-image : url(/images/title.gif);
background-repeat : repeat-x;
background-position : 0 0;
padding-right : 0.6em;
border-bottom : 1px solid #c2c2c2;
}
#content .layer .title h2 {
text-shadow : 0 1px #fff;
font-size : 1em;
font-weight : normal;
background-repeat : no-repeat;
background-position : right center;
padding : 0.5em;
}
#content .layer .title h2.video {
background-image : url(/images/video.png);
}
#content .layer .title h2.top {
background-image : url(/images/top.png);
}
#content .layer .title h2.update {
background-image : url(images/update.png);
text-align : center;
}
#content .layer .title h2.search {
background-image : url(images/search.png);
}
#content .layer .title h2.star {
background-image : url(images/star.png);
}
#content .layer .title h2.listh {

text-align : center;
}
#content .layer .prev {
border-bottom : 2px solid #810830;
}
#content .layer .prev:last-child {
border-bottom-style : none;
border-bottom-width : 0;
}
#content .layer .prev .head {
padding : 0.6em;
border-bottom : 1px solid #c7c7c7;
}
#content .layer .prev .head h3 {
color : #ae0152;
font-size : 1em;
font-weight : normal;
}
#content .layer .prev .cont .img {
text-align : center;
padding : 0.5em;
border-bottom : 1px solid #c7c7c7;
}
#content .layer .prev .cont .img a img {
max-width : 100%;
max-height : 100%;
}
#content .layer .prev .cont table.info {
width : 100%;
border-bottom : 1px solid #c7c7c7;
border-collapse : collapse;
}
#content .layer .prev .cont table.info tr td {
color : #4d4d4d;
font-size : 0.9em;
text-align : center;
width : 33.3%;
padding-top : 0.4em;
padding-bottom : 0.4em;
border-right : 1px solid #c7c7c7;
}
#content .layer .prev .cont table.info tr td:last-child {
border-right-style : none;
border-right-width : 0;
}
#content .layer .prev .foot {
text-align : center;
padding : 0.5em;
}
#content .layer .nav {
padding : 0.3em 0.5em;
}
#content .layer .nav table {
width : 100%;
}
#content .layer .nav table tr td {
text-align : center;
}
#content .layer .nav table tr td a {
text-shadow : 0 1px #4B0082;
border-radius : 4px;
color : #fff;
background-color : #4B0082;
background-image : url(/images/nav.gif);
background-repeat : repeat-x;
background-position : 0 0;
margin-right : 0.4em;
padding : 0.3em;
border : #8A2BE2 solid 1px;
display : block;
}
#content .layer .nav table tr td:last-child a {
margin-right : 0;
}
#content .layer .nav table tr td.next {
width : 40%;
}
#content .layer .nav table tr td.back {
width : 40%;
}
#content .layer .nav table tr td.home {
width : 20%;
}
#content .layer .nav table tr td.home a {
background-color : #606060;
background-image : url(images/nav_home.gif);
background-repeat : repeat-x;
background-position : 0 0;
border : #454444 solid 1px;
}
a.button {
color : #fff;
padding-top : 0.3em;
padding-bottom : 0.3em;
display : inline-table;
}
#content .layer .content {
padding : 0.5em;
}
#content .layer .content a.adv {
background-image : url(/images/cool.png);
background-repeat : no-repeat;
background-position : 0 0;
padding-left : 1.4em;
display : block;
}
#content .layer .content a.icq, #content .layer .content a.opera, #content .layer .content a.skype {
background-repeat : no-repeat;
background-position : 0 0;
padding-left : 1.5em;
display : block;
}
#content .layer .content a.icq {
color : #038100;
background-image : url(images/icq.png);
}
#content .layer .content a.opera {
color : #b90000;
background-image : url(images/opera.png);
}
#content .layer .content a.skype {
color : #0396cd;
background-image : url(images/skype.png);
}
#content .layer .list div {
background-color : #fff;
background-image : url(/images/list.gif);
background-repeat : repeat-x;
background-position : 0 bottom;
border-bottom : 1px solid #ccc;
}
#content .layer .list div:last-child {
border-radius : 0 0 8px 8px;
}
#content .layer .list div:hover {
background-color : #e6e6e6;
background-image : url(images/listh.gif);
background-repeat : repeat-x;
background-position : 0 bottom;
}
#content .layer .list div a {
background-image : url(/images/list.gif);
background-repeat : no-repeat;
background-position : 0.5em center;
padding-right : 0.5em;
padding-left : 2em;
display : block;
}
#content .layer .list div a strong {
font-weight : normal;
background-image : url(images/arrow.png);
background-repeat : no-repeat;
background-position : right center;
padding : 0.5em;
display : block;
}
#content .layer .banners {
text-align : center;
padding : 0.5em;
}

#footer {
padding : 0 0 0;
}
#footer .copyright {
box-shadow : 0 2px 3px rgba(0, 0, 0, 0.5);
border-radius : 8px;
background-color : #fff;
background-image : url(images/block.gif);
background-repeat : repeat-x;
background-position : 0 bottom;
margin-bottom : 0.2em;
padding-right : 0.5em;
}
#footer .copyright div {
background-image : url(images/stars.png);
background-repeat : no-repeat;
background-position : right center;
padding : 0.6em;
}
#footer .counters {
text-align : center;
}
#footer .copyright h1 {}
input {
background-image : url(images/2x/input.gif);
background-size : 1px 28px;
}
input:focus {
background-image : url(images/2x/inputh.gif);
}
input[type="submit"], a.button {
background-image : url(images/button.gif);
background-size : 1px 27px;
}
input[type="submit"]:hover, a.button:hover {
background-image : url(images/2x/buttonh.gif);
}
#header .top, #content .layer, #footer .copyright {
background-image : url(images/2x/block.gif);
background-size : 1px 37px;
}
#header .top h1, #content .layer .title h2 {
background-size : 17px;
}
#header .top h1.calendar {
background-image : url(images/2x/calendar.png);
}
#header .top h1.close {
background-image : url(images/2x/close.png);
}
#content .layer .title {
background-image : url(images/2x/title.gif);
background-size : 1px 32px;
}
#content .layer .title h2.video {
background-image : url(images/2x/video.png);
}
#content .layer .title h2.top {
background-image : url(images/2x/top.png);
}
#content .layer .title h2.update {
background-image : url(images/2x/update.png);
}
#content .layer .title h2.search {
background-image : url(images/2x/search.png);
}
#content .layer .title h2.star {
background-image : url(images/2x/star.png);
}
#content .layer .title h2.listh {

}
#content .layer .nav table tr td a {
background-image : url(images/2x/nav.gif);
background-size : 1px 24px;
}
#content .layer .nav table tr td.home a {
background-image : url(images/2x/nav_home.gif);
background-size : 1px 25px;
}
#content .layer .nav table tr td.home a span {
background-image : url(images/2x/home.png);
background-size : 18px;
width : 18px;
height : 18px;
display : inline-block;
vertical-align : top;
}
#content .layer .content a.adv {
background-image : url(/images/2x/cool.png);
}
#content .layer .content a.adv, #content .layer .content a.icq, #content .layer .content a.opera, #content .layer .content a.skype {
background-size : 16px;
}
#content .layer .content a.icq {
background-image : url(images/2x/icq.png);
}
#content .layer .content a.opera {
background-image : url(images/2x/opera.png);
}
#content .layer .content a.skype {
background-image : url(images/2x/skype.png);
}
#content .layer .list div {
background-image : url(images/2x/list.gif);
background-size : 1px 27px;
}
#content .layer .list div:hover {
background-image : url(images/2x/listh.gif);
}
#content .layer .list div a {
background-image : url(images/2x/dir.png);
background-size : 18px;
}
#content .layer .list div a strong {
background-image : url(images/2x/arrow.png);
background-size : 9px 12px;
}
#footer .copyright div {
background-image : url(images/2x/stars.png);
background-size : 70px 15px;
}
.ad {
background-image : url(/images/2x/list.gif);
background-color : #fff;
color : #ae0152;
text-align : center;
border : #8e8e8e solid 1px;
border-radius : 6px;
font-size : 62.5%;
border-color : #dadada;
margin : auto;
padding : 3px;
}
a:active.ad {
color : #333;
background-image : url(/images/2x/listh.gif);
font-weight : 700;
cursor : pointer;
}
a:hover.ad {
background-image : url(/images/2x/listh.gif);
color : #333;
}
.trs {
width : 10px;
}
.bb1 {
display : inline-block;
position : relative;
}
.bb1:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 130%; top: 50%; /* Положение подсказки */
    z-index: 1;
    background: rgba(255,255,230,0.9);
    font-size: 11px%;
    padding: 5px;
  border: 7px inset red;
  border-radius: 0% 100% 100%;
color:#7f082f;
 font-weight: 600;
width: 230%;
   }
.bb2 {
    display: inline-block;
    position: relative;
   }
   .bb2:hover::after {
    content: attr(data-title);
    position: absolute;
    right: 105%; bottom: 44%; /* Положение подсказки */
    z-index: 1;
    background: rgba(255,255,230,0.9);
    font-size: 11px%;
    padding: 5px;
  border: 7px inset red;
  border-radius: 100% 100% 0%;
color:#7f082f;
 font-weight: 600;
width: 80%;
   }

#footer .cub { font-size:12px; text-align:center;
 color: #000000;
 border-radius: 5px;
 border: 1px solid #F6CEF5;
 padding: 1px;
 background: #f7eeea;
 }

a.rek { background-image: url(/images/cool.png); background-repeat: no-repeat; background-position: 0 0; padding-left: 1.4em; display: block; }