/*            Generic            */
/* ***************************** */
html, body { height:100%;}
body {
	margin:0;
	min-width:980px;
	color:#333;
	background:#fff;
}
img {
	vertical-align: top;
	border-style: none;
}

input, textarea, select {
    vertical-align: middle;
    color: black;
}
form, fieldset {
    margin: 0; padding: 0;
    border-style: none;
}
header, footer, article, section, hgroup, nav, figure { display: block; }

ul, ol{
    margin:0;
    padding:0 0 21px;
}
ul { list-style:none; }
ol { margin-left: 1.5em; }

ul li, ol li { padding:0 0 10px 15px; }
ul li { background: url(../images/bullet.gif) no-repeat 0 12px !important; }
ol li { background:none; padding-left: 0; }

ul ul, ol ol, ol ul, ul ol { padding:12px 0 0 12px; }
ol ul { text-indent: 0;}

ul ul ul, ol ol ol { padding:12px 0 0 0; }
ul ul li, ol ul li { padding:0 0 0 15px; }

ul ul ul ul li, ol ol ol ol li{ background:none !important; }

q { quotes: none; }
    q:before { content:""; }
    q:after { content:""; }

sup {
    line-height: 0;
}


.row { overflow:hidden; zoom: 1; }
.wrap { width:100%; overflow:hidden; }
.alignleft { float:left; }
.alignright { float:right; }
.nobr { white-space: nowrap; }

