html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    background: #244A8A url('imgs/head_back.jpg') 50% 0 no-repeat;
}
#main {
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 100%;
    position: relative;
    background: transparent;
}
#mtab-up .inner {
    margin: 0;
    text-align: center;
}
#main .contener,
#main div.contener {
    clear:both;
    padding: 0;
    margin: 0 auto;
    width: 1190px;
}
#main #content,
#main div#content {
    padding-bottom: 30px;
}
#main.small-screen .contener {
    width: 990px !important;
}
#head {
    position: relative;

    height: 305px;
}
#head-logo {
    position: absolute;
    left: 10px;
    top: 10px;
}
#head-logo-txt {
    position: absolute;
    top: 205px;
    left: 0;
}
#head-toolbar-outer {
    position: fixed;
    top: 0;
    z-index: 10000;
}
#head-toolbar {
    position: absolute;
    right: 0;
    top: 0;

}
#head-toolbar a { 
    color: white; 
}
#head-toolbar > * { 
    font-size: 14px; 
}
#head-toolbar *.small { 
    font-size: 12px;
}
#head-toolbar .column {
    height: 40px;
    margin: 0 0 0 16px;
    padding: 1px 15px;
    background: #3F6FD1 url('imgs/diagonal.png') 0 0 repeat;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px #002a62;
    -moz-box-shadow: 2px 2px 10px #002a62;
    box-shadow: 2px 2px 10px #002a62;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
