html {
}

body {
}

body * {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, input, button, select {
    color: #6d6e71;
}

table {
    border-collapse: collapse;
    border: none;
}

button {
    border: none;
}

a:link,
a:visited {
    color: #000;
    color: #00afdb;
    color: #002BB8;
}

a:active,
a:hover {
    color: #000;
    color: #00afdb;
    color: #002BB8;
}

h1, h2, h3, h4, h5, h6 {
/*    color: #993223;*/
    color: #f15d22;
}

h1 {
    font-weight: bold;
    font-size: 18px;
    margin: 2em 0;
}

h2 {
    font-size: 16px;
    font-style: italic;
    margin: 2em 0 1em 0;
}

h3 {
    font-size: 16px;
    font-style: italic;
    margin: 0 0 1em 0;
}

h4 {
    font-weight: bold;
}



#doc3 {
    margin: 0;
    font-size: 93%;	/* 12px */
    line-height: 1.5em;
    text-align: left;
    min-height: 500px;
}

.fc { overflow: hidden; }
.fl { float: left; }
.fr { float: right; }

#hd {
    padding: 5px 10px;
}

.seventy #hd {
    width: 70em;
    margin: 0 auto;
}

#hd, #hd a {
/*    text-decoration: none;*/
}

#hd a:hover {
    text-decoration: underline;
}

#hd .logo {
    margin: 0;
    padding: 0;
    float: left;
    width: 55px;
    height: 60px;
}

.welcome #hd .count {
    font-size: 14px;
    float: left;
}

.welcome #hd .count .number {
    font-size: 16px;
    color: #f15d22;
    font-weight: bold;
}


#hd .reg-log {
    float: right;
    /*
    position: absolute;
    top: 3px;
    right: 10px;
    */
}

#hd .parts {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 116.1290%; /* 14px = 108% / 93% */
    font-weight: bold;
}

#hd .parts li {
    display: inline;
    margin-left: 20px;
}

#hd .parts li:first-child {
    margin-left: 0;
}

#hd .reg-log li {
    display: inline;
    margin-right: 5px;
}

#hd .reg-log li:last-child {
    margin-right: 0;
}

#hd .refer-us {
    padding-right: 22px;
    background: url("../images/email.png") no-repeat right center;
}

#ft ul {
    text-align: center;
    padding: 2px 5px;
    margin-top: 100px;
}

#ft .copyright {
    text-align: center;
    padding: 2px 5px;
    margin-top: 10px;
}

#ft ul li {
    display: inline;
    margin: 0 2em;
}
#ft ul li a {
    text-decoration: none;
}
#ft ul li a:hover {
    text-decoration: underline;
}
    

/* body */
#bd {
    margin: 0 10px;
}

.seventy #bd {
    max-width: 70em;
    margin-left: auto;
    margin-right: auto;
}


.welcome #bd {
    margin-top: 0;
}



p {
    margin-bottom: 1em;
}

ul.list {
    margin-bottom: 1em;
}

ul.list ul {
    margin-bottom: 0;
}

ul.list li {
    display: list-item;
    list-style-type: disc;
    margin-left: 15px;
}

ul.list li li {
    list-style-type: circle;
}

ul.tight {
    margin-top: -1em;
    margin-left: 30px;
}

ul.tight li {
    list-style-type: circle;
}

ul.bare li {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 1em;
}








.xinfo {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: help;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/help.png");
}

.filters .xinfo, 
.display-options .xinfo {
    float: right;
}

.xinfo .xinfo-content {
    display: none;
}

.xinfo-popup {
    text-align: left;
    width: 260px;
    background-color: #fff;
    padding: 2px;
}

.xinfo-popup .panel {
    color: #000;
    padding: 5px;
    border: 3px solid #558ed5;
    max-height: 200px;
}


.snippet-popup {
    cursor: text;
    padding-top: 12px;
    background: url("../images/popup_top.png") no-repeat left top;
}

