<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    background-color: #8a8a8a;
    color: #141414;
    font-family: Century Gothic, Arial, Courier New, Sans-Serif;
    margin: 0px;
    padding: 0px;
    background: url('../image/bg.png');

}
body, td, th, input, textarea, select, a {
    font-size: 12px;
}
h1, .welcome {
    color: #636E75;
    font-family: Century Gothic, Arial, Courier New, Sans-Serif;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}
h3 {
    font-size: 14px;
    color: #cc2229;
}
p {
    margin-top: 0px;
    margin-bottom: 20px;
}
a, a:visited, a b {
    color: #cc2229;
    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: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
}
select {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
label {
    cursor: pointer;
}
/* layout */
#container {
    width: 968px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

}
#column-left {
    position: relative;
    float: left;
    width: 262px;
    overflow: visible;
    display: block;

}
#column-right {
    float: right;
    width: 176px;
    padding-top:5px;
    padding-right: 10px;
}
#content {
    position: relative;
    background: #FFF;
    margin: 0px 0 10px 272px !important;
    -webkit-box-shadow: 0px 2px 3px #CACACA;
    -moz-box-shadow: 0px 2px 3px #CACACA;
    box-shadow: 0px 2px 3px #CACACA;
    padding: 10px 0 20px 0;
    text-align: center;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 202px;
}
#column-right + #content {
    margin-right: 186px;
}
/* header */
#header {
    height: 80px;
    position: relative;
    z-index: 99;
    background-color: #FFFFFF;
}
#header #logo {
    float: left;
    margin-top: 8px;
    margin-left: 28px;
}
#language {
    position: absolute;
    top: 15px;
    left: 320px;
    width: 80px;
    color: #999;
    line-height: 17px;
}
#language img {
    cursor: pointer;
    margin-right: 5px;
}
#currency {
    width: 75px;
    position: absolute;
    top: 15px;
    left: 425px;
    color: #999;
    line-height: 17px;
}
#currency a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #CCC;
    color: #999;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px;
}
#currency a b {
    color: #000;
    text-decoration: none;
}
#header #cart {
    position: relative;
    float:left;
}
#pb_header_top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    -webkit-box-shadow: 0px 2px 3px #CACACA;
    -moz-box-shadow: 0px 2px 3px #CACACA;
    box-shadow: 0px 2px 3px #CACACA;
    min-width: 968px;
    overflow: visible;

}
#pb_cart{
    margin-top: 17px;
    background: transparent url('../image/cart_end.png') no-repeat scroll top right;
    display: block;
    float: right;
    height: 43px;
    padding-right: 24px;
    margin-right: 15px;
}

#pb_cart_end {
    /* Background left image */
    background: transparent url('../image/cart.png') no-repeat;
    display: block;
    height: 40px;
    padding-left: 25px;
}
#pb_cart_end a{
    display: block;
}

a.button:hover span{
    text-decoration:underline;
}
#header #cart .heading {
    position: relative;
    z-index: 1;

}
#cart #cart-total{
    margin-left: 55px;
    line-height: 40px;
    display: block;
}

#header #cart .heading a {
    color: #FFF;
    text-decoration: none;
}
#header #cart .heading a span {
    padding: 0 0 0 0;
    padding-right: 10px;
}
#header #cart .content {
    clear: both;
    display: none;
    position: relative;

}

#header #cart.active .heading {
}