#head-toolbar .column:hover { 
    background-color: #5b8ccd; 
}
#head-toolbar .column p {
    margin: 0;
    padding: 0;
}
#head-toolbar .column:first-child { margin-left: 0; }
#head-toolbar .column p.title { font-size: 14px; }
#head-toolbar .column.account-menu ul { margin: 0; padding: 0; list-style: none; }
#head-toolbar .column.account-menu ul li { margin: 0; }
#head-toolbar .column.account-menu ul li a { color: white; }
#head-toolbar .column.quick-search { margin-right: 5px;}
#head-toolbar .column.quick-search form {
    margin: 0;
    padding: 0;
}
#head-toolbar .column.quick-search form p { position: relative; }
#head-toolbar .column.quick-search form p #head-search-submit {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0;
    border: none;
    width: 24px;
    height: 22px;
    text-indent: -999em;
    cursor: pointer;
    background: transparent url('imgs/head-search-submit.jpg') 50% 50% no-repeat;
}
#head-toolbar .column.quick-search form #head-search-query {
    border: solid 1px black;
    -moz-box-shadow: inset 1px 1px 5px gray;
    -webkit-box-shadow: inset 1px 1px 5px gray;
    box-shadow: inset 1px 1px 5px gray;
    width: 200px;
    padding: 3px;
}
#head-toolbar .column a * { 
    color: white; 
}
#head-toolbar .column a { 
    color: white; 
}
.head-menu {
    position: absolute;
    top: 0;
    left: 220px;
    height: 58px;
    width: 670px;
    display: table;
}
.head-menu ul {
    position: relative;
    list-style: none;
    color: white;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: table-row;
}
.head-menu ul li {
    display: table-cell;
    margin-left: 0;
    padding-right: 10px;
    vertical-align: middle;
    text-align: center;
}
.head-menu ul li:first-child {
    padding-right: 0;
}
.head-menu ul li a {
    color: white;
}
#head-banners {
    position: absolute;
    top: 62px;
    right: 290px;
}
.red-banners {
    position: relative;
    width: 680px;
    height: 240px;
    overflow: hidden;
}
.red-banners.loading {
    background: white url('imgs/loading.gif') 50% 50% no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.small-screen .red-banners { 
    width: 480px; 
}
.red-banners .banner-item {
    display: none;
    position: absolute;
    height: 240px;
    width: 680px;
}
.red-banners .banner-item > a > img,
.red-banners .banner-item > img {
    display: block;
    height: 100%;
    width: 100%;
    display: block;
}
.red-banners-controls {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
ul.red-banners-controls {
    list-style: none;
    margin: 0;
    padding: 0;
}
.red-banners-controls .red-banners-bullet {
    margin-left: 4px;
    width: 8px;
    height: 8px;
    background: transparent;
    border: solid 2px white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}
ul.red-banners-controls li.red-banners-bullet {
    display: block;
    float: left;
}
.red-banners-controls .red-banners-bullet.active {
    background: white;
    background: rgba(255,255,255, 0.7);
}
#head-map {
    position: absolute;
    top: 62px;
    right: 0;
    width: 290px;
}
#menu-bar {
    position:relative;
}
#content {
    margin-top: 10px;
    margin-bottom: 150px;
    background: white;
    position: relative;
}
#left-column {
    width: 18%;
    margin-top: 15px;
    margin-right: 2%;
}
#main-column {
    width: 80%;
    margin-top: 15px;
}
#center-column {
    width: 60%;
}
#right-column {
    margin-left: 2%;
    width: 18%;
}
.columns-row {
    clear: both;
    margin: 0;
    padding: 0;
}
.columns-row:after {
    display: block;
    content: '.';
    text-indent: -999em;
    overflow: hidden;
    height: 1px;
    visibility: hidden;
    clear: both;
}
.columns-row .column {
    float: left;
}
.columns-row .column10 { float: left; width: 10%; }
.columns-row .column20 { float: left; width: 20%; }
.columns-row .column30 { float: left; width: 30%; }
.columns-row .column40 { float: left; width: 40%; }
.columns-row .column50 { float: left; width: 50%; }
.columns-row .column60 { float: left; width: 60%; }
.columns-row .column70 { float: left; width: 70%; }
.columns-row .column80 { float: left; width: 80%; }
.columns-row .column90 { float: left; width: 90%; }
.columns-row .column1-3 { float: left; width: 33.33333%; }
.columns-row .column2-3 { float: left; width: 66.66666%; }
.columns-row .column1-4 { float: left; width: 25%; }
.columns-row .column3-4 { float: left; width: 75%; }
div.box {
    overflow: hidden;
    margin: 0 0 0 0;
}
div.box.highlighted {
    background: #FCF1D8;
}
div.box .box-title {
    margin: 10px;
    font-weight: bold;
    font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
    overflow: visible;
}
div.box div.box-title { font-size: 24px; }
div.box h1.box-title { font-size: 24px; }
div.box h2.box-title { font-size: 22px; }
div.box h3.box-title { font-size: 20px; }
div.box h4.box-title { font-size: 18px; }
div.box h5.box-title { font-size: 16px; }
div.box .box-title a {
    color: inherit;
    text-decoration: none;
}
div.box .box-title.lightgray {
    height: 42px;
    color: #333333;
    border: none;
    line-height: 42px;
    font-size: 18px;
}
div.box .box-body.lightgray {
    background: rgba(0,0,0,0.03);
    border: none;
}
div.box .box-body {
    padding: 10px;
}
div.box .box-body table {
    width: 100%;
}
div.box .box-title i[class^="icon-"] {
    float: right;
    display: block;
    vertical-align: middle;
}
div.box.tabbed .box-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}
div.box.tabbed .box-menu li {
    display: block;
    float: left;
    margin: 0 0 0 1%;
    padding: 0;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    transition: background-color 0.4s;
    border: 1px solid #D1D1D1;
    z-index: 1;
    padding-bottom: 5px;
    border-top-left-radius: 10px;  border-top-right-radius: 10px;
    position: relative;
    background: white;
    font-size: 8pt;
    min-width: 30%;
}
div.box.tabbed > .box-body {
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 7px;
    z-index: 2;
    margin-top: -7px;
    position: relative;
}
div.box.tabbed .box-menu li.active {
    background: #FCD20A;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
div.box.tabbed .products-list > .box-body {
    padding: 0;
}
div.box.tabbed .products-list [class*="column"] .box-body {
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 7px;
}
div.box.tabbed .box-menu li:first-child {
    margin-left: 0;
}
div.box.tabbed .box-menu li a {
    display: block;
    padding: 3px 15px;
    text-decoration: none;
    color: #135F2B;
    font-size: 14px;
    min-width: 90px;
    text-align: center;
}
div.box.tabbed .box-menu:after {
    content: '';
    display: table;
    clear: both;
    height: 0;
}
div.box.tabbed .box-bod {
    width: 100%;
}
div.box.border-cros .box-body table,
div.box.border-lines .box-body table,
div.box.border-lines-last-right .box-body table { border-collapse: collapse; }
div.box.border-lines .box-body table tr td,
div.box.border-lines-last-right .box-body table tr td { border-top: solid 1px #e5e5e5; vertical-align: middle; }
div.box.border-lines .box-body table tr.even td,
div.box.border-lines-last-right .box-body table tr.even td { background: #F8F8F8; }
div.box.border-lines-last-right .box-body table tr td:first-child { text-align: left; }
div.box.border-lines-last-right .box-body table tr td:last-child { text-align: right; }
div.box.border-lines .box-body table tr:first-child td,
div.box.border-lines-last-right .box-body table tr:first-child td { border-top: none; }
div.box.border-lines .box-body table tr:first-child td {background-color: #E0E0E0; font-weight: bold; }
div.box.border-cros .box-body table tr td { border-top: solid 1px #C9C8BA; }
div.box.border-cros .box-body table tr:first-child td { border-top: none; }
div.box.border-cros .box-body table tr td:first-child { border-left: none; }
div.box.products-list {
    padding-bottom: 10px;
}

div.box.products-list .display-table {
    table-layout: fixed;
    empty-cells: hide;
    width: 100%;
    border-spacing: 10px;
}
div.box.products-list .products-list-item {
    border: solid 1px #D1D1D1;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
div.box.products-list .products-list-item:hover {
    -webkit-box-shadow: 0 0 10px #badbee;
    -moz-box-shadow: 0 0 10px #badbee;
    box-shadow: 0 0 10px #badbee;
}
div.box.products-list .products-list-item a.products-link {
    display: block;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 5px;
    text-decoration: none;
}
div.box.products-list .products-list-item a.products-link div {
    text-align: center;
}
div.box.products-list .products-list-item .product-name {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    min-height: 30px;
}
div.box.products-list .products-list-item .product-price {
    color: blue;
    font-size: 15px;
    font-weight: normal;

}
div.box.products-list a.products-link img.small-img {
    max-height: 165px;
    width: auto;
}
div.box.products-list a.products-link img.product-top-right-status,
div.box.products-list a.products-link img.product-top-left-status {
    position: absolute;
    top: -5px;
}
div.box.products-list a.products-link img.product-bottom-right-status,
div.box.products-list a.products-link img.product-bottom-left-status {
    position: absolute;
    bottom: -5px;
}
div.box.products-list a.products-link img.product-top-right-status,
div.box.products-list a.products-link img.product-bottom-right-status { 
    right: -10px; 
}
div.box.products-list a.products-link img.product-top-left-status,
div.box.products-list a.products-link img.product-bottom-left-status { 
    left: -10px; 
}
[class^=" icon-"], [class*="icon-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
}
.icon-mag-glass {
    background: transparent url(imgs/icons.png) -140px 0 no-repeat;
    height: 30px;
    width: 30px;
}
.icon-map-pointer {
    background: transparent url(imgs/icons.png) 0 -73px no-repeat;
    width: 23px;
    height: 20px;
}
/* ############## PRAWA KOLUMNA ##################### */
#main-column .columns-row .column.left {
    width: 66%;
    padding: 1% 2%;
}
#main-column .columns-row .column.right {
    width: 29%;
}
#main-column .columns-row .column.right ul,
#main-column .columns-row .column.right ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
#main-column .columns-row .column.right ul li { 
    margin-top: 10px; 
}
#main-column .columns-row .column.right ul li img {
    max-width: 100%;
}
/* ############## END PRAWA KOLUMNA ##################### */
.section-box {
    margin: 10px 0;
    padding: 0;
}
form table {
    border-collapse: collapse;
    margin: 0 auto;
}
form table tr td {
    vertical-align: middle;
    padding: 5px;
    table-layout: fixed;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
form table tr:hover td { 
    background: #f8f8f8; 
}
form table tr td:first-child {
    width: 25%;
}
form.section-box table tr td:first-child {
    text-align: right;
}
form button[disabled="disabled"],
form input[type="submit"][disabled="disabled"] {
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: not-allowed;
}
#login-form table td {
    background: none;
}
#login-form input[type="text"],
#login-form input[type="password"] { 
    width: 300px; 
}
input[type="text"], input[type="password"], select {
    padding: 3px;
    border: solid 1px #B5B5B5;
    background: white;
    outline: none;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 250px;
    font-size: 12px;
    line-height: 12px;
    height: 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: border-color 0.5s, -webkit-box-shadow 0.2s;
    -moz-transition: border-color 0.5s, -moz-box-shadow 0.2s;
    transition: border-color 0.5s, box-shadow 0.2s;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    font-family: sans-serif;
    padding: 3px;
    border: solid 1px #B5B5B5;
    background: white;
    outline: none;
    border: solid 1px #B5B5B5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: border-color 0.5s, -webkit-box-shadow 0.2s;
    -moz-transition: border-color 0.5s, -moz-box-shadow 0.2s;
    transition: border-color 0.5s, box-shadow 0.2s;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    -moz-box-shadow: 0 0 3px #009900;
    -webkit-box-shadow: 0 0 3px #009900;
    box-shadow: 0 0 3px #009900;
    border-color: #009900;
}
input[type="text"].error, input[type="password"].error, select.error, textarea.error {
    border-color: red;
    background-color: #f6dfdf;
}
input[type="text"].error:focus, input[type="password"].error:focus, select.error:focus, textarea.error:focus {
    -moz-box-shadow: 0 0 3px #900;
    -webkit-box-shadow: 0 0 3px #900;
    box-shadow: 0 0 3px #900;
}
[class^='btn'],[class*='btn'] {
    border: none;
    color: white;
    font-family: 'Trebuchet MS', sans-serif;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 2px;
    vertical-align: middle;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 10px;
}
a[class^='btn'], a[class*='btn'] {
    color: white;
    text-decoration: none;
}
.btn-big {
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #0160FE;
}
.btn-big-gray {
    width: 220px;
    height: 40px;
    line-height: 40px;
    background-position: 0 -40px;
    font-size: 18px;
    background: #878684;
}
.btn-middle {
    height: 27px;
    line-height: 27px;
    background-position: 0 -105px;
    font-size: 14px;
    background: #0160FE;
    font-weight: bold;
}
.btn-middle-gray {
    height: 27px;
    line-height: 27px;
    background-position: -100px -105px;
    font-size: 14px;
    background: #878684;
    font-weight: bold;
}
.btn-middle-blue {
    height: 27px;
    line-height: 27px;
    background-position: -100px -105px;
    font-size: 14px;
    background: #0160FE;
    color: white;
    font-weight: bold;
}
.btn-add-to-cart,
.btn-add-to-folder {
    background: transparent url('imgs/buttons.png') 0 0 no-repeat;
    text-indent: -999em;
    width: 164px;
    height: 63px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-add-to-folder {
    background-position: 0 -63px;
}
.txt-center { 
    text-align: center; 
}
.txt-right { 
    text-align: right; 
}
.fields-errors {
    border: solid 1px #f2b0b0;
    background: #fff0f0;
    padding: 0;
    list-style: none;
    margin: 5px auto;
    color: #880000;
    font-size: 11px;
    overflow: hidden;
    padding: 1px;
    text-shadow: 0 1px 0 white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 0 1px white, 1px 1px 2px #dcdcdc;
    -webkit-box-shadow: inset 0 0 0 1px white, 1px 1px 2px #dcdcdc;
    box-shadow: inset 0 0 0 1px white, 1px 1px 2px #dcdcdc;
    display:block;
    clear:both;
}
.fields-errors li {
    border-top: dashed 1px #f9baba;
    padding: 3px 5px;
    -moz-box-shadow: inset 0 20px 30px white;
    -webkitbox-shadow: inset 0 20px 30px white;
    box-shadow: inset 0 20px 30px white;
}
.fields-errors li:first-child { 
    border-top: none; 
}
.page-content {
    background: white;
    margin: 10px auto;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
hr {
    height: 0;
    padding: 0;
    margin: 10px 0;
    background: transparent;
    border: none;
    border-top: solid 1px lightgray;
}
/* ################## NEWS ################## */
div.news { 
    position: relative; 
    clear: both; 
    min-height: 100px; 
    padding: 0 0 40px 0; 
}
div.news p.more { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
}
div.news p.more,
div.news p.more a img {
    vertical-align: baseline;
}
div.news p.more a img { 
    margin-right: 3px;
}
div.news .news-img {
    border: solid 5px white;
    padding: 0;
    display: block;
    overflow: hidden;
    float:left;
    margin: 0 10px 10px 0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -moz-box-shadow: 1px 1px 5px lightgray;
    -webkit-box-shadow: 1px 1px 5px lightgray;
    -o-box-shadow: 1px 1px 5px lightgray;
    box-shadow: 1px 1px 5px lightgray;
}
div.news .news-date {
    font-size: 13px;
    color: gray;
    float: right;
    margin: 0 0 10px 10px;
}
.news-short-list {
    list-style: url(imgs/arr_plus.gif);
    margin: 0;
    padding: 0 0 0 20px;
}
.news-short-list li {
    padding: 0;
    margin: 0 0 5px 0;
}
.news-short-list li a { 
    text-decoration: none; 
}
div.news ul.news-gallery {
    clear: both;
    list-style: none;
    padding: 10px 0;
    margin: 10px 0;
    border-top: solid 1px lightgray;
}

div.news ul.news-gallery:after {
    display: block;
    content: '.';
    text-indent: -999em;
    overflow: hidden;
    visibility: hidden;
    width: 1px;
    height: 1px;
    clear: both;
}

div.news ul.news-gallery li {
    display: block;
    float: left;
}

div.news ul.news-gallery li a {
    border: solid 5px white;
    padding: 0;
    display: block;
    overflow: hidden;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -moz-box-shadow: 1px 1px 5px lightgray;
    -webkit-box-shadow: 1px 1px 5px lightgray;
    -o-box-shadow: 1px 1px 5px lightgray;
    box-shadow: 1px 1px 5px lightgray;

}
div.news-preview {
    border-top: solid 1px lightgray;
    margin: 5px 30px;
    padding: 5px 0;
    clear: both;
}
div.news-preview:first-child { 
    border: none; 
}
div.news-preview h3 {
    font-size: 18px;
    display: block;
    background: url(imgs/arr_plus.gif) 0 50% no-repeat;
    text-indent: 15px;
    margin-left: -15px;
}
div.news-preview p.np-date { 
    font-size: 12px;
}
div.news-preview .np-img {
    float: left;
    display: block;
    margin: 5px 40px 5px 0;
    border: solid 1px #E4E4E4;
}
div.news-preview p.more {
    text-align: right;
    vertical-align: middle;
    clear: both;
}
div.news-preview p.more img { 
    vertical-align: middle; 
}
/* ################## END NEWS ################## */

/* ############### MESSAGES #################### */
.messages > div {
    margin: 5px 0;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    text-shadow: 0 1px white;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: inset 0 15px 30px rgba(255,255,255, 0.45),
        inset 0 0 1px white;
    -webkit-box-shadow: inset 0 15px 30px rgba(255,255,255, 0.45),
        inset 0 0 1px white;
    box-shadow: inset 0 15px 30px rgba(255,255,255, 0.45),
        inset 0 0 1px white;

    position: relative;
    color: #0C1F39;
}

.messages .error { border-color: #990000; background: #990000; color: white; text-shadow: 0 1px black;}
.messages .message { border-color: #EEE55D; background: #EEE55D; }
.messages .warning { border-color: #DF8200; background: #DF8200; }

.messages > div .redjs-close-btn {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url(imgs/close-btn.png) 0 0 no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/* ############### END MESSAGES ################ */

.left { 
    text-align: left; 
}
.center { 
    text-align: center;
}
.right { 
    text-align: right; 
}

.label {
    cursor: pointer;
    padding: 0 6px;
    background: green;
    border: solid 1px green;
    color: white;
    min-width: 60px;
    display: inline-block;
    text-align: center;

    -moz-box-shadow: inset 0 5px 10px rgba(255,255,255, 0.3),
        inset 0 0 1px white,
        1px 1px 2px silver;
    -webkit-box-shadow: inset 0 5px 10px rgba(255,255,255, 0.3),
        inset 0 0 1px white,
        1px 1px 2px silver;
    -o-box-shadow: inset 0 5px 10px rgba(255,255,255, 0.3),
        inset 0 0 1px white,
        1px 1px 2px silver;
    box-shadow: inset 0 5px 10px rgba(255,255,255, 0.3),
        inset 0 0 1px white,
        1px 1px 2px silver;

    -moz-text-shadow: 0 1px 0 #333;
    -webkit-text-shadow: 0 1px 0 #333;
    -o-text-shadow: 0 1px 0 #333;
    text-shadow: 0 1px 0 #333;

    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a.label:hover {
    color: white;
    text-decoration: none;
    background: darkred;
    border-color: darkred;
}

/* ############### PROGRESS BAR ################ */

.progress-bar {
    display: block;
    margin: 10px;
    padding: 0;
    background: #CCCCCC;
}

.progress-bar .pb-barr {
    display: block;
    height: 8px;
    width: 0%;
    background: #009900;
}

/* ############# END PROGRESS BAR ############## */

/* DISPLAY: TABLE */

.display-table {
    display: table;
}

.display-table-row {
    display: table-row;
}

.display-table-cell {
    display: table-cell;
}


/* END DISPLAY: TABLE */

/* WRAPPERY */

#columns-2-left-content,
#columns-2-right-content {
    margin-top: 5px;
    width: 100%;
}

#columns-2-left-content .right-col,
#columns-2-right-content .left-col {
    width: 20%;
}

#columns-2-left-content .right-col > div,
#columns-2-right-content .left-col > div {
    padding: 10px;
    background: white;
}

#columns-2-left-content  .right-col > div { margin: 0 0 0 5px; }
#columns-2-right-content .left-col > div { margin: 0 5px 0 0; }

#columns-2-left-content .left-col,
#columns-2-right-content .right-col { background: white; }

#columns-2-left-content .right-col div.box { margin: 10px 0 0 0; }
#columns-2-left-content .right-col div.box:first-child { margin-top: 0; }

/* END WRAPPERY */

.box_search {
    position:absolute;
    right:20px;
    top:40px;
    width:315px;
}
.search_input {
    float:left;
    width:252px;
    height:23px;
    background:url(imgs/box_search_back.jpg) left top no-repeat;
}
.search_input input {
    background:none;
    border:none;
    margin:0 0 0 5px;
    font-size:11px;
    width:195px;
}
.search_btn {
    float:right;
    padding: 0;
    margin: 0;
}
.search_btn image {
    padding: 0;
    margin: 0;
}

#bottom {
    height: 175px;
    position: relative;
    background: white url('imgs/footer_gradient.jpg') 0 100% repeat-x;
}

#bottom > .inner {
    padding: 0 10px 0 190px;
    margin: 0 25px;
    border-top: solid 1px #DFDFDF;
    background: url(imgs/small_logo.gif) 60px 60px no-repeat;
}

#bottom-lower {
    clear: both;
    margin-top: 5px;
}

#bottom-lower p {
    font-size: 11px;
    color: gray;
}

#bottom ul#b-menu {
    display: block;
    margin: 10px 0 25px -5px;
    padding: 0;
    font-size: 11px;
}

