body {
    margin: 0px;
    padding: 0px;
    font-family: "Arial", arial, helvetica;
    font-size: 12px;
    color: #414141;
    background-color: white;
}

body {

}

h1{
    color:inherit;
    font-weight:inherit;
    font-size:inherit;
    padding:0;
    margin:0;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
}


input, textarea {
    border: 1px solid #a0a0a0;
    background-color: #f5f5f5;
    vertical-align: middle;
}



input:focus, textarea:focus, select:focus{
    background-color: #fffbd7;;
}

input.button, button {
    border: 1px solid #a0a0a0;
    background-color: #e5e5e5;
}

input.radio {
    border: 0px;
    background-color: white;
    border: 0px;
}

input.checkbox{
    background-color: white;
    border: 0px;
    width:16px;
}

label {
    vertical-align: middle;
}

img {
    border: 0;
}

p {
    margin: 3px
}

p.dropcaps:first-letter {
    font-size: 14px;
}

p.centered {
    text-align: center;
}

P.first-line-bold:first-line {
    font-size: 12px;
    font-weight: bold;
}

span.bold {
    font-weight: bold;
    word-spacing: 110%;
}

a:visited, a:link {
    color: #555577;
    text-decoration: none;
}

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

a.scroller-link:visited, a.scroller-link:link, a.scroller-link:hover {
    color: black;
    text-decoration: none;
}

ol {
    counter-reset: item
}

li {
    padding-bottom: 4px;
}

li.bullet {
    list-style-image: url("../images/bullet.png");
}

ol.roman {
    list-style-type: lower-roman;
}

ol.alpha {
    list-style-type: lower-alpha;
}

.border-bottom{
    border-bottom: 1px solid #e0e0e0; width:100%;
}

div.main {
    position: relative;
    width: 980px;
    margin: 0;
    background-color: #dedede;
    background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
}

div.main-frame {
    position: static;
    background-color: #ffffff;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    padding-bottom: 8px;
}

div.main-head {
    background: url("../images/head_kb.png") bottom repeat-x;
    width: 590px;
    height: 80px;
    margin-left: 5px;
}

div.main-head-bar {
    width: 590px;
    font-size: 8px;
    background-color: white;
}

div.main-head-bar2 {
    position: relative;
    margin-top: -17px;
    margin-left: 433px;
    height: 14px;
    background: url("../images/head_kb.png") bottom repeat-x;
    width: 200px;
    font-size: 8px;
}

div.main-head-numer {
    position: relativ;
    margin-top: 0px;
    width: 100px;
    height: 132px;
    background-image: url("../images/d200811.png");
}

#main-head-navigation {
    background: url("../images/menuf.png") top repeat-x;
    margin: 0px;
    margin-left: 5px;
    height: 28px;
    width: 590px;
    font-size: 104%;
}

#main-head-navigation ul {
    margin: 0px;
    padding: 0px;
    height: 1%;
}

#main-head-navigation li {
    overflow: inherit;
    padding: 0em 0.5em 0em 0.5em;
}

#main-head-navigation li a {
    white-space: nowrap;
    display: block;
    padding: 3px 0px;
}

li.main-head-menu-current-item {
    color: #ffffff;
    font-weight: bolder;
    background-color: #a80c31;
}

li.main-head-menu-item {
    color: #444444;
    font-weight: bolder;
}

li.main-head-menu-item, li.main-head-menu-current-item {
    height: 22px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 3px;
    padding-bottom: 0px;
    list-style: none;
    display: block;
    float: left;
    display: inline;
}

a:visited.main-head-menu-item, a:link.main-head-menu-item, a:visited.main-head-menu-current-item, a:link.main-head-menu-current-item {
    font-weight: bold;
    text-decoration: none;
}

a:visited.main-head-menu-item, a:link.main-head-menu-item {
    color: #444444;
}

a:visited.main-head-menu-current-item, a:link.main-head-menu-current-item {
    color: #eeeeee;
}