#header #cart.active .content {

    position: absolute;
    top: 40px;
    right: -5px;
    display: block;
    width: 450px;
    -webkit-box-shadow: 0px 2px 5px #999;
    -moz-box-shadow: 0px 2px 5px #999;
    box-shadow: 0px 2px 5px #999999;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -khtml-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
}
#pb_mini_cart{
    background-color: #e3d9cd;
    max-height: 400px;
    overflow-y: scroll;
}
.mini-cart-info{
    margin: 0 8px 0 8px;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #d6ccc0;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #d6ccc0;
    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 {
    margin: 0 8px 0 8px;
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #000;
    padding: 4px;
}
#header #cart .checkout {
    margin: 0 8px 0px 8px;
    text-align: right;
    clear: both;
    padding-bottom: 10px;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
#header #search {
    position: absolute;
    top: 340px;
    right: 70px;
    width: 223px;
    z-index: 5;

}
#header .button-search {
    background: url('../image/find.png') no-repeat;
    background-position:center;
    position: absolute;
    right: -5px;
    width: 40px;
    height: 30px;
    cursor: pointer;
}
#header #search input {
    background: #e4e4e4;
    padding: 1px 1px 1px 3px;
    width: 223px;
    height: 26px;
    border: none;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: inset 0px 1px 3px #CACACA;
    -moz-box-shadow:inset 0px 1px 3px #CACACA;
    box-shadow:inset 1px 1px 3px #CACACA;

}
:focus {
    outline: none;
}
.pb_home_search{
    top: 560px !important;
}
#header #welcome {
    position: absolute;
    top: 47px;
    right: 0px;
    z-index: 5;
    width: 298px;
    text-align: right;
    color: #999999;
}
#header .links {
    position: absolute;
    right: 0px;
    bottom: 3px;
    font-size: 10px;
    padding-right: 10px;
}
#header .links a {
    float: left;
    display: block;
    padding: 0px 0px 0px 7px;
    color: #38B0E3;
    text-decoration: none;
    font-size: 12px;
}
#header .links a + a {
    margin-left: 8px;
    border-left: 1px solid #CCC;
}
/* menu */
#menu {
    float: left;
    height: 14px;
    padding: 32px 0px 32px 12px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu &gt; ul &gt; li {
    position: relative;
    float: left;
}
#menu &gt; ul &gt; li:hover {


}
#menu &gt; ul &gt; li &gt; a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left:20px;
}
#menu &gt; ul &gt; li:hover &gt; a {
    color: #cc2229;
}
#menu &gt; ul &gt; li &gt; div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    padding: 5px;
    border: 1px solid #000000;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: url('../image/menu.png');
}
#menu &gt; ul &gt; li:hover &gt; div {
    display: table;
}
#menu &gt; ul &gt; li &gt; div &gt; ul {
    display: table-cell;
}
#menu &gt; ul &gt; li ul + ul {
    padding-left: 20px;
}
#menu &gt; ul &gt; li ul &gt; li &gt; a {
    text-decoration: none;
    padding: 4px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}
#menu &gt; ul &gt; li ul &gt; li &gt; a:hover {
    background: #000000;
}
#menu &gt; ul &gt; li &gt; div &gt; ul &gt; li &gt; a {
    color: #FFFFFF;
}
.breadcrumb {
    color: #141414;
    margin-bottom: 10px;
    left:10px;
}
.breadcrumb a{
    color:#141414;
    text-decoration: none;
    text-transform: uppercase;
}
.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.required {
    color: #cc2229 !important;
    font-weight: bold;
}
.error {
    display: block;
    color: #FF0000;
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Century Gothic, Arial, Courier New, Sans-Serif;
    display: block;
}
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: 150px;
}
table.form &gt; * &gt; * &gt; td {
    color: #000000;
}
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;
}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    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: 100%;
    border-collapse: collapse;
}
table.radio td {
    padding: 5px;
    vertical-align: top;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}
