.clear {
    clear: both;

}

.hide {
    display: none;
}

.button {
    background: #e1dfda; /* Old browsers */
    background: -moz-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8b45), color-stop(100%, #fe701e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fc8b45 0%, #fe701e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8b45', endColorstr='#fe701e', GradientType=0); /* IE6-9 */

    color: #ffffff;
    height: 34px;
    line-height: 34px;
    padding: 0 25px;
    font-size: 12px;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
}

.button:hover {
    background: #fe701e;
}

.bold {
    font-weight: bold;
}

.bggr1 {
    background: #e1dfda; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e1dfda)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #e1dfda 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e1dfda', GradientType=0); /* IE6-9 */
}

.bggr2 {
    background: #e1dfda; /* Old browsers */
    background: -moz-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8b45), color-stop(100%, #fe701e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fc8b45 0%, #fe701e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8b45', endColorstr='#fe701e', GradientType=0); /* IE6-9 */
    color: #ffffff;
}

.center {
    text-align: center;
}

.loader {
    background: #ffffff url('/gfx/loader.gif') no-repeat center center;
}

body.body1 {
    background: #D4D4D4 url('/gfx/bg1.gif') repeat-x left top;
}

.body1 .body1 {
    margin: 5px auto;
    border: 1px solid #ffffff;
    width: 990px;
    padding: 5px;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer {
    margin: 10px auto;
    width: 1000px;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #bbbbbb;
    text-align: left;
}

.footer .inside {
    padding: 10px;
}

.footer .about {
    float: left;
    text-align: left;
}

.footer .author {
    float: right;

}

.paging {
    text-align: left;
    margin: 5px 0 10px 0;
    padding: 10px 0 0 0;


}

.manage {
    background: url('/gfx/stock_edit-16.gif') no-repeat left top;
    padding: 1px 0 1px 18px;
    white-space: nowrap !important;
    text-decoration: underline;
    cursor: pointer;
}

input.t {
    background: #ffffff url('/gfx/field-bg.gif') repeat-x left top;
    border: 1px solid #eeedeb;
    padding: 2px;
}

.delete {
    background: url('/gfx/stock_trash.gif') no-repeat left top;
    padding: 1px 0 1px 18px;
    white-space: nowrap !important;
    text-decoration: underline;
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

h4.belt {
    margin: 3px 0 0 0;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #E1DFDA;
    background: #e1dfda; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e1dfda)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #e1dfda 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e1dfda', GradientType=0); /* IE6-9 */
}

h4.bggr2 {
    margin: 3px 0 10px 0;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

a.a_back {
    background: url('/gfx/back.gif') no-repeat left;
    padding-left: 20px;
}

a.link-firma {
    color: #1C65A8;
}

div.block-back {
    text-align: left;
    margin: 0 0 5px 0;
}

div.block-back a {
    background: url('/gfx/back.gif') no-repeat left;
    padding: 2px 0 2px 20px;
}

.icon-new {
    background: url('/gfx/icon-plus-16.gif') no-repeat left;
    padding: 2px 0 2px 20px;
}

.button-new-note {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}


span.search {
    background: url('/gfx/icon-search.gif') no-repeat left;
    padding: 2px 0 2px 26px;
    cursor: pointer;

}

fieldset {
    border: none;
    text-align: left;
    margin: 0 0 5px 0;
}

fieldset legend {
    font-weight: bold;
}

div#localizer {
    text-align: left;
    height: 31px;
}

div#localizer a {
    font-weight: bold;
    line-height: 31px;
}


.mleft {
    float: left;
    width: 190px;
    margin: 0;
    text-align: left;
}

.mcontent {
    float: right;
    width: 790px;
    margin: 0px 0 0 10px;
}

.body1 .wide {
    float: left;
    width: 990px;
    margin-left: 0px;
}

.mcontent .belt {
    margin: 0 0 10px 0;
}

h1 {
    font-size: 15px;
    margin: 0 0 15px 0;
    text-align: left;
}

h2 {
    font-size: 12px;
    margin: 10px 0 15px 0;
    text-align: left;
    padding: 2px 0px;
}

h2.icon {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

h5 {
    font-size: 11px;
    margin: 10px 0;
    text-align: left;
    padding: 2px 0px;
    border-bottom: 1px solid #666666;
    width: 200px;
}

.mleft .search1 {
    margin: 0 0 10px 0;
    height: 28px;
    background: url('/gfx/form3.png') no-repeat 0 0;
}

.mleft .search1 .t1 {
    margin: 5px 4px;
    width: 146px;
    border: none;
    float: left
}

.mleft .search1 .button3 {
    float: right;
    height: 28px;
    width: 34px;
    background: url('/gfx/button3.png') no-repeat 0 0;
    border: none;
    cursor: pointer;
}

.mleft h4.belt {
    line-height: 30px;
}

.mleft .button {
    width: 20px;
}


.mleft .ctree {
    border: 1px solid #E1DFDA;
    padding: 0px;
    overflow: hidden;
}

.mleft .ctree .belt {
    height: 32px;
}

.mleft .ctree .belt div {
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
    width: 94px;
    text-align: center;
    float: left;
}

.mleft .ctree .box {
    margin: 7px 5px;
    overflow: hidden;
}


.mleft .ctree .box a {

    display: block;
    background: url('/gfx/arrow1.png') no-repeat 0px 1px;
    padding-left: 16px;
    text-decoration: none;
    margin: 4px 0;
    line-height: 16px;
}

.mleft .ctree .box a:hover {
    text-decoration: underline;
}

.mleft .ctree .box .expand {
    background-image: url('/gfx/arrow1d.png');
}

.mleft .ctree .box .l1 {
    margin-left: 13px;
}

.mleft .ctree .box .l2 {
    margin-left: 26px;
}

.mleft .ctree .box .this {
    font-weight: bold;
    text-decoration: underline;
}

.mleft .ctree .loader {
    background: red !important;
}

.welcome {
    text-align: left;
}

.welcome a {
    text-decoration: none;
}

.welcome a:hover {
    text-decoration: underline;
}


.welcome .slider {
    position: relative;
    margin: 0 0 15px 0;
}

.welcome .slider .next,
.welcome .slider .prev {
    position: absolute;
    top: 135px;
    left: 15px;
    width: 29px;
    height: 29px;
    z-index: 2;
    background: url('/gfx/slider_nav.png') no-repeat 0px 0;
    padding-top: 50px;
    overflow: hidden !important;
}

.welcome .slider .next {
    background-position: -29px 0;
    left: 740px !important;
}

.welcome .slides_containerr div {
    height: 286px;
    width: 100%;
    display: block;
}


.welcome .left {
    width: 400px;
    float: left;
}

.welcome .right {
    width: 375px;
    float: right;
}

.welcome .payment {
    line-height: 17px;
    margin: 0 0 10px 0;
}

.welcome .ekO {
    margin: 0 0 14px 0;
    float: left;
    width: 185px;
}

.welcome .ekO h3 {
    font-size: 12px;
    margin: 0 0 6px 0;
}

.welcome .ekO .phone,
.welcome .ekO .mail {
    display: block;
    padding-left: 20px;
    margin: 2px 0;
}

.welcome .ekO .phone {
    background: url('/gfx/phone.png') no-repeat left;
}

.welcome .ekO .mail {
    background: url('/gfx/mail.png') no-repeat left;
}

/**
* Tabele z listami
*/
.filter1 {
}

.filter1 fieldset {
    padding: 20px;
}

.filter1 .clear {
    height: 4px;
}

.filter .priceField {
    width: 40px;
    text-align: right;
}


table.list1 {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.list1 tbody tr {
    font-size: 11px;
}

.list1 tr th {
    padding: 8px 10px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #e1dfda; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e1dfda)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #e1dfda 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e1dfda', GradientType=0); /* IE6-9 */
}

.list1 tr td {
    padding: 7px 5px;
    text-align: left;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.list1 tr.odd td {
    background: #F3F2F0;
}

.list1 tr td.center {
    text-align: center;
}

.list1 tr td.lp {
    text-align: right;
    width: 30px;
}

.list1 tr td .link1 {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 20px;
}

.list1 td .priceField {
    text-align: right;
}


table.list2 {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
}

.list2 tbody tr {
    font-size: 11px;
}

.list2 tr th {
    padding: 8px 10px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #e1dfda; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e1dfda)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #e1dfda 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e1dfda', GradientType=0); /* IE6-9 */
}

.list2 tr td {
    padding: 7px 5px;
    text-align: left;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.list2 tr.even td {
    background: #F3F2F0;
}

.list2 tr td.center {
    text-align: center;
}

.list2 tr td.lp {
    text-align: right;
    width: 30px;
}

.list2 td.dok {
    white-space: nowrap;
    border: 1px solid red;

}

.list2 .buy {
    width: 148px;
    white-space: nowrap;
}

.list2 .buy .simple1 {
    margin-top: 9px;
}

.list2 .buy .qty {
    float: left;
}

.list2 .buy .ui-spinner {
    border-radius: 0 !important;
}

.list2 .buy .button {
    padding: 0 20px;
    float: right;
    margin-top: 4px;
}

.list2 .code {
    font-size: 9px;
    margin: 4px 0 0 0;
}

.list2 .tiptip {
    margin: 0 4px 0 0;
    cursor: help;
    float: left;
    height: 14px;
    width: 14px;
    display: block;
    background: url('/gfx/menu_sprite.png') no-repeat -8px -329px;

}

.list2 .ui-spinner {
    border-radius: 0 !important;
    float: left;
}

.list2 .qty {
    white-space: nowrap;
}

.list2 .qty .ui-spinner input {
    width: 35px;
    text-align: right;
}

.list2 .qty .spinner_unit {
    float: left;
    margin-left: 2px;
    line-height: 19px;
}

.list2 .qty .clear {
    height: 4px;
}

.order_new {
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    text-decoration: none;
}

.order_new span {
    display: block;
    background: url('/gfx/plus.png') no-repeat left;
    padding-left: 22px;
}

.belt_export {
    text-align: right;
}

.belt_export * {
    padding-left: 10px;
    line-height: 16px;
}

.belt_export .pdf {
    background: url('/gfx/icon_pdf_16.png') no-repeat left 0;
    padding: 2px 0 3px 20px;

}

.belt_export .excel {
    background: url('/gfx/icon_excel_16.png') no-repeat left 0;
    padding: 2px 0 3px 20px;


}

span.error {
    font-size: 10px;
    display: block;
    padding: 2px;
    border: 1px solid red;
    background: #FFCACA;
    margin: 2px 0 0 0;
}

span.error-2 {
    font-size: 10px;
    color: red;
}

div.error_info_about {
    background: url('/gfx/icon-attention.gif') no-repeat left 3px;
    font-size: 11px;
    display: block;
    color: red;
    text-align: left;
    margin: 0 10px 10px 2px;
    padding: 0px 0 5px 24px;
    border-bottom: 1px solid red;
}

.notice1 {
    background: url('/gfx/warning.png') no-repeat left top;
    padding: 0 0 20px 40px;
    text-align: left;
    line-height: 16px;
}

span.desc {
    font-size: 9px;
    display: block;
    font-weight: normal;
    color: #888888;

}

textarea, input.text {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

div.info {
    display: block;
    text-align: left;
    padding: 10px 22px;
    font-weight: bold;
    font-size: 11px;
    background: #ABE01D url(/gfx/information.gif) no-repeat left;
    margin: 15px 0;
    border: 1px solid #ABE01D;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

td a.link-edit {
    display: block;
    background: url('/gfx/stock_edit-16.gif') no-repeat left;
    padding: 2px 0 2px 20px;
}

td a.link-view {
    display: block;
    background: url('/gfx/new.gif') no-repeat left;
    padding: 2px 0 2px 20px;
}

form fieldset.options {
    border: 1px solid #BBBBBB;
    text-align: left;
}

form fieldset.options label {
    float: left;
    margin: 0 3px 0 5px;
}

form fieldset.options div {
    float: left;
    margin: 0 5px 0 0;
}

input.date {
    background: #ffffff url('/gfx/icon-date-12.gif') no-repeat right !important;
    width: 110px !important;
    border: 1px solid #ABADB3;
    padding: 2px 3px;
    cursor: pointer;
}


.body1 .top {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.body1 .top div.logo {
    float: left;
    height: 90px;
    margin-top: 10px;
    text-align: left;
    width: 600px;
}

.body1 .top div.logo img {
    float: left;
    margin: 0 20px 0 0;

}

.body1 .top div.logo span {
    display: block;
}

.body1 .top div.right {
    float: right;
    text-align: right;
}

.body1 .top div.logon {
    height: 44px;
}

.body1 .top div.basket {
    margin: 8px 0 0 0;
    float: right;
    text-align: right;
    height: 68px;
    width: 198px;
    background: #fc8b45; /* Old browsers */
    background: -moz-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8b45), color-stop(100%, #fe701e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fc8b45 0%, #fe701e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8b45', endColorstr='#fe701e', GradientType=0); /* IE6-9 */
}

.body1 .top div.basket a {
    text-decoration: none;
    display: block;
    line-height: 18px;
    margin: 4px 8px;
    color: #ffffff;
    background: url('/gfx/basket1.png') no-repeat 4px 6px;
}

.body1 .top #info-box {
    position: absolute;
    left: 210px;
    top: 30px;
    width: 500px;
    height: 30px;
    text-align: left;
    background: url('/gfx/info-box.png') no-repeat left top;
    padding-left: 20px;
}

.body1 .top #info-box a {
    float: left;
    display: block;
    width: 220px;
}

div#main-menu {
    margin: 5px 0 0 0;
    height: 43px;
    white-space: nowrap;
    overflow: visible !important;
    border: 1px solid #E1DFDA;
    background: #e1dfda; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e1dfda)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #e1dfda 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #e1dfda 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e1dfda', GradientType=0); /* IE6-9 */
}

div#main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    height: 43px;
    text-align: left;
    float: left;
}

div#main-menu ul li {
    float: left;
    margin: 0 1px 0 0;
    position: relative;
    z-index: 1;
    line-height: 43px;
}


div#main-menu ul li a {
    display: block;
    padding: 0 10px 0 28px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background: url('/gfx/menu_sprite.png') no-repeat 4px 8px;
}

div#main-menu ul li a.ic1 {
    background-position: 2px -247px
}

div#main-menu ul li a.ic2 {
    background-position: 4px -117px
}