/*     Links, Links, Links       */
/* ***************************** */
a               { color: #0F87CC; }
a:hover         { color: #ff5601; }
a:visited       { color: #990099; }
a:visited:hover { color: #ff5601; }

a[href^="#"] { text-decoration: none; border-bottom: 1px dashed #0F87CC; }
a[href^="#"]:hover         { border-color: #ff5601; }
a[href^="#"]:visited       { border-color: #990099; }
a[href^="#"]:visited:hover { border-color: #ff5601; }

a.inpage { text-decoration: none; border-bottom: 1px dotted #0F87CC; }

    /* Navigation links is always same color */
    .navigation a:visited,
    #all-articles
    {
        color: #0F87CC;
    }

    .navigation a:hover
    {
        color: #ff5601;
    }

    /* Custom Links Handling */
    .js #profile-link,
    .js #all-articles em
    {
        text-decoration: none;
        border-bottom: 1px dotted #0F87CC;
    }

    .js #profile-link:hover,
    .js #all-articles:hover em,
    .js .all-article .alignleft:hover
    {
        color: #ff5601;
        border-color: #ff5601;
    }


    header .top-nav a            { text-decoration:none; }
    header .top-nav a span       { border-bottom: 1px solid #0F87CC; }
    header .top-nav a:hover span { border-color: #ff5601; }

    .js header .top-nav a span       { border-bottom-style: dotted; }

    #content .toc a { text-decoration: none; border-bottom: 1px dashed #0F87CC; }
    #content .toc a:hover { border-color: #ff5601; }

    h3 a:visited {
        color: #0F87CC;
    }

/* ***************************** */
/*          Font Sizes           */
/* ***************************** */
body                    { font: 16px/24px Georgia, "Times New Roman", Times, serif; }
input, textarea, select { font: 100% Arial, Helvetica, sans-serif; }
header #slogan          { font: italic 100% "Trebuchet MS", Helvetica, sans-serif; }
header ul.top-nav       { font: bold 22px/25px "Trebuchet MS", Helvetica, sans-serif; }

.sub-nav                { font-size: 14px; }

header .top-nav-tree    { font-size: 14px; }

#main h2                { font: bold 22px/24px "Trebuchet MS", Helvetica, sans-serif; }
#content h3             { font: bold 18px/24px "Trebuchet MS", Helvetica, sans-serif; }
#content h4             { font-size: 16px;  }

.content-holder        { font-size: 16px; }

/* ***************************** */
/*          Header               */
/* ***************************** */
header {
    position: relative;
    margin: 0 0 53px;
    width: 100%;
    height: 90px;
}

    header ul.top-menu {
        float: left;
        margin: 0; padding: 0;
        width:150px;

        list-style: none;
    }
        header ul.top-menu li {
            float:left;
            padding:0;
            width:100%;

            background:none !important;
        }
            header ul.top-menu li a, header ul.top-menu li span {
                padding: 0 0 0 17px;
                background: url(../images/ico.gif) no-repeat 0 6px;
            }

            header ul.top-menu li a.search, header ul.top-menu li span.search {
                background: url(../images/yasearch.png) no-repeat 0 3px;
            }

    header .logo {
        position: absolute;
        top: 5px; left: 220px;
        width: 348px; height: 90px;

        background:url(../images/logo.png) no-repeat;
        text-indent:-9999px;
        overflow:hidden;
    }

        header .logo a { display:block; height:100%; }

    header ul.personal {
        float: right;
        margin: 0 0 17px 0;
        padding: 0;

        list-style:none;
        text-align:right;
    }

        header ul.personal li{
            display:inline-block;
            padding:0 0 0 27px;
            background:none !important;
            vertical-align:top;
        }

    header #slogan {
        clear: right;
        margin-left: 646px;
    }
        header #slogan p { margin:0; }


    header ul.top-nav {
        clear: right;
        margin: 0; padding: 0;

        list-style:none;
        text-align:right;

        overflow:hidden; zoom: 1;
    }

        header ul.top-nav li {
            display: inline-block;
            margin: 0 0 0 2%; padding: 10px;
            height: 28px;

            vertical-align: top;
            background-image:none !important;

            border: 1px solid transparent;
            z-index: 10;

        }

            header .top-nav a,
            header .top-nav a img,
            header .top-nav a span {
                float:left;
                cursor:pointer;
            }

            header .top-nav a img { margin: 0 11px 0 0;}

            header .top-nav li.active {
                border: 1px solid #ccc;
                border-radius: 5px;

                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                behavior: url(/css/PIE.htc);
            }

            header .top-nav li.selected {
                border: 1px solid #ccc;
                border-radius: 5px;
                background: #f6f6f6 !important;

                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                behavior: url(/css/PIE.htc);
            }


    header .top-nav-tree {
        position: absolute;
        overflow: hidden;

        top: 30px; right: -10px;
        padding-top: 60px;
        width: 630px;
        z-index: 100;
        display: none;

        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;

        -webkit-box-shadow: #666 0px 0 7px;
        -moz-box-shadow: #666 0px 0 7px;
        box-shadow: #666 0px 0 7px;

        background: #F5F5F5;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FCFAFB), to(#F1F1F1));
        background: -webkit-linear-gradient(#FCFAFB, #F1F1F1);
        background: -moz-linear-gradient(#FCFAFB, #F1F1F1);
        background: -ms-linear-gradient(#FCFAFB, #F1F1F1);
        background: -o-linear-gradient(#FCFAFB, #F1F1F1);
        background: linear-gradient(#FCFAFB, #F1F1F1);

        -pie-background: linear-gradient(#FCFAFB, #F1F1F1);
        behavior: url(/css/PIE.htc);

    }

        header .top-nav-tree .row { overflow: hidden; }
        header .top-nav-tree .row .col { float: left; width: 50%;  overflow: hidden; }

        header .top-nav-tree ul, header .top-nav-tree li { background: none !important; padding: 0; margin: 0; }
        header .top-nav-tree ul { padding: 0.5em 2em; }
        header .top-nav-tree ul ul { margin: 0 0 1em 1.5em; padding: 0; }

        header .top-nav-tree .helper {
            position: absolute;
            top: 11px; right: 10px;
            margin: 0; padding: 0;
        }


/* Fixes */
header:after { content:""; display:block; clear:both; }
* html header .top-nav li,
*+html header .top-nav li{display:inline;}

/* ***************************** */
/*            Utility            */
/* ***************************** */
#modal-wrap {
    position: absolute;
    top: 0; left: 0;
    background: white;
    opacity: 0.5;
    display: none;

    z-index: 10;
}

#top-marker {
    float: left; clear: both;
    margin: -2.2em 0 0 20px;
    z-index: 100;
    font:bold 16px/20px "Trebuchet MS", Helvetica, sans-serif;
}
#top-marker a {
    border-bottom: none;
    border-radius: 5px;

    text-decoration: none;

    color: white;
    text-shadow:0px -1px 0px #1f648c;

    padding: 6px 18px 6px;
    display: inline-block;

    background: #1473c2;
    background: linear-gradient(to bottom,  #299bf2 10%,#1473c2 100%);
}

#top-marker a:hover {
    background: #3b9ad4;
    background: linear-gradient(to bottom, #34b0f8 0%, #3b9ad4 100%);
}

.req-sub {
    color: #818f8f;
    font: normal 8pt "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    border: solid 1px #818f8f;
    border-radius: 3px;

    display: inline-block;
    padding: 2px 4px;

    vertical-align: text-bottom;
}

/* ***************************** */

/* wrapper */
#wrapper {
	max-width:1398px;
	margin:0 auto;
}
#wrapper{min-height:100%;}
* html #wrapper{height:100%;}
.w1{padding:20px 20px 91px;}


/* main */
#main{
	width:100%;
	padding:0 0 35px;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
/* visual */
.visual{
    position:relative;
	width:100%; height: 249px;
    margin:0 0 36px;
	overflow:hidden;

}
.visual .visual-col {
    float:left;
    width: 16.6%;
    height:249px;
	position:relative;
    background-position: center;
    background-repeat: no-repeat;
}
.visual .visual-col:first-child {
    border-radius: 8px 0 0 8px;
}
.visual .visual-col:last-child, .visual .last-visible {
    border-radius: 0 8px 8px 0;
}

.visual .text-holder{
	position:absolute;
	top:169px;
	left:12px;
	color:#0f87cc;
	margin:0 15px 0 0;
}
.visual .text-holder span{
	background: url(../images/bg-text-holder.png);
	zoom:1;
	display:inline-block;
	padding:3px 5px 2px;
    text-decoration: underline;
}

.visual a       .text-holder { color: #0f87cc; }
.visual a:hover .text-holder { color: #ff5601; }

.view{
	list-style:none;
	margin:0 0 2px;
	padding:0;
	width:100%;
	text-align:right;
}
.view li{
	display:inline-block;
	vertical-align:top;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/PIE.htc);
	position:relative;
	border:1px solid #fff;
	padding:4px 8px;
	margin:0 0 0 10px;
	line-height:16px;
	background:none !important;
}
*+html .view li,
* html .view li{
	display:inline;
	zoom:1;
}
.view .active { border-color:#b9dcf0; }

#content .view {
    text-align: left;
    margin: 0 0 2em -0.5em;
}
#content .view li {
    margin: 0 1em 0 0;
}


#main h2{
	margin:0 0 20px;
}
#main .col h3{
	font:bold 17px/16px "Trebuchet MS", Helvetica, sans-serif;
	margin:0 0 7px;
}

#main p { margin: 0 0 15px; }

#main .listing,
.news-list{
	list-style:none;
	margin:0 0 25px;
	padding:0;
	width:100%;
	overflow:hidden;
}
#main .listing li, #main .news-list li {
	background:none !important;
	padding:0 0 0 16px !important;
}

#main .listing li ol{padding:3px 0 3px 42px;}
#main .listing li ol li{padding-left:0 !important;}
#main .listing li.last{padding:8px 0 0 43px;}



.heading{width:100%;}
.heading:after{
	content:"";
	display:block;
	clear:both;
}
.heading h2 {
	margin: 0;
	float:left;
}
.heading a {
	float:left;
	color:#666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
	margin:-5px 0 0 0.6em;
	position:relative;
	display:inline;
}
 .heading a:hover { color: #ff5601; }

/* threecolumns */
.threecolumns{
	width:100%;
	overflow:hidden;
}
.threecolumns .col{
	width:30%;
	float:left;
	margin:0 6% 0 0;
    overflow: hidden;
}
.news-list .date,
.blog-entry .date
{
	display:block;
	font:italic 14px/14px "Trebuchet MS", Helvetica, sans-serif;
	color:#666;
}
.threecolumns .col-02{
	float:left;
	width:30%;
	margin:0 3% 0 0;
}
.threecolumns .col-03{
	float:left;
	width:30%;
}
.threecolumns .col-02 h3,
.threecolumns .col-03 h3,
#content .section h3{
	font:bold 18px/20px "Trebuchet MS", Helvetica, sans-serif;
	margin:0 0 12px;
	width:100%;
	overflow:hidden;
}
.threecolumns .col-02 h3 img,
.threecolumns .col-03 h3 img{
	float:left;
	margin:0 5px 0 0;
}


/* sidebar */
#sidebar{
	float:left;
	width:220px;
	margin:0 0 0 -100%;
	display:inline;
	padding:3px 0 0;
}
#sidebar h3{
	font-size:16px;
	line-height:18px;
	margin:0 0 15px;
	font-weight:normal;
}
.sub-nav {
    margin: 0;
    padding: 0 0 0 9px;
    width: 211px;
	overflow: hidden;

    list-style: none;
	line-height: 21px;
}
.sub-nav li{
	border: 1px solid #fff;
	border-radius: 3px 3px 3px 3px;
	clear: left;
	float: left;
	margin:0 0 1px;
	background:none !important;
	padding:0 !important;
}
.sub-nav li a{
	background: url(../images/bg-arrow-r.gif) no-repeat 100% -9999px;
	float: left;
	margin: -1px -1px -1px 0;
	padding:8px 30px 9px 8px;
	position:relative;
	min-width:130px;
}
.sub-nav li.active{border-color:#ccc;}
.sub-nav li.active a{
	text-decoration:none;
	color:#333;
	background-position:100% 0;
}
#wrapper #main .sub-nav .closed{
	float:left;
	padding-left:15px;
	margin:0 0 0 -15px;
	display:inline;
	position:relative;
	background-position:0 4px !important;
}
.subscriber #wrapper #main .sub-nav .closed{
	text-decoration:underline;
	background-position:0 -285px !important;}
/* content */
#content{
	float:left;
	width:100%;
}
.content-holder {
    padding-left: 320px;
}

#content h1{
	font: bold 36px/38px "Trebuchet MS", Helvetica, sans-serif;
	margin: 14px 0 26px 0;
	width: 100%;
}
#content h1:after{
	content:"";
	display:block;
	clear:both;
}
#content h1 img{
	float:left;
	margin:5px 7px 0 -37px;
	display:inline;
	position:relative;
}
#content h2 {
	margin: 0 0 13px;
	position:relative;

	zoom: 1;
	overflow:hidden;
}
#content .item h2, #content .blog-entry h2 { margin-left:-35px; }

#content h2 img,
#content h2 a{float:left;}
#content h2 img{margin:0 9px 0 0;}
#content h3 { margin:0 0 9px; }
#content .item .listing li{padding:0 0 0 30px !important;}
#content .item p{margin:0 0 25px;}
#content .text-box{padding:0 0 0 35px;}
#content .text-box p{margin:0 0 15px;}
#content .accordion .opener{
	background: url(../images/bg-opener.gif) no-repeat 100% -186px;
	border-bottom:1px dashed #0f87cc;
	padding:0 11px 0 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#content .accordion li{padding-bottom:13px;}
#content .accordion .ui-state-active{background-position:100% 3px;}
#content .accordion .listing{padding:15px 0 0 33px;}
#content .item .accordion .listing li{
	padding-left:16px !important;
	padding-bottom:3px;
}
#content .accordion .listing a{padding:0 0 0 5px;}
#wrapper #main  #content h3.closed {
	padding:0 0 0 12px;
	margin-left:-12px;
	position:relative;
}
.breadcrumbs{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	margin:0 0 17px;
}
.breadcrumbs li{
	float:left;
    list-style: none;
    background: none !important;
    margin: 0; padding: 0 4px 0 0;
    white-space: nowrap;
}