.pagination {
    border-top: 1px solid #EEEEEE;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 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;
}
/* button */
a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    font-family: Century Gothic, Arial, Courier New, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    background: #cc2229;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}
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;
}
a.button:hover, input.button:hover {
}
.buttons {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}
.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;
}
.htabs a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #FFFFFF url('../image/tab.png') repeat-x;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Century Gothic, Arial, Courier New, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
}
.htabs a.selected {
    color: #cc2229;
    padding-bottom: 7px;
    background: #FFFFFF;
}
.htabs a:hover {
    color: #cc2229;
}
.tab-content {
    border: 1px solid #DDDDDD;
    padding: 15px;
    margin:0 0px 10px 0px;
    z-index: 2;
    overflow: auto;
}
/* box */
.box {
    margin-bottom: 20px;
}
.box .box-heading {
    position: absolute;
    top: -40px;
    left: 25px;
    text-transform:uppercase;
    font-family: Century Gothic, Arial, Courier New, Sans-Serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 23px;
    color: #cc2229;
}
.box .box-content {
}
/* box products */
.box-product {
    width: 100%;
    overflow: auto;
}
.box-product &gt; div {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product &gt; 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: #38B0E3;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}
.box-product .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}
.box-product .price-old {
    color: #F00;
    text-decoration: line-through;
}
.box-product .price-new {
    font-weight: bold;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
/* box category */
.box-category {
    background: #FFF;
    -webkit-box-shadow: 0px 2px 3px #CACACA;
    -moz-box-shadow: 0px 2px 3px #CACACA;
    box-shadow: 0px 2px 3px #CACACA;
}
.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}
.box-category &gt; ul &gt; li {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}
.box-category &gt; ul &gt; li + li {
}
.box-category &gt; ul &gt; li &gt; a {
    font-weight: bold;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    line-height: 38px;
    font-size: 13px;
    padding-left: 5px;
    color: #534741;
}
.box-category &gt; ul &gt; li &gt; a:hover {
    color : #cc2229;
}
.box-category &gt; ul &gt; li ul {
    display: none;
}
.box-category &gt; ul &gt; li a.active {
    font-weight: bold;
}
.box-category &gt; ul &gt; li a.active + ul {
    display: block;
}
.box-category &gt; ul &gt; li ul &gt; li {
    padding: 5px 5px 0px 10px;
}
.box-category &gt; ul &gt; li ul &gt; li &gt; a {
    text-transform:capitalize;
    text-decoration: none;
    display: block;
}
.box-category &gt; ul &gt; li ul &gt; li &gt; a.active {
    font-weight: bold;
}
/* content */
#content {
    padding: 24px;
}
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
/* category */
.category-info {
    position: relative;
    overflow: auto;
    text-align: left;
}
.category-info h2{
    background: #FFF;
    color: #cc2229;
    font-size: 16px;
    margin-bottom: 12px;
    float: left;
    padding-right: 20px;
}
.category-info p{
    clear: both;
}
.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: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}
.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;
}
.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #333;
}
.product-filter .display a {
    font-weight: bold;
}
.product-filter .sort {
    float: right;
    color: #333;
}
.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}
.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: bold;
}
.product-compare a {
    text-decoration: none;
    font-weight: bold;
}
.product-list{
    text-align: center;
}

.product-grid {
    width: 100%;
    overflow: auto;
}
.product-grid &gt; div {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid &gt; 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: #38B0E3;
    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: #333333;
    margin-bottom: 4px;
}
.product-grid .price-old {
    color: #F00;
    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: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
    margin-bottom: 10px;
}
.product-info &gt; .left {
    float: left;
    margin-right: 15px;
    padding-left: 10px;
    width: 260px;
}
.product-info &gt; .left + .right {
    margin-left: 290px;
}
.product-info .right{
    text-align: left;
}
.product-info .right #pb_kiekis{
    padding: 5px 10px;
}
.product-info .right #pb_kiekis span, .pb_select{
    display: inline;
}

.product-info .image {
    overflow: hidden;
    width: 238px;
    height: 160px;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 3px #CACACA;
    -moz-box-shadow: 0px 1px 3px #CACACA;
    box-shadow: 0px 1px 3px #CACACA;
}
.product-info img{

}
.product-info .image-additional {
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}
.product-info .image-additional img {
    width: 228px;
    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;
}
.product-info .description span {
    color: #38B0E3;
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}
.product-info .price {
    padding: 50px 0px 0px 0px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #333333;
    text-align: right;
    width: 100%;
}
.product-info .price a{
    min-width: 50px;
    display: inline-block;
    border: 1px solid #CCC;
    padding-right: 3px;
    margin: 1px;
    font-weight: bold;
	text-align: right;
}
.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
}
#pb_add_to_cart{
    text-align: right;
    padding-right: 40px;
}
.product-info .price-new {
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.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-left: 5px;
    color: #000000;
}
.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 .cart {
    padding: 0px 5px 0px 5px;
    color: #4D4D4D;
    overflow: auto;
}
.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.product-info .cart div &gt; 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 {
    color: #4D4D4D;
    margin-bottom: 10px;
}
.product-info .review &gt; div {
    padding: 8px;
    line-height: 20px;
}
.product-info .review &gt; div &gt; span {
    color: #38B0E3;
}
.product-info .review .share {
    overflow: auto;
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.review-list {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
}
.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: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute tr td:first-child {
    color: #000000;
    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: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #000000;
    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: #F00;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.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: #F00;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.login-content {
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    font-size: 14px;
}
.login-content input[type="text"],input[type="password"]{
    width: 254px;
    margin-top: 16px;
}
.login-content .button{
    margin-top: 24px;
    margin-bottom: 32px;
}

.login-content .left {
    float: left;
    width: 48%;
}
.login-content .right {

}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}

