html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}
body {

    color: #161515;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px auto;
    padding: 0px 20px;
    width: 1020px;
    min-height: 600px;

}

#sklep {
    background: #ffffff;  
}
body, td, th, input, textarea, select, a {
    font-size: 12px;
}
h1, .welcome {
    color: #29ABE2;
    font-family: Verdana, sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 28px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
    color: #0071BC;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: normal;
}
p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
a, a:visited, a b {
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
input[type='text'], input[type='password'], textarea {
    background: #ffffff;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
    /*        width: 248px;*/
    width: 230px;

}
select {
    background: #ffffff;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
label {
    cursor: pointer;
    margin-left: 5px;
}
/* layout */
#container {
    width: 980px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

}
#column-left {
    float: left;
    width: 180px;
    margin-left: 0px;
    position: fixed;

}
#column-right {
    float: right;
    width: 180px;
    margin-right: 10px;
    margin-left: 0px;
}
#content {

    margin-bottom: 25px;

}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 155px;
}
#column-right + #content {
    margin-right: 235px;
}
/* header */
#header {
    height: 270px;
    margin-bottom: 27px;
    padding-bottom: 0px;
    position: relative;
    z-index: 99;
    /*border-bottom: 1px solid #CCCCCC;*/
}
#header #logo {
    position: absolute;
    top: 73px;
    left: 0px;

}
#language {
    position: absolute;
    top: 15px;
    left: 355px;
    width: 75px;
    color: #999;
    line-height: 17px;
}
#language img {
    cursor: pointer;
}
#currency {
    width: 75px;
    position: absolute;
    top: 15px;
    left: 425px;
    color: #999;
    line-height: 17px;
}
#currency a {
    display: inline-block;
    padding: 0px 4px;
    border: 1px solid #CCC;
    color: #999;
    text-decoration: none;
    margin-right: 0px;
    margin-bottom: 0px;
}
#currency a b {
    color: #161515;
    text-decoration: none;
}
#header #cart {
    position: absolute;
    top: 40px;
    right: 45px;
    z-index: 9;
    min-width: 300px;
}
#header #cart .heading {

    float: right;
    margin-top: 35px;
    padding-left: 70px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
    width: 300px;
}
#header #cart .heading h4 {
    color: #161515;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 3px;
}
#header #cart .heading a {
    color: orange;
    text-decoration: none;
    font-size: 16px;
}
#header #cart .heading a span {
    background: url('../image/arrow-down.png') 100% 50% no-repeat;
    padding-right: 15px;
}
#header #cart .heading a span:hover {
    text-decoration: underline;
}
#header #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: 10px;
    padding: 8px;
    min-height: 150px;
    border: 1px solid #EEEEEE;
    -webkit-box-shadow: 0px 0px 10px 1px #DDDDDD;
    -moz-box-shadow: 0px 0px 10px 1px #DDDDDD;
    box-shadow: 0px 0px 10px 1px #DDDDDD;
    background: #ffffff;
    z-index: -1;
}
#header #cart.active .content {
    display: block;
}
#sklepnd {
    padding-top: 10px;
    font-size: 17px;
    font-family: Arial,Helvetica,sans-serif;
    color: #999999;
    position: absolute;
    z-index: 10;
}
#sklepnd span{
    color: #CCCCCC;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {
    color: #161515;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #161515;
    padding: 4px;
}
#header #cart .checkout {
    text-align: right;
    clear: both;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