div#main-menu ul li a.ic3 {
    background-position: 4px -175px
}

div#main-menu ul li a.ic4 {
    background-position: 4px -52px
}

div#main-menu ul li a.ic5 {
    background-position: 2px 9px
}

div#main-menu ul li a.ic6 {
    background-position: 2px -314px
}

div#main-menu ul li a.ic7 {
    background-position: 2px -381px
}

div#main-menu ul li a.ic8 {
    background-position: 2px -446px
}

div#main-menu ul li a:hover {
    text-decoration: underline;
}

div#main-menu ul li.this {
    color: #ffffff;
    background: #fc8b45; /* Old browsers */
    background: -moz-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8b45), color-stop(100%, #fe701e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fc8b45 0%, #fe701e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fc8b45 0%, #fe701e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8b45', endColorstr='#fe701e', GradientType=0); /* IE6-9 */
}

div#main-menu ul li.this a {
    color: #ffffff;
}

div#main-menu ul li.this a.ic1 {
    background-position: 2px -282px
}

div#main-menu ul li.this a.ic2 {
    background-position: 4px -147px
}

div#main-menu ul li.this a.ic3 {
    background-position: 4px -214px
}

div#main-menu ul li.this a.ic4 {
    background-position: 4px -85px
}

div#main-menu ul li.this a.ic5 {
    background-position: 2px -20px
}