/* 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;
}
.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: 100%;
    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;
}
/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.cart-info td {
    padding: 3px;
}
.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}
.cart-info thead .quantity{
    width: 70px;
}
.cart-info thead .price{
    width: 40px;
}
.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}
.cart-info thead .total {
    width: 70px;
}
.eur{
    color:#CCC !important;
}
.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.cart-module &gt; div {
    display: none;
}
.cart-module #coupon{
    text-align: right;
    font-size: 14px;
    color:#cc2229;
}
.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;

}
.cart-total .right {
    font-size: 14px !important;
    font-weight: bold;
    color:#cc2229;
}
.cart-total .right b {
    color: #000;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
/* checkout */
.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}
.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
    width: 48%;
}
.checkout-content .buttons {
    clear: both;
}
.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: 3px;
}
.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 thead .price{
width:50px;
}
.checkout-product thead .total{
	width:110px;
}
.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;
}
.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 {
    white-space:nowrap;
    clear: both;
    width: 100%;
    background: #32353a;
    color: #a39282;
    padding-bottom: 50px;
}
#footer h3 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 8px;
}
#footer .column {
    padding:0 25px;
    width: 175px;
    float: left;
    text-align: left;

}
#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 {
    color: #a39282 ;
    text-decoration: none;
}
#footer .column a:hover {
    color:#fff;
}
#powered {
    margin-top: 5px;
    text-align: right;
    clear: both;
}
/* banner */
.banner{
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    width: 100%;
    height: 230px;
    text-align: center;
    overflow: hidden;
}
.banner div {
    margin: 0;
    height: 230px; /* change it to your value*/
    width: 100%; /* or use fixed width*/
    background: transparent url('') no-repeat center;
    overflow: hidden;
    /*text-align: center;
    width: 100%;
    display: none;
    margin: 0 auto;*/
}
.banner div img {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
/* categories */
.kategorijos_body{
    overflow: hidden;
    padding: 0px !important;

}
.category-wrap{
    display: block;
    width: 262px;


}
#content-wrap{
    position: relative;
    margin-top: 305px !important;
    display: block;
}


.kategorija-wrap{
    margin-bottom: 0 !important;
}
#after-head{
    height: 47px;
    background-color: #fff;
    margin-bottom: 5px;
}
#cart_btn {
    z-index: 4;
    position: absolute;
    top:145px;
    right: 25px;
    background: #21211f;
    padding: 3px 5px 3px 5px;
    height: 29px;
}
#cart_btn span{
    float: left;
    height: 28px;
}

#cart_ico{
    margin-top: 0px;
    height: 28px;
    width: 34px;
    background: url('../image/cart_ico.png') no-repeat !important;
}
#cart_text{
    background: #21211f;
    float: left;
    padding: 6px;
    font-size:14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}