#header #search {
    position: absolute;
    top: 70px;
    right: 10px;
    width: 285px;
    z-index: 15;
}
#header .button-search {
    position: absolute;
    left: 0px;
    background: url('../image/button-search.png') center center no-repeat;
    width: 28px;
    height: 24px;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
}
#header #search input {
    background: #ffffff;
    padding: 1px 1px 1px 33px;
    width: 249px;
    height: 21px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0px 2px 2px #F0F0F0;
    -moz-box-shadow: 0px 2px 2px #F0F0F0;
    box-shadow: 0px 2px 2px #F0F0F0;
}
#header #welcome {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 5;
    width: 100%;
    font-size: 1.2em;
    text-align: right;
    color: #999999;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;

}
#header #welcome a {
    font-size: 17px;
    text-decoration: none;
    /*color: #0071BC;*/
    color: orange;
}
#header #welcome a:hover{
    text-decoration: underline;
}
#header .links {
    position: absolute;
    left: 367px;
    top: 130px;
    width: 610px;
    height: 16px;
    background: none;
    font-size: 10px;
    color: #61AED8;
    padding: 5px 0px;
    float: right;
}
#header .links a {
    color: #61AED8;
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 0 22px;
    text-decoration: none;
}
#header .links a:hover {
    text-decoration: underline;
}
#header .links a + a {

}
/* menu */
#menu {
    background: #E7E9EA;
    height: 37px;
    margin-bottom: 15px;
    padding: 0px 5px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
    text-decoration: none;
    color: #0071BC;
}
#menu > ul > li > a {
    font-size: 18px;
    color: #696969;
    line-height: 14px;
    text-decoration: none;
    display: block;
    padding: 6px 10px 6px 10px;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
}
#menu > ul > li:hover > a {
    background: #E7E9EA;
    color: #0071BC;
}
#menu > ul > li > div {
    display: none;
    background: #E7E9EA;
    position: absolute;
    z-index: 5;
    padding: 0px;
}
#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #0071BC;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
    background: #18191B;
    color: #0071BC;
}
#menu > ul > li > div > ul > li > a {
    font-size: 12px;
    color: #0071BC;
}
.breadcrumb {
    color: #CCCCCC;
    font-size: 16px;
    padding-bottom: 8px;
    width: 980px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}