.snippet-popup .topper {
    text-align: right;
    border-bottom: 1px solid #aaa;
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.snippet-popup .topper a {
    display: inline-block;
    text-decoration: none;
    margin-top: -5px;
    padding-right: 15px;
    background: url("../images/x.png") no-repeat right 4px;
}

.snippet-popup .wrapper {
    width: 300px;
    padding: 0 12px 12px 12px;
    background: url("../images/popup_bottom.png") no-repeat left bottom;
}

.snippet-popup .wrapper .content {
    text-align: left;
    overflow: auto;
    min-height: 30px;
    max-height: 140px;
}


.welcome .top-row {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}

.contact #bd {
    margin-top: 2em;
}

.contact .section {
    margin-bottom: 2em;
    width: 30em;
}

.contact .form-fields .wide .input {
    width: 30em;
}


.remember {
    width: 80em;
    overflow: auto;
    padding-top: 5px;
}

.remember .text {
    width: 72em;
    padding-left: 15px;
    float: left;
}

.remember .bullet {
    font-weight: bold;
    float: left;
    width: 6.8em;
}


.refine {
    margin-bottom: 20px;
}

.search-table {
    margin: 0 auto;
}

.search-table .lc {
    width: 100px;
    padding-left: 4px;
}
.search-table .mc {
    width: 400px;
}
.search-table .rc {
    width: 95px;
    padding-left: 5px;
    padding-right: 4px;
    
}

.explore .search-table .rc input {
    margin-top: 1px;
    font-size: 14px;
/*
    width: 38px;
    height: 27px;
    border: none;
    background: white url("../images/btn_go.gif") no-repeat center center;
*/
}

.explore .search-table .row-message {
    vertical-align: bottom;
}
.explore .search-table .row-input {
    vertical-align: top;
    height: 40px;
}

.explore .search-table .row-message .mc {
    padding-top: 20px;
    text-align: right;
    padding-bottom: 5px;
}


.welcome .search-table .row-input .lc {
    text-align: right;
}

.explore .search-table {
    background: #f0f0f0 url("../images/step2_top2.png") no-repeat center 0;
    height: 89px;
}

.explore .search-table-terms {
    background: url("../images/step2_center2.png") repeat-y center 0;
}

.explore .search-table-terms .mc {
    padding: 0 7px;
}

.explore .search-table-bottom {
    background: url("../images/step2_bottom2.png") repeat-y center 0;

}
.explore .search-table-bottom td {
    height: 8px;
}


.search-table .search-block {
    position: relative;
    z-index: 10;
}

.search-table .search-block .shadow {
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 3px;
    z-index: 8;
}

.search-table #nft {
    width: 390px;
    font-size: 16px;
    padding: 1px 5px;
}
    
.search-block .suggestions {
    display: none;
    font-size: 12px;
    position: absolute;
    left: 0;
    background-color: #E6F2FF;
    border: 1px solid #999;
    border-top: none;
    width: 402px;
}

.search-block .suggestions li {
    overflow: auto;
}

.search-block .suggestions li .text {
    float: left;
    padding-left: 5px;
}

.search-block .suggestions li .count {
    float: right;
    color: #999;
    padding-right: 5px;
}

.search-block .suggestions li.selected {
    background-color: #8dd8ff;
}

.search-block .suggestions li .close {
    padding-right: 5px;
}
.search-block .suggestions li.close a {
    float: right;
    outline: none;
}

    




.tabs {
    overflow: auto;
    width: 60em;
    margin: 0 auto;
}

.tabs .tab {
    float: left;
    width: 15em;
    margin: 0 2em;
    text-align: center;
    padding: 0.25em 0.45em;
    color: #999;
}

.tabs .tab.active {
    color: #333;
}

.tabs .tab h3 {
    font-size: 132.3656%; /* 16px = 123.1% / 93% */
    font-weight: bold;
}

.tabs .tab.active h3 {
    color: #004D28;
}

#lang_select {
    float: left;
    margin: 0 0 0 70px;
}