#bottom ul#b-menu li {
    margin: 0;
    padding:0;
    display: inline;
}

#bottom ul#b-menu li a {
    display: inline-block;
    margin: 0 5px;
    color: #333;
}
#bottom ul#b-menu li a:hover {
    text-decoration:none;
    color: #ccc;
}
/*************************************/
.paging {
    padding: 2px;
    height:16px;
    font-size:11px;
    text-align:center;
    color: #A63709;
}
/*************************************/
#categories-menu {
    display: table;
    position: absolute;
    top: 120px;
    left: 60px;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
    width: 1070px;
    z-index: 101;
}
.small-screen #categories-menu {
    width: 870px;

}
#categories-menu > ul {
    display: table-row;
}
#categories-menu > ul > li {
    display: table-cell;
    height: 51px;
    padding: 0 0 0 41px;
    margin: 0;
    background: transparent url('imgs/menu_item_list_style.png') 0 0 no-repeat;
}
.small-screen #categories-menu > ul > li {
    padding: 0 0 0 20px;
    background: transparent url('imgs/menu_item_list_style.png') -10px 0 no-repeat;
}
#categories-menu > ul li:first-child {
    background: none;
    padding-left: 0;
}
#categories-menu > ul > li > a {
    position: relative;
    z-index: 102;
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 10px 0 10px;
    margin: 5px 0 0 0;
    cursor: default;
    height: 27px;
    border: solid 2px transparent;
    text-align: center;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