.breadcrumbs li a {
    background: url(../images/bg-breadcrumbs.gif) no-repeat right 7px;
    padding:0 14px 0 0;
}

.section{
	padding:0 0 50px;
	width:100%;
}
.section:after{
	content:"";
	display:block;
	clear:both;
}
.section .info{
	margin:0 0 0 -270px;
	display:inline;
	position:relative;
	width:200px;
	float:left;
    text-align: right;
}
.section .info .date{
	display:block;
	margin:0 0 23px;
	text-align:right;
}
.paginator{
	font:bold 18px/20px "Trebuchet MS", Helvetica, sans-serif;
	padding:0 0 51px;
}
.paginator .wrap{padding:0 0 14px;}
.paginator .prev{margin:0 10px 0 0;}
.paginator .next{margin:0 0 0 2px;}

.paginator .date {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0.2em;
}

.date-nav { width: 70%;}
.date-nav .prev { float: left; }
.date-nav .next { float: right; }
.date-nav .prev .date { margin-left: 1.5em; }
.date-nav .next { text-align: right;}
.date-nav .next .date { margin-right: 1.5em; text-align: right;}

.paginator ul{
	list-style:none;
	margin:0;
	padding:12px 0 0;
	width:100%;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.paginator ul li{
	float:left;
	padding:5px 7px 4px;
	margin:0 3px 5px 0;
	background:none !important;
}
.paginator ul li span{
	padding:5px 7px 4px;
	float:left;
	background:#f1f1f1;
	margin:-5px -7px 0;
	position:relative;
	text-decoration:none;
}
.see-also{
	padding:0 0 0 18px;
	display:block;
	position:relative;
}
.see-also .arrow{
	position:absolute;
	left:0;
	top:-1px;
}
.the-rule{
	background:#f1f1f1;
	padding:14px 30px 0;
	margin:0 0 23px -30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/PIE.htc);
	position:relative;
}
#main .the-rule p{
	margin:0;
	padding:0 0 11px;
}
h4{
	display:block;
	margin:0 0 10px -30px;
	position:relative;
}
.like-box{padding:15px 0 46px;}
.like-box .buttons{
    padding:13px 0 0;
    display: block;
    border: none;
    width: 100%;
    height: 30px;
}
.like-box .button { float: left; }

