/* CSS reset */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    zoom: 1;
    background-color: #FFF;
}

/* FCADS */

.fcadspace {
    clear: both;
    margin: 0px auto;
    text-align: center;
}

.fcadcontainer {
    clear: both;
    padding-bottom: 7px;
}
.fcadcontainerL, .fcadcontainerLm {
    height: 1px;
    overflow: hidden;
}

.fcadcontainer .fcad-top-padding {
    overflow: auto;
}

.fcadcontainer .fcad-top-padding .fcadspace {
    margin-top: 10px;
}

.fcadcontainer .fcad-bottom-padding {
    overflow: auto;
}

.fcadcontainer .fcad-bottom-padding .fcadspace {
    margin-bottom: 30px;
}

.fcadcontainer .fcad-padding {
    overflow: auto;
}

.fcadcontainer .fcad-padding .fcadspace {
    margin: 10px 0;
}

/* END FCADS */


/* TEMP */

p.apad {
    padding-top: 2px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 15px;
    text-align: justify;
}

p.gray a {
    color: #333;
}

A:visited {
    color: #008000
}
.uus {
    color: #FF0000
}
.avaleht A, .avaleht A:visited {
    color: #333;
}
.avaleht h2 A, .avaleht h2 A:visited {
    color: #1875BC;
}


.wait {
    background: url(/img/ajax-loader.gif) no-repeat center center;
    height: 70px;
}

/* END TEMP */

/* Sprite pilti sisaldavad elemendid */

.sprite {
    background-image: url(sprite.png);
    background-repeat: no-repeat;
}

table.pagination {
    margin-top: 25px;
}

table.pagination td a:hover {
    background-image: url(sprite.png);
    background-repeat: no-repeat;
}

a {
    color: #1875BC;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

img {
    display: block;
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    font: 14px Arial, Helvetica, sans-serif;
    color: #333;
    outline: none;
    margin: 0;
    padding: 0;
}


/* Messages */

.fc_message_container {
    margin: 0;
    height: 24px;
    font-size: 11px;
    border-bottom: 1px #ccc solid;
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
}

.fc_message_text {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    margin: 0 auto;
    background-position: 100% -6px;
    cursor: pointer;
    //cursor: hand;
}

.fc_message_error {
    color: white;
    background-color: #FF0000;
}

.fc_message_warning {
    color: white;
    background-color: #FFCC00;
}

.fc_message_notify {
    color: white;
    background-color: #00CC00;
}

/* Top navigation */

#top-nav {
    width: 100%;
    height: 25px;
    background-position: 0px -36px;
    background-repeat: repeat-x;
    margin-bottom: 7px;
}

#top-nav-content {
    width: 995px;
    margin: 0 auto;
}

#top-nav .left-nav {
    float: left;
    list-style: none;
    position: relative;
    z-index: 40;
    margin: 0;
    padding: 0;
}

#top-nav .left-nav li {
    float: left;
    line-height: 24px;
    font-size: 11px;
    margin: 0 12px 0 0;
}

#top-nav .left-nav li.topic {
    font-weight: 700;
    color: #4b4b4b;
    padding: 0 14px 0 0;
}

#top-nav .left-nav li.sitemap {
    padding: 6px 8px 0 0;
}

#top-nav .left-nav li.calendar {
    padding: 5px 5px 0 0;
}

#top-nav .left-nav li.new {
    padding: 7px 8px 0 0;
}

#top-nav .left-nav li.bell {
    padding: 5px 8px 0 0;
}

#top-nav .left-nav li.portfel {
    padding: 6px 9px 0 0;
}

#top-nav .left-nav li.extra {
    padding: 9px 0 0;
}

#top-nav .right-nav {
    float: right;
    list-style: none;
    position: relative;
    z-index: 40;
    margin: 0;
    padding: 0;
}

#top-nav .right-nav li {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    margin: 0 0 0 2px;
    padding: 0 6px;
}

#top-nav .right-nav li.bold {
    font-weight: 700;
}

#top-nav .right-nav li a, #top-nav .left-nav li a {
    color: #4b4b4b;
}

#top-nav .right-nav li.arrow a, #top-nav .left-nav li.arrow a {
    background-position: 100% -70px;
    padding: 0 13px 0 0;
}

#top-nav .right-nav li.selected, #top-nav .left-nav li.selected {
    height: 22px;
    line-height: 18px;
    background: #fff;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-top: 1px #ccc solid;
    padding: 0 5px;
}

#top-nav .left-nav li.selected {
    margin: 2px 6px 0 -6px;
}

#top-nav .right-nav li.selected a, #top-nav .left-nav li.selected a {
    background-position: 100% -92px;
    padding: 0 13px 0 0;
}

#top-nav .right-nav .dropdown-content, #top-nav .left-nav .dropdown-content {
    float: right;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    z-index: 41;
    top: 25px;
    background: #fff;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

/*.dropdown-content .inline {
    padding: 7px 10px 9px;
}*/

#top-nav .right-nav li.selected div a, #top-nav .right-nav li div a, #top-nav .left-nav li.selected div a, #top-nav .left-nav li div a {
    padding: 0;
}

#top-nav .right-nav .d-d-pos-right {
    right: -6px;
}

#top-nav .left-nav .d-d-pos-right {
    right: 6px;
}

#top-nav .right-nav .d-d-pos-left {
    left: 6px;
}

#top-nav .left-nav .d-d-pos-left {
    left: -6px;
}

#top-nav .dropdown-favourites {
    width: 382px;
    overflow: hidden;
}

#top-nav .dropdown-favourites .row {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #ccc solid;
    padding: 3px 0 4px;
}

#top-nav .dropdown-favourites .row .text {
    float: left;
    width: 310px;
    line-height: normal;
    padding: 0 0 0 10px;
}

#top-nav .dropdown-favourites .row h3 {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#top-nav .dropdown-favourites .row-last {
    border-bottom: 0;
}

#top-nav .right-nav .dropdown-favourites .scroll-button {
    display: block;
    width: 100%;
    height: 12px;
    overflow: hidden;
    background: #eaeaea;
    margin: 3px 0 0;
    padding: 0;
}

#top-nav .right-nav .dropdown-favourites .scroll-button img {
    margin: 0 auto;
}

#top-nav .dropdown-favourites .actions {
    float: right;
}

#top-nav .dropdown-favourites .actions ul {
    list-style: none;
    margin: 5px 10px 0 0;
    padding: 0;
}

#top-nav .dropdown-favourites .actions li {
    height: auto;
    margin: 0;
}

#top-nav .dropdown-favourites .actions li a img {
    width: 25px;
    height: 23px;
}

#top-nav .dropdown-favourites .actions li.organize a img {
    background-position: 0px -111px;
}

#top-nav .dropdown-favourites .actions-hover li.organize a img {
    background-position: 0px -140px;
}

#top-nav .dropdown-favourites .actions-hover li.organize a:hover img {
    background-position: 0px -169px;
}

#top-nav .dropdown-favourites .actions li.delete a img {
    background-position: 0px -198px;
}

#top-nav .dropdown-favourites .actions-hover li.delete a img {
    background-position: 0px -227px;
}

#top-nav .dropdown-favourites .actions-hover li.delete a:hover img {
    background-position: 0px -256px;
}

#top-nav .dropdown-login {
    width: 209px;
    overflow: hidden;
}

#top-nav .dropdown-login .inline {
    padding: 10px 20px 7px;
}

#top-nav .dropdown-login .line {
    border-bottom: 1px #ccc solid;
}

#top-nav .dropdown-login h3 {
    font-size: 13px;
    margin: 0;
    padding: 0 0 5px;
}

#top-nav .dropdown-login .row {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 0 8px;
}

#top-nav .dropdown-login .row label {
    font-size: 11px;
    font-weight: 700;
    display: block;
    line-height: normal;
    margin: 0;
    padding: 0 0 2px;
}

#top-nav .dropdown-login .row .input {
    width: 157px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    border: 1px #d6d6d6 solid;
    background: #fcfcfc;
    padding: 0 5px;
}

#top-nav .dropdown-login .row .button {
    float: left;
    color: #262626;
    cursor: pointer;
    background-position: 0px -285px;
    margin: 0;
    padding: 0;
}

#top-nav .dropdown-login .row .button span {
    float: left;
    height: 21px;
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    background-position: 100% -315px;
    padding: 0 10px;
}

#top-nav .dropdown-login .row a.forgot-passw {
    float: left;
    font-size: 11px;
    line-height: 20px;
    color: #1875BC;
    background: none;
    margin: 0 0 0 8px;
    padding: 0;
}

#top-nav .dropdown-login .row span.info {
    font-size: 11px;
    line-height: normal;
}

#top-nav .dropdown-login .login-links {
    padding: 7px 20px;
}

#top-nav .dropdown-login .login-links a {
    display: block;
    margin: 0 0 5px;
}

#top-nav .dropdown-login .bottom {
    background: #fffae4;
    padding: 7px 20px;
}

#top-nav .dropdown-login .bottom h3 {
    padding: 0;
}

#top-nav .dropdown-favourites .row .text a, #top-nav .dropdown-login .bottom a {
    color: #1875BC;
}

img.facebook_button {
    background-position: 0px -342px;
    width: 169px;
    height: 22px;
}

/* HEADER */

#wrapper {
    clear: both;
    width: 999px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#page {
    clear: both;
    width: 995px;
    margin: 0 auto;
    padding-bottom: 7px;
    background-color: #FFF;
}

.pageL, .pageLs {
    position: relative !important;
}

.pageLm {
    position: relative !important;
	width: 1200px !important;
}

.topL, .topLs {
	position: absolute !important;
	width: 995px !important;
	height: 520px !important;
	left: 0px !important;
	float: left !important;
}

.topLm {
	position: absolute !important;
	width: 1200px !important;
	height: 500px !important;
	left: 0px !important;
	float: left !important;
}

#header {
    position: relative;
    clear: both;
    float: left;
    padding: 0;
    width: 735px;
}

.headerL {
	margin-top: 150px !important;
	position: relative !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 35 !important;
}

.headerLm {
	margin-top: 150px !important;
	padding-top: 7px !important;
	position: relative !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 35 !important;
}

.headerLs {
    width: 795px !important;
	margin-top: 150px !important;
	padding-top: 7px !important;
	position: relative !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 35 !important;
}

#header .logo {
    float: left;
    display: inline;
    margin: 26px 0 0 11px;
}

.logoL {
	margin-left: 34px;
}

#header-content {
    float: left;
    width: 582px;
    display: inline;
    margin: 0 0 0 18px;
}

#header-content .sites {
    float: left;
    display: inline;
    height: 26px;
    list-style: none;
    margin: 0 0 0 21px;
    padding: 0;
    overflow: hidden;
}

#header-content .sites li {
    float: left;
    height: 26px;
    line-height: 25px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

#header-content .sites li:hover {
    background-color: #1875BC;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

#header-content .sites li:hover a {
    text-decoration: none;
    color: #fff;
}

#header-content .sites li a {
    font-size: 15px;
    padding: 0 10px;
}

#header-content .sites li a:hover {
    text-decoration: none;
    color: #fff;
}

#header-content .sites li.active {
    background-color: #1875BC;
    border-left: 1px solid #1875BC;
    border-right: 1px solid #1875BC;
}

#header-content .sites li.active a {
    display: block;
    color: #fff;
}

#header-content .sites li.more {
    position: relative;
    z-index: 35;
}

#header-content .sites li.more a.arrow {
    visibility: hidden;
    display: block;
    padding: 8px 7px;
}

#header-content .sites li.more a.arrow img {
    visibility: hidden;
    width: 9px;
    height: 7px;
    background-position: 0px -370px;
}

#header-content .sites li.more a.active {
    visibility: hidden;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-bottom: 1px #fff solid;
    position: absolute;
    z-index: 37;
    top: 0;
    left: 0;
    padding: 7px 6px;
}

#header-content .sites li.more a.active img {
    background-position: 0px -384px;
}

#header-content .sites li.more .dropdown {
    float: left;
    width: 140px;
    border: 1px #ccc solid;
    background: #fff;
    position: absolute;
    z-index: 36;
    top: 22px;
    left: 0;
    padding: 8px 10px;
}

#header-content .sites li.more .dropdown ul li {
    clear: both;
    float: left;
    width: 100%;
    height: 23px;
}

#header-content .sites li.more .dropdown ul li a {
    float: left;
    font-size: 13px;
    line-height: 22px;
    padding: 0;
}

#header-content .sites li.more .dropdown ul li .actions {
    float: right;
    width: 26px;
    height: 23px;
    overflow: hidden;
}

#header-content .sites li.more .dropdown ul li .actions a.plus img {
    background-position: 0px -397px;
}

#header-content .sites li.more .dropdown ul li.hover .actions a.plus img {
    background-position: 0px -426px;
}