#categories-menu > ul > li > .cats-sub {
    display: none;
    position: absolute;
    top: 45px;
    left: -20px;
    right: -20px;
    background: white;
    z-index: 101;
    min-height: 100px;
    border: solid 1px black;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 4px black;
    -moz-box-shadow: 2px 2px 4px black;
    box-shadow: 2px 2px 4px black;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#categories-menu > ul li.hover > a {
    color: #333;
    background: white;
    border: solid 2px black;
    border-bottom-color: white;
}
#categories-menu > ul li .cats-sub ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
#categories-menu > ul li .cats-sub ul li {
    display: block;
    float: none;
    background: none;
    padding: 3px 10px;
    margin: 0;
    height: auto;
    border-top: solid 1px silver;
}
#categories-menu > ul li .cats-sub ul li:first-child {
    border-top: none;
}
#categories-menu > ul li .cats-sub ul li,
#categories-menu > ul li .cats-sub ul li a {
    color: #333;
}
#categories-menu > ul li .cats-sub ul li a:hover { 
    text-decoration: underline; 
}
#categories-menu > ul li .cats-sub div.box {
    margin: 0;
    padding: 0;
    width: 25%;
}
#categories-menu > ul li .cats-sub div.box .box-title {
    padding: 0 0 5px 0;
    margin: 0 0 5px 10px;
    border-bottom: solid 1px gray;
}
#categories-menu > ul li .cats-sub div.box:first-child .box-title {
    margin-left: 0; 
}
#categories-menu > ul li .cats-sub div.box .box-body {
    margin: 0 0 0 10px;
    padding: 0;
}
#categories-menu > ul li .cats-sub div.box:first-child .box-body { 
    margin-left: 0; 
}
#categories-list .box-body .columns-row .column {
    width: 23.50%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 1%;
    height: 200px;
    border: solid 1px #D1D1D1;
    text-align: center;
    font-size: 15px;
    color: #666666;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#categories-list .box-body .columns-row a.column:hover {
    box-shadow: 0 0 10px #badbee;
}
#categories-list img.category-image {
    max-width: 85%;
    display: block;
    margin: 8px auto;
}
#overlay {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 100;
}
/* PRODUKTY */
div.box.product-single div.box.highlighted {
    margin: 5px 0;
}
div.box.product-single h1.box-title {
    background: url('imgs/hr_double_line.gif') 0 100% repeat-x;
    padding-bottom: 5px;
    padding-left: 5px;
}
div.box.product-single div.box.highlighted .box-title {
    border-bottom: solid 1px #C9C8BA;
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}
div.box.product-single div.box.tabbed {
    margin-top: 20px;
    position: relative;
}
div.box.product-single .main-image {
    position: relative;
    margin: 4px 10px 0 0;
    text-align: center;
    border: solid 1px silver;
}
div.box.product-single .other-images {
    margin: 4px 10px 0 0;
    border: solid 1px silver;
    padding: 10px;
}
div.box.product-single .main-image a {
    display: block;
}
div.box.product-single .main-image .icon-mag-glass {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: white;
}
#products-packing-ways .box-body label {
    cursor: pointer;
    padding: 10px;
    background: white;
    display: block;
    float: left;
    border: solid 1px #eee;
    margin-left: -1px;
    z-index: 0;
    position: relative;
    -moz-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