.kiti_prod{
    -webkit-box-shadow: 0px 0px 6px #DDDDDD;
    -moz-box-shadow: 0px 0px 6px #DDDDDD;
    box-shadow: 0px 0px 6px #DDDDDD;
    border:1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.kiti_prod a {
    font-size: 32px;
    top:30px;
    font-weight: bold;
    color: #FFF;
}
#header_login{
    top: 26px;
    position: absolute;
    z-index: 100;
    width: 264px;
    right: 30px;
    text-align: center;
    visibility: hidden;
}
#pb_login_background{
    background-color: #32353a;
    opacity: 0.8;
    width: 264px;
    height: 138px;
}
#pb_login_bot_bg{
    background-color: #000;
    opacity: 0.9;
    width: 264px;
    height: 58px;
}
#pb_login_bot{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 150px;
}
#header_login #pb_login_form{
    width: 244px;
    display: block;
    padding: 10px;
    position: absolute;
    top : 0;
    text-align: center;

}
#header_login input{
    width: 196px;
    margin-top: 16px;
    border: none;
}

.prod_plotas{
    width: 630px;
    height: 138px;
    display: block;
    margin:  10px auto ;

}
.prod_plotas .image{
    display: block;
    float: left;
    padding: 6px;
    width: 176px;
    height: 126px;
    -webkit-box-shadow: 0px 1px 3px #CACACA;
    -moz-box-shadow: 0px 1px 3px #CACACA;
    box-shadow: 0px 1px 3px #CACACA;
    overflow: hidden;

}
.prod_plotas .description{
    position: relative;
    text-align: left;
    margin-left: 10px;
    width: 432px;
    height: 138px;
    float: left;
    -webkit-box-shadow: 0px 1px 3px #CACACA;
    -moz-box-shadow: 0px 1px 3px #CACACA;
    box-shadow: 0px 1px 3px #CACACA;
    overflow: hidden;
}
.prod_plotas .description .click_plot{
    position: absolute;
    top: 0;
    left: 0;
    width: 432px;
    height: 138px;
    display: block;
}
.prod_plotas .description h2{
    padding: 20px 15px 5px 15px;
    font-size: 14px;
    color: #cc2229;
}
.prod_plotas .description p{
    clear: both;
    padding: 0 15px 0 15px;
}
.kat_link{
    font-weight: bold;
}
.box-category .active{
    color: #cc2229;
}
#content h1{
    margin: 5px;
}
.ikeltas a{
    color: #cc2229 !important;
    text-decoration: underline !important;
}
.option{
    padding-bottom:5px;
}
.product-info .image a img{
    width: 238px;
}
.product-info .option label{
    width: 150px;
    display: inline-block;
}
#pb_reikalavimai{
    clear: both;
    position:relative;
    border-bottom: solid 1px #CACACA;
}
#pb_reikalavimai a {
    font-size:14px;
    font-weight: bold;
    line-height: 40px;
}
#pb_login_bar{
    height: 26px;
    background-color: #32353a;
}
#pb_login{
    position: relative;
    height: 26px;
    width: 968px;
    margin: 0 auto 0 auto;
}
#pb_menu_bar{
    background-color: #FFF;
    width: 100%;
    height: 78px;
}
#pb_menu{
    width: 968px;
    margin: 0 auto 0 auto;
}
.pb_red{

}
.pb_white{
    color:#FFF;
}
.pb_red{
    color: #cc2229;
}
#pb_login_gear{
    background: url('../image/gear.png') no-repeat;
    height: 16px;
    width: 16px;
    float: left;
    margin: 5px 5px 5px 10px;
}
#pb_login_arrow{
    background: url('../image/login_arrow.png') no-repeat;
    height: 4px;
    width: 16px;
    float: left;
    margin: 11px 5px;
}
#pb_login_text{
    text-decoration: none;
    line-height: 26px;
    background-color: #000;
    display: block;
    padding: 0 5px;
    min-width: 195px;
    float: right;
    margin-right: 30px;
}
#pb_logged_id #pb_login_form{
    text-align: center;
    left: 0;
}
#pb_cart_bot{
    height: 50px;
    width: 100%;
    background-color: #FFF;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    -khtml-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;

}
#pb_cart_bot .button{
    display: inline-block !important;
    margin: 15px;
}
#pb_home{
    height:  130px;
}
#pb_home_title{
    height: 45px;
    padding-left: 51px;
    padding-top: 0px;
    margin-top:-35px;
}
#pb_home_title a{
    text-decoration: none;
    font-size: 23px;
    font-weight: 900;
}
.pb_home_kategorijos{
    position: relative;
}
.pb_home_kategorijos .kategorija{
    display: inline-block;
    padding: 0;
    margin:5px 5px 48px 5px;
    width: 262px;
    height: 243px;
    -webkit-box-shadow: 0px 2px 3px #CACACA;
    -moz-box-shadow: 0px 2px 3px #CACACA;
    box-shadow: 0px 2px 3px #CACACA;
    padding: 9px;
    background-color: #FFF;
    text-align: center;
}
.pb_home_kategorijos .kategoriju_img{
    display: block;
    height: 190px ;
    width: 264px;
    overflow: hidden;
}
.pb_home_kategorijos .kategorijos_pavadinimas{
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 52px;
    color:#534741;
    text-align: center;
}
.pb_home_kategorijos .daugiau{
    background: url('../image/more.png') no-repeat;
    padding-top: 8px;
    width: 139px;
    position: absolute;
    z-index: 10;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 33px;
    color:#FFF;
    margin-left:62px;
    margin-top: -10px;
    text-align: center;
}
.pb_home_kategorijos .kategorija:hover .kategorijos_pavadinimas{
    font-weight: bold;
    color: #cc2229;
}
#pb_mini_side{
    background:#998675;
    height: 140px;
    width: 46px;
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 500;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -khtml-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    padding: 10px 3px;
}
#pb_mini_side a{
    display: block;
    height: 44px;
    width: 39px;
    overflow: hidden;
}
#pb_mini_side a:hover img{
    margin-top: -44px;
}
#pb_bfoot{
    position: absolute;
    width: 100%;
    height: 353px;
    background-color: #32353a;
    left: 0;
    background:  url('../image/bot_cont.png');
}
#pb_bfoot_line{

    height: 24px;
    position: absolute;
    width: 100%;
    z-index: 10;
    background:  url('../image/bot_line.png');
    left: 0;
    -webkit-box-shadow: 0px 2px 3px #CACACA;
    -moz-box-shadow: 0px 2px 3px #CACACA;
    box-shadow: 0px 2px 3px #CACACA;
}
#pb_bfoot_content{
    position: relative;
    height: 329px;
    width: 932px;
    padding-left: 36px;
    margin: 0 auto 0 auto;
}
#pb_bfoot_content .kategorija{
    float: left;
    padding: 0;
    margin:62px 5px 48px 5px;
    position: relative;
    height: 195px;
    width: 198px;
    padding: 8px;
    background-color: #FFF;
    text-align: center;
    -webkit-box-shadow: 0px 2px 3px #CACACA;
    -moz-box-shadow: 0px 2px 3px #CACACA;
    box-shadow: 0px 2px 3px #CACACA;
    text-align: center;
}
#pb_bfoot_content .kategoriju_img{
    display: inline-block;
    position: relative;
    height: 144px;
    width: 198px;
    overflow: hidden;
}
#pb_bfoot_content .kategoriju_img img{
    width: 197px;
}
#pb_bfoot_content .kategorijos_pavadinimas{
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    color:#534741;
    font-size: 14px;
    text-align: center;
}
#pb_bfoot_content .daugiau{
    background: url('../image/fmore.png') no-repeat;
    padding-top: 3px;
    width: 106px;
    position: absolute;
    z-index: 10;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 33px;
    color:#FFF;
    margin-left:52px;
    margin-top: 0px;
    text-align: center;
}
#pb_bfoot_content .kategorija:hover .kategorijos_pavadinimas{
    font-weight: bold;
    color:#cc2229;
}
#pb_footer{
    position: absolute;
    width: 100%;
    margin-top: 25px;
}
#pb_footer_line{
    height: 60px;
    width: 100%;
    background-color: #383b40;
}
#pb_footer_line div{
    width: 900px;
    padding-left: 68px;
    margin: 0 auto;
    text-align: center;
}
#pb_footer_line div a{
    text-align: left;
    width: 170px;
    line-height: 60px;
    padding: 0 25px;
    display: inline-block;
    color: #a39282;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