#header-content .sites li.more .dropdown ul li.hover .actions a.plus:hover img {
    background-position: 0px -455px;
}

#header-content .sites li.more .dropdown ul li .actions a.minus img {
    background-position: 0px -484px;
}

#header-content .sites li.more .dropdown ul li.hover .actions a.minus img {
    background-position: 0px -513px;
}

#header-content .sites li.more .dropdown ul li.hover .actions a.minus:hover img {
    background-position: 0px -542px;
}

#search-bar {
    clear: both;
    width: 584px;
    height: 36px;
    position: relative;
    z-index: 30;
    top: -1px;
    border: 1px solid #1875BC;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#search-bar .choose {
    float: left;
    display: inline;
    height: 34px;
    position: relative;
    z-index: 31;
    margin: 0 0 0 4px;
    padding: 1px 9px 1px 0;
    border-right: 1px solid #1875BC;
}

#search-bar .choose-button, #search-bar .choose-button-empty {
    float: left;
    width: 87px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    font-size: 13px;
    color: #1875BC;
    font-weight: 700;
    background-position: 0px -571px;
}

#search-bar .choose-button-empty {
    background-position: 0px -611px;
    cursor: default;
}

#search-bar .choose-content {
    float: left;
    width: 75px;
    overflow: hidden;
    padding: 0px 11px 6px 9px;
    margin: 1px 0 0 0;
    border-left: 1px #1875BC solid;
    border-right: 1px #1875BC solid;
    border-bottom: 1px #1875BC solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    position: absolute;
    z-index: 4;
    top: 36px;
    left: 0px;
    background-color: #FFFFFF;
}

#search-bar .choose-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#search-bar .choose-content ul li {
    display: inline;
}

#search-bar .choose-content ul li a {
    display: block;
    white-space: nowrap;
    padding: 5px 0px;
    font-size: 13px;
    color: #1875BC;
    font-weight: bold;
    text-align: right;
}

#search-bar .suggestions {
    width: 576px;
    position: absolute;
    z-index: 32;
    top: 32px;
    left: 0;
    border-left: 1px #1875BC solid;
    border-right: 1px #1875BC solid;
    border-bottom: 1px #1875BC solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    margin: 5px 3px 0 3px;
    padding: 0px;

    background-color: #fff;
    background-position: 0px -654px;
    background-repeat: repeat-y;
}

#search-bar .suggestions .row {
    width: 100%;
    overflow: hidden;
    padding: 2px 0;
}

#search-bar .suggestions .row .left-side {
    float: left;
    width: 86px;
    text-align: right;
    font-size: 11px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    padding: 5px 10px 0 0;
}

#search-bar .suggestions .row .right-side {
    float: left;
    width: 480px;
}

#search-bar .suggestions .row .right-side li {
    display: inline;
}

#search-bar .suggestions .row .right-side li a {
    display: block;
    color: #333;
    font-size: 17px;
    padding: 1px 10px 1px 8px;
}

#search-bar .suggestions .row .right-side ul.links li a {
    color: #1875BC;
}

#search-bar .suggestions .row .right-side ul li.active a {
    color: #fff;
    text-decoration: none;
    background: #1875BC;
}

#search-bar .input {
    float: left;
    width: 415px;
    height: 25px;
    border: 0;
    margin: 4px 4px 4px 4px;
}

#search-bar .button {
    float: right;
    width: 27px;
    height: 27px;
    margin: 4px 4px 0 0;
    border: 0;
    background-position: 0px -1060px;
    cursor: pointer;
}

#header-content .sites li.active a:hover, #search-bar .choose-button:hover, #search-bar .choose-button-empty:hover {
    text-decoration: none;
}

#header-content .sites li.more .dropdown ul, #search-bar .suggestions .row .right-side ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-end {
  position:relative;
  clear:both;
  overflow:visible !important;
  float:left;
  margin-top:-20px;
}

.header-endLm {
    width: 995px !important;
	margin-top: -20px !important;
	position: relative !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 32 !important;
}

#header-weather {
  position:absolute;
  top:-46px;
  right:7px;
  width:242px;
  height:46px;
  display:inline;
}


/* keyboard */

#keyboard {
    width: 100%;
    height: 0px;
    position: relative;
    z-index: 25;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#keyboard-empty-placeholder {
    overflow: hidden;
}

.keyboard-empty-placeholderL {
    width: 795px !important;
	position: relative !important;
	opacity: 0.999 !important;
	fitler: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 33 !important;
	background-color: #FFF !important;
}

.keyboard-empty-placeholderLm{
    width: 995px !important;
	position: relative !important;
	opacity: 0.999 !important;
	fitler: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 33 !important;
	background-color: #FFF !important;
}

.keyboard-empty-placeholderLs{
    width: 775px !important;
	position: relative !important;
	opacity: 0.999 !important;
	fitler: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 33 !important;
	background-color: #FFF !important;
}

#keyboard-content {
    float: right;
    width: 541px;
    overflow: hidden;
    position: absolute;
    z-index: 21;
    top: -1px;
    right: 11px;
    background-color: #FFFFFF;
    border-left: 1px #1875BC solid;
    border-right: 1px #1875BC solid;
    border-bottom: 1px #1875BC solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    padding: 0 9px 3px 6px;
}

#keyboard-content .keyboard {
    width: 100%;
    position: relative;
    z-index: 2;
}

#keyboard-content .keyboard ul {
    float: left;
    width: 429px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#keyboard-content .keyboard ul.numpad {
    float: right;
    width: 104px;
    margin: 11px 0 0;
}

#keyboard-content .keyboard ul li {
    float: left;
    display: inline;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background-color: #1875BC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 3px 0 0 3px;
}

#keyboard-content .keyboard ul li a {
    float: left;
    width: 23px;
    display: block;
    font-family: "Courier New", Courier, monospace;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

#keyboard-content .keyboard ul li.wide a {
    width: auto;
    padding: 0 5px;
}

#keyboard-content .keyboard ul li.space-bar a {
    width: 208px;
    padding: 0;
}

#keyboard-content .keyboard ul li a:hover {
    text-decoration: none;
}

#keyboard-content .keyboard ul li.clear {
    clear: both;
}

#keyboard-content .keyboard ul li.space11 {
    width: 11px;
    background: none;
}

#keyboard-content .keyboard ul li.space22 {
    width: 22px;
    background: none;
}

#keyboard-content .keyboard ul li.space49 {
    width: 49px;
    background: none;
}

#keyboard-content .keyboard ul li.space62 {
    width: 62px;
    background: none;
}

#keyboard-content .keyboard ul li.caps-button {
    background: none;
}

#keyboard-content .keyboard ul li.caps-button a {
    width: auto;
    color: #1875BC;
    background-position: 0px -1093px;
    padding: 0 7px 0 18px;
}

#keyboard-content .keyboard ul li.caps-button a.selected {
    background-position: 0px -1122px;
}

.keyboard-button {
    float: right;
    display: table;
    width: 24px;
    height: 24px;
    margin: 5px 4px 0 0;
    cursor: pointer;
    background-position: 0px -1151px;
}

.keyboard-button-close {
    float: right;
    position: relative;
    display: table;
    width: 10px;
    height: 10px;
    margin: 5px 0 0 0;
    z-index: 1;
    cursor: pointer;
    background-position: 0px -1181px;
}


/* Main content > Item > Expand info > Buttons */


#top-nav li.selected a.button {
    padding: 0;
    margin: 0;
    float: left;
    color: #262626;
    cursor: pointer;
    background-position: 0px -1197px;
    margin: 0 0 5px 0;
}

#top-nav li.selected a.button span {
    float: left;
    height: 21px;
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    background-position: 100% -1227px;
    padding: 0 6px;
    white-space: nowrap;
}

/* suur leht */

#main-content {
    float: left;
    width: 775px;
    min-height: 600px;
    position: relative;
}

.main-contentL {
    float: left !important;
    width: 795px !important;
    position: relative !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 33px !important;
    background-color: #FFF !important;
}
.avaleht-contentLm {
    float: left !important;
    width: 995px !important;
    position: relative !important;
	margin-top:-20px !important;
	padding-top:20px !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 33px !important;
    background-color: #FFF !important;
}
.main-contentLs {
    float: left !important;
    width: 775px !important;
    position: relative !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	z-index: 33px !important;
    background-color: #FFF !important;
    min-height: 880px !important;
}

#main-content h2 {
    font-size: 17px;
    font-weight: 700;
}

.content-pos-left {
    float: left;
}

.content-pos-center {
    margin: 0 auto;
}

.adocean-suggestionsL, .adocean-suggestionsLm {
    margin: 0 auto !important;
	position: relative !important;
	z-index: 33px !important;
}

/* breadcrumb */

img.breadcrumb-home {
    background-position: 0px -1254px;
    width: 40px;
    height: 25px;
}

#breadcrumb {
    float: left;
    height: 25px;
    overflow: hidden;
    width: 775px;
}
.breadcrumbL {
    float: left !important;
    width: 795px !important;
	position: relative !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 33 !important;
	background-color: #FFF !important;
}
.breadcrumbLm {
    float: left !important;
    width: 995px !important;
	position: relative !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 33 !important;
	background-color: #FFF !important;
}
.breadcrumbLs {
    float: left !important;
    width: 775px !important;
	position: relative !important;
	margin-top: -30px !important;
	padding-top: 20px !important;
	opacity: 0.999 !important;
	filter: alpha(opacity = 99.9) !important;
	clear: both !important;
	z-index: 33 !important;
	background-color: #FFF !important;
}
.Lleftie {
    left: -100px !important;
}

.breadcrumb-pos-center {
    width: 775px;
    margin: 0 auto;
}

#breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#breadcrumb ul li {
    float: left;
    line-height: 24px;
    background-position: 0px -1285px;
    background-repeat: repeat-x;
}

#breadcrumb ul li a {
    float: left;
    height: 25px;
    display: block;
    font-size: 13px;
    color: #333;
    background-position: 100% -1319px;
    padding: 0 16px 0 6px;
}

#breadcrumb ul li.home a {
    padding: 0;
}

#breadcrumb ul li.active {
    background-position: 0px -1350px;
    position: relative;
    z-index: 1;
    left: -11px;
}

#breadcrumb ul li.active-level1 {
    background-position: 0px -1381px;
}

#breadcrumb ul li.active a {
    color: #fff;
    font-weight: 700;
    background-position: 100% -1415px;
    padding: 0 15px 0 20px;
}

#breadcrumb ul li.search span {
    float: left;
    height: 25px;
    display: block;
    font-size: 13px;
    color: #333;
    background-position: 100% -1449px;
    padding: 0 16px 0 6px;
}

#breadcrumb .result {
    float: right;
    font-size: 13px;
    line-height: 24px;
}

/* Search results type 1 > Item */

.results-type-1 {
    padding: 13px 0 0 0;
}

.results-type-1 h2 {
    clear: both;
}

.left10px {
    margin-left: 10px;
}

.results-new > h2 {
    line-height: 36px;
}

.results-type-1 .result-item {
    width: 775px;
}

.results-type-1 .result-item .inline {
    padding: 2px 75px 1px 39px;
}

.catrow {
    padding: 0 0px 0 39px;
    margin-bottom: -3px;
}

/* Search results type 1 > Item > Arrow */

.results-type-1 .result-item .arrow {
    width: 6px;
    height: 11px;
    background-position: 0px -1480px;
    position: relative;
    left: -17px;
    //top: -3px;
    margin-right: -13px;

}

.results-type-1 .result-item .arrow-active {
    width: 6px;
    height: 11px;
    background-position: 0px -1497px;
    position: relative;
    left: -17px;
    //top: -3px;
    margin-right: -13px;

}

/* Search results type 1 > Item > Label */

.results-type-1 .result-item .label, .results-type-1 .result-item-hover .arrow {
    width: 28px;
    height: 11px;
    background-position: 0px -1514px;
    position: relative;
    left: -39px;
    //top: -3px;
    margin-right: -35px;
    cursor: pointer;
    //cursor: hand;

}

.results-type-1 .result-item span.skip-info {
    width: 6px;
    height: 11px;
    background-position: 0px -1480px;
    position: relative;
    left: -17px;
    //top: -3px;
    margin-right: -13px;
    cursor: default;
}


.results-type-1 .result-item .label-active, .results-type-1 .result-item-hover .arrow-active {
    width: 28px;
    height: 11px;
    background-position: 0px -1531px;
    position: relative;
    left: -39px;
    //top: -3px;
    margin-right: -35px;
    cursor: pointer;
    //cursor: hand;

}

/* Kontaktinfo link */

a.ci {
    padding-left: 14px;
    background-position: 0px -1551px;
    margin: 0 3px;
    text-decoration: underline;

    height: 23px;
    line-height: 23px;
}

a.ci-f {
    font: 12px Arial, Helvetica, sans-serif;
    color: #1875BC;
}