#products-packing-ways .box-body label:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#products-packing-ways .box-body label:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#products-packing-ways .box-body:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
}
#products-packing-ways .box-body label.checked {
    border-color: #999;
    z-index: 1;
}
#products-packing-ways .box-body input[type="radio"] {
    display: none;
}
#products-amounts select {
    width: auto;
}
/* END PRODUKTY */

/* MENU KATEGORII PRODUKTÓW */
#cats-vertical-menu.box .box-body {
    padding: 0;
}
#cats-vertical-menu .box-body > ul {
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #0C1F39;
}
#cats-vertical-menu .box-body > ul > li:first-child {
    border-top: none;
}
#cats-vertical-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F8F8F8;
}
#cats-vertical-menu ul ul {
    display: none;
}
#cats-vertical-menu ul.opened li {
    background: #D1D1D1;
}
#cats-vertical-menu li.active > ul {
    display: block;
    background: #EAEAEA;
}
#cats-vertical-menu ul li {
}
#cats-vertical-menu ul li > a {
    position: relative;
    color: #0C1F39;
}
#cats-vertical-menu ul li a {
    display: block;
    padding: 5px;
}
#cats-vertical-menu .box-body ul li.active > a {
}
#cats-vertical-menu .box-body  ul li > a:hover,
#cats-vertical-menu .box-body  ul li.opened > a {
    background-color: #E0E0E0;
    color: blue;
}
#cats-vertical-menu ul ul li a { padding-left: 25px; }
#cats-vertical-menu ul ul ul li a { padding-left: 50px; }
#cats-vertical-menu ul ul ul ul li a { padding-left: 75px; }
#cats-vertical-menu ul ul ul ul ul li a { padding-left: 100px; }
#cats-vertical-menu ul ul ul ul ul ul li a { padding-left: 125px; }
#cats-vertical-menu ul ul ul ul ul ul ul li a { padding-left: 150px; }
#cats-vertical-menu .icon-side-menu-open-indicator {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-right-color: gray;
}
#cats-vertical-menu .icon-side-menu-open-indicator.opened {
    border-right-color: transparent;
    border-top-color: gray;
    margin-top: -2px;
    right: 7px;
}
#cats-vertical-menu {
    clear:both; 
    padding-top: 10px;
}
/* END MENU KATEGORII PRODUKTÓW*/