#main .section .listing li{background:none;}
.topic-list{
	list-style:none;
	margin:0;
	padding:0 0 40px;
}
.topic-list .listing{
	margin-left:-14px !important;
	position:relative;
	margin-bottom:0 !important;
}
.topic-list .section{
	background:none !important;
	padding:0 0 18px;
}
.topic-list .section .info .date{margin:0;}
.spoiler { margin:0 0 1em; }
.spoiler > div {
    padding-bottom: 1em;
}
.spoiler .title{margin:0 0 22px;}
.spoiler .title a{
	text-decoration:none;
	cursor:pointer;
	padding:0 11px 0 0;
}

#content h4{
	margin:0;
}
.arch{
	padding:70px 0 0;
	margin:0;
	list-style:none;
}
.arch li{
	padding:0 0 0 18px !important;
	background:none !important;}
.news{
	list-style:none;
	margin:0;
	width:100%;
	padding:0;
}
.news:after{
	content:"";
	display:block;
	clear:both;
}
.news li{
	float:left;
	width:100%;
	padding:0 0 17px;
	background:none !important;
}
.news li .info,
.news li .date{
	width:140px;
	padding:0 38px;
	margin:0 0 0 -217px;
	display:inline;
	text-align:right;
	position:relative;
}
.news li .date{float:left;}
.listing .list{padding:5px 0 5px 40px;}
.listing ol.list li{padding-left:0 !important;}
.listing .draft * {  color: #d6d6d6 !important; }

/* ***************************** */
/*      Questionnairies          */
/* ***************************** */

.questionnaire {
    width:100%;
    position:relative;
}

.questionnaire  .questions {
    padding: 0; margin: 0;
}

.questionnaire  .questions li {
    background:none !important;
    padding:0;
    list-style:none;
    text-indent: 0;
}
.questionnaire .questions h4{ margin:0 0 5px; }

.questionnaire  .questions div.answers { margin: 1em 0; }
.questionnaire .answers em { font-style: normal; }

.questionnaire  .questions div.answers .hover,
.questionnaire  .questions div.answers .selected,
.questionnaire  .questions div.answers .correct,
.questionnaire  .questions div.answers .incorrect,
.questionnaire  .questions div.answers span:hover,
.questionnaire  .questions div.answers em:hover
{
    cursor: pointer;
    padding: 0.07em 0.2em; margin: 0 -0.2em;
    transition: background 200ms linear;
    border-radius: 3px;
}


.questionnaire  .questions div.answers .hover,
.questionnaire  .questions div.answers span:hover,
.questionnaire  .questions div.answers em:hover {
    background: #cccccc;
}

.questionnaire  .questions div.answers .selected { background: #f7ff08; }
.questionnaire  .questions div.answers .selected:hover { background: #f7ff08; }

.questionnaire  .questions div.answers em.correct   { background: #85b100 !important; color: #fff; }
.questionnaire  .questions div.answers span.incorrect { background: #ea3700 !important; color: #fff; }



.panel{
	padding:5px 25px 5px 20px;
    zoom: 1;
	margin:0 0 10px -20px;
    z-index: 10;
    position: absolute;
    background: white;
}

.panel .helper {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: -1;

    background: white url(../images/bg-panel.gif) repeat-x 0 100%;

    border: 1px solid #dfdfdf;
    border-radius: 5px;

    box-shadow: 0 5px 7px #d2d2d2;

    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


.panel .alignleft {width:63%;}


/* Questionnaries Gauge */
.gauge, .gauge div {
	height:8px;
	overflow:hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/PIE.htc);
	background: url(../images/bg-gauge.gif) repeat-x;
    margin: 0 25px 15px 0;
}
.panel .gauge {
    margin: 0 0 5px 0;
}

.gauge div {
    background-position:0 -8px;
    width:auto;
    margin:0;
}


.panel .title {
    vertical-align: bottom;
    margin-bottom: 10px;
}
#content .panel h2 {
    display: inline;
    margin-right: 0.3em;
}




.panel .alignright{width:27%;}
.panel .alignright strong{
	display:block;
	font-weight:normal;
}
.panel .alignright a{
	border-bottom:1px dashed #138acf;
	text-decoration:none;
}
#main .panel p{ margin:0 0 7px; }

.answers{padding:0 0 24px!important;}
.answers li{
	width:100%;
	overflow:hidden;
}
.answers li label,
.answers li input{float:left;}
.answers li input{margin:7px 7px 0 2px;}
.answers li label{
	padding:2px 8px 3px 5px;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}
.answers li label.correct   { background: #85b100; color: #fff; }
.answers li label.incorrect { background: #ea3700; color: #fff; }


.dictation{
	background: url(../images/bg-dictation.gif) no-repeat;
	width:550px;
	height: 37px;
	margin:0 0 20px -25px !important;
	position:relative;
	padding:10px 25px 0 79px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold;
	color:#989898;
}
.dictation .time,
.dictation strong{
	float:left;
	text-shadow:0px 1px 0px #fff;
	font-size:18px;
	line-height:20px;
	padding:3px 25px 0 0;
}
.dictation strong{padding-right:0;}
.dictation .button{
	float:left;
	margin:0 30px 0 0;
	width: 160px;
	height:23px;
	text-align:center;
	text-shadow:0px 1px 0px #000;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	color:#fff;
	padding:5px 0 0;
	background: url(../images/btn.png) no-repeat;
}
.dictation .play{background-position:0 0;}
.dictation .not-found{background-position:0 -28px;}
.dictation .finished{
	color:#acacac;
	background-position:0 -56px;
	text-shadow:0px 1px 0px #fff;
}
.tracker{
	float:right;
	background: url(../images/bg-tracker.png) no-repeat;
	width: 208px;
	height:27px;
	margin:-9px 0 0 !important;
	position:relative;
	padding:18px 0 0;
}
.tracker .track{
	float:left;
	position:relative;
	background: url(../images/bg-tracker-02.gif) repeat-x;
	height: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/PIE.htc);
	width:50%;
	margin:0 0 5px !important;
}
.tracker .track-button{
	background: url(../images/bg-track-button.png) no-repeat;
	width: 24px;
	height: 24px;
	position:absolute;
	right:-15px;
	top:-8px;
}
.tracker .wrap{
	font-weight:normal;
	font-size:10px;
	line-height:12px;
	text-shadow:0px 1px 0px #fff;
}

/* ***************************** */
/*         Content               */
/* ***************************** */

#content .toc {
    float: right;
    margin: 0 0 2em 80px;
    padding: 15px 25px 25px;
    background: #F1F1F1;

    border-radius: 8px;
    border: solid 1px #E0E0E0;

    max-width: 30%;
}
#content .toc p {
    margin-bottom: 0.4em;
}
#content .toc ul {
    padding: 0; margin: 0;
}
#content .toc li {
    background: none !important;
    padding: 0;
}
#content .toc a:visited {
    color: #0F87CC;
}