.results-type-1 .result-item .label-expand {
    width: 28px;
    height: 14px;
    background-position: 0px -1580px;
    position: relative;
    left: -39px;
    top: 3px;
    //top: 0px;
    margin-right: -35px;
    cursor: pointer;
    //cursor: hand;
}

.results-type-1 .result-item .label-active-expand {
    width: 28px;
    height: 14px;
    background-position: 0px -1600px;
    position: relative;
    left: -39px;
    top: 3px;
    //top: 0px;
    margin-right: -35px;
    cursor: pointer;
    //cursor: hand;
}

/* Roheline infonool */
/* failid: main-content/ arrow-green.gif, info-green-list.gif, info-green-expand.gif */

.results-type-1 .result-item .green {
    background-position: 0px -1620px;
}

.results-type-1 .result-item .label, .results-type-1 .result-item-hover .green {
    background-position: 0px -1637px;
}

.results-type-1 .result-item-active .green {
    background-position: 0px -1654px;
}

.results-type-1 .result-item-active .green {
    background-position: 0px -1654px;
}

/* Punane infonool */
/* failid: main-content/ arrow-red.gif, info-red-list.gif, info-red-expand.gif */

.results-type-1 .result-item .red {
    background-position: 0px -1674px;
}

.results-type-1 .result-item .label, .results-type-1 .result-item-hover .red {
    background-position: 0px -1691px;
}

.results-type-1 .result-item-active .red {
    background-position: 0px -1708px;
}

.results-type-1 .result-item-active .red {
    background-position: 0px -1708px;
}


/* Search results type 1 > Item > Info */

.results-type-1 .result-item h3.name {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0;

    height: 23px;
    line-height: 23px;
}

.results-type-1 .result-item span.info {
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 13px;

}

/* Search results type 1 > Item > Actions */

.results-type-2 .result-item .actions {
    margin: 0px;
    vertical-align: top;
}
.results-type-1 .result-item .actions {
    margin: 0;
    vertical-align: top;
}

.results-type-1 .result-item .actions ul, .results-type-2 .result-item .actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.results-type-1 .result-item .actions ul li, .results-type-2 .result-item .actions ul li {
    float: left;
}

.results-type-1 .result-item .actions ul li a, .results-type-2 .result-item .actions ul li a {
}

.results-type-1 .result-item .actions li.favourite a, .results-type-2 .result-item .actions li.favourite a {
    background-position: 0px -1728px;
}

.results-type-1 .result-item .actions li.favourite a.active, .results-type-2 .result-item .actions li.favourite a.active {
    background-position: 0px -1757px;
}

.results-type-1 .result-item-hover .actions li.favourite a, .results-type-2 .result-item-hover .actions li.favourite a {
    background-position: 0px -1728px;
}

.results-type-1 .result-item-hover .actions-hover li.favourite a:hover, .results-type-2 .result-item-hover .actions-hover li.favourite a:hover {
    background-position: 0px -1786px;
}

.results-type-1 .result-item-hover .actions-hover li.favourite a.active:hover, .results-type-2 .result-item-hover .actions-hover li.favourite a.active:hover {
    background-position: 0px -1815px;
}

.results-type-1 .result-item .actions li.expand a, .results-type-2 .result-item .actions li.expand a {
    background-position: 0px -1844px;
}

.results-type-1 .result-item-hover .actions-hover li.expand a:hover, .results-type-2 .result-item-hover .actions-hover li.expand a:hover {
    background-position: 0px -1873px;
}

.results-type-1 .result-item-hover .actions li.expand a, .results-type-2 .result-item-hover .actions li.expand a {
    background-position: 0px -1844px;
}

.results-type-1 .result-item-active .actions li.expand a, .results-type-2 .result-item-active .actions li.expand a {
    background-position: 0px -1902px;
}

.results-type-1 .result-item-hover .actions-hover li.expand a, .results-type-2 .result-item-hover .actions-hover li.expand a {
    background-position: 0px -1932px;
}

.results-type-1 .result-item-active .actions-hover li.expand a, .results-type-2 .result-item-active .actions-hover li.expand a {
    background-position: 0px -1961px;
}



.results-type-1 .result-item-active .actions-hover li.expand a:hover, .results-type-2 .result-item-active .actions-hover li.expand a:hover {
    background-position: 0px -1990px;
}

.results-type-1 .result-item-active .actions li.favourite a, .results-type-2 .result-item-active .actions li.favourite a {
    background-position: 0px -1728px;
}

.results-type-1 .result-item-active .actions li.favourite a.active, .results-type-2 .result-item-active .actions li.favourite a.active {
    background-position: 0px -1757px;
}

.results-type-1 .result-item-hover .actions-hover li.favourite a, .results-type-2 .result-item-hover .actions-hover li.favourite a {
    background-position: 0px -2019px;
}

.results-type-1 .result-item-hover .actions-hover li.favourite a.active, .results-type-2 .result-item-hover .actions-hover li.favourite a.active {
    background-position: 0px -2048px;
}

/* single-f*/
.results-type-1 .result-item .actions li.single-f, .results-type-2 .result-item .actions li.single-f {
    margin-right: 24px;
}

.results-type-1 .result-item-hover .actions-hover li.single-f a, .results-type-2 .result-item-hover .actions-hover li.single-f a, .results-type-1 .result-item-active .actions li.single-f a, .results-type-2 .result-item-active .actions li.single-f a {
    background-position: 0px -2077px;
}

.results-type-1 .result-item-hover .actions-hover li.single-f a.active, .results-type-2 .result-item-hover .actions-hover li.single-f a.active, .results-type-1 .result-item-active .actions li.single-f a.active, .results-type-2 .result-item-active .actions li.single-f a.active {
    background-position: 0px -2106px;
}

.results-type-1 .result-item-hover .actions-hover li.single-f a:hover, .results-type-2 .result-item-hover .actions-hover li.single-f a:hover {
    background-position: 0px -2077px;
}

.results-type-1 .result-item-hover .actions-hover li.single-f a.active:hover, .results-type-2 .result-item-hover .actions-hover li.single-f a.active:hover {
    background-position: 0px -2106px;
}

/* single-f end*/

/* FILTER */

.filter {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.filter .tab-nav {
    float: left;
    width: 100%;
    height: 26px;
    background-position: 0px -2135px;
    background-repeat: repeat-x;
}

.filter .tab-top {
    clear: both;
    border-bottom: 1px solid #CCC;
    margin-top: 13px;
}

.filter .tab-nav-menu {
    list-style: none;
    margin: 0; padding: 0;
}

.filter .tab-nav-menu li {
    float: left;
    height: 26px;
    line-height: 24px;
}

.filter .tab-nav-menu li a {
    float: left;
    height: 26px;
    display: block;
    font-size: 11px;
    color: #333;
    font-weight: 700;
    padding: 0 8px;
}

.filter .tab-nav-menu li a.selected {
    background-position: center -2170px;
}

.filter .tab-nav-menu li a.selected:hover {
    text-decoration: none;
}


/* Filter > Other links */

.filter .tab-nav .other-links {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter .tab-nav .other-links li {
    float: left;
    line-height: 24px;
    padding: 0 2px 0 0;
    font-size: 11px;
}

.filter .tab-nav .other-links a {
    padding: 0px 8px 0 7px;
    font-weight: bold;
}

/* Filter > List or detail */

.filter .tab-nav .show-list-detail {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter .tab-nav .show-list-detail li {
    float: left;
    line-height: 24px;
    padding: 0 10px 0 0;
    font-size: 11px;
}

.filter .tab-nav .show-list-detail li a {
    color: #1875BC;
    font-weight: normal;
}

.filter .tab-nav .show-list-detail li a.active {
    color: #333;
    font-weight: bold;
}

/* Filter > Content */

.tab-gen-content {
    padding: 10px;
}

.filter .tab-content {
    clear: both;
    overflow: hidden;
    background: #fafafa;
    border-left: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
    border-right: 1px #d1d1d1 solid;
    padding: 10px 9px 10px 0;
}

.filter .tab-content-inline {
    width: 100%;
    overflow: hidden;
}

/* Filter > Content > Listing style 1  */

.filter .list-type-1 ul {
    float: left;
    width: 240px;
    list-style: none;
    margin: 0 0 0 14px;
    padding: 0;
}

ul.bulleted-1 {
    list-style: none;
    margin: 0 0 0 14px;
    padding: 0;
}

.filter .list-type-1 ul li {
    display: inline;
    padding: 2px 0;
}

.filter .list-type-1 ul li a, ul.bulleted-1 li a {
    display: inline;
    font-size: 13px;
    background-position: 0px -2222px;
    padding-left: 12px;
}

.filter .list-type-1 ul.right li a, ul.bulleted-right li a {
    background-position: 0px -2244px;
}

/* Filter > Content > Listing style 2  */

.filter .list-type-2 ul {
    list-style: none;
    margin: 0;
    padding: 5px 14px;
}

.filter .list-type-2 ul li a.active {
    color: #333;
    font-weight: bold;
}

@media print {
    .filter .tab-content {
    display: block !important;
    }
}

/* Pagination */

table.pagination {
    clear: both;
    border-collapse: collapse;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    background-position: 0px -2266px;
}

table.pagination tr{
}

table.pagination td {
    margin: 0;
    font-size: 14px;
    background-position: 100% -2298px;
    padding: 0px 3px 0 0;
}

table.pagination td.prev {
    padding: 0 3px 0 2px;
}

table.pagination td.next {
    background-position: 100% -2330px;
    padding: 0 2px 0 0px;
}

table.pagination td a {
    display: block;
    float: left;
    padding: 0 7px;
    height: 23px;
    line-height: 23px;
}

table.pagination td a:hover {
    color: #000;
    text-decoration: none;
    background-position: 0px -2359px;
    background-repeat: repeat-x;
}

table.pagination td.active a {
    color: #000;
    font-weight: 700;
    background-position: 0px -2359px;
    background-repeat: repeat-x;
}


/* Add new link */

#add-new-link {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    padding: 13px 0 0;
}

#add-new-link h3 {
    font-size: 13px;
    margin: 0;
    padding: 0 0 7px 15px;
}

#add-new-link .description {
    margin: 0;
    padding: 0 0 13px 15px;
}

#add-new-link label, #add-new-link .input {
    float: left;
}

#add-new-link label {
    width: 184px;
    line-height: 32px;
    text-align: right;
    font-weight: 700;
    padding: 0 15px 0 0;
}

#add-new-link .input {
    float: left;
    background-position: 0px -2388px;
}

#add-new-link .input input {
    float: left;
    height: 33px;
    line-height: 33px;
    font-size: 17px;
    color: #ccc;
    border: 0;
    background-position: 100% -2430px;
    background-color: transparent;
    margin: 0;
    padding: 0 12px;
}

#add-new-link .input-active {
    background-position: 0px -2469px;
}

#add-new-link .input-active input {
    color: #333;
    background-position: 100% -2511px;
    background-color: transparent;
}

#add-new-link .button {
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background-position: 0px -2550px;
    cursor: pointer;
}

#add-new-link .button:hover {
    text-decoration: none;
}

#add-new-link .button span {
    float: left;
    height: 33px;
    line-height: 32px;
    background-position: 100% -2592px;
    padding: 0 15px;
}

#add-new-link .button-active {
    background-position: 0px -2631px;
}

#add-new-link .button-active span {
    background-position: 100% -2673px;
}


/* Add new link > Step 1 */

#add-new-link .step-1 {
    overflow: hidden;
    border: 1px #d1d1d1 solid;
    background: #fafafa;
    padding: 14px 0;
}

#add-new-link .step-1 .row {
    width: 100%;
    overflow: hidden;
}

#add-new-link .step-1 .input {
    position: relative;
}

#add-new-link .step-1 .input input {
    width: 324px;
    padding-right: 36px;
}

#add-new-link .step-1 .button {
    margin: 0 0 0 15px;
}

#add-new-link .step-1 .check-ok {
    float: right;
    width: 17px;
    height: 13px;
    background-position: 0px -2712px;
    position: absolute;
    top: 10px;
    right: 8px;
}

#add-new-link .step-1 .check-error {
    float: right;
    width: 18px;
    height: 18px;
    background-position: 0px -2731px;
    position: absolute;
    top: 8px;
    right: 8px;
}
/* Add new link > Step 2 */

#add-new-link .step-2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    bottom: -1px;
    padding: 15px 0 0;
}

#add-new-link .step-2 ul {
    list-style: none;
    margin: 0;
}

#add-new-link .step-2 ul li {
    float: left;
    padding: 14px;
}

#add-new-link .step-2 ul li.choose {
    cursor: pointer;
    border-left: 1px #fff solid;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
}

#add-new-link .step-2 ul li.active {
    border-left: 1px #d1d1d1 solid;
    border-top: 1px #d1d1d1 solid;
    border-right: 1px #d1d1d1 solid;
    border-bottom: 1px #fff solid;
}