#product-breadcrumb.breadcrumb {
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}
.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 0px solid #BBDF8D;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 0px solid #F8ACAC;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 0px solid #F2DD8C;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.required {
    color: #fd0f47;
    font-weight: bold;
    width: 6px;
    height: 12px;
    display: block;
    float: right;
    padding-left: 10px;
}
.rejestracja .required {
    color: #fd0f47;
    font-weight: bold;
    width: 6px;
    height: 12px;
    display: block;
    float: left;
    padding-left: 10px;
}
.error {
    display: block;
    color: #fd0f47;
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}
table.form {

    border-collapse: collapse;
    margin-bottom: 0px;
    margin-left: 100px;
    width: 530px;
}
table.form tr td:first-child {
    text-align: right;
    /*	width: 270px;*/
}
table.form tr td:nth-child(2) {
    width: 250px;
}
table.form > * > * > td {
    color: #161515;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
    margin-left: 10px;
}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #F8F8F8;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
table.radio {
    width: 98%;
    border-collapse: collapse;
}
table.radio td {
    padding: 5px;
    vertical-align: middle;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr.highlight:hover td {
    background: #EDE2E9;
    cursor: pointer;
}
table.radio label {
    width: 100%;
    height: 15px;
    display: inline-block;
}
.pagination {
    border-top: 1px solid #EEEEEE;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    text-decoration: none;
    color: #A3A3A3;
}
.pagination .links b {
    display: inline-block;
    border: 1px solid #269BC6;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #269BC6;
    background: #FFFFFF;
}
.pagination .results {
    float: right;
    padding-top: 3px;
    margin-right: 10px;
    color: #808080;
}
/* button */
a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;	
    background: #0071BC;
    -webkit-box-shadow: 0px 0px 0px #DDDDDD;
    -moz-box-shadow: 0px 0px 0px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;	
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
}
input.button {
    margin: 0;
    border: 0;
    height: 24px;
    padding: 0px 12px 0px 12px;
    margin-left: 0px;
}
a.button:hover, input.button:hover {
    background: #33001A;
}
.buttons {
    background: #ffffff;
    overflow: auto;
    padding: 6px 0;
    margin: 10px 0;
    /*        width: 748px;*/

}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.htabs {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
    margin-left: 10px;
    margin-right: 10px;
}
.htabs a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #ffffff;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #161515;
    margin-right: 2px;
    display: none;
}
.htabs a.selected {
    padding-bottom: 7px;
    background: #f8f8f8;
}
.tab-content {
    z-index: 2;
    overflow: auto;
    height: 300px;
}
/* box */
.box {

}
.box .box-heading {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border: 0px solid #DBDEE1;
    padding: 8px 10px 7px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    color: #161515;

    display: none;
}
.box .box-content {
    margin-top: 120px;
    padding: 0px;
}
.box .box-content ul.account {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    border-bottom: solid 1px #eee;
}
.box .box-content ul.account li {
    border-top: solid 1px #eee;
    padding: 10px 10px;
}
.box .box-content ul.account li a {
    text-decoration: none;
}
.box .box-content ul.account li a:hover {
    text-decoration: underline;
    color: #666;
}
/* box products */
.box-product {
    width: 100%;
    overflow: auto;
}
.box-product > div {
    width: 237px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: auto;
    margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
    width: 119px;
}
.box-product .image {
    display: block;
    margin-bottom: 0px;
}
.box-product .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}
.box-product .name a {
    color: #0071BC;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}



.box-product .price {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #161515;
    margin-bottom: 4px;
}
.box-product .price-old {
    color: #fd0f47;
    text-decoration: line-through;
}
.box-product .price-new {
    font-weight: bold;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
/* box-latest-special */
.box-latest-special {
    width: 100%;
    overflow: hidden;
}
.box-latest-special > div {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 4px;
    border: 1px solid #EEEEEE;
}
.box-latest-special .image {
    display: block;
    margin-bottom: 0px;
}
.box-latest-special .image img {
    padding: 3px;
    /*border: 1px solid #E7E7E7;*/
    float: left;
}
.box-latest-special .name a {
    color: #777777;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
}
.box-latest-special .price {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}
.box-latest-special .price-old {
    color: #D47171;
    text-decoration: line-through;
}
.box-latest-special .price-new {
    font-weight: bold;
}
/* box category */
.box-category {
    margin-top: -5px;
}
.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-category > ul > li {
    width: 115px;
    height: 40px;
    margin-left: -9px;
    padding: 10px 0 0 25px;
}
.box-category > ul > li + li {

}
.box-category > ul > li > a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow:0 0 2px rgba(0, 0, 0, .70);


}

.box-category > ul > li > a:hover {
    color: #161515;
}
.box-category > ul > li ul {
    display: none;
}
.box-category > ul > li a.active {
    font-weight: bold;
}
.box-category > ul > li a.active + ul {
    display: block;
}
.box-category > ul > li ul > li {
    padding: 5px 5px 0px 10px;
    display: none;
}
.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: block;
}
.box-category > ul > li ul > li > a.active {
    font-weight: bold;
}
/* content */
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 0px;
    margin-left: 00px;
    margin-right: 10px;
    /*        background: #E8E8E8;*/
    /*        width: 728px;*/
    /*        background: #f2f2f2;*/
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
/* category */
.category-info {
    overflow: auto;
    margin-bottom: 20px;
    margin-left: 10px;
}
.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}
.category-list {
    overflow: auto;
    margin-bottom: 20px;
}
.category-list ul {
    float: left;
    width: 18%;
}
.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
    border-top: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.manufacturer-heading {
    background: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* product */
.product-filter {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
    overflow: auto;
    margin: 0 10px 20px 10px;

}
.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #161515;
}
.product-filter .display a {
    font-weight: bold;
}
.product-filter .sort {
    float: right;
    color: #161515;
}
.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #161515;
}
.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: bold;
    margin-left: 10px;
}
.product-compare a {
    text-decoration: none;
    font-weight: bold;
}
.product-list > div {
    overflow: auto;
    margin-bottom: 15px;
    margin-left: 10px;
}
.product-list .right {
    float: right;
    margin-left: 15px;
}
.product-list > div + div {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
}
.product-list .image {
    float: left;
    margin-right: 10px;
}
.product-list .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}
.product-list .name {
    margin-bottom: 3px;
}
.product-list .name a {
    color: #0071BC;
    font-weight: bold;
    text-decoration: none;
}
.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
    color: #4D4D4D;
}
.product-list .rating {
    color: #7B7B7B;
}
.product-list .price {
    float: right;
    height: 50px;
    margin-left: 8px;
    text-align: right;
    color: #161515;
    font-size: 12px;
}
.product-list .price-old {
    color: #fd0f47;
    text-decoration: line-through;
}
.product-list .price-new {
    font-weight: bold;
}
.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}
.product-list .cart {
    margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}
