/*

-----------------------------

GENERIC

-----------------------------

*/



/* MAIN TYPOGRAPHY */



html { font-size: 62.5%; font-family:Verdana, Arial, Helvetica, sans-serif; }

strong, th, thead td { font-weight: bold; }

cite, em, dfn { font-style: italic; }

code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }

del { text-decoration: line-through; color: #666; }

ins, dfn { border-bottom: 1px solid #ccc; }

small, sup, sub { font-size: 85%; }

abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }

a abbr, a acronym { border: none; }

abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }

sup { vertical-align: super; }

sub { vertical-align: sub; }



/* QUOTES */



blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }

blockquote *:first-child:before { content: "\201C"; }

blockquote *:first-child:after { content: "\201D"; }



/* language specific quotes! */



q { quotes: "\201C" "\201D" "\2018" "\2019"; }

:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }

:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }

:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }

:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }

:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }

:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }

:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }



/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */

html[lang|='en'] q:before   { content: '\201C'; }

html[lang|='en'] q:after    { content: '\201D'; }

html[lang|='en'] q q:before { content: '\2018'; }

html[lang|='en'] q q:after  { content: '\2019'; }



/* FORMS */



fieldset { border: 1px solid #ccc; }

legend { background: #fff; }

textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }

input, select { cursor: pointer; }

input[type='text'] { cursor: text; }



/*

-----------------------------

CONTENT ONLY

-----------------------------

*/



/* BASE SIZES */



body { font-size: 1.2em; line-height: 1.6em; background:url(../images/plitka_bg.jpg) 0 1000px repeat #DDD0B7;}

h1 { font-size: 2.2em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.2em; }

h6 { font-size: 1em; }



/* HR */



hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }



/* LISTS */



ul li { text-indent: -.85em; margin-left: .85em; }

ul li:before { content: "\2022\00a0\00a0"; }

ol { list-style-position: outside; list-style-type: decimal; }

dt { font-weight: bold; }



/* TABLES */



table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }

th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }



/* MARGINS & PADDINGS */



blockquote *:first-child { margin: .8em 0; }

hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }

p+p { margin-top: -.8em; }

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */

h1 { margin: 1em 0 .5em;  }

h2 { margin: 1.07em 0 .535em; }

h3 { margin: 1.14em 0 .57em; font-weight:bold;}

h4 { margin: 1.23em 0 .615em; }

h5 { margin: 1.33em 0 .67em; }

h6 { margin: 1.6em 0 .8em; }

th, td { padding: .8em; }

caption { padding-bottom: .8em; } /* padding instead of margin for IE */

blockquote { padding: 0 1em; margin: 1.6em 0; }

fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */

legend { padding-left: .8em; padding-right: .8em; }

legend+* { margin-top: 1em; } /* compensates for the opera margin bug */

textarea, input { padding: .3em .4em .15em .4em; }

select { padding: .1em .2em 0 .2em; }

option { padding: 0 .4em; }

a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */

dt { margin-top: .8em; margin-bottom: .4em; }

ul { margin-left: 1.5em; }

ol { margin-left: 2.35em; }

ol ol, ul ol { margin-left: 2.5em; }

form div { margin-bottom: .8em; }



/* COLORS */