#pb_footer_line a:hover{
    color:#fff;
}
#pb_rfoot{
    width: 900px;
    min-height: 100px;
    margin: 20px auto;
    text-align: center;
    padding-left: 68px;
}
/* -------------------------------------------------------------------- */
.kategorijos_body{
    width: 670px;
    margin: 0 -5px 0 -10px;

}
.kategorijos_body .kategorija{
    width: 197px !important;
    height: 201px !important;
    padding: 5px;
    display: inline-block;
    position: relative;
    margin:4px;
    -webkit-box-shadow: 0px 1px 3px #CACACA;
    -moz-box-shadow: 0px 1px 3px #CACACA;
    box-shadow: 0px 1px 3px #CACACA;
    overflow: hidden;

}
.kategorijos_body .kategorijos_pavadinimas{
    padding-top: 15px;
    display: block;
    text-decoration: none;
    color:#534741;
    font-size: 12px;
    position: absolute ;
    text-align: center;
    width: 180px;
    height: 50px;
    margin-left: 10px;
    font-weight: bold;
}
.kategorijos_body .kategoriju_img{
    height: 140px;
    width: 197px;
    overflow: hidden;
    display: block;
}
.kategorijos_body .kategoriju_img img{
    width: 197px;
}
.kategorijos_body .kategorija:hover .kategorijos_pavadinimas{

    font-weight: bold;
    color:#cc2229;
}
#login_btn {
    cursor: pointer;
    color:#FFF;
    font-weight: bold;
    margin-top: 16px;
    padding: 8px 20px;
    background:#fa2d28;
    border: none;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -khtml-border-radius: 0 20px 20px 0;
    border-radius: 7px 7px 7px 7px;
}
#pb_redline{
    margin-top: 9px;
    width: 97%;
    height: 4px;
    display: block;
    background-color: #cc2229;
}
#content h2{
    background: #FFF;
    color: #cc2229;
    font-size: 16px;
    margin-bottom: 12px;
    float: left;
    padding: 0 20px 0 12px;
}
#pb_upload{
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #CCC;
}
#container + #footer{
    margin-top: 25px !important;
}
#pb_dizainas{
    margin-top: 20px;
}
#pb_dizainas p {
    text-align: left;
    margin-bottom: 3px;
}
#pb_uzklausa{
    padding: 30px 10px 0 10px;
}
#pb_uzklausa div{
    position: relative;
    padding: 5px;
    background-color: #998675;
}
#pb_uzklausa p{
    padding: 5px;
    text-align: left;
    margin-bottom: 0px;
    width: 420px;
}
#pb_uzklausa a {
    position: absolute;
    top: 15px;
    right: 20px;
}
#pb_aprasymas {
    float: right;
    text-align: left;
    width: 315px;

}
#tab-description .image {
    float: left;
    padding: 8px;
    overflow: hidden;
    width: 244px;
    height: 190px;
    margin-left: 10px;
    -webkit-box-shadow: 0px 1px 3px #CACACA;
    -moz-box-shadow: 0px 1px 3px #CACACA;
    box-shadow: 0px 1px 3px #CACACA;
    margin-bottom: 20px;
}
#tab-description .image a{
    width: 244px;
    height: 190px;
    display: block;
    overflow: hidden;
    text-align: center;
}
#tab-description .image img{
    height: 190px;
}
#tab-description h3{
    margin-top: 0px;
}
#tab-description .image-additional{
    float:left;
}
#tab-description .image-additional a{
    display: inline-block;
    height: 100px;
    width: 138px;
    padding: 2px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px #CACACA;
    -moz-box-shadow: 0px 1px 3px #CACACA;
    box-shadow: 0px 1px 3px #CACACA;
}
#tab-description .image-additional img{
        margin-top: -4px;
	height: 108px;
}
#tab-attribute img{
    width: 600px;
}
.pb_register  .content{
    width: 350px !important;
    text-align: right;
    float: right;
}
.pb_register h2{
    float: right;
}
.pb_register .buttons{
    clear: both;
}
.pb_register p,a{
    text-align: left;
    font-size: 14px;
}
.pb_info{
    text-align: left;
}
.checkout-content{
    text-align: left;
}
.checkout-content input[type='text'],input[type='password']{
    width: 200px !important;
    margin-top: 0px;
}
#pb_success{
   margin-top: 25px;
}
#pb_success p{
    margin-bottom: 5px;
    font-size: 14px !important;
}
.pb_apie_mus p{
    padding-right: 50px;
    text-align : left !important;
    padding-left: 10px;
}
#tab-attribute h3,h4{

}
.pb_kainu_lenteles table {
    border-spacing:0;
    border-collapse:collapse;
}
.pb_kainu_lenteles th,.pb_kainu_lenteles td{
    padding: 1px 3px;
     border: #CCC solid 1px;
}
.pb_kainu_lentele_select{
    margin-left: 25px;
    padding: 3px;
}
.pb_kainu_lentele_select h4{
    color:#cc2229;
    margin-bottom: 3px;
    margin-top: 3px;
}
.pb_kainu_lentele_select p{
    margin-bottom: 5px;
}
#pb_reikalavimai {
    padding-bottom: 10px;
}
#pb_reikalavimai a{
	line-height:20px !important;

}
.pb-img-field{
    height:180px;
    width:240px;
    display:block;
    overflow:hidden;
    position:relative;
}
.pb-img-field div{
    position:absolute;
    height:1800px;
    width:240px;
    overflow:hidden;
}
#pb-video-field img{
    width:240px;
    height:auto;
    position:absolute;
    z-index: 1;
}
#pb-image-field img{
    width:240px;
    height:auto;
}
.product-info .image{
position:relative;
}
.product-info .image a:after{
background:url('../image/ico_size.png');
height:19px;
width:19px;
content: " ";
display:block;
position:absolute;
z-index:5;
bottom:5px;
right:5px;
}
#pb-image-field a::after{
background:url('../image/ico_size.png');
height:19px;
width:19px;
content: " ";
display:block;
position:absolute;
z-index:5;
bottom:0px;
right:5px;
}
#pb-image-field{
    position:absolute;
    width:240px;
    height:180px;
    overflow:hidden;
    top:0;
    z-index: 0;
}
.kirtikliai-vid{
    width:240px !important;
}
#pb-img-wrap{
    display:block;
    position:absolute;
    z-index: 2;
}
#pb-video-left{
    position:absolute;
    height:34px;
    width:30px;
    display:block;
    background:url('../image/ico_video_left.png');
    bottom:0px;
    left:0px;
    margin:0 5px;
}
#pb-video-right{
    position:absolute;
    height:34px;
    width:30px;
    display:block;
    background:url('../image/ico_video_right.png');
    bottom:0px;
    right:0px;
    margin: 0 5px;
}
.vid-toggle{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height:25px;
    display:inline-block;
    background: url('../image/vid_bg.png');
    width:50%;
    float:left;
    text-align: center;
    color:#000;
    text-decoration: none;
    border:solid 1px #CACACA;
}
#vid-btn{
    position:absolute;
    z-index: 10;
    width:100%;
    bottom:0px;
}
.spritespin-stage{
    background-size: 8400px 180px !important;
}
#vid-block{
    position:relative;
    height:215px;
    -webkit-box-shadow: 0px 1px 3px #CACACA;
    -moz-box-shadow: 0px 1px 3px #CACACA;
    box-shadow: 0px 1px 3px #CACACA;
}
.vid-active{
    background:#BCBCBC;
}
#thisIsOriginal{
    height:0;
    width:0;
}
.right .options, #pb_kiekis{
	font-size:14px !important;
	font-weight:bold;
}
#pb_additional_photo{
    width: 300px;
    float: left;
}
.pb-ask-product p{
    margin-top: 10px;
    margin-bottom: 3px;
}
.pb-ask-product #pb_pranesimas{
    text-decoration: none;
}
.description .option label{
width:275px;
}
.hidden{
visibility:none !important;
}</pre></body></html>