.product-list .wishlist a {
    color: #161515;
    text-decoration: none;
    padding-left: 18px;
    padding-right: 10px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
    color: #161515;
    text-decoration: none;
    padding-left: 18px;
    padding-right: 10px;
    display: block;
    background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
    width: 100%;
    overflow: auto;
}
.product-grid > div {
    width: 222px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}
#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}
.product-grid .image {
    display: block;
    margin-bottom: 0px;
}
.product-grid .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}
.product-grid .name a {
    color: #0071BC;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}
.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}
.product-grid .price {
    display: block;
    font-weight: bold;
    color: #161515;
    margin-bottom: 4px;
}
.product-grid .price-old {
    color: #fd0f47;
    text-decoration: line-through;
}
.product-grid .price-new {
    font-weight: bold;
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}
.product-grid .wishlist a {
    color: #161515;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') 28% center no-repeat;
}
.product-grid .compare a {
    color: #161515;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') 28% center no-repeat;
}
/* Product */
.product-info {
    margin-bottom: 60px;
    /*	margin-left: -10px;*/
    height: 380px;
    position: relative;
    padding-left: 30px;
    border: solid 1px #61AED8;
    width: 945px;
    height: 400px;

}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .left + .right {
    margin-left: 320px;
    height: 380px;
}
.product-info .image {

    box-shadow: 0 0 8px 2px rgba(0,0,0,.35);
    float: left;
    margin: 15px;
    padding: 10px;
    text-align: center;
    margin-left: 30px;
    margin-top: 23px;
}

.product-info .image img {
    height: 330px;
}

.product-info .image-additional {
    width: 260px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}
.product-info .image-additional img {
    border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.product-info .description {
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #4D4D4D;
    width: 400px;
    float: left;
}

.product-info .description #produkt-tytul {
    font-size: 18px;
    color: #C6838B;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 60px;

}
.product-info .description #description-text {
    height: 210px;
    overflow: auto;
    z-index: 2;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0;
}

.product-info .description #description-text p {
    padding: 0;
    margin: 0;
}

.product-info .description #description-text h3 {
    font-size: 18px;
    margin-bottom: 5px;
}


.product-info .description span {
    color: #0071BC;
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}


.product-info .price {
    overflow: auto;
    padding: 0px 5px 10px 5px;
    margin-top: 22px;
    font-size: 18px;
    font-weight: bold;
    color: #161515;
}


.product-info .price .wersja-pdf {
    font-size: 12px;
    font-weight: bold;
    color:  #C6838B !important;
    margin-bottom: 5px;
}


.product-info .price .wersja-pdf img{
    float: left;
    margin-right: 5px;
    margin-top: -2px;
}


.product-info .price-old {
    color: #fd0f47;
    text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999 !important;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}
.product-info .options {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #161515;
    width: 200px;
}

.product-info .options h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.product-info .options input[type="text"] {
    width: 180px;

}

.product-info .options .option .required {
    width: 10px;
    height: 15px;
    margin-top: -5px;
    display: block;
    float: left;
}

.product-info .options .error {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    color: #FD0F47;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.product-info .option select {
    width: 190px;

}