#content .nota-bene {
	margin: 0 0 30px -50px;
	padding: 25px 50px 0.5em 50px;
	background:#f1f1f1;

    border-radius: 8px;
    behavior: url(/css/PIE.htc);

    overflow: hidden; zoom: 1;
}

#content .nota-bene>*, #content .remember>* {
    margin-left: 215px;
}

#content .nota-bene>*:first-child, #content .remember>*:first-child  {
    float: left;
    margin-left: 0;
    width: 200px;
}

#content .remember {
    margin: 0 0 30px -50px;
    padding: 25px 50px 0.5em 50px;
    overflow: hidden; zoom: 1;
}


#content .example {
    padding:18px 25px 12px;
    margin:0 20px 1em 0;

    /* font-family: "Courier New", Courier, monospace; */

    background: url(../images/bg-example.gif) repeat-y 0 -10px;
    color: #858585;

    overflow:hidden; zoom: 1;

    -webkit-box-shadow: #f1f1f1 0 0 9px 5px;
       -moz-box-shadow: #f1f1f1 0 0 9px 5px;
            box-shadow: #f1f1f1 0 0 9px 5px;
    behavior: url(/css/PIE.htc);
}
#content .example p {
    margin:0 !important;
    line-height:24px;
}

#content p .example, #content span.example{
    position:static;
    display:inline-block;
    overflow:visible;
    padding:0 4px;
    margin:0 4px;
    height:auto;

    background: #fff;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #efefef 0 3px 5px 1px;
       -moz-box-shadow: #efefef 0 3px 5px 1px;
            box-shadow: #efefef 0 3px 5px 1px;
    behavior: url(/css/PIE.htc);
}



blockquote, blockquote q {
	background: #f1f1f1 url(../images/cite.gif) no-repeat 50px 28px;
	padding: 25px 50px 25px 88px;
    margin: 1em 0 1em -50px;
}
blockquote {
    border-radius: 8px;
    behavior: url(/css/PIE.htc);
}