a:hover.main-head-menu-item, a:hover.main-head-menu-current-item {
    text-decoration: underline;
}

div.main-foot {
    clear: both;
    position: relative;
    padding-top: 20px;
    background-color: #eeeeee;
    border-top-width: 2px;
    border-top-color: #cccccc;
    border-top-style: solid;
    margin-top: 20px;
}

div.main-foot-text {
    height: 25px;
    text-align: center;
    color: #808080;
}

div.main-status {
    margin-left: 5px;
    margin-right: 5px;
    height: 30px;
}

div.main-left-col, div.main-center-col, div.main-right-col {
    float: left;
    margin-top: 30px;
    border: 0px;
    margin-left: 5px;
}

div.main-left-col {
    width: 140px;
}

div.main-center-col {
    width: 590px;
}

div.main-right-col {
    width: 230px;
    margin-right: 5px;
}

div.clear {
    clear: both;
    font-size: 0px;
}

div.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.margin10px {
    margin: 10px;
}

#mailto-icon {
    vertical-align: middle;
    margin-right: 3px;
}

#context-menu-container {
    text-align: center;
    margin-top: 7px;
    border-bottom: 2px solid #cfcfcf;
    color: inherit;
    width: 100%;
}

ul#context-menu-list {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

ul#context-menu-list li {
    background-color: #f4f4f4;
    display: block;
    margin: 1px 1px;
    padding: 0;
}

ul#context-menu-list li a {
    display: block;
    width: 100%;
    padding: 3px 0 3px 5px;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    text-decoration: none;
    background: transparent;
}

#context-menu-container > ul#context-menu-list li a {
    width: auto;
}

ul#context-menu-list li a:hover, ul#context-menu-list li#active a:hover {
    background-color: #dfdfdf;
    color: inherit;
}

#baner-top-container {
    margin-bottom: 10px;
}

#baner-left-container {
    margin: 0 auto;
    text-align: center;
}

ul#baner-left-container-list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 10px auto;
}

ul#baner-left-container-list li {
    display: block;
    margin: 5px auto;
    padding: 0;
}

#contact-phone, #contact-address {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

#contact-phone {
    margin-top: 20px;
}

span.more {
    padding-left: 5px;
}

/*Button*/
a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 15px;
}

a.button-green {
    background: transparent url('../images/bg_button_a_green.png') no-repeat scroll top right;

}

a.button-green span {
    background: transparent url('../images/bg_button_span_green.png') no-repeat;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/*end Button*/
/*Formatki*/
#user-form {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

table#user-form td {
    border: 0px;
    width: 250px;
    padding: 10px 10px 0px 0px;
}

table#user-form td.title {
    font-size: 12px;
    font-weight: bold;
    color: #909090;
    padding: 20px 10px 5px 0px;
}

#user-form input {
    width: 100%;
}

#user-form li {
    list-style: none;
    display: inline;
    margin: 0px;
    paddin: 0px;
}

#user-form ul.radio_list {
    margin-left: 0px;
    paddin: 0px;
}

#user-form ul.radio_list input.radio {
    width: 20px;
}

#user-form ul.error_list {
    color: red;
    background-color: #ffdddd;
    border: 1px solid red;
    margin: 0px;
    margin-right: -2px;
}

/* end Formatki*/
/* Karuzela */
#tabs {
    width: 588px;
    margin-right: 5px;
    height: 300px;
    background: #F8F8F8;
    border: 1px solid #cccccc;
}

.mid {
    vertical-align: middle;
}

#tabs p {
    acolor: #fff;
}

.ui-tabs .ui-tabs-nav li a {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}

.ui-tabs .ui-tabs-nav li {
    width: 145px;
    height: 50px;
    margin: 0;
}

.ui-widget-header {
    border: 0;
    aborder-bottom: 1px solid #cccccc;
    background: none;
}

.ui-tabs {
    background: url("../images/bcf_title.png") top no-repeat;
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    abackground: #cc5a74;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: url('css/jui2/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png');
    border: 1px solid #dddddd;
}