.product-info .cart {
    float: right;
    width:200px;
    height: 365px;
    padding: 0px;
    margin-bottom: 20px;
    color: #4D4D4D;
    position: relative;
    padding-right: 10px;

}
.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.product-info .cart div > span {
    padding-top: 7px;
    display: block;
    color: #999;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}
.product-info .review {
    bottom: 0;
    color: #4D4D4D;
    margin: 0 35px -15px;
    position: absolute;
    text-align: center;
    width: 200px;
}

.product-info .review > div {
    line-height: 20px;
}
.product-info .review > div > span {
    color: #0071BC;
}
.product-info .review .share {
    overflow: auto;
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
    color: #161515;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute tr td:first-child {
    color: #161515;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info {
    border-collapse: collapse;
    width: 98%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #161515;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #161515;
    font-weight: bold;
    text-align: right;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info .price-old {
    font-weight: bold;
    color: #fd0f47;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
/* wishlist */
.wishlist-info table {
    width: 99%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
    margin-left: 10px;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info tbody .price s {
    color: #fd0f47;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.login-content {
    margin-bottom: 20px;
    overflow: auto;
    margin-left: 10px;
}


.login-content .left {
    float: left;
    width: 46%;
    border: 1px solid #ddd;
}
.login-content .right {
    float: right;
    margin-right: 35px;
    width: 46%;
    border: 1px solid #ddd;
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
    background: none !important;
    padding: 40px 40px !important;
    position: relative;
}

.login-content .left .content p {
    color: #3091CE;
    font-size: 16px;

}

.login-content .left .content a.button, .login-content .right .content input.button {
    margin-left: 86px;
    margin-top: 30px;
    position: absolute;
    bottom: 50px;
}

.login-content .left h2, .login-content .right h2 {
    text-align: center;
    margin: 0;
    padding: 4px 0;
    border-bottom: solid 1px #ddd;
}
/* orders */
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* returns */
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    overflow: auto;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
    margin-left: 10px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 98%;
    margin-left: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;

}
.download-list .download-info img{

    border: 1px solid #DDDDDD;
    width: 50px;
}
/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
    border-collapse: collapse;
    border-top: 1px solid #808080;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-family: Tahoma, sans-serif;
    font-size: 15px;
}
.cart-info td, .cart-info th {
    padding: 7px;
    font-family: Tahoma, sans-serif;
    font-size: 15px;
}
.cart-info thead th {
    color: #808080;
    font-weight: normal;
    text-align: center;
    vertical-align: baseline;
    background-color: #f2f2f2;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
}
.cart-info tbody td {
    vertical-align: middle;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
    border: 1px solid #29abe2;
}
.cart-info tbody .image {
    border-right: none;
    text-align: center;
}
.cart-info tbody .name {
    border-left: none;
}
.cart-info tbody .name, .cart-info tbody .model {
    text-align: left;
}
.cart-info tbody .name a {
    text-decoration: none;
    color: #808080;
    font-size: 15px;
}
.cart-info tbody .name a:hover {
    text-decoration: underline;
}
.cart-info tbody .quantity input[type='text'] {
    width: 100px;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
    text-align: center;
}
.cart-info tbody span.stock {
    color: #fd0f47;
    font-weight: bold;
}
.cart-module > div {
    display: none;
}
.cart-total {
    /*	border-top: 1px solid #DDDDDD;*/
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
}
.cart-total table {
    float: right;

}

.cart-total td {
    padding: 3px;
    text-align: right;
    font-size: 15px;
}
/* checkout */
#checkout:active {
    border: 1px solid red;
}

.payment-frame {
    border: solid 1px #ccc;
    margin-bottom: 10px;
    background: #ecf6fd;
}

#payment-address:active {
    border: 1px solid red;
}
#payment-method:active {
    border: 1px solid red;
}
#confirm:active {
    border: 1px solid red;
}
.checkout-heading {
    background: #cbe8fa;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: normal;
    font-size: 16px;
    color: #555555;
    margin-bottom: 0px;
    border: none;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 30px 160px;
    display: none;
    overflow: auto;
}