#add-new-link .step-2 ul li.label {
    width: 131px;
    text-align: right;
    font-weight: 700;
}

#add-new-link .step-2 ul li input {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

#add-new-link .step-2 ul li p {
    float: left;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#add-new-link .step-2 ul li p span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
}

/* Add new link > Step 3 */

#add-new-link .step-3 {
    overflow: hidden;
    border: 1px #d1d1d1 solid;
    padding: 9px 0;
}

#add-new-link .step-3 .row, #add-new-link .step-4 .row {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}

#add-new-link .step-3 label.sep {
    width: auto;
    padding: 0 10px;
}

#add-new-link .step-3 .input input, #add-new-link .step-4 .input input {
    width: 348px;
}

#add-new-link .step-3 .size-100 input {
    width: 80px;
}

#add-new-link .step-3 .size-65 input {
    width: 48px;
}

#add-new-link .step-3 .size-175 input {
    width: 152px;
}

#add-new-link .step-3 div.sep {
    display: inline;
    margin: 0 20px 0 0;
}

#add-new-link .step-3 span.sep {
    float: left;
    width: 157px;
}

#add-new-link .step-3 .info, #add-new-link .step-4 .info {
    float: left;
    margin: 5px 0 0 2px;
}

#add-new-link .step-3 .info span, #add-new-link .step-4 .info span {
    float: left;
    height: 23px;
    line-height: 22px;
    font-size: 11px;
    font-style: italic;
    padding: 0 8px 0 12px;
}

#add-new-link .step-3 .req-error, #add-new-link .step-4 .req-error {
    background-position: 0px -2755px;
    background-color: red;
}

#add-new-link .step-3 .req-error span, #add-new-link .step-4 .req-error span {
    color: #fff;
    background-position: 100% -2787px;
}

#add-new-link .step-3 .input-info {
    clear: both;
    display: block;
    font-size: 11px;
    padding: 3px 0 0 203px;
}

#add-new-link .step-3 .checkbox {
    float: left;
    margin: 2px 8px 0 200px;
    padding: 0;
}

#add-new-link .step-3 label.right {
    float: left;
    width: 350px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}
/* Add new link > Step 4 */

#add-new-link .step-4 {
    overflow: hidden;
    border: 1px #d1d1d1 solid;
    padding: 9px 0;
}

#add-new-link .step-4.noborder {
    border-top: 0;
}

#add-new-link .step-4 .line {
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #d1d1d1;
    margin: 10px 0;
    padding: 0;
}

#add-new-link .step-4 .example {
    width: 100%;
    overflow: hidden;
    padding: 3px 0 5px;
}

#add-new-link .step-4 .example a {
    font-size: 15px;
    background-position: 0px -2816px;
    margin: 0 0 0 15px;
    padding: 0 8px 0 16px;
}

/* Add new link > Bottom */

#add-new-link .bottom {
    width: 100%;
    overflow: hidden;
    padding: 15px 0 0;
}

#add-new-link .bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#add-new-link .bottom ul li {
    float: left;
    padding: 0 10px 0 15px;
}

#add-new-link .bottom ul li.info {
    width: 160px;
    font-weight: 700;
}

#add-new-link .bottom ul li.confirm {
    width: 361px;
}

#add-new-link .bottom ul li.confirm input {
    float: left;
    margin: 2px 8px 0 0;
}

#add-new-link .bottom ul li.confirm label {
    float: left;
    width: 300px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}

/* Add new link > Added information */

#add-new-link .added-info {
    overflow: hidden;
    border: 1px #d1d1d1 solid;
    padding: 9px 0 0;
}

#add-new-link .added-info td {
    padding: 5px 0;
}

#add-new-link .added-info td.left {
    width: 185px;
    padding-right: 14px;
    font-weight: 700;
    text-align: right;
}

#add-new-link .added-info .line {
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #d1d1d1;
    margin: 10px 0 0;
    padding: 0;
}

#add-new-link .added-info .bg {
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    padding: 10px 0;
}

/* Search results type 2 > Item */

.results-type-2 {
    clear: both;
    float: left;
    width: 100%;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    padding-bottom: 70px;
}

.results-type-2 .result-item {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 17px;
}

.results-type-2 .result-item .thumb {
    float: left;
    width: 133px;
    height: 100px;
    padding: 0 0 0 10px;
}

.results-type-2 .result-item .thumb2 {
    float: left;
    width: 133px;
    height: 50px;
    padding: 0 0 0 10px;
}

.fc-thumbs-hide .result-item .thumb, .fc-thumbs-hide .result-item .thumb2 {
    display: none;
}

.results-type-2 .result-item .result-text {
    float: left;
    width: 550px;
    padding: 0 0 0 10px;
}

.results-type-2 .result-item .r-s-wide, .fc-thumbs-hide .result-item .result-text {
    width: 690px;
}

/* alamtulemused */

.results-type-2 .subresult .result-text {
    width: 470px;
}

.results-type-2 .result-item .more-results {
    clear: left;
    font-size: 12px;
    margin: 0;
    padding: 12px 0 5px 10px;
}

.results-type-2 .subresult .r-s-wide {
    width: 700px;
}

.results-type-2 .result-item .result-text h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.results-type-2 .result-item .result-text p {
    margin: 0;
    padding: 2px 0 0;
}

.results-type-2 .result-item .result-text p.e-info {
    clear: left;
    color: #929292;
}

.results-type-2 .result-item .result-text .link-green {
    color: #38731a;
}

.results-type-2 .result-item .result-text .label-links {
    clear: both;
    float: left;
    overflow: hidden;
    background-position: 0px -2839px;
    padding: 2px 0 0 40px;
}

.results-type-2 .result-item .result-text .label-links a {
    float: left;
    font-size: 11px;
    color: #222;
    font-weight: 700;
    margin: 0 13px 0 0;
}

.results-type-2 .result-item .more-results {
    clear: left;
    font-size: 12px;
    margin: 0;
    padding: 12px 0 5px 10px;
}

.results-type-2 .subresult .thumb, .results-type-2 .subresult .thumb2, .results-type-2 .subresult .more-results {
    padding-left: 80px;
}

.other-results {
    clear: both;
    overflow: hidden;
    border: 1px #ccc solid;
    background: #fafafa;
    margin: 0 0 17px;
    padding: 13px 0 10px 15px;
}

.other-results .inline {
    width: 100%;
    overflow: hidden;
}

.other-results h3 {
    font-size: 15px;
    margin: 0;
    padding: 0 0 8px;
}

.other-results ul {
    float: left;
    width: 235px;
    overflow: hidden;
    display: inline;
    list-style: none;
    margin: 0 17px 0 0;
    padding: 0;
}

.other-results ul li {
    clear: both;
    float: left;
    width: 100%;
    padding: 2px 0;
}

.other-results ul li a {
    font-size: 13px;
    background-position: 0px -2862px;
    padding: 0 0 0 10px;
}

.other-results ul li ul {
    margin: 3px 0 0 12px;
}

.other-results ul li ul li a {
    font-size: 12px;
    background-position: 0px -2883px;
    padding: 0 0 0 12px;
}

.bottom-notice {
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 15px;
}


.fc-textads-horiz {
    margin-top: 15px;
}

.fc-textads-horiz {
    background-color: #FFFAE4;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fc-textads-horiz a {
    color: green;
    margin-right: 5px;
    display: inline;
}

.fc-textads-horiz .row {
    padding: 5px 0;
}

.fc-textads-horiz h3 a {
    color: #1875BC;
    font-size: 15px;
}

.fc-textads-horiz h3 {
    padding: 0 0 2px;
}

.fc-textads-horiz p {
    display: inline;
}

.fc-textads-horiz .inline {
    position: relative;
}

.fc-textads-horiz .inline .links {
    position: absolute;
    top: 0px;
    right: 3px;
}


.fc-textads-horiz .order-link {
    font-size: 11px;
    font-weight: 700;
    margin-left: 10px;
}

/* tekstreklaam logoga */

.fc-logo-textad {
    width: 995px;
    height: 100px;
}
.fc-neti-suggest {
    width: 775px;
    height: 50px;
    margin-bottom: 10px;
}
.fc-lt-col {
    width: 258px;
    height: 70px;
    float: left;
}
.fc-lt-img {
    width: 70px;
    height: 70px;
    float: left;
}
.fc-lt-txt {
    float: right;
    width: 178px;
    margin: 5px;
}
.fc-lt-txt h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0066ff;
    display: inline;
}
.fc-lt-txt h3 a {
    text-decoration: none;
}
.fc-lt-txt p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.fc-lt-txt a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0066ff;
    text-decoration: underline;
}

/* Sisulingid */

.filter .link-rows-1 ul, .filter .link-rows-2 ul, .filter .link-rows-3 ul {
    display: block;
    width: 100%;
    float: none;
    margin-left: 0;
    padding-left: 14px;
}

.filter .link-rows-1 ul li {
    display: block;
    float: left;
    width: 100%;
}

.filter .link-rows-2 ul li {
    display: block;
    float: left;
    width: 50%;
}

.filter .link-rows-3 ul li {
    display: block;
    float: left;
    width: 33%;
}

/* Top 100 */

.top-100 {
    list-style: none;
    margin: 0;
    padding: 18px 0 0;
}

.top-100 li {
    overflow: hidden;
    border-bottom: 1px dotted #000;
    padding: 5px 0 5px 38px;
}

.top-100 li .nr {
    float: left;
    width: 23px;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
    background: #fff;
    position: relative;
    left: -38px;
    margin: -5px -38px -5px 0;
    padding: 0 15px 0 0;
}

.top-100 li h3.name {
    display: inline;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.top-100 li span.info {
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 5px;
}

.top-100 li span.stat {
    float: right;
    padding: 0 0 0 15px;
}


/* Footer */

#footer {
    clear: both;
    width: 100%;
    overflow: hidden;
    border-top: 1px #d1d1d1 solid;
    margin: 0;
}

.footer-type-1 {
    background: #fafafa;
}

#footer-content {
    width: 995px;
    overflow: hidden;
    margin: 0 auto;
}

.footer-type-1 .footer-pos {
    width: 862px;
    overflow: hidden;
    padding: 17px 0 55px 0;
}

.footer-type-1 .footer-info {
    float: left;
    font-size: 11px;
    color: #424242;
    line-height: 16px;
    padding: 0 0 0 125px;
}


.footer-type-2 .footer-pos {
    width: 100%;
    overflow: hidden;
    padding: 7px 0;
    text-align: center;
}

.footer-type-2 .footer-info {
    font-size: 11px;
    color: #424242;
    line-height: 16px;
    margin: auto;
}

.footer-type-1 .footer-info a, .footer-type-2 .footer-info a {
    color: #424242;
}

/* Footer > Search area */

#search-area {
    position: absolute;
    width: 582px;
    display: inline;
    left: 153px;
    bottom: -7px;
}

.search-area .sites {
    float: left;
    display: inline;
    height: 26px;
    list-style: none;
    margin: 0 0 0 21px;
    padding: 0;
}

.search-area .sites li {
    float: left;
    height: 26px;
    line-height: 25px;
}

.search-area .sites li a {
    font-size: 15px;
    padding: 0 11px;
}

.search-area .sites li.active {
    background-position: 0px -2908px;
}

.search-area .sites li.active a {
    display: block;
    color: #fff;
    background-position: 100% -2943px;
}

.search-area .sites li.more {
    position: relative;
    z-index: 35;
}

.search-area .sites li.more a.arrow {
    display: block;
    padding: 8px 7px;
}

.search-area .sites li.more a.arrow img {
    width: 9px;
    height: 7px;
    background-position: 0px -370px;
}

.search-area .sites li.more a.active {
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-bottom: 1px #fff solid;
    position: absolute;
    z-index: 37;
    top: 0;
    left: 0;
    padding: 7px 6px;
}

.search-area .sites li.more a.active img {
    background-position: 0px -384px;
}

#search-bar-f {
    clear: both;
    width: 584px;
    height: 36px;
    position: relative;
    z-index: 30;
    top: -1px;
    border: 1px solid #1875BC;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#search-bar-f .choose {
    float: left;
    display: inline;
    height: 34px;
    position: relative;
    z-index: 31;
    margin: 0 0 0 3px;
    padding: 1px 9px 1px 0;
    border-right: 1px solid #1875BC;
}

#search-bar-f .choose-button, #search-bar-f .choose-button-empty {
    float: left;
    width: 87px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    font-size: 13px;
    color: #1875BC;
    font-weight: 700;
    background-position: 0px -571px;
}

#search-bar-f .choose-button-empty {
    background-position: 0px -611px;
    cursor: default;
}