a:link { text-decoration: underline; color: #36c; }

a:visited { text-decoration: underline; color: #99c; }

a:hover { text-decoration: underline; color: #c33; }

a:active, a:focus { text-decoration: underline; color: #000; }

code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */



/*CLEARFIX*/

.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}



.clearfix {

    display: inline-block;

}



html[xmlns] .clearfix {

    display: block;

}



* html .clearfix {

    height: 1%;

}

/*LYOUTS*/

#secondPage

{

background:url(../images/second_right_back.jpg) no-repeat;

background-position:1577px 0;

_background-position:1577px 5px;

border-top:solid #0E1616 5px;

position:relative;

}

#mainPage #main

{

background:url(../images/main_back.jpg) center top no-repeat;

height:995px;

position:relative;

overflow:hidden;

}

#secondPage #main

{

background:url(../images/second_back.jpg) center top no-repeat;

height:1577px;

position:relative;

}

#mainPage .minmax, #secondPage .minmax

{

min-width:999px;

max-width:2000px;

overflow:hidden;

position:relative;

}

#mainPage #sloganMenu

{

position:absolute;

text-align:right;

padding:63px 0 0 0;

z-index:1000;

margin-right:-100px;

right:11%;

width:auto;

}

#sloganMenu

{

position:absolute;

text-align:right;

padding:45px 0 0 0;

z-index:1000;

margin-right:-100px;

right:15%;

width:63%;

}

#secondPage #sloganMenu

{

padding:45px 0 0 0;

}

#secondPage #sloganMenu ul

{

float:right;

margin-right:10px;

}

#sloganMenu ul

{

margin:0;

margin-top:30px;

padding:0;

}

#sloganMenu ul.second

{

float:right;

margin-right:15px;

margin-top:18px;

}

#sloganMenu ul li

{

float:left;

list-style:none;

text-indent: 0em;

margin-left: 0em;

}

#sloganMenu ul li.center

{

margin:0 60px;

}

#sloganMenu ul li:before { content: " "; }

#sloganMenu ul li a, #sloganMenu ul li a:link, #sloganMenu ul li a:visited, #sloganMenu ul li a:active

{

color:#C52A26;

font-family:Tahoma, Arial, Helvetica, sans-serif;

font-size:1.3em;

font-weight:bold;

text-decoration:underline;

}

#sloganMenu ul li a:hover{

text-decoration:none;}

#karti

{

padding-top:292px;

}

#karti .center

{

width:238px;

height:359px;

margin:auto;

background:url(../images/joker.png) bottom center no-repeat;

}

.cartpika

{

position:absolute;

width:470px;

height:436px;

top:209px;

left:28%;

margin-left:-347px;

background:url(../images/pikcherv_back.png) top center no-repeat;

}

.cartbuba

{

position:absolute;

height:400px;

width:480px;

top:226px;

right:29%;

margin-right:-385px;

background:url(../images/bubakrest_back.png) top center no-repeat;

}

#impaza

{

position:absolute;

top:0px;

left:5%;

margin-left:-256px;

z-index:500;

width:752px;
background:url(../images/impaza_second.gif) right top no-repeat;

text-align:right;

height:471px;

}

#mainPage #impaza

{

position:absolute;

top:0px;


left:8%;

margin-left:-116px;

z-index:500;

width:476px;

background:url(../images/impaza_hover.png) right top no-repeat;

text-align:right;

height:354px;

}

#mainPage .play

{

height:150px;

left:50%;

margin-left:-340px;

position:absolute;

width:272px;}

#mainPage #footer

{

width:757px;

margin:auto;

padding-top:270px;

font-size:.9em;

line-height:1.2em;

color:#000;

}

#footer

{

width:757px;

margin:auto;

padding-top:185px;

font-size:.9em;

line-height:1.2em;

color:#000;

}

 #footer .left

{

float:left;

width:25em;

padding-left:30px;

}

 #footer .left span

{

margin-top:1px;

display:block;

color:#666666;

font-size:1.065em;

line-height:1.3em;

}

 #footer .right

{

float:right;

width:22em;

text-align:right;

}

 #footer .center

{

margin:auto;

}

 #footer .center a:link,  #footer .center a:visited,  #footer .center a:active

{

color:#AF321E;

text-decoration:underline;

padding:0;

}

 #footer .center a:hover

{

color:#AF321E;

text-decoration:none;

}

 #footer .right a:link,  #footer .right a:visited,  #footer .right a:hover,  #footer .right a:active

{

color:#000000;

text-decoration:none;

}

 #footer .right a img

{

vertical-align:middle;

margin-left:2px;

}

.list_bg

{

border:1px solid #0000FF;

width:90%;

margin:auto;

padding:198px 0 0 0;

}

.list_bg .right

{

height:1110px;

float:right;

background:url(../images/book_bg.png) repeat-x;

width:37%;

}

#mainTable

{

width:100%;

border:0;

margin:0;

}

#mainTable td

{

border:0;

padding:0;

}

#mainTable td.firstTd

{

background:url(../images/table_texture.jpg) right top repeat;

width:100%;

border-top:10px solid #0E1616;

}

#mainTable td.thirdTd

{

height:258px;

background:url(../images/sec3.jpg) center top no-repeat;

}

#mainTable td.secondTd

{

background:url(../images/table_right.jpg) left top repeat;

border-top:10px solid #0E1616;

vertical-align:bottom;

line-height:0;

}

#mainTable td.secondTd div

{

background:url(../images/right_td_table.jpg) bottom left no-repeat;

height:200px;

}

.td4 div

{

background:url(../images/sec4.jpg) top left no-repeat;

height:258px;

}

#divBrdr

{

background:url(../images/corn_left.gif) center bottom no-repeat;

position:relative;

}

#book

{

margin-right:9%;

padding:201px 0 0 0;

}

.list_vert

{background:url(../images/aaaa.jpg) top center repeat-y}

#book .list_vert .list_vert2

{

background:url(../images/bbbb.jpg) top right repeat-y;

}

.list_bot

{

background:url(../images/left_bot_list.jpg) bottom center no-repeat;

}

.list_bot2

{

background:url(../images/right_bot_list.jpg) bottom right no-repeat;

height:102px !important;

}

.list_top

{

background:url(../images/left_top_list.jpg) center top no-repeat;

}

.list_top2

{

background:url(../images/right_top_corn.jpg) top right no-repeat;

min-height:1018px;

}

.content {

padding-top:20px;

width:63%;

float:right;

}

.erecMenu

{

width:75%;

margin:40px auto;

}

.erecMenu h3

{

margin-bottom:40px;

}

.erecMenu .left

{

float:left;

margin:0;

padding:0;

}

.erecMenu .right

{

float:right;

margin:0;

padding:0;

}

.erecMenu .left li, .erecMenu .right li

{

list-style:none;

text-indent: 0;

margin-left: 0;

}

.erecMenu .left li:before, .erecMenu .right li:before { content: " "; }

.erecMenu .left li

{

width:13em;

text-align:center;

color:#009C0F;

}

.erecMenu .right li

{

width:20em;

text-align:center;

color:#C42347;

}

.erecMenu .left li.sep

{

height:29px;

margin:5px 0;

background:url(../images/green_sep.gif) center center no-repeat;

}

.erecMenu .right li.sep

{

height:29px;

margin:5px 0;

background:url(../images/red_sep.gif) center center no-repeat;

}

.erecMenu .right li span, .erecMenu .left li span

{

font-weight:bold;

font-size:1.5em;

}

.erecMenu .right li b, .erecMenu .left li b

{

font-weight:normal;

font-size:.9em;

}

.joker_page  .erec_center

{

position:absolute;

top:0;

margin-top:350px;

width:289px;

height:403px;

background:url(../images/erekciya_bolshaya.png) no-repeat;

z-index:2005;

}

.joker_page .pic_cherv

{

position:absolute;

top:0;

margin-top:350px;

width:377px;

height:341px;

background:url(../images/cherva_sec.png) no-repeat;

z-index:3;

}

.joker_page .buba_active

{

position:absolute;

top:0;

margin-top:765px;

width:421px;

height:369px;

background:url(../images/buba_krest_active.png) no-repeat;

z-index:5;

}

.buba_page .buba_active

{

position:absolute;

top:0;

margin-top:330px;

width:386px;

height:323px;

background:url(../images/buba_active_second.png) no-repeat;

z-index:2004;

}

.buba_page  .erec_center

{

position:absolute;

top:0;

margin-top:620px;

width:177px;

height:269px;

background:url(../images/obertka.png) no-repeat;

z-index:3;

}

.buba_page .pic_cherv

{

position:absolute;

top:0;

margin-top:830px;

width:377px;

height:341px;

background:url(../images/cherva_sec.png) no-repeat;

z-index:2005;

}

.chirva_page .buba_active

{

position:absolute;

top:0;

margin-top:625px;

width:421px;

height:369px;

background:url(../images/buba_krest_active.png) no-repeat;

z-index:2004;

}

.chirva_page  .erec_center

{

position:absolute;

top:0;

margin-top:960px;

width:177px;

height:269px;

background:url(../images/obertka.png) no-repeat;

z-index:3;

}

.chirva_page .pic_cherv

{

position:absolute;

top:0;

margin-top:295px;

width:375px;

height:342px;

background:url(../images/pickcherv_active.png) no-repeat;

z-index:2005;

}



.bot_imp

{

color:#006A4E;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:1.6em;

clear:both;

line-height:1.3em;

}

.content.buba

{

background:url(../images/buba_cont_bg.jpg) no-repeat;

background-position:40% 190px ;

}

.buba_text1

{

margin:78px 0 60px 0;

}

.buba_spisok

{

border:0;

margin:0 auto 50px auto;

}

.buba_spisok td.sep

{

background:url(../images/buba_arr.gif) center center no-repeat;

width:69px;

}

.buba_spisok td

{

vertical-align:middle;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:16px;

font-weight:bold;

}

.buba_spisok td span

{

font-size:12px;

}

.text2

{

margin-top:30px;

margin-bottom:25px;

}

.text2 img

{

margin-right:23px;

}

.nb img

{

float:left;

margin-right:15px;

padding-bottom:15px;

}

.chema1

{

text-align:center;

margin:10px 0 99px 0;

}

h3.ttsrn

{

clear:both;

}
.counter
{
position:absolute;
left:-10000px;
}
/*Question page*/

.question_page .buba_active

{

position:absolute;

top:0;

margin-top:625px;

width:386px;

height:323px;

background:url(../images/buba_active_second.png) no-repeat;

z-index:2004;

}

.question_page  .erec_center

{

position:absolute;

top:0;

margin-top:935px;

width:181px;

height:276px;

background:url(../images/obertka_bright.png) no-repeat;

z-index:3;

}

.question_page .pic_cherv

{

position:absolute;

top:0;

margin-top:295px;

width:375px;

height:342px;

background:url(../images/pickcherv_active.png) no-repeat;

z-index:2005;

}

#question .list_vert
{
background:none;
}
#question #book .list_vert .list_vert2
{
background:none;
}
#question .list_top
{
background:none;
}
#question .list_top2
{
background:url(../images/questions_book.png) right top no-repeat;
_background:url(../images/questions_book.jpg) right top no-repeat;
}
#question .list_bot2
{
background:none;
height:0 !important;
}
#question .list_bot
{
background:none;
}
#question .content
{
padding:70px 0 0 0;
height:790px;
overflow:hidden;
}
#question .content h1{margin-top:0px; line-height:1.1em;}
.topopr{line-height:0; width:612px;
position:relative;}
#question .content .bot_imp{margin-top:32px;}
.opross
{
background:url(../images/oproscent.gif) center left repeat-y;
line-height:1.7em;
padding:0 23px 45px 0;
}
.opross h2{margin:0 0 18px 40px; text-indent:-25px;}
.opross form{margin-bottom:0;}
.opross form label{margin-left:40px; display:block; margin-bottom:5px;}
.opross form label input{vertical-align:middle;}
.step{position:absolute; bottom:15px; *bottom:20px; right:25px;}
#question .content .text2{padding-right:90px;}
.question_page .lupa{position:absolute; top:90px; overflow:hidden}
.lupaMain{position:absolute; left:0; width:100%;}
.lupaMain a{display:block; margin:auto; width:266px; height:220px; z-index:32000; padding:0;}