blockquote q {
	background-position:100% 100%;
	padding:0 34px 0 0;
	display:block;
	margin:0 0 10px;
}
blockquote cite{
	display:block;
	text-align:right;
	font-style:normal;
}

blockquote:after {
    content: "";
    background: #f1f1f1 url(/images/cite.gif) no-repeat 100% 100%;
    display: block;
    float: right;
    margin: -15px -30px 0 0;
    height: 30px;
    width: 30px;
}

.collumns{
	width:100%;
	overflow:hidden;
	margin:0 0 45px;
}
.three .col{
	float:left;
	width:30%;
	margin:0 30px 0 0;
}
.section .wrap .alignleft{margin:0 35px 0 0;}
.wrap .row .example{
	margin:20px;
	width:89%;
}

.login .info, form .info {
	text-align:right;
	font-size:16px;
	line-height:18px;
	padding:2px 0 0;
}
.login .text, form .text {
	float:left;
	background:#fff;
	border:1px solid #ccc;
	width:324px;
	font-size:22px;
	line-height:24px;
	padding:7px 11px 6px;
	margin:0 15px 0 0;
}
#main .login  p{margin:0 0 30px !important;}

.login .section, form .section{
	padding:0;
	margin:0 0 30px;
}

.login .section span{
	line-height:16px;
	float:left;
}
.kab .section .info{
	padding:5px 0 0;
	text-align:right;
}
.kab .section .email{
	font-size:28px;
	line-height:30px;
	font-weight:normal;
}

.subscribe .info{text-align:right;}
.subscribe .section{padding-bottom:0;}

.email-form{padding:0 0 10px;}
.email-form .wrap{padding:0 0 5px;}
.email-form .wrap label{
	float:left;
}
.email-form .check{
	float:right;
	padding:0;
	margin:-1px 0 0 3px;
	height:17px;
}

/* footer */
footer{
    position:relative;
    width:100%;
    margin-top:-91px;

	border-top:1px solid #ccc;

	font-size: 16px; line-height: 24px;
}
.footer-holder{
    max-width: 1358px; margin: 0 auto;
	padding:22px 20px 22px 20px;
	overflow:hidden;
	zoom:1;
}

footer .copy {
    float: left;
    width: 322px;
}
footer .copy p {
    margin: 0 0 0 0;
}

footer .usage {
    float: left;
}

footer .counter {
    float: right;
    clear: right;
    overflow: hidden;
    width: 20%;
    margin-top: 0.6em;
}

footer .counter li {
    float: right;
    margin: 0 0 0 2em;
}

footer .info {
    float: right;
    text-align: right;
    overflow: hidden;
    position: relative;
    width: 25%;
}
footer .info p {
    margin: 0;
}


footer .copy p.first {
    margin: 0 0 48px 0;
}

footer .usage p {
    margin: 0 0 1.5em 0;
}

footer ul {
    list-style: none;
    margin: 0 0 1em 0; padding: 0;
}
footer ul li {
    padding: 0; margin: 0 2em 0 0;
    background: none !important;

    float: left;
}



.all-article{
	width:753px;
	position:relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 0 7px;
	-moz-box-shadow: #666 0px 0 7px;
	box-shadow: #666 0px 0 7px;
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e0e0e0));
	background: -webkit-linear-gradient(#ffffff, #e0e0e0);
	background: -moz-linear-gradient(#ffffff, #e0e0e0);
	background: -ms-linear-gradient(#ffffff, #e0e0e0);
	background: -o-linear-gradient(#ffffff, #e0e0e0);
	background: linear-gradient(#ffffff, #e0e0e0);
	-pie-background: linear-gradient(#ffffff, #e0e0e0);
	behavior: url(/css/PIE.htc);
	padding:13px 30px 25px;
}
.all-article .wrap{padding:0 0 25px;}
.all-article .alignleft {
	text-decoration:none;
	border-bottom:1px dotted #0f87cc;
	line-height:16px;
	font-style:italic;
}
.all-article .close{
	float:right;
	background: url(../images/btn-close.gif) no-repeat;
	width: 11px;
	height: 11px;
	text-indent:-9999px;
	overflow:hidden;
}
.all-article .cols{
	width:100%;
	overflow:hidden;
}
.all-article .cols .col-1,
.all-article .cols .col-2{
	float:left;
	width:325px;
}
.all-article .cols .col-2{float:right;}
#main .all-article .cols .listing li{background: url(../images/bullet.gif) no-repeat 0 11px !important;}

/* Forms */

/* Login Form */

.email-form .text {
    display: block;
    border: 1px solid #ccc;
    padding: 4px 14px 3px;
    margin: 0 0 20px;

    background: #fff;
    color: black;

    font-size:22px;
    line-height:24px;
}

.email-form .wrap {
    text-align: left;
}
.email-form .check {
    margin-top:2px;
}

.email-form .alignright { font-size: 82%;  }
.email-form .alignright label { vertical-align: bottom; }
.email-form .alignright input { vertical-align: baseline; margin-left: 0.5em; }

#PopupLoginForm {
    position:absolute;
    top:35px; right:-12px;
    display:none;
    z-index: 100;
    border:1px solid #ccc;
    background:#fff;
    width:348px;
    padding:28px 36px 31px 38px;
}
#PopupLoginForm .text {
    width: 322px;
}

#PopupLoginForm .wrap {
    font-size: 12px;
    line-height: 14px;
}

#PopupLoginForm .corner {
    position:absolute;
    top: -13px; left: 335px;
    width: 24px; height: 13px;
    background: url(../images/corner.gif) no-repeat;
}
#PopupLoginForm .wrap label {
    line-height:16px;
}