#search-bar-f .choose-content {
    float: left;
    width: 75px;
    overflow: hidden;
    padding: 0px 11px 6px 9px;
    margin: 0px;
    border-left: 1px #1875BC solid;
    border-right: 1px #1875BC solid;
    border-bottom: 1px #1875BC solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    position: absolute;
    z-index: 4;
    top: 36px;
    left: 0px;
    background-color: #FFFFFF;
}

#search-bar-f .choose-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#search-bar-f .choose-content ul li {
    display: inline;
}

#search-bar-f .choose-content ul li a {
    display: block;
    white-space: nowrap;
    padding: 5px 0px;
    font-size: 13px;
    color: #1875BC;
    font-weight: bold;
    text-align: right;
}

#search-bar-f .suggestions-f {
    width: 576px;
    position: absolute;
    z-index: 32;
    top: 32px;
    left: 0;
    border-left: 1px #1875BC solid;
    border-right: 1px #1875BC solid;
    border-bottom: 1px #1875BC solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    margin: 4px 0 0 0;
    padding: 0px;

    background-color: #fff;
    background-position: 0px -2978px;
    background-repeat: repeat-y;
}

#search-bar-f .suggestions-f .row {
    width: 100%;
    overflow: hidden;
    padding: 2px 0;
}

#search-bar-f .suggestions-f .row .left-side {
    float: left;
    width: 86px;
    text-align: right;
    font-size: 11px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    padding: 5px 10px 0 0;
}

#search-bar-f .suggestions-f .row .right-side {
    float: left;
    width: 480px;
}

#search-bar-f .suggestions-f .row .right-side li {
    display: inline;
}

#search-bar-f .suggestions-f .row .right-side li a {
    display: block;
    color: #333;
    font-size: 17px;
    padding: 1px 10px 1px 8px;
}

#search-bar-f .suggestions-f .row .right-side ul.links li a {
    color: #1875BC;
}

#search-bar-f .suggestions-f .row .right-side ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #1875BC;
}

#search-bar-f .input {
    float: left;
    width: 443px;
    height: 25px;
    border: 0;
    margin: 4px 4px 4px 4px;
}

#search-bar-f .button {
    float: right;
    width: 27px;
    height: 27px;
    margin: 4px 4px 0 0;
    border: 0;
    background-position: 0px -1060px;
    cursor: pointer;
}

.search-area-passive {
    padding: 33px 0 0 0 !important;
}

.search-area-passive .sites {
    display: none;
}

.search-area-passive #search-bar-f {
    background-position: 100% -3387px;
}

.search-area .sites li.active a:hover, #search-bar-f .choose-button-f:hover, #search-bar-f .choose-button-empty-f:hover {
    text-decoration: none;
}


/* expand info */

.expand-info {
    clear: both;
    width: 100%;
    padding: 0 0 5px;
}

.expand-tab-nav {
    list-style: none;
    float: left;
    width: 100%;
    height: 25px;
    background-position: 0px -3429px;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.expand-tab-nav li {
    float: left;
    height: 26px;
    line-height: 24px;
}

.expand-tab-nav li a {
    float: left;
    height: 26px;
    display: block;
    font-size: 11px;
    color: #333;
    font-weight: 700;
    padding: 0 8px;
}

.expand-tab-nav li a.selected {
    background-position: center -3463px;
}

.expand-tab-nav li a.selected:hover {
    text-decoration: none;
}

.expand-info .expand-tab-content {
    clear: both;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    position: relative;
}

.expand-info .expand-tab-content .close-button a {
    float: right;
    width: 25px;
    height: 64px;
    background-position: 0px -3514px;
    position: absolute;
    top: -1px;
    right: -26px;
}

.expand-info .expand-tab-content-padding {
    padding: 15px 10px 15px 30px;
}

.expand-info .expand-tab-content-inline {
    width: 100%;
    overflow: hidden;
}

@media print {
    .expand-info .expand-tab-content
    {
    display: block!important;
    }
}

/* Main content > Item > Expand info > Header */

.expand-info .business-header {
    overflow: hidden;
    padding: 0;
    margin-bottom: -1px;
}

.expand-info .business-header .business-header-content {
    width: 100%;
    overflow: hidden;
}

.expand-info .business-header h3 {
    font-size: 13px;
    margin: 0;
    padding: 0 0 6px;
}

.expand-info .business-header .company-logo {
    float: right;
    margin: 10px 100px 10px 0;
}

.expand-info .business-header .select {
    float: left;
    width: 200px;
    position: relative;
}

.expand-info .business-header .select select {
    width: 200px;
    height: 21px;
    border: 1px #c7c7c7 solid;
    font-size: 11px;
    color: #262626;
    font-weight: 700;
    background-position: 0px -3584px;
    background-repeat: repeat-x;
    padding: 1px;
}

.expand-info .business-header .select .info {
    float: right;
    height: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    background: #2ca2e0;
    position: absolute;
    top: 3px;
    right: 22px;
    margin: 0 0 -18px;
    cursor: pointer;
    padding: 0 3px;
}

.expand-info .business-header .select-area .add {
    float: left;
    line-height: 20px;
    font-size: 11px;
    color: #212121;
    font-weight: 700;
    background-position: 100% -3614px;
    margin: 0 10px;
    padding: 0 11px 0 0;
}

.expand-info .business-header .select-area .change {
    float: left;
    line-height: 20px;
    font-size: 11px;
    color: #212121;
    font-weight: 700;
}

.expand-info .line {
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #ccc;
}

/* Main content > Item > Expand info > Content */

.expand-info .business-content {
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    padding: 15px 0 15px 28px;
}

.expand-info .business-content .info {
    float: left;
    width: 348px;
    overflow: hidden;
}

.expand-info .business-content .info-tabel td {
    font-size: 13px;
    vertical-align: top;
    padding: 2px 0;
}

.expand-info .business-content .info-tabel td.left {
    width: 85px;
    font-size: 11px;
    font-weight: 700;
    padding: 0 10px 0 0;
}

.expand-info .business-content .info-tabel td.left2 {
    width: 100px;
    font-size: 11px;
    line-height: 25px;
    font-weight: 700;
    padding: 0;
}

.expand-info .business-content .info-tabel td ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.expand-info .business-content .info-tabel .info-icon-position {
    float: left;
}

.expand-info .business-content .info-tabel .input-info-icon {
    position: relative;
    top: 3px;
    right: 17px;
    margin-left: -17px;
    width: 14px;
    height: 15px;
    background-position: 0px -3640px;
}

.expand-info .business-content .info-tabel td .input {
    float: left;
    border: 1px #ccc solid;
    font-size: 13px;
    color: #343434;
    padding: 2px 5px 1px;
}

.expand-info .business-content .info-tabel td .info-icon-position input {
    padding: 2px 21px 1px 5px;
}

.expand-info .business-content .info-tabel td .left {
    float: left;
    margin: 0 2px 0 0;
}

.expand-info .business-content .info-tabel td .right .input {
    margin: 0 0 0 2px;
}

.expand-info .business-content .info-tabel td select {
    float: left;
    border: 1px #ccc solid;
    font-size: 13px;
    color: #343434;
    padding: 1px;
}

.expand-info .business-content .info-tabel td .select2 {
    height: 21px;
    font-size: 11px;
    font-weight: 700;
    background-position: 0px -3584px;
}

.expand-info .business-content .info-tabel td .text-icon {
    line-height: 25px;
    font-size: 11px;
    font-weight: 700;
    background-position: 0px -3664px;
    padding: 0 0 0 18px;
}

.expand-info .business-content .info-tabel td .file {
    float: left;
    font-size: 11px;
    font-weight: 700;
    border: 1px #c7c7c7 solid;
    background-position: 0px -3695px;
    padding: 2px 3px;
}

.expand-info .business-content .info-tabel td .file-info {
    float: left;
    line-height: 21px;
    font-size: 11px;
    padding: 0 0 0 7px;
}

.expand-info .business-content .info-tabel td textarea {
    border: 1px #ccc solid;
    font-size: 13px;
    color: #343434;
    padding: 5px;
}

.expand-info .business-content .info-tabel td .input-info-position {
    float: left;
    position: relative;
}

.expand-info .business-content .info-tabel td .inp-pos-1 {
    z-index: 9;
}

.expand-info .business-content .info-tabel td .inp-pos-2 {
    z-index: 8;
}

.expand-info .business-content .info-tabel td .inp-pos-3 {
    z-index: 7;
}

.expand-info .business-content .info-tabel td .inp-pos-4 {
    z-index: 6;
}

.expand-info .business-content .info-tabel td .inp-pos-5 {
    z-index: 5;
}

.expand-info .business-content .info-tabel td .inp-pos-6 {
    z-index: 4;
}

.expand-info .business-content .info-tabel td .inp-pos-7 {
    z-index: 3;
}

.expand-info .business-content .info-tabel td .inp-pos-8 {
    z-index: 2;
}

.expand-info .business-content .info-tabel td .inp-pos-9 {
    z-index: 1;
}

.expand-info .business-content .info-tabel td .input-info {
    display: none;
    float: right;
    width: 72px;
    font-size: 10px;
    color: #fff;
    background: #333;
    position: absolute;
    z-index: 10;
    top: 21px;
    right: 0;
    padding: 3px 5px;
}

.expand-info .business-content .info-tabel .field-light .input, #expand-info #business-content .info-tabel td .field-light, .expand-info .business-content .info-tabel .field-light select {
    color: #999;
}

/* Main content > Item > Expand info > Addthis*/

.expand-info .fc-addthis-buttons {
    position: absolute;
    right: 20px;
    margin-right: -1px;
    margin-top: -40px;
    width: 320px;
}

/* Main content > Item > Expand info > Map */

.expand-info .business-content .map {
    float: left;
    width: 320px;
    overflow: hidden;
}

.expand-info .business-content .map .button {
    float: right;
    background-position: 0px -3716px;
    margin: 5px 0 0 5px;
}

.expand-info .business-content .fc-map-buttons {
    height: 80px;
}

.expand-info .business-content .map .button span {
    padding: 0 9px 0 25px;
}

.expand-info .business-content .map .fc-bi-center {
    color: #262626;
    background-position: 0px -285px;
}

.expand-info .business-content .map .fc-bi-center span {
    background-position: 100% -315px;
    padding: 0 9px;
}

.expand-info .business-content .map .button-light {
    color: #999;
    background-position: 0px -3743px;
}

.expand-info .business-content .map .button-light span {
    background-position: 100% -3773px;
    padding: 0 9px;
}

/* Main content > Item > Expand info > Buttons */

.expand-info div.large-map {
    position: relative;
}

.expand-info .large-map .buttons {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 79px;
    margin-right: 5px;
    z-index: 1001;
}

.expand-info .large-map .button {
    display: block;
    float: left;
    color: #262626;
    cursor: pointer;
    background-position: 0px -285px;
}

.expand-info .business-content .button {
    float: left;
    color: #262626;
    cursor: pointer;
    background-position: 0px -285px;
}

.expand-info .business-content .button span, .expand-info .large-map .button span {
    float: left;
    height: 21px;
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    background-position: 100% -315px;
}

.expand-info .business-content .buttons .button, .expand-info .large-map .buttons .button {
    clear: both;
    float: right;
    margin: 0 0 5px;
}

.expand-info .business-content .buttons .button span, .expand-info .large-map .buttons .button span {
    white-space: nowrap;
    padding: 0 6px;
}

.expand-info .business-content .buttons .button-change {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    margin: 0;
}

/* Input/Select/Textarea sizes */

.input210 {
width: 211px; }

.input140 {
width: 143px; }

.input30 {
width: 28px; }

.input55 {
width: 54px; }

.input80 {
width: 81px; }

.input70 {
width: 70px; }

.select155 {
width: 155px; }

.select145 {
width: 143px; }

.select60 {
width: 60px; }

.textarea330 {
width: 327px; height: 82px; }

/* Sidebar */

#sidebar {
    float: left;
    width: 200px;
    margin: -25px 0 0 20px;
}

#sidebar .line {
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #ccc;
    margin: 0 0 17px;
}

/* Sidebar > mitte-alumine element */
.line-row {
    border-bottom: 1px #ccc solid;
    margin: 0 0 7px;
}

/* Sidebar > Advertise */

.adv-row {
    width: 182px;
    overflow: hidden;
    padding: 0 0 7px 18px;
}

.adv-row h2 {
    font-size: 15px;
    margin: 0;
    padding: 0 0 5px;
}

.adv-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.adv-row ul li {
    clear: both;
    float: left;
    width: 171px;
    background-position: 0px -3800px;
    padding: 2px 0 3px 11px;
}
/* Sidebar > Text advertise */

.text-adv {
    width: 182px;
    overflow: hidden;
    padding: 0 0 7px 18px;
}

.text-adv .title {
    width: 100%;
    overflow: hidden;
}