.ui-corner-top {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
}

/* end Karuzela */
/*Forms*/
#profile-data-container {
    padding-bottom: 40px;
    position: relative;
}

#profile-data-container span {
    font-weight: bold;
    font-size: 14px;
}

#profile-data-container .personal {
}

#profile-data-container .faddress {
    float: left;
    position: relative;
    margin-left: 40px;
}

#profile-data-container .address {
    float: right;
    position: relative;
    margin-right: 50px;
}

#profile-data-container .personal {
    font-size: 16px;
    margin-left: 40px;
}

#profile-data-container span {
    font-weight: normal;
    font-size: 10px;
}

#login-container {
    padding: 0;
    margin: 0;
}

#login-container table {
    width: 100%;
}

#login-container table td {
    padding: 5px;
}

#login-container table th {
    text-align: right;
}

#login-container input {
    width: 100%
}

#login-container .new-account {
    clear:both;
    margin-top: 40px;
    font-size: 14px;
    padding: 5px;
}

#login-container .submit {
    text-align: right;
    margin-top: -30px;
    padding-right: 10px;
}

#login-container .submit input {
    margin-right: 10px;
}

#login-container .button-submit {
    float: right;
}

#login-container .new-user a.button {
    float: right;
    margin-top: 5px;
}

#login-container .right a.button {
}

#login-conteiner .left, .right {
    padding: 5px;
}

#login-conteiner .left {
    width:60%;
}

#login-container .right {
    border-left: 1px solid #e0e0e0;
    padding-left:20px;
    text-align:center;
    width:40%;
}

/*end Forms*/

#notification {
    position: fixed;
    bottom: 0;
    padding: 0;
    height: 25px;
    margin: 0;
    width: 100%;
    background-color: #FFFF99;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 5px;
    z-index:10000;
}


/*Dialog*/
.ui-dialog .ui-dialog-titlebar{
    background-color: #eee;
}
.ui-widget-header .ui-icon{
    background-color: #aaa;
    -moz-border-radius:6px 6px 6px 6px;
    -webkit-border-radius:6px 6px 6px 6px;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon{
    background-color: transparent;
}

.banner-container {
    margin-left: 10px;
    margin-top: 10px;
}

.banner-item-container{
    margin-bottom: 10px;
}

#form_notify .info {
    margin-bottom: 15px;
}

#form_notify p.field {
    background-color: #eeeeee;
    padding: 5px;
    margin:0;
}

#form_notify p.submit {
    margin-top: 15px;
    padding: 5px;

}

#form_notify fieldset {
    padding: 0px;
}

#form_notify span.error {
    padding: 3px;
    background-color: lightcoral;
    border: 1px solid red;
}

#form_notify p.submit {
    text-align: center;
}

.notify-link, .notify-text, .notify-text-big{
    font-size: 10px;
    font-weight: bold;
}
.notify-link{
    margin-top: 3px;
}

.notify-text-big{
    font-size: 12px;
}

.notify-text, .notify-text-big{
    color: #a80c31;
    float: left;
}

#commercial-info-container p{
    margin: 8px;
}
#commercial-info-container .left,
#commercial-info-container .right{
    position:relative;
}

#commercial-info-container .left {
    float: left;
    width: 69%;
}

#commercial-info-container .left p.strong{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

#commercial-info-container .left p.contact{
    margin-top: 15px;
}

#commercial-info-container .right{
    float: right;
    width: 29%;
    background-color: #eee;
    height: 500px;
}

#commercial-info-container .right ul{
    list-style: none;
    list-style-position: outside;
    font-size: 14px;
    margin-left: -20px;
}

#commercial-info-container .right li{
    margin-bottom: 5px;
    vertical-align: middle;
    padding-left:25px;
    background:transparent url(/images/mime-pdf.png) no-repeat;
    background-position:0 50%;
    line-height: 24px;
}

#commercial-info-container .right span{
    font-size: 14px;
    font-weight: bold;
}