/* SPINNER */
.spinner-cont {
    display: inline-block;
    vertical-align: middle;
    border: solid 1px gray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px silver;
    background: white;
    height: 24px;
    overflow: hidden;
    padding: 0 0 0 4px;
    white-space: nowrap;
    -moz-box-shadow: inset 2px 2px 4px #ddd;
    -webkit-box-shadow: inset 2px 2px 4px #ddd;
    box-shadow: inset 2px 2px 4px #ddd;
}
.spinner-cont .has-spinner {
    border: none;
    background: none;
    box-shadow: none !important;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
}
.spinner-cont .spinner-button {
    display: inline-block;
    padding: 0;
    height: 100%;
    width: 24px;
    background: #bbb;
    border: none;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    margin: 0 -1px 0 0;
    color: white;
    cursor: pointer;
    font-size: 16px;
    -moz-box-shadow: inset 0 5px 10px #e0e0e0;
    -webkit-box-shadow: inset 0 5px 10px #e0e0e0;
    box-shadow: inset 0 5px 10px #e0e0e0;
    text-align: center;
    box-sizing: content-box !important;
    text-shadow: 0 1px 0 gray;
}
.spinner-cont .spinner-button:hover {
    background: #ccc;
}
.spinner-cont .spinner-button:active {
    background: silver;
    -moz-box-shadow: inset 2px 2px  4px gray;
    -webkit-box-shadow: inset 2px 2px  4px gray;
    box-shadow: inset 2px 2px  4px gray;
}
/* END SPINNER */

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
/********SITE CONTACT FORM*******************/
#site-contact-form .fields-errors{
    float: right;
}
#site-contact-form .contact-form-row{
    position: relative;
    width: 95%;
    clear: both;
}
#site-contact-form .contact-form-row label{
    display: block;
    margin: 20px 0 5px 0;
}
#site-contact-form .contact-form-row:first-child label{
    margin: 0 0 5px 0;
}
#site-contact-form input, textarea {
    max-width: 70%;
}
textarea.order-remarks {
    max-width: 50%;
    width:50%;
}
.gmap-canvas-container {
    border: solid 1px gray;
    display: inline-block;
    margin: 10px 2%;
    width: 95%;
    box-shadow: 2px 2px 2px silver;
    -webkit-box-shadow: 2px 2px 2px silver;
    -moz-box-shadow: 2px 2px 2px silver;
    border-radius: 2px;
    overflow: hidden;
    padding: 2px;
}
.gmap-canvas-container > div {
    min-width: 640px;
    min-height: 460px;
}
.gmap-canvas-container a {
    color: #1D68AE;
}
.gmap-info-window-title {
    font-size: 130%;
    color: #333;
    text-shadow: 1px 1px 2px silver;
}
#fast-search {
    margin: 0;
    padding: 0;
}
#fast-search:after {
    clear: both;
}
#fast-search p {
    margin: 0;
    padding: 0 0 10px 5%;
}
#fast-search p input[name="query"] {
    margin: 0;
    width: 94%;
    padding: 2% 21% 2% 2%;
    height: 24px;
    display: block;
    float: left;
    border-radius: 4px;
}
#fast-search p input[name="query"]:focus {
    box-shadow: 0 0 10px #52a7da;
    border-color: #1D68AE;
}
#fast-search p input[type="submit"] {
    margin: 0;
    width: 20%;
    background: #1D68AE url(imgs/search.png) 50% 50% no-repeat;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 4px;
    height: 24px;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -20%;
    display: block;
    float: left;
}
img.dotpay-informer{
    float: right;
    max-width: 400px;
}
.breadcrumbs {
	display: block;
	padding: 20px 10px 10px 10px;
	font-size: 11px;
}
.breadcrumbs ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.breadcrumbs ul li {
	display: inline;
	padding-left: 25px;
	background: url('imgs/arr_plus.gif') no-repeat 10px 3px;
}
.breadcrumbs ul li:first-child {
	background: none;
	padding-left: 0;
}
.old-price, .old-price .product-price-label{
	color: red;
}