#PopupLoginForm .alignright {
    font-size:12px;
    line-height:14px;
}


.subscribe .twocolumns .email-form .text {
    padding: 4px 14px 3px;
    width: 94%;
}


/* Fixes */
/* Отзыв */
#feedback { display: none; }

/* Section Icons */
span.no-icon {
    display: inline-block;
    width: 27px; height: 27px;
}
#content h2 span.no-icon { float: left; margin-right: 9px; }

/* Sidebar All */
.all-article {
    top: -30px; left: -12px;
    padding-top: 9px;
    display: none;
    z-index: 10;
}
.all-article .alignleft {
    line-height: 18px;
}

#all-articles {
    padding: 0; margin: 12px 0 0 18px;
    display: block;
}
.js #all-articles {
    text-decoration:none;
}
.js #all-articles em {
    border-bottom:1px dotted #0f87cc;
}

.all-article .close {
    margin-top: 0.5em;
    border-bottom: none;
}

/* jQuery SVG */
svg\:svg {
	display: none;
}

.svg_error {
	color: red;
	font-weight: bold;
}

/* Accent Helper */
span.accent {
    color: inherit !important;
    margin: 0 0 0 -0.5em !important;
    padding: 0 !important;
}

header .row span.accent, header .top-nav span.accent, #main h2 span.accent, #main .col h3 span.accent, .heading a span.accent, .news-list .date span.accent, #content .section h3 span.accent, #content h1 span.accent, #content h3 span.accent, #content .accordion .opener span.accent, .paginator span.accent, .dictation span.accent, .subscribe .twocolumns .submit span.accent {
    margin:  0 -0.07em 0 -0.5em !important;
}

/* Questionaries */
.answers li label, .answers li input {
    float: none;
    vertical-align: baseline;
}
.js .answers li input {
    /* display: none; */
}
.js .questionnaire .answers li em:last-of-type {
    display: none;
}

.js .questionnaire .results { display: none; }


.answers li input {
    margin: 7px 3px 0 2px;
}

.questions li {
    line-height: 1.8em;
}
.js .questionnaire .results  li {
    background: none !important;
    padding-left: 0;
}

/* Forms */
form .error-message {
    clear: left;
    color: #e87a2d;
    padding: 0.5em 1em;
}

.login .section span { float: none; }

#authMessage, #flashMessage {
    -webkit-border-radius: 5px;
   	-moz-border-radius: 5px;
   	border-radius: 5px;
    padding: 1em;
    margin: 0 0 1em -1em;
    font-size: 1.1em;
}

#authMessage, #flashMessage.error {
    background: #ea3700; color: #fff;
}

#flashMessage.success {
    background: #85b100; color: #fff;
}

.login #authMessage {
    width: 500px;
}

#PasswordForm #flashMessage {
    width: 500px;
}
#PasswordForm {
    margin: 0 0 50px 0;
}

#PasswordForm #passwords {
    margin: 0 0 0 -320px;
    padding-bottom: 20px;
}
#PasswordForm #passwords div {
    overflow: hidden;
    padding-left: 320px;
}

.subscribe .twocolumns .text { width: 130px; }
.subscribe .paymentforms p { padding-bottom: 0.5em !important; }
.subscribe .paymentforms ul.money-list { padding-bottom: 0.5em !important; }
.subscribe .subscribe-order { padding-bottom: 15px !important; }

form div.input {
    margin: 0 0 1.5em 0;
}

form div.password input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 22px;
    line-height: 24px;
    margin: 0 15px 0 0;
    padding: 7px 11px 6px;
}

/*
 * Nice Buttons!
 */
.button, form div.submit input {
    background: #0f87cd;
    background: linear-gradient(to bottom, #099cf0 0%, #0f87cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099cf0', endColorstr='#0f87cd',GradientType=0 );

    color: white;

    font: bold 18px/20px "Trebuchet MS", Helvetica, sans-serif;
    text-shadow: 0px -1px 0px #1f648c;

    margin:0 15px 0 0;
    padding: 0.4em 1.5em;

    border: 0 none;
    border-radius: 5px;

    vertical-align: middle;

    cursor: pointer;
}

.button:hover, form div.submit input:hover {
    background: #3b9ad4;
    background: linear-gradient(to bottom, #34b0f8 0%, #3b9ad4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b0f8', endColorstr='#3b9ad4',GradientType=0 );
}

/* Specific buttons */
.email-form .button { float: left; }

a.button {
    display: inline-block;
    text-decoration: none;
}
a.button, a.button:hover { color: white; }

form div.submit input {
    float: left;
}

form div.submit input.auto {
    padding: 0 1em;
    width: auto;
}

.discount .button {
    padding: 0.2em 1em;
}

.subscriptions .btns .button {
    margin-left: 30px;
}
/* Questionnarie Panel */
.panel .informer a {
    border-bottom: 1px dashed #138ACF;
    cursor: pointer;
    text-decoration: none;
}


.panel .informer span.correct {
    color: #85b100;
}

.panel .informer a.incorrect {
    color: #ea3700;
    border-bottom: 1px dashed #ea3700;
    cursor: pointer;
}

.panel a:visited {
    color: #0F87CC;
}

/* Gallery */
#gallery {
    margin-left: -40px;
}
#gallery .fotorama__thumbs_previews {
    background-color: #323130;
}