div#main-menu ul li.this a.ic6 {
    background-position: 2px -347px
}

div#main-menu ul li.this a.ic7 {
    background-position: 2px -414px
}

div#main-menu ul li.this a.ic8 {
    background-position: 2px -478px
}

div.help {
    font-size: 10px;
    text-align: left;
    background: url('/gfx/icon-help.gif') no-repeat left top;
    padding: 3px 0 0 20px;

}


.form2 {
    margin: 10px 0;
}

.form2 fieldset {
    padding: 15px;
    border: 1px solid #E1DFDA;
}

.form2 label {
    float: left;
    width: 120px;
    margin: 0 10px 0 0;
    text-align: right;

}

.form2 div.i,
.form2 div.ic {
    float: left;
    text-align: left;
}

.form2 div.i input,
.form2 div.i select,
.form2 input.t,
.form2 textarea {
    background: #ffffff url('/gfx/field-bg.gif') repeat-x left top;
    border: 1px solid #eeedeb;
    padding: 2px;
}

.form2 .tip1 {
    font-size: 9px;
    color: #222222;
}

.form2 .clear {
    height: 10px;
}

.form2 div.sa {

}

.form2 div.sa .t {
    width: 150px;
}

.form2 div.sa .clear {
    height: 4px;
}

.form2 .button {
    margin-left: 110px;
}