i.icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
i.remove-from-basket {
    background: url('imgs/remove.gif') no-repeat;
}
.relative {
    position: relative;
}
.delivery-address-form-container {
    float: right;
    width: 60%;
    height: 100%;
    min-height: 140px;
}
.delivery-address-form {
    display: none;
}
.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
    background: white url('imgs/loading.gif') no-repeat;
    background-position: 50% 50%;
}
.pretty-title {
    min-width: 110px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
.add-to-basket.pretty-title {
    color: #145F2B;
    font-size: 10pt;
    text-decoration: none;
    text-align: center;
}
.single-product-name {
    color: #0960F2;
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.product-name,
.product-name > * {
    font-weight: bold;
}
.product-price {
    font-weight: bold;
}
.product-price:before {
    content: '';
}
.product-price-label {
    color: #615F4B;
}
.product-single-price {
    margin-bottom: 10px;
}
.product-single-price * {
    font-size: 11pt;
}
.product-single-cat-num,
.product-single-cat-num * {
    font-size: 10pt;
    font-weight: bold;
}
.double-bottom-border {
    border-bottom: #C9C8BA 4px double;
}
.double-top-border {
    border-top: #C9C8BA 4px double;
}
a.see-more {
    font-weight: bold;
    color: #615F4B;
}
.margin-10 {
    margin: 10px;
}
.margin-15 {
    margin: 15px;
}
.margin-20 {
    margin: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.box-with-overflow {
    overflow: visible !important;
}
.box-with-shadow
{
    box-shadow: 0 0 3px gray;
    box-shadow: 0 0 3px rgba(0,0,0, 0.45);
    padding: 10px;
}
img.mini-img {
    max-width: 60px;
    max-height: 60px;
}
.right-box {
    min-height: 150px;
}
.right-box div:first-child {
    margin-bottom: 20px;
}
.column input {
    max-width: 100%;
}
#main-right-info {
    vertical-align: middle;
    line-height: 30px;
}
.left-col .box {
    padding: 5px 0;
}
.left-col .box .box-body {
    padding: 0;
}
#home-main h2 {
    padding: 18px 0px 3px 15px;
    font-size: 17pt;
}
.product-description-large {
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-description-large * {
    text-overflow: inherit;
}
#new-products-container > div:first-child,
.special-offer-item:first-child {
    margin-top: 10px;
}
#new-products-container > div,
.special-offer-item {
    margin-top: 15px;
}
.special-offer-item .add-to-basket {
    margin-top: 10px;
}
.newsletter-invite-icon {
    float: left;
    margin: 5px -25px 0 5px;
}
.white {
    background: white;
}
.bold {
    font-weight: bold;
}
.rounded-border {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.fit {
    width: 100%;
}
.one-line {
    overflow: hidden;
    height: 2em;
    text-overflow: ellipsis;
    margin: 0 10%;
    text-align: center;
}
.small-screen #categories-menu {font-size: 1.1em;}
.small-screen .column-icon{max-width: 19%;}
.small-screen .near-column-icon{margin: 0 19%;}
.small-screen #head-toolbar{max-width: 54%;}
.small-screen #head-toolbar .column p.title { font-size: 11px; }
.small-screen #head-toolbar > * { font-size: 11px; }
.small-screen #head-toolbar *.small { font-size: 9px; }
.small-screen #head-toolbar p { font-size: 9px; }
.small-screen #head-toolbar .column.quick-search form #head-search-query {width: 120px;font-size: 11px;}
.small-screen #head-app-switch{
    top: 354px;
    max-width: 40%;
}
.layout-table .box-body {
    margin: 0px;
}
.layout-table table tr:first-child td {
    height: 30px;
}
.layout-table table td,
.layout-table table tr.even td {
    background: #F8E5BB;
}
.layout-table table tr td {
    width: 75px;
    text-align: center;
    height: 28px;
}
.layout-table table tr td:first-child { 
    text-align: left; 
    width: 40px; 
    padding-left: 10px
}
.layout-table table tr td:first-child + td + td + td,
.layout-table table tr td:first-child + td + td + td + td {
    text-align: right;
}
.layout-table table tr td:first-child + td {
    width: auto;
    text-align: left;
}
.layout-table table tr td:last-child { 
    width: 75px
}
td .set-in-basket {
    width: 75px;
}
.cart-container {
    padding: 0;
}
.blue,
.blue .product-price-label {
    color: blue;
}
.refs div {
    background: #81B5E5;
    width: 260px;
    float: right;
    border-radius: 3px;
    padding: 25px 0;
    text-align: center;
    font-size: 15px;
}
.refs div a {
    color: white;
}
.fb div {
    margin-top: 10px;
    background: #DFDFDF;
    width: 260px;
    float: right;
    border-radius: 3px;
    padding: 25px 0;
    text-align: center;
    font-size: 15px;
}
.limit-width {
    max-width: 406px;
}