.text-adv h2 {
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.text-adv .order-link {
    float: right;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
}

.text-adv .row {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 5px;
}

.text-adv .row h3 {
    font-size: 15px;
    color: #1875BC;
    margin: 0;
    padding: 0 0 2px;
}

.text-adv .row h3 a {
    color: #1875BC;
}

.text-adv .row p {
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0 0 4px;
}

.text-adv .row a {
    color: green;
}

/* Sidebar > Banner */

.banner-adv {
    width: 200px;
    padding: 0;
}

/* Sidebar > Text */

.sidebar-text {
    width: 182px;
    overflow: hidden;
    padding: 0 0 7px 18px;
}

.sidebar-text h2 {
    font-size: 15px;
    margin: 0;
    padding: 0 0 7px;
}

.sidebar-text p {
    margin: 0;
    padding: 0 0 17px;
}

/* Tree */

span.tree-main {
    font-size: 17px;
    font-weight: 700;
}

ul.tree li {
    margin: 0;
    padding: 2px 0;
}

ul.tree ul {
    margin-left: 40px;
    list-style-type: none;
}


ul.tree {
    padding-bottom: 20px;
    padding-top: 5px;
    list-style-type: none;
}

ul.tree .strong {
    font-weight: bold;
}

/* webnews */

div.webnews_img {
    position: absolute;
    border: 1px solid #CCC;
    cursor: pointer;
    background: white url(/img/ajax-loader.gif) no-repeat center center;
}

div.webnews_img div.sub {
    position: relative;
    width:    720px;
    height:   540px;
    background-position: center center;
    background-repeat:   no-repeat;
}

div.webnews_preview {
    width: 21px;
    height: 21px;
    background-position: 0px -3825px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}


/* Maps */
.fc_map_container .fc_map_drag {
    background: transparent;
    cursor: default;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.fc_map_container {
    overflow: hidden;
    position: relative;
}

.fc_map_container .marker {
    background: transparent url(/img/bizinfo/infonupp_marker.png) no-repeat center center;
    cursor: pointer;
    height: 47px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 53px;
    z-index: 89;
}

.fc_map_container .tile_map {
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
}

.fc_map_container .fc_map_logo {
    background: transparent;
    bottom: 2px;
    color: #000;
    font-family: Arial, Sans-serif;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    right: 2px;
    text-shadow: 0 0 2px #FFF;
    z-index: 90;
}

.fc_map_container .tile {
    color: #369;
    font-family: monospace;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.fc_map_container .zoomlayer {
    background: red;
    border: 2px solid blue;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.tablepad {
    background-color: #DDD;
    font-weight: bold;
}

.graybg {
    background-color: #DDD;
}


.vahepealkiri {
    clear: both;
    padding: 9px 0;
}

/* BOOKMARKS */

#bookmark-content {
    padding: 0 0 0 0;
    margin-left: 0;
    margin-top: 13px;

}


.bookmark-box .result-item, .bookmark-box .header-item {
    float: left;
    width: 775px;
    overflow: hidden;
}

.bookmark-box .header-item {
    cursor: pointer;
}

.bookmark-box .result-item-hover a, .bookmark-box .header-item-hover {
    text-decoration: underline;
}



.bookmark-box .result-item .inline, .bookmark-box .header-item .inline {
    overflow: hidden;
    padding: 2px 75px 1px 19px;
}


.bookmark-box .result-item .actions, .bookmark-box .header-item .actions {
    float: right;
    margin: 0 10px 0 0;
}

.bookmark-box .result-item .actions, .bookmark-box .header-item .actions {
    position: relative;
    top: -2px;
    right: -75px;
    margin: 0 0px -3px -75px;
}

.bookmark-box .result-item .actions ul, .bookmark-box .header-item .actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.bookmark-box .result-item .actions ul li, .bookmark-box .header-item .actions ul li {
    float: left;
}

.bookmark-box .result-item .actions ul li a, .bookmark-box .header-item .actions ul li a {
    display: block;
}


.bookmark-box .result-item .actions li.modify a {
    background-position: 0px -3852px;
}


.bookmark-box .result-item .actions li.modify a.active {
    background-position: 0px -169px;
}


.bookmark-box .result-item-hover .actions li.modify a {
    background-position: 0px -140px;
}

.bookmark-box .result-item-hover .actions-hover li.modify a:hover {
    background-position: 0px -169px;
}

.bookmark-box .result-item-hover .actions-hover li.modify a.active:hover {
    background-position: 0px -169px;
}

/* bookmark delete */
.bookmark-box .result-item .actions li.delete a {
    background-position: 0px -3852px;
}

.bookmark-box .result-item-hover .actions li.delete a {
    background-position: 0px -227px;
}

.bookmark-box .result-item-hover .actions-hover li.delete a {
    background-position: 0px -227px;
}

.bookmark-box .result-item-hover .actions-hover li.delete a:hover {
    background-position: 0px -256px;
}


/* directory delete */
.bookmark-box .header-item .actions li.delete a {
    background-position: 0px -3852px;
}

.bookmark-box .header-item-hover .actions li.delete a {
    background-position: 0px -227px;
}

.bookmark-box .header-item-hover .actions-hover li.delete a {
    background-position: 0px -227px;
}

.bookmark-box .header-item-hover .actions-hover li.delete a:hover {
    background-position: 0px -256px;
}


/* directory expand */
.bookmark-box .header-item .actions li.expand a {
    background-position: 0px -3852px;
}

.bookmark-box .header-item-hover .actions li.expand a {
    background-position: 0px -1873px;
}

.bookmark-box .header-item-hover .actions-hover li.expand a {
    background-position: 0px -1932px;
}

.bookmark-box .header-item-hover .actions-hover li.expand a:hover {
    background-position: 0px -1873px;
}

.bookmark-box .header-item-hover .actions li.expand a.active {
    background-position: 0px -1990px;
}

.bookmark-box .header-item-hover .actions-hover li.expand a.active {
    background-position: 0px -1961px;
}

.bookmark-box .header-item-hover .actions-hover li.expand a.active:hover {
    background-position: 0px -1990px;
}


/* directory modify */

.bookmark-box .header-item .actions li.modify a {
    background-position: 0px -3852px;
}

.bookmark-box .header-item .actions li.modify a.active {
    background-position: 0px -169px;
}

.bookmark-box .header-item-hover .actions li.modify a {
    background-position: 0px -140px;
}

.bookmark-box .header-item-hover .actions-hover li.modify a:hover {
    background-position: 0px -169px;
}

.bookmark-box .header-item-hover li.modify a.active:hover {
    background-position: 0px -169px;
}

/* move things */

/* up */
.bookmark-box .header-item .actions li.moveup a, .bookmark-box .result-item .actions li.moveup a {
     background-position: 0px -3852px;
}

.bookmark-box .header-item .actions li.moveup a.active, .bookmark-box .result-item .actions li.moveup a.active {
    background-position: 0px -3881px;
}

.bookmark-box .header-item-hover .actions li.moveup a, .bookmark-box .result-item-hover .actions li.moveup a {
    background-position: 0px -1961px;
}

.bookmark-box .header-item-hover .actions-hover li.moveup a:hover, .bookmark-box .result-item-hover .actions-hover li.moveup a:hover {
    background-position: 0px -3881px;
}

.bookmark-box .header-item-hover li.moveup a.active:hover, .bookmark-box .result-item-hover li.moveup a.active:hover {
    background-position: 0px -3881px;
}

/* down */
.bookmark-box .header-item .actions li.movedown a, .bookmark-box .result-item .actions li.movedown a {
     background-position: 0px -3852px;
}

.bookmark-box .header-item .actions li.movedown a.active, .bookmark-box .result-item .actions li.movedown a.active {
    background-position: 0px -3910px;
}

.bookmark-box .header-item-hover .actions li.movedown a, .bookmark-box .result-item-hover .actions li.movedown a {
    background-position: 0px -3939px;
}

.bookmark-box .header-item-hover .actions-hover li.movedown a:hover, .bookmark-box .result-item-hover .actions-hover li.movedown a:hover {
    background-position: 0px -3910px;
}

.bookmark-box .header-item-hover li.movedown a.active:hover, .bookmark-box .result-item-hover li.movedown a.active:hover {
    background-position: 0px -3910px;
}


/* forms */

.bookmark-box .header-item .form, .bookmark-box .result-item .form {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0 0 8px;

}

.bookmark-box .header-item .form label, .bookmark-box .result-item .form label {
    font-size: 11px;
    font-weight: 700;
    display: block;
    line-height: normal;
    margin: 0;
    padding: 0 0 2px;
}

.bookmark-box .header-item .form .input, .bookmark-box .result-item .form .input {
    width: 257px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    border: 1px #d6d6d6 solid;
    background: #fcfcfc;
    padding: 0 5px;
}

.bookmark-box .header-item .form .button, .bookmark-box .result-item .form .button {
    float: left;
    color: #262626;
    cursor: pointer;
    background-position: 0px -285px;
    margin: 0;
    padding: 0;
}

.bookmark-box .header-item .form .button span, .bookmark-box .result-item .form .button span {
    float: left;
    height: 21px;
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    background-position: 100% -315px;
    padding: 0 10px;
}

.bookmark-box .result-item .spacer, .bookmark-box .header-item .spacer {
    float: left;
    width: 6px;
    height: 11px; x
    position: relative;
    left: -17px;
    top: 3px;
    margin-right: -17px;
}

.bookmark-box .result-item h3.name {
    display: inline;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.bookmark-box .result-item span.info {
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 13px;
}

/* import-export */

#bookmark-content #divUpDownBox {
    text-align: right;
}

#bookmark-content #upDownControls {
    clear: both;
}

#bookmark-content #divUpDownBox .updownBox {
    border: 1px solid grey;
    padding: 10px;
    width: 350px;
    float: right;
}

/* END BOOKMARK */

/* OpenID */

#top-nav .dropdown-login .login-links .open-id {
    width: 100%;
    overflow: hidden;
    padding: 0 0 8px 0;
    font-size: 11px;
    line-height: 12px;
}

#top-nav .dropdown-login .login-links .open-id a {
display: inline; margin: 0; padding: 0 0 0 7px; color: #1875BC; }

#top-nav .dropdown-login .login-links .open-id .input {
    width: 82px;
    height: 19px;
    line-height: 19px;
    padding: 0 5px;
    font-size: 12px;
    border: 1px #d6d6d6 solid;
    float: left;
    padding: 0 5px 0 22px;
    background-position: 0px -3968px;
}
#top-nav .dropdown-login .login-links .open-id .button {
    float: left;
    margin: 0;
    padding: 0;
    color: #262626;
    cursor: pointer;
    background-position: 0px -1197px;
    background-repeat: no-repeat;
}
#top-nav .dropdown-login .login-links .open-id .button span {
    float: left;
    height: 21px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background-position: 100% -1227px;
    background-repeat: no-repeat;
}


.loginfacebook {
    width: 169px;
    height: 22px;
    background-position: 0px -342px;
}

.logingoogle {
    width: 169px;
    height: 22px;
    background-position: 0px -3993px;
}


/* END OpenID */

.expand-info .business-content .info-tabel td .input-default-value {
    color: #AAA;
}

/* infonupp */

.mehike-bubble {
    position: absolute;
    width: 133px;
    padding: 0 0 12px;
    background: url(/img/infonupp/bubble.png) 100% 100% no-repeat;
    bottom: 0px;
    left: -10px;
    cursor: pointer;
}
.mehike-bubble-inner {
    background: url(/img/infonupp/bubble.png) 0 0 no-repeat;
    line-height: 16px;
    padding: 11px 9px 9px;
    color: #16517e;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: center;
}
.mehike-sulge {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(/img/infonupp/sulge_nupp_v2.png) center center no-repeat;
    top: -5px;
    right: 15px;
    cursor: pointer;
}
.mehike {
    background: url(/img/infonupp/neti_mehike_3d.png) center center no-repeat;
    position: absolute;
    width: 123px;
    height: 175px;
    left: 100px;
    top: 300px;
    cursor: move;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    z-index: 39;
}

.mehike-sisu {
    position: relative;
}

/* ilmawidget */

/* sidebar */

.ilmataat-widget-vertical {
    width: 182px;
    margin: 0 0 7px 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
.ilmataat-widget-vertical h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 5px 0 7px;
}
.ilmataat-widget-vertical h3 a {
    color: #1875BC;
    outline: medium none;
    text-decoration: none;
    font-weight: bold;
}
.ilmataat-widget-vertical h3 a:hover {
    text-decoration: underline;
}
.ilmataat-widget-vertical a.day {
    display: block;
    height: 50px;
    width: 100%;
    margin: 5px 0 5px;
    outline: none;
    text-decoration: none;
    color: #000;
    padding-left: 55px;
}
.ilmataat-widget-vertical a.day:hover {
    text-decoration: none;
}