.form2 h4 {
    font-size: 12px;
    text-align: left;
    margin: 0px 0 20px 20px;
}


.form2 .browse {
    background: url('/gfx/folder-search.png') no-repeat left;
    padding: 4px 0 4px 24px;
    cursor: pointer;
}

.order_sum {
}

.order_sum .clear {
    height: 6px;
}

.order_sum label {
    text-align: left;
    width: auto;
    margin-right: 5px;
    float: left;
}

.order_sum .ic {
    float: left;
    width: 400px;
}

.order_sum .val {
    font-weight: bold;
    font-size: 12px;
}

.order_sum textarea {
    width: 300px;
    height: 60px;
    border: 1px solid #ABADB3;
    padding: 3px;
}

label.inline {
    float: none;
    width: 100%;
}

.filtr {
    margin: 0 0 15px 0;
}

.filtr fieldset {
    background: url('/gfx/search-32.gif') no-repeat 2px 5px;
    padding-left: 40px;
}

.filtr .clear {
    height: 5px;
}

.no_result {
    text-align: left;
    font-weight: bold;
    margin: 30px 0;
}

table.logs {
    width: 800px;

}


table.define td, table.define th {
    padding: 8px 3px !important;
    vertical-align: top;
}

/**
* promocje wg cennika
*/
.promotions .item {
    float: left;
    width: 186px;
    margin: 0 12px 12px 0;
    height: 60px;
    font-size: 12px;
    border: 1px solid #D4D4D4;
    text-align: left;
    overflow: hidden;
    text-decoration: none;
}

