body {
    background-color: #3366cc;
    margin: 0;
    padding: 0;
}
/*Общо за таблиците в PIXELs в страницата за търсене*/
.table-center, .table-buttons-up-px, .table-head-px, .table-search, .table-info {
    width: 900px;
    height: auto;
    border-collapse: collapse;
}
/*За изображението с логото и името*/
.table-head-px img {
    text-align: left;
}
/*Таблица в PIXELs с бутони: "New search", "Help", "Other database"*/
.table-buttons-up-px {
    padding-top:20px;
    height: 50px;
    line-height: 1.5;
    vertical-align: middle;
}
.table-buttons-up-px td, .table-buttons-up-pr td {
    text-align: right;
    border: none;
    height: 50px;
    vertical-align: middle;
}
/*Линкове за: "New search", "Help", "Other database"*/
.table-buttons-up-px a {
    border: none;
    text-decoration: none;
    height: 50px;
    vertical-align: middle;
}
/*Изображения за: "New search", "Help", "Other database"*/
.table-buttons-up-px a img {
    border: none;
    height: 26px;
    vertical-align: middle;
}
/*100px разстояние на полетата за търсене от логото надолу*/
.table-search {
    margin-top: 100px;
}
/*Изображение-заглавие на полетата за търсене*/
.table-header {
    height:35px;
    vertical-align:top;
}
/*Полета за търсене*/
.input-search {
    width:775px;
    height: 26px;
    line-height: 1.5;
    margin-right:10px;
    vertical-align: top;
}
/*Бутони "Search"*/
.button-search {
    background-color: #3366cc;
    text-align:center;
    width:106px;
    height:26px;
    border: none;
    vertical-align: top;
}
.button-search a {
    text-align:center;
    width:106px;
    height:26px;
    border: none;
    text-decoration: none;
    vertical-align: middle;
}
.button-search a img {
    border:none;
    text-align: center;
    width:106px;
    height: 26px;
}
/*Текстове под полетата за търсене*/
p.note-search {
    height:14px;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
}
/*Текстове ЗАПОМНЕТЕ, ВНИМАНИЕ, ЗАДЪЛЖИТЕЛНО*/
.table-info td {
    width: 400px;
    height: auto;
    line-height: 1.5;
    vertical-align: text-top;
    font-family: Arial, sans-serif;
}
.table-info td h3 {
    padding-top: 50px;
    color: #F9CF61;
    font-size: 13px;
    vertical-align: baseline;
}
.table-info td ol li, .table-info td ul li {
    padding-right: 15px;
    color: #fff;
    font-size: 13px;
}
/*SHOWCOMPANY:
Таблица в % с бутони: "New search", "Help", "Other database"*/
.table-buttons-up-pr {
    width: 80%;
    height: auto;
    border-collapse: collapse;
    padding-top:20px;
    height: 50px;
    line-height: 1.5;
    vertical-align: middle;
}
.table-header-pr {
    width:80% !important;
}
.result {
    width:70% !important;
    margin-top:20px;
    text-align:center;
}
.result-section {
    width: 100%;
    text-align:center;
    margin-top:10px;
}
.result-field {
    width:100%;
    background-color: #fff;
    border-left:1px solid #666;
    border-bottom:1px solid #666;
}
td.left, td.right {
    border-right:1px solid #666;
    border-top:1px solid #666;
    background-color: #fff;
    padding: 8px;
    vertical-align: baseline;
    font-family: Tahoma,Arial, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    text-align: left;
}
td.left {
    width: 30%;
}
td.middle {
    border-top:1px solid #666;
    border-right:1px solid #666;
    background-color: #fff;
    padding: 8px;
    vertical-align: baseline;
    font-family: Tahoma,Arial, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    text-align: left;
}
p.base, p.base b {
    line-height: 1.25;
    vertical-align: baseline;
}
/*Date of establishment*/
b.date {
    color:#166225;
}
/*За бутоните с Details*/
p.base a img {
    line-height: 1.25;
    vertical-align: middle;
    border: none;
}
/*Линкове Години нетни приходи и Документи*/
a:link.year, a:visited.year {
    font-weight: normal;
    padding-right: 5px;
    color: #ff6600;
    vertical-align: baseline;
    text-decoration: none;
}
a:hover.year, a:active.year {
    color: #0080ff;
    text-decoration: underline;
}
/*Линкове ЕГН*/
a:link.egn, a:visited.egn {
    font-weight: normal;
    padding-right: 5px;
    color: #ff6600;
    vertical-align: baseline;
    text-decoration: none;
}
a:hover.egn, a:active.egn {
    color: #0080ff;
    text-decoration: underline;
}
/*Червен вмъкнат текст*/
p.base span.red-text {
    color:red;
}
/*Син текст*/
p.blue-text {
    color: #3366cc;
}
/*Пояснителен текст*/
em {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #777;
}
/*ЕИК и Името на фирмата*/
p.eik {
    font-weight: bold;
    color: #3366cc;
    font-size: 14px;
    line-height: 1.3;
    vertical-align: baseline;
}