.ilmataat-widget-vertical .day-name {
    font-style: italic;
}
.ilmataat-widget-vertical .temperature {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;

}
.ilmataat-widget-vertical .realfeel {
    font-size: 11px;
    white-space: nowrap;
}
.ilmataat-widget-vertical .footer-link {
    margin-top: 10px;
    color: #38731A;
    display: block;
    width: 100%;
    text-decoration: none;
}

.ilmataat-widget-vertical .footer-link:hover {
    text-decoration: underline;
}

/* ilmataat beaches */

.ilmataat-beach-widget-vertical {
    width: 182px;
    margin: 0 0 7px 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
.ilmataat-beach-widget-vertical h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 5px 0 7px;
}
.ilmataat-beach-widget-vertical h3 a {
    color: #1875BC;
    outline: medium none;
    text-decoration: none;
    font-weight: bold;
}
.ilmataat-beach-widget-vertical h3 a:hover {
    text-decoration: underline;
}

.ilmataat-beach-widget-vertical .icon {
    background: url(/reklaam/img/sprite-weather.png) -400px 0 no-repeat;
    float: left;
    height: 45px;
    width: 45px;
    margin: 10px 10px 0 0;
}

.ilmataat-beach-widget-vertical .icon-b1 {
 background-position: -355px 0; }
.ilmataat-beach-widget-vertical .icon-b2 {
 background-position: -355px -45px; }
.ilmataat-beach-widget-vertical .icon-b3 {
 background-position: -355px -90px; }

.ilmataat-beach-widget-vertical a.beach {
    display: block;
    height: 60px;
    width: 100%;
    margin: 5px 0 5px;
    outline: none;
    text-decoration: none;
    color: #000;
    margin-bottom: 15px;
}
.ilmataat-beach-widget-vertical a.beach:hover {
    text-decoration: none;
}

.ilmataat-beach-widget-vertical .beach-name {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}
.ilmataat-beach-widget-vertical .air-temp,
.ilmataat-beach-widget-vertical .water-temp,
.ilmataat-beach-widget-vertical .people {
    display: block;
    font-size: 12px;
    white-space: nowrap;

}

.ilmataat-beach-widget-vertical .beach-link {
    margin-top: 10px;
    color: #1875BC;
    display: block;
    width: 100%;
    text-decoration: none;
}

.ilmataat-beach-widget-vertical .link-green {
    color: #38731A;
    display: block;
    width: 100%;
    margin: 0;
}

.ilmataat-beach-widget-horisontal {
    width: 775px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    height: 130px;
    margin-bottom: 17px;
}

.ilmataat-beach-widget-horisontal .clear {
    clear: both;
}

.ilmataat-beach-widget-horisontal .thumb {
    float: left;
    margin-top: 30px;
    height: 100px;
    padding: 0 0 0 10px;
    width: 133px;
}

.ilmataat-beach-widget-horisontal .thumb a img {
    height: 100px;
    width: 133px;
    background-position: 0px -4021px;
}


.ilmataat-beach-widget-horisontal .content {
    float: left;
    margin: 0 0 0 10px;
    width: 622px;
}

.ilmataat-beach-widget-horisontal .ads {
    float: right;
    display: block;
    width: 100%;
    font-size: 9px;
    color: #adadad;
    text-align: right;
    text-transform: uppercase;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: solid 1px #CECECE;
    position: relative;
    top: -17px;
}

.ilmataat-beach-widget-horisontal h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 -4px;
    margin-left: 5px !important;
    padding: 0;
    position: relative;
    top: -4px;
}
.ilmataat-beach-widget-horisontal a {
    color: #1875BC;
    outline: medium none;
    text-decoration: none;
}
.ilmataat-beach-widget-horisontal a:hover {
    text-decoration: underline;
}
.ilmataat-beach-widget-horisontal p.link {
    clear: left;
    color: #929292;
    margin: 0 0 0 5px;
    padding: 2px 0 0;
}
.ilmataat-beach-widget-horisontal .link-green {
    color: #38731A !important;
}
.ilmataat-beach-widget-horisontal p.weather {
    margin: 0;
    padding: 5px 0 0 0;
    height: 85px;
}

.ilmataat-beach-widget-horisontal .icon {
    background: url(/reklaam/img/sprite-weather.png) -400px 0 no-repeat;
    float: left;
    height: 45px;
    width: 45px;
    margin: 3px 3px 0 0;
}

.ilmataat-beach-widget-horisontal .icon-b1 {
 background-position: -355px 0; }
.ilmataat-beach-widget-horisontal .icon-b2 {
 background-position: -355px -45px; }
.ilmataat-beach-widget-horisontal .icon-b3 {
 background-position: -355px -90px; }

.ilmataat-beach-widget-horisontal a.beach {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
    padding-top: 2px;
    height: 58px;
    outline: none;
    text-decoration: none;
    color: #000;
}

.ilmataat-beach-widget-horisontal a.beach:hover {
    text-decoration: none;
}

.ilmataat-beach-widget-horisontal .beach-name {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    white-space: nowrap;
}

.ilmataat-beach-widget-horisontal .air-temp,
.ilmataat-beach-widget-horisontal .water-temp,
.ilmataat-beach-widget-horisontal .people {
    float: left;
    font-size: 12px;
    white-space: nowrap;

}

.ilmataat-beach-widget-horisontal .air-temp {
    margin-top: 10px;
}

.ilmataat-beach-widget-horisontal .data-group {
    display: block;
    width: 120px;
    height: 45px;
}

.ilmataat-beach-widget-horisontal .people {
    width: 120px;
    margin-left: 5px;
}

.ilmataat-widget-horisontal .ads {
    float: right;
    font-size: 9px;
    color: #adadad;
    text-align: right;
    text-transform: uppercase;
    padding-top: 48px;
}

/* search */

.ilmataat-thumb {
    width: 133px;
    height: 100px;
    background-position: 0px -4021px;
}

.ilmataat-widget-horisontal {
    width: 775px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #cecece;
    margin-bottom: 17px;
}
.ilmataat-widget-horisontal .ads {
    float: right;
    font-size: 9px;
    color: #adadad;
    text-align: right;
    text-transform: uppercase;
    padding-top: 48px;
}
.ilmataat-widget-horisontal .clear {
    clear: both;
}
.ilmataat-widget-horisontal .thumb {
    float: left;
    height: 100px;
    padding: 0 0 0 10px;
    width: 133px;
}
.ilmataat-widget-horisontal .content {
    float: left;
    margin: 0 0 0 10px;
    width: 622px;
}
.ilmataat-widget-horisontal .content h3 {
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 -4px;
    padding: 0;
    position: relative;
    top: -4px;
}
.ilmataat-widget-horisontal .content a {
    color: #1875BC;
    outline: medium none;
    text-decoration: none;
}
.ilmataat-widget-horisontal .content a:hover {
    text-decoration: underline;
}
.ilmataat-widget-horisontal p.link {
    clear: left;
    color: #929292;
    margin: 0;
    padding: 2px 0 0;
}
.ilmataat-widget-horisontal .link-green {
    color: #38731A;
}
.ilmataat-widget-horisontal p.weather {
    clear: left;
    margin: 0;
    padding: 5px 0 0 0;
}
.ilmataat-widget-horisontal a.day {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    padding-left: 55px;
    padding-top: 2px;
    height: 58px;
    outline: none;
    text-decoration: none;
    color: #000;
}
.ilmataat-widget-horisontal a.day:hover {
    text-decoration: none;
}

.ilmataat-widget-horisontal .day-name {
    font-style: italic;
}
.ilmataat-widget-horisontal .temperature {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;

}
.ilmataat-widget-horisontal .realfeel {
    font-size: 11px;
    white-space: nowrap;
}

/* icons */

.ilmataat-widget a.icon-w01 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-01.png) no-repeat left top; }
.ilmataat-widget a.icon-w02 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-02.png) no-repeat left top; }
.ilmataat-widget a.icon-w03 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-03.png) no-repeat left top; }
.ilmataat-widget a.icon-w04 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-04.png) no-repeat left top; }
.ilmataat-widget a.icon-w05 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-05.png) no-repeat left top; }
.ilmataat-widget a.icon-w06 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-06.png) no-repeat left top; }
.ilmataat-widget a.icon-w07 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-07.png) no-repeat left top; }
.ilmataat-widget a.icon-w08 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-08.png) no-repeat left top; }
.ilmataat-widget a.icon-w11 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-11.png) no-repeat left top; }
.ilmataat-widget a.icon-w12 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-12.png) no-repeat left top; }
.ilmataat-widget a.icon-w13 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-13.png) no-repeat left top; }
.ilmataat-widget a.icon-w14 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-14.png) no-repeat left top; }
.ilmataat-widget a.icon-w15 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-15.png) no-repeat left top; }
.ilmataat-widget a.icon-w16 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-16.png) no-repeat left top; }
.ilmataat-widget a.icon-w17 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-17.png) no-repeat left top; }
.ilmataat-widget a.icon-w18 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-18.png) no-repeat left top; }
.ilmataat-widget a.icon-w19 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-19.png) no-repeat left top; }
.ilmataat-widget a.icon-w20 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-20.png) no-repeat left top; }
.ilmataat-widget a.icon-w21 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-21.png) no-repeat left top; }
.ilmataat-widget a.icon-w22 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-22.png) no-repeat left top; }
.ilmataat-widget a.icon-w23 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-23.png) no-repeat left top; }
.ilmataat-widget a.icon-w24 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-24.png) no-repeat left top; }
.ilmataat-widget a.icon-w25 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-25.png) no-repeat left top; }
.ilmataat-widget a.icon-w26 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-26.png) no-repeat left top; }
.ilmataat-widget a.icon-w29 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-29.png) no-repeat left top; }
.ilmataat-widget a.icon-w30 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-30.png) no-repeat left top; }
.ilmataat-widget a.icon-w31 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-31.png) no-repeat left top; }
.ilmataat-widget a.icon-w32 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-32.png) no-repeat left top; }
.ilmataat-widget a.icon-w33 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-33.png) no-repeat left top; }
.ilmataat-widget a.icon-w34 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-34.png) no-repeat left top; }
.ilmataat-widget a.icon-w35 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-35.png) no-repeat left top; }
.ilmataat-widget a.icon-w36 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-36.png) no-repeat left top; }
.ilmataat-widget a.icon-w37 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-37.png) no-repeat left top; }
.ilmataat-widget a.icon-w38 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-38.png) no-repeat left top; }
.ilmataat-widget a.icon-w39 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-39.png) no-repeat left top; }
.ilmataat-widget a.icon-w40 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-40.png) no-repeat left top; }
.ilmataat-widget a.icon-w41 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-41.png) no-repeat left top; }
.ilmataat-widget a.icon-w42 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-42.png) no-repeat left top; }
.ilmataat-widget a.icon-w43 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-43.png) no-repeat left top; }
.ilmataat-widget a.icon-w44 {
 background: url(/ilmataat.ee/images/icons/46x46/icons-44.png) no-repeat left top; }


#top-nav .right-nav .dropdown-content, #top-nav .left-nav .dropdown-content {
    background: #fafafa;
}

#top-nav .right-nav li.selected, #top-nav .left-nav li.selected {
    background: #fafafa;
}

.dropdown-content .inline {
    padding: 0;
}

.nav-dropdown-rows {
    padding: 0;
    margin: 0;
    list-style: none;
}

#top-nav .right-nav li.arrow {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    margin: 0 0 0 2px;
}

.nav-dropdown-rows .row, #top-nav .right-nav li.row {
    border-bottom: 1px solid #e2e2e2;
    padding: 8px 16px;
    margin: 0;
    line-height: 18px;
}

.nav-dropdown-rows .row.last, #top-nav .right-nav li.row.last {
    border-bottom: none;
}

#top-nav .right-nav .menu_chkbox_desc {
    margin: 0 0 0 23px;
}
#top-nav .right-nav  .menu_chkbox_title {
    margin: 0 0 0 5px;
    display: inline-block;
}
#top-nav .right-nav .qmark {
    background-position: 0px -4127px;
    padding: 0 0 0 28px;
    margin: 0 0 0 -5px;
}
#top-nav .right-nav .big {
    font-size: 18px;
    margin: 0 10px 0 0;
}

#top-nav .right-nav .insert {
    padding: 5px 0 0 23px;
}
#top-nav .right-nav .insert .input_default {
    float: left;
    width: 150px;
    margin: 0 5px 0 0;
}
#top-nav .right-nav input.checkbox {
    margin: 3px 2px 0 0;
    padding: 0;
    overflow: visible;
    display: inline;
    width: 15px;
    float: left;
}

#top-nav .right-nav li .nav-dropdown-rows a, #top-nav .left-nav li .nav-dropdown-rows a {
    color: #1875BC;
}

fieldset {
    border: 0;
}

.freetext {
    margin: 20px 0;
}

.freetext h2 {
    margin: 0 0 20px;
}