.promotions .r {
    float: right;
    margin-right: 0px;
}

.promotions .item:hover {
    border: 1px solid #FE711F;
}

.promotions .item * {
    display: block;
    margin: 0 8px;
}

.promotions .item strong {
    height: 32px;
    margin-top: 6px;
    margin-bottom: 4px;

}

.promotions .item span {
    font-size: 9px;
}

/**
* Lista produktow
*/

.offer0 .item {
    float: left;
    width: 147px;
    margin: 0 10px 10px 0;
    height: 60px;
    font-size: 12px;
    border: 1px solid #D4D4D4;
    text-align: left;

}

.offer0 .item:hover {
    border: 1px solid #ED3434;
}

.offer0 .r {
    float: right;
    margin-right: 0px;
}

.offer0 a {
    display: block;
    margin: 5px;
    overflow: hidden;
    text-decoration: none;
}

.offer0 a * {
    display: block;
}

.offer0 a strong {
    height: 32px;
    margin: 0 0 3px 0;
}

.offer0 a span {
    font-size: 9px;
}


.products .item {
}

.products .r {
    float: right;
    margin-right: 0px;

}

.products .item .pict {
    float: left;
    width: 110px;
    margin: 5px 4px;
    height: 135px;
    overflow: hidden;
}

.products .item .pict img {
    width: 110px;
}