#gallery .info {
    margin-top: 25px;
    min-height: 150px;
    position: relative;
}
#gallery .info div { position: absolute; top: 0}

/* Phonetics */
.fonetics { margin-bottom: 1em;}
.fonetics .snd { white-space: nowrap; padding-left: 0.3em; }
.fonetics .lbr { float: left; }
.fonetics .rbr { float: right; }

.fonetics .brc { text-indent: -99em; overflow: hidden; display: block; border: solid 1px #676767; width: 1em;}
.fonetics .lft { border-right: none;}
.fonetics .rght {  border-left: none; }
.fonetics .dbl  { height: 1.4em; }
.fonetics .trpl  { height: 2.8em; margin-top: 0.3em; }
.fonetics hr { border: none; border-top: solid 1px black; height: 1px; margin: 0; width: 6.5em;}


/* Morphemics */
.morphology .prefix, .morphology .word, .morphology .suffix { padding: 3px 0 0; background-size: 100% 100%; }
.morphology .prefix { background-image: url(/images/m-prefix.svg);  }
.morphology .word   { background-image: url(/images/m-word.svg);    }
.morphology .suffix { background-image: url(/images/m-suffix.svg);  }
.morphology .ending { border: solid 1px #8c8c8c; padding-left: 1px; padding-right: 1px; }
.morphology .ending.size-0 { padding-right: 0.5em; }

/* Syntax Highlighting */
.syntax span {
     background: url(/img/syntax.png) repeat-x 0 -12px;
     padding-bottom: 4px;
 }
.syntax .subject      { background-position: 0 -4px;}
.syntax .predicate    { background-position: 0 -28px;}
.syntax .definition   { background-position: 0 -51px;}
.syntax .aplification { background-position: 0 -74px;}
.syntax .adverbial    { background-position: 0 -97px;}

/* Lookup Field */
#lookup, #search {
    background: #eee7b1;
    border-radius: 12px;

    width: 80%;
    padding: 1em;
    margin: 0 0 2em -1em;
}
#lookup .input, #search .input {
    margin: 0;
    float: none; padding: 0; width: auto; border: none; background: none;
}
#lookup .text input {
    width: 99%;
}

#search .input, #search .submit  {
    display: inline;
}

#search .text input {
    width: 75%;
}
#search .submit input {
    width: 20%;
    float: right;
}


/* Pages Personal Fixes */
/* Index Page */
.index header .logo { margin-left: 0; margin-right: 58px; }

.index #main .listing li, .index #main .news-list li { padding: 0 !important; }
.index #main .news-list li { margin-bottom: 1.5em; }
.index #main .news-list li p { margin: 0 0 0.3em 0; padding: 0; }
.index .threecolumns .col .block { margin-bottom: 3em; }

.index .threecolumns h3 a { display: block; margin-left: 32px; }
.index #main .threecolumns .col .block p { margin-bottom: 7px; }

.index #main .col-02 .listing,
.index #main .col-03 .listing
{
    margin-top: -7px;
}

.index .threecolumns .item {
    margin-bottom: 2em;
}

/* Blog */
#content .blog-description { margin-bottom:  3em; }
#content .blog-entry { margin-bottom: 3em; }
#content .blog-entry .date { margin-bottom: 0; }
#content .blog-entry h2 {
    margin-left:-35px; padding-left: 35px;
    font-size: 28px;
    line-height: 35px;
}
#content .blog-entry h2 img {
    margin-left: -35px;
}
#content .blog-entry h2 img, #content .blog-entry h2 a {
    float: none;
}

/* Profile */
.subscriptions .btns {
    vertical-align: top;
    padding-top: 0.5em;
}

/* Login Form */
#LoginForm #email,
#LoginForm #password
{
    width: 50%;
}

#LoginForm .alignright
{
    margin-right: 48%;
}

/* Order Form */
#order-payment-type {
    overflow: hidden;
}
#order-payment-type li {
    padding: 0 0 0 0;
    margin: 0 0 0.3em 0;
    background: none !important;
    display: inline-block;
    width: 20em;
}
#order-payment-type li input {
    margin-right: 0.3em;
    vertical-align: baseline;
}
#order-payment-type li label {
    white-space: nowrap;
}

/* Over The Head */
.over-the-head {
    width: 100%;
    margin-bottom: 10px;
    border-bottom:  solid 2px #5C7625;
    background: #2b5bbf;
    background: -moz-linear-gradient(top,  #2b5bbf 0%, #6b94d1 79%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b5bbf), color-stop(79%,#6b94d1));
    background: -webkit-linear-gradient(top,  #2b5bbf 0%,#6b94d1 79%);
    background: -o-linear-gradient(top,  #2b5bbf 0%,#6b94d1 79%);
    background: -ms-linear-gradient(top,  #2b5bbf 0%,#6b94d1 79%);
    background: linear-gradient(to bottom,  #2b5bbf 0%,#6b94d1 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b5bbf', endColorstr='#6b94d1',GradientType=0 );
    text-align: center;
    padding: 10px 0;
}


.over-the-head .headline {
    width: 1398px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: white;
}
.over-the-head .headline a {
    color: white;
    text-decoration: none;
    border-bottom: solid 1px white;
}

.sub-header {
    margin-top: -26px;
    margin-bottom: 26px;
}
.date {
    color: #878787;
}