.checkout-content .buttons {
    background: #ecf6fd;
}
.checkout-content .left {
    float: left;


}
.checkout-content .right {
    float: right;


}
.checkout-content .buttons {
    clear: both;
    padding-top: 15px;
}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}



/*Nowe style*/

.checkout-content div h2 {
    margin:0 0 10px 0;

}

#checkout .checkout-content .left, #checkout .checkout-content .right {
    height: 200px;
    position: relative;

}

#checkout .checkout-content div .button {
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
}

.contact-info {
    overflow: auto;
}
.contact-info .left {
    float: left;
    width: 48%;
}
.contact-info .right {
    float: left;
    width: 48%;
}
.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}
/* footer */ 
#footer {
    clear: both;
    overflow: auto;
    min-height: 100px;
    width: 980px;	
    border-top: solid 1px #ccc;
    background: #fff;
    font-size: 14px;
}
#footer #column-contener {

    padding: 40px 0px 40px 120px;
    margin: 40px 40px 0px 0px;

}
#footer h3 {
    color: #4D4D4D;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 14px;
    font-weight: bold;
}

#footer #logo-metody-platnosci {
    width: 100%; 
    height: 32px; 
    margin: 30px 0; 
    background: url("../image/sklep-platnosci-pasek.png") center no-repeat #eee;

}
.column {
    float: left;
    height: 90px;
    width: 20%;
    padding: 0 40px 0px 40px;
    border-left: 1px solid #CCCCCC;
}
.column:first-child {
    border-left: none;	
}
#footer .column ul {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}
#footer .column ul li {
    margin-bottom: 3px;
}
#footer .column a {
    text-decoration: none;
    color: #808080;
}
#footer .column a:hover {
    text-decoration: underline;
}
#powered {
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
    clear: both;
}
/* banner */
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
}

.cien {
    -webkit-box-shadow: 0px 0px 10px 10px #DDDDDD;
    -moz-box-shadow: 0px 0px 10px 10px #DDDDDD;
    box-shadow: 0px 0px 10px 10px #DDDDDD;
    border: solid 1px black;
}

h1.account {
    font-family: Verdana, sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 46px;
}
h2.account {
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin:0;
    margin-top:30px;
}
#content .account-inner {
    background: #f9f9f9;
    /*        width: 728px;*/
    margin:0;
    overflow: hidden;
}

.klauzula-info {
    font-size: 11px;
    color: #999999;
    text-align: justify;
    margin: 0 !important;
    padding: 0 !important;
}
#content .account-addresses {
    position: relative;
}
ul.address-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.address-list li {
    float: left;
    width: 220px;
    margin: 0 16px 16px 0;
}
/*ul.address-list li:hover {
        background: #eee;
}*/
ul.address-list li .address {
    margin: 10px;
}
ul.address-list li .buttons {
    margin: 10px;
    padding: 0;
    background: none;
}
ul.address-list li input {
    margin: 0 8px 0 0;
}

#produkt-akcja .koszyk {
    margin: 10px 63px;
}



#cart .heading #koszyk {
    width: 53px;
    height: 53px;
    float: left;
    margin-right: 20px;
    margin-top: -5px;

}

.przycisk {
    width: 108px;
    height: 108px;
    display: block;
    border: none;
    padding: 0;
    font-size: 15px;

}
.ciemny {
    background:url("../image/przycisk_ciemny.png") 0 0 no-repeat transparent;
    color: #fff;
    margin: 125px auto auto;
}

.ciemny:hover {
    background:url("../image/przycisk_ciemny.png") -108px 0px no-repeat transparent;
    cursor:pointer;

}
.jasny {
    background:url("../image/przycisk_jasny.png") 0 0 no-repeat transparent;
    color: #61AED8;
    margin: 125px auto auto;
}

.jasny:hover {
    background:url("../image/przycisk_jasny.png") -108px 0px no-repeat transparent;
    cursor:pointer;


}
.koszyk {
    background:url("../image/przycisk-koszyk.png") 0 0 no-repeat transparent;
    color:#8cd5fd;
    /*    float: right;*/
    padding-top: 75px;
    /*    margin: 125px auto auto;*/
    margin: 0 41px;
    margin-bottom: 0;

}