.freetext h3 {
    margin: 1.5em 0;
    font-size: 15px;
}

.freetext p {
    margin: 1em 0;
}

.freetext .box p {
    margin: 0;
}

.freetext .default-list-ul {
    margin: 0 0 0 10px;
    padding: 1em 0;
    list-style: none;
}

.freetext .default-list-ul li {
    padding: 5px 0 5px 15px;
    background: url("list-diamond.png") no-repeat left 10px;
}

.freetext fieldset ol {
    color: #666;
    margin: 0 0 0 45px;
    padding: 0;
}

.freetext fieldset ol li {
    padding: 4px 0;
}

.freetext fieldset .col-1, .freetext fieldset .col-2 {
    float: left;
    width: 330px;
    padding: 10px 0 0;
}

.freetext fieldset .col-2 {
    margin: 0 0 0 60px;
}

.freetext fieldset {
    padding: 0px 0 30px;
}

.freetext .lead {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 30px 0;
    font-size: 13px;
}

.box {
    border: 1px solid #ccc;
    background: #fafafa;
    color: #666;
    -moz-box-shadow: inset 0 0 30px #e1e1e1;
    -khtml-box-shadow: inset 0 0 30px #e1e1e1;
    -webkit-box-shadow: inset 0 0 30px #e1e1e1;
    box-shadow: inset 0 0 30px #e1e1e1;
    padding: 20px 25px;
    margin: 0 0 10px 0;
}

/*
.box.half {
    background: #fefefe url("/img/1px.gif") repeat-y 50% top;
}
*/

.box .number {
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin: 0 13px 0 0;
    float: left;
    color: #818181;
    padding: 0 0 5px;
}

fieldset .box .number {
    padding: 10px 0 5px;
}

.box .label-title {
    color: #4bb1f0;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 0 0 5px 0;
}

.box .big {
    font-size: 16px;
    color: #000;
}

.box label input {
    clear: both;
    margin: 0 0 5px 0;
}

.nb-box {
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 18px;
}

.nb-box h3 {
    margin: 0;
}

.freetext .lead .left-column {
    float: left;
    width: 45%;
}

.freetext .lead .right-column {
    float: right;
    width: 45%;
}

.col-left, .col-right {
    float: left;
}

.col-left {
    width: 50%;
}

.float-left {
    float: left;
}

.freetext .box .float-left {
    width: 90%;
}

.freetext .accept {
    padding: 0 0 0 20px;
    display: block;
}

.freetext .accept input {
    margin: 2px 5px 0 -20px;
    float: left;
}

.freetext .sidebar {
    float: left;
    width: 175px;
    padding: 0 25px 25px 20px;
    border-right: 1px solid #ccc;
    font-size: 13px;
}

.freetext .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.freetext .sidebar li {
    padding: 4px 0;
    background: none;
}

.freetext .sidebar li a.active {
    color: #333;
}

.freetext .promo {
    margin: 0 0 2em;
}

.freetext .text {
    float: left;
    width: 505px;
    padding: 0 0 25px 25px;
    border-left: 1px solid #ccc;
    margin: 0 0 0 -1px;
    font-size: 13px;
}

.greybox {
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 15px;
}

.greybox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.greybox ul li {
    padding: 4px 0;
}

.greybox ul li a {
    background-position: 0px -4152px;
    padding: 0 0 0 15px;
}

.faq {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq .q {
    font-weight: 700;
    color: #1875BC;
    display: block;
    clear: both;
    background-position: 0px -4196px;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.faq .q.opened {
    background-position: 0px -4240px;
}
.faq .a {
    display: block;
    padding: 10px 0 0 15px;
}

.faq .closed {
    display: none;
}

.faq li {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 12px;
    padding: 0 10px 12px 10px;
}

.popup {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 780px;
    margin: 0 0 0 -390px;
    background: #fafafa;
    border: 1px solid #989898;
    z-index: 100;
    -moz-box-shadow: 0 0 6px #222;
    -khtml-box-shadow: 0 0 6px #222;
    -webkit-box-shadow: 0 0 6px #222;
    box-shadow: 0 0 6px #222;
    font-size: 13px;
}

.popup-content {
    position: relative;
    -moz-box-shadow: inset 0 0 50px #b7b7b7;
    -khtml-box-shadow: inset 0 0 50px #b7b7b7;
    -webkit-box-shadow: inset 0 0 50px #b7b7b7;
    box-shadow: inset 0 0 50px #b7b7b7;
}
.popup .big {
    font-size: 17px;
}

.popup h2 {
    padding: 0 0 10px;
    color: #4bb1f0;
}

.popup h3 {
    padding: 10px 0;
}

.popup .close {
    background-position: 0px -4281px;
    height: 26px;
    width: 28px;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
}

.popup-top {
    background: rgba(250, 250, 250, 0.3);
    padding: 45px 45px 25px 45px;
}

.popup-bottom {
    background: #e6e6e6;
    background: rgba(216, 216, 216, 0.3);
    padding: 25px 45px 45px 45px;
}

.overlay {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF, endColorstr=#BFFFFFFF)"; /* IE8 */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF, endColorstr=#BFFFFFFF); /* IE6 & 7 */
    zoom: 1;
    background: rgba(255, 255, 255, 0.75);
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.clear {
    display: block;
    zoom: 1
}

* html .clear {
    height: 1px;
}

#top-nav .right-nav li ul.nav-dropdown-rows li.row {
    float: none;
    height: auto;
    line-height: 100%;
    font-size: 12px;
    margin: 0 0 0 0px;
    padding: 8px 12px;
}


.input-wrapper {
    background-color: #fff;
    background-position: 100% -4316px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 3px 0 0;
    margin: 0 10px 0 0;
}

.input-wrapper.blue {
    background-position: 100% -4355px;
}

.btn_default {
    background-position: 0px -4394px;
    height: 30px;
    line-height: 30px;
    color: #666;
    border: none;
    padding: 0 12px 0 15px;
    font-size: 15px;
    cursor: pointer;
    overflow: visible;
}

.blue .btn_default {
    background-position: 0px -4433px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.input_default {
    background-position: 0px -4469px;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    padding: 2px 5px;
    color: #222;
    height: 24px;
    line-height: 24px;
}

/* uued tab'id */

.expand-tab-nav {
    border-left: 1px solid #ccc;
}

.expand-tab-nav li {
    height: 25px;
}

.expand-tab-nav li a {
    height: 24px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0 0 0 -1px;
}

.expand-tab-nav li: first-child a {
    border-left: 1px solid #ccc;
}

.expand-tab-nav li a.selected {
    background: #4bb1f0;
    color: #fff;
    border: none;
    border-top: 3px solid #4bb1f0;
    margin: -2px 1px 0 0;
}

/*business info box*/

.expand-info .business-header {
    overflow: hidden;
    padding: 0;
    margin-bottom: -1px;
}

.expand-info .business-header .title-area {
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    clear: both;
    padding: 6px 8px 6px 30px;
}

.expand-info .business-header .company-logo {
    margin: 10px 100px 10px 0;
}

.expand-info .business-header h3 {
    font-size: 15px;
    padding: 3px 0 0;
    width: 70%;
    float: left;
}

.expand-info .business-header .select {
    float: none;
    margin: 0 0 15px 0;
}

.business-header-content .select-area {
    margin: 10px 0 0 30px;
}

.expand-info .business-header .select select {
    border: 1px solid #C7C7C7;
    color: #262626;
    font-size: 11px;
    font-weight: 700;
    height: 21px;
    padding: 1px;
}

.expand-tools {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.expand-tools li {
    float: left;
}

.expand-tools a {
    display: block;
}


.expand-tools li.favourite a {
    background-position: 0px -2019px;
}

.expand-tools li.favourite a:hover {
    background-position: 0px -1786px;
}

.expand-tools li.favourite a.active, .active-favourite .expand-tools li.favourite a {
    background-position: 0px -2048px;
}

.expand-tools li.favourite a.active:hover, .active-favourite .expand-tools li.favourite a:hover {
    background-position: 0px -1815px;
}


.expand-tools li.expand a {
    background-position: 0px -1961px;
}

.expand-tools li.expand a:hover {
    background-position: 0px -1990px;
}



/* INLINE BLOCK*/
.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
    zoom: 1;
    *display: inline;
}

.bizinfo-banner-container {
    border-top: 1px solid #CCC;
    /* padding: 10px 0; */
}

/* positsioneeritud kataloogi rea kirje */

div.posinfo .ads {
    float: right;
    font-size: 9px;
    color: #adadad;
    text-align: right;
    text-transform: uppercase;
    padding-top: 8px;
}

span.posinfo {
    margin-left: 35px;
    display: block;
}

/* positsioneeritud kataloogi toimetamine */

div.posform {
    padding: 10px 0 10px 10px;
}

div.posform .text {
    border: 1px solid #CCC;
    margin: 5px 0 5px 15px;
    padding: 3px 1px;
}

/* Sitehat*/

#top-nav, #footer, #page {
    background-color: #FFFFFF;
    cursor: default;
    min-width: 995px;
}

/* BIZINFO SORTER */

.bizinfo_sort {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 638px;
    margin-left: -320px;
    background: #FFF;
    border: 1px solid #CCC;
    z-index: 200000;
}

.bizinfo-sort-title {
    background: #FAFAFA;
    padding: 5px 20px 4px 20px; ;
    color: black;
    border-bottom: 1px solid #CCC;
}

.bizinfo-sort-title .txt {
    font-weight: bold;
    line-height: 18px;
}

.bizinfo-sort-title a {
    display: block;
    text-decoration: underline;
    float: right;
    color: black;
    margin-left: 5px;
}

.bizinfo-sort-list {
    margin: 5px;
    min-height: 337px;
    border: 1px solid #CCC;
}

.bizinfo-sort-ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 1em 0 1em 2em;
    padding: 0;
    font-size: 10px;
}

.bizinfo-sort-ul li {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-top: 0.1em;
    cursor: move;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #666;
}

.bizinfo-sort-ul li:hover {
    color: black;
}

/* CALL2DIAL */

.click2dial label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0 0 2px;
}

.caller-text {
    display: block;
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #D6D6D6;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    padding: 0 5px;
    width: 157px;
    color: #333333;
    margin: 0;
    outline: medium none;
}

#top-nav .clickbutton {
    display: block;
    border: 1px solid #CCC;
    margin: 10px 0 0 0;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
    height: 21px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    color: #262626;
    cursor: pointer;
    text-decoration: none;
}

#top-nav .clickbutton {
    display: block;
    border: 1px solid #CCC;
    margin: 10px 0 0 0;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
    height: 21px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    color: #262626;
    cursor: pointer;
    text-decoration: none;
}

#neti_top_info {
    clear: both;
    margin: auto;
    text-align: center;
    height: 30px;
    background: #419fdf;
    font: normal 16px Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
    color: #FFF;
}
#neti_top_info .main_container {
    clear: both;
    margin: auto;
    width: 995px;
}
#neti_top_info .main_text {
    clear: both;
    float: left;
    margin: 5px;
}
#neti_top_info .main_close {
    float: right;
    background-position: 0px -4505px;
    width: 21px;
    height: 21px;
    margin: 4px;
    cursor: pointer;
}
#neti_top_info span {
    margin-right: 30px;
}
#neti_top_info a:link, #neti_top_info a:visited, #neti_top_info a:hover, #neti_top_info a:active {
    margin-left: 10px;
    color: #FFFFFF;
}
#neti_top_info a:hover {
    text-decoration: underline;
}

.weather-widget .weather-location {
    position: relative;
    float: right;
    width: 134px;
    height: 41px;
    margin: 5px 5px 0px 5px;
    text-align: center;
}
.weather-widget a:link, .weather-widget a:visited, .weather-widget a:hover, .weather-widget a:active {
    color: #1875BC;
    text-decoration:none;
}
.weather-widget .weather-location h3 {
    font-size: 18px;
}
.weather-widget .weather-location .weather-location-prev {
    float: left;
    cursor: pointer;
    background-position: 0px -4535px;
}
.weather-widget .weather-location .weather-location-next {
    float: right;
    cursor: pointer;
    background-position: 100% -4565px;
}
.weather-widget .weather-location .weather-empty {
    width: 8px;
    height: 41px;
}
.weather-widget .weather-location .weather-footer {
    position: absolute;
    font-size: 10px;
    bottom: 0px;
    left: 29px;
}

.weather-widget .weather-temp {
    position: relative;
    float: right;
    height: 41px;
    width: 43px;
    margin: 5px 4px 0px 4px;
    text-align: center;
}
.weather-widget .weather-temp .temperature {
    font-weight: bold;
    font-size: 19px;
}
.weather-widget .weather-temp .realfeel {
    position: absolute;
    left: -5px;
    bottom: 0px;
    font-size: 10px;
}

.weather-widget .weather-icon {
    float: left;
}