.products .item .about {
    text-align: left;
    float: left;
    width: 250px;
    margin: 5px 5px 0 10px;
    position: relative;
}

.products .item .title {
    height: 62px;
    overflow: hidden;
}

.products .item .about .title * {
    display: block;
}

.products .item .about .title a {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.products .item .about .title span {
    font-size: 10px;
}

.products .item .price {
    height: 42px;
}

.products .item .price .ean {
    display: block;
}

.products .item .basket {

}

.products .item .basket .qty {
    border: 1px solid #ABADB3;
    width: 25px;
    text-align: right;
    padding: 2px;
}

.products .item .basket .button {
    padding: 0 12px !important;
}

.products .summary {
    margin: 0 0 10px 0;
    text-align: left;
    height: 34px;
}

.products .summary .left {
    float: left;
}

.products .summary .right {
    float: right;
}

.nav-belt {
    text-align: left;

}

.nav-belt .pages {
}

.nav-belt .pages .title {
    padding-left: 0px;
    margin-left: 0px;
}

.nav-belt .pages * {
    float: left;
    margin: 0 2px;
    padding: 3px 4px;
    font-weight: bold;
    text-decoration: none;

}

.nav-belt b {
    background: #fffff;
    border: 2px solid #fe701e;
}

.nav-belt a {
    color: #ffffff;
    background: #fe701e;
    border: 2px solid #fe701e;
}

/* ordeer, formularz zamowienia */
.order .buy {
    white-space: nowrap;
}

.order .buy div {
    margin: 2px 0;
}

.order .priceField {
    width: 40px;
}

.order .e1 {
    color: red;

}

.order .buttons {
    height: 40px;
    margin: 20px 0 0 0;
}

.order .buttons * {
    display: block;
    float: left;
    line-height: 40px;
}

.order .buttons .button {
    float: right;
    font-size: 12px;
}

.order .buttons .bggr1 {
    height: 28px;
    line-height: 28px;
    padding: 0 25px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    margin: 0 10px 0 0;
    cursor: pointer;
    color: #333333;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}


.ui-autocomplete-loading {
    background: white url('/gfx/ui-anim_basic_16x16.gif') right center no-repeat;
}

ul.ui-autocomplete li.ui-menu-item {
    text-align: left;
}

/* UI tabele */

.ui_ajax_table {
    border-collapse: collapse;
}

.ui_ajax_table * {
    font-size: 11px;
}

.ui_ajax_table td {
    vertical-align: top;
    text-align: left;
    padding: 3px;
}

.ui_ajax_table td.center {
    text-align: center;
}

.ui_ajax_table tr.even td {
    background: #DDDDDD;
}

.error_404 {
    text-align: left;
}

.articles {
}

.articles .item {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #E1DFDA;
    margin: 10px 0;
    line-height: 18px;
    text-align: left;
    overflow: hidden;
}

.articles .noline {
    border-bottom: none;
}

.articles .item .title {
    font-weight: bold;
    color: #fe701e;
    font-size: 12px;
    margin: 0 0 12px 0;
}


/* TipTip CSS - Version 1.2 */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgb(25, 25, 25);
    background-color: rgba(25, 25, 25, 0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    text-align: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25, 25, 25);
    border-top-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25, 25, 25);
    border-bottom-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25, 25, 25);
    border-right-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25, 25, 25);
    border-left-color: rgba(25, 25, 25, 0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45, 45, 45, 0.88);
    }

    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(45, 45, 45, 0.88);
    }

    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20, 20, 20, 0.92);
    }
}

/* Dodane przez �ukasz Webcom */

.linki_wydruk {
    float: right;
}

.kom_ok {
    font-size: 15px;
    font-weight: bold;
    color: #45af0c;
    padding: 50px 0;
}

#kol_przypomnienie {
    float: none;
    width: 400px;
    margin: 0 auto;
    padding-bottom: 80px;
}