.koszyk:hover {
    background:url("../image/przycisk-koszyk.png") -108px 0px no-repeat transparent;
    color: #fff;
    cursor:pointer;
}

.cart .koszyk {
    position: absolute;
    top: 147px;
    right: 2px;
}

.baner-carousel {
    //    border-top: 1px solid #CCCCCC;
    //    margin-top: 22px;
    padding-top: 50px;
}

/*USTAWIENIA DLA STRONY DOWNLOAD*/
.ui-dialog {   
    border: 1px solid #29ABE2;
    box-shadow: 2px 2px 4px 2px #555;
    width: 300px;
    height: 100px;
    position:fixed !important;

}

.ui-dialog-titlebar {
    display: none
}
#preparing-file-modal {
    display: none;
    overflow: hidden;
    padding: 30px;
    text-align: center
}

#preparing-file-modal p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
}

.text_account_already {
    margin-top: -12px;
}

.checkout {
    width:100%;
}

/*KALENDARZ*/

#ui-datepicker-div {
    width: 180px;
}


a.fancybox {
    color: #0071BC;
}

table.account-info {
    border: none;
    margin: 0;
    padding: 0;
}
table.account-info th, table.account-info td {
    font-weight: normal;
    text-align: left;
    padding: 4px 16px 4px 0;
}
table.account-info th {
    color: #999;
}
#prenumerata-konto td{
    padding: 4px 10px 4px 10px;
}

.rejestracja p { position:relative }
.rejestracja p br { display: none }
.rejestracja p label  { position:absolute; top:0; left:0 }
.rejestracja p label { padding: 2px 5px 5px 2px; font-size: 14px; color: #666666; line-height: 22px;}
.rejestracja p input {font-size: 14px;}

table.infieldlabel tr td:first-child {
    width: auto !important;
}

table.zgody tr td {
    font-size: 10px !important;
    width: 200px;
    margin-left: 0 !important;
}

table.zgody tr td:first-of-type {
    text-align: justify;

}
table.zgody {
    margin-left: 100px;
    width: 530px !important;
    text-align: justify;
}




#checkout .checkout-content .right:last-child {
    border-left: 1px solid lightblue;
    height: 200px;
    padding-left: 130px;
    position: relative;
}

#info-cookies {
    background-color: #E5E5E5;

    bottom: 0;
    left: 0;
    color: #000066;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 0;
    position: fixed;
    text-align: center !important;
    height: 40px;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px -2px 8px 0px #000;
    box-shadow: 0px -2px 8px 0px #000; 
    display: none;
}

#info-cookies #zamknij {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 12px;
    background: url('../image/close.png') no-repeat;
    opacity: 0.8;
}
#info-cookies #zamknij:hover {
    opacity: 1;
}

#popupmenu {
    width: 30px;
    height: 400px;
    background: url('../image/popupmenu_bg.png') no-repeat right #0771b8;
    position: absolute;
    left: 0;
    top:0;

}

#popupmenu:hover {
    background: none #0771b8;
}


#popupmenu ul {
    list-style-type: none;
    position: absolute;
    padding-left: 0;
}

#popupmenu ul li {
    margin: none;
    height: 89px;
    opacity: 0.5;
    width: 235px
}

#popupmenu ul li:hover {
    opacity: 1;

}

.jcarousel-item a {
    color: #000;
}
.jcarousel-item a:hover {
    color: #990000 !important;
}

#text-message p {
    font-size: 18px !important;

}

#text-message p a {
    font-size: 18px !important;
}

.info {
    background: #29ABE2;
    color:#fff;
    font-weight: bold; 
    padding: 4px 8px; 
    margin-bottom: 10px;
}

.uwaga {
    background: #ff3333;
    color:#fff;
    font-weight: bold; 
    padding: 4px 8px; 
    margin-bottom: 10px;
}