/* ==========================================================================
   Common
   ========================================================================== */
a {outline: 0;}

a:link {
    color: #003366;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #003366;
}

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

/* ==========================================================================
   Main
   ========================================================================== */

body{
    /* background-color: #aadd44;*/  /*  #E0F2F7; eduardas 20131126 background-color: #e7e7e7;  20141125 #aadd44;  eduardas 20140325  background-color: #a81100;    */
    /*background-image: url(../images/body.gif);background-position: center top;background-size: 100% auto;*/
    background-attachment: fixed;
    background-color: #e7e7e7;
    margin: 75px 0 0;
    padding: 0;
    text-align: left;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}
.topmenu{
    z-index: 4999;
    width: 100%;
    background: #fff;
    height: 65px;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.29);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.29);
    box-shadow: 3px 1px 10px rgba(0,0,0,0.29);
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0;
}

.topmenu.scrolled{
    position: fixed;
    top: 0;
    z-index: 4999;
    margin-bottom: 0px;
    height: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.container-menu, .container-main, .tabs{
    width: 1289px;
    margin: 0 auto;
}

.tabs{
    background-color: transparent !important;   /* eduardas 20131126 background-color: #e7e7e7; */
    height: 40px;
}
.container-menu{
    height: 70px;
}
.scrolled .container-menu {
    height: 40px;
}
.container-menu .logo{
    width: 120px;
    float: left;
    margin-right: 33px;
    padding-top: 8px;
}
.container-menu .logo .mini{
    display: none;
}
.topmenu.scrolled .logo .normal{
    display: none;
}
.topmenu.scrolled .logo{
    padding-top: 5px;
}
.topmenu.scrolled .logo .mini{
    display: block;
}
.topmenu.scrolled .container-menu .main-cont, .topmenu.scrolled .container-menu .m-pirk{
    padding-top: 5px;
}
.container-menu .main-cont{
    width: 760px;
    float: left;
}
.container-menu .main-cont input[type=text]{
    width: 322px;
    height: 30px;
    max-height: 30px;
    padding: 0;
    margin: 0;
    background: url(../img/search.png) no-repeat;
    border: 0;
    padding-left: 10px;
    font-size: 13px;
}

.container-menu .top-contacts{
    width: 175px;
    height: 70px;
    float: left;
    line-height: 20px;
    text-align: left;
    margin-top: 15px;
    font-size: 13px;
    font-style: italic;
    color: #727272;
}

.topmenu.scrolled .container-menu .top-contacts{
    width: 175px;
    height: 30px;
    float: left;
    line-height: 15px;
    text-align: left;
    margin-top: 6px;
    font-size: 12px;
    font-style: italic;
    color: #727272;
}

.container-menu .m-pirk{
    width: 126px;
    float: left;
}

.tabs .tab{
    background: url(../img/tab-bg.png);
    float: left;
    margin-left: 13px;
    width: 204px;
    height: 45px;
    overflow: hidden;
    line-height: 52px;
    text-align: center;
    margin-top: -5px;
}

.tabs .tab:first-child{
    margin-left: 0;
}

.tabs .tab.active, .tabs .tab:hover{
    background: none #fff;
}

.tabs .tab a{
    display: block;
    width: 100%;
    height: 100%;
    color: #8f8f8f;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.tabs .tab.active a, .tabs .tab:hover a{
    color: #4c4c4c;
}

.container-main{
    background: #fff;
    padding: 10px 0 45px 0;
    box-shadow: 0px 4px 5px 2px  rgba(156, 156, 156, 0.29);
}

.container-main .big-menu{
    height: 48px;
    padding: 0 30px;
    position: relative;
}

.big-menu .menu_item{
    width: 60px;
    height: 48px;
    float: left;
    background: url(../img/icon-bg.png) no-repeat;
    border-right: 1px solid #d6d7d8;
    border-top: 1px solid #d6d7d8;
    border-bottom: 1px solid #d6d7d8;
    overflow-x: hidden;
}

.big-menu .menu_item:first-child {
    border-left: 1px solid #d6d7d8;
    background-position: -1px 0;
    background-size: 94px auto;
}

.big-menu .menu_item:hover{
    border-bottom-color: #fff;
    background-image: none !important;
}

.menu_item .submenu{
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 0;
    position: absolute;
    width: 1221px;
    padding-bottom: 11px;
    display: none;
}

.big-menu .menu_item:hover .submenu{
    overflow: hidden;
    margin-top: 1px;
    margin-left: 0px;
    left: 30px;
    z-index: 150;
}

.ir.icon {
    display: block;
    background: url(../img/icons.png) no-repeat;
    width: 58px;
    height: 48px;
}
.ir.icon.ekologiskos-prekes{background-position: -1362px -2px;}
.ir.icon.galanterija{background-position: -1137px -2px;}
.ir.icon.kompiuterija{background-position: -510px -2px;}
.ir.icon.sviestuvai{background-position: -1551px -2px;}
.ir.icon.vaistinele{background-position: -1080px 0px;}
.ir.icon.dovanos{background-position: -1484px -1px;}
.ir.icon.yra-sandelyje{background-position: -1251px -1px;}
.ir.icon.laikrodziai-ir-priedai{background-position: -171px 0px;}
.ir.icon.namu-apyvokos-ir-remonto-prek {background-position: -566px 0px;}
.ir.icon.baldai{background-position: -624px -2px;}
.ir.icon.automobiliu-prekes{background-position: -683px 0px;}
.ir.icon.telekomunikacija-navigacija-ir-ju-priedai{background-position: -739px 0px;}
.ir.icon.kvepalai-ir-kosmetika {background-position: -795px 0px;}
.ir.icon.apranga-ir-aksesuarai {background-position: -851px 0px;}
.ir.icon.prekes-vaikams {background-position: -904px -1px;}
.ir.icon.sporto-laisvalaikio-prekes {background-position: -961px -2px;}
.ir.icon.avalyne{background-position: -226px 0px;}
.ir.icon.n-18 {background-position: -55px 0px;}
.ir.icon.gyvunu-prekes{background-position: -1019px 0px;}
.ir.icon.televizoriai-kita-namu-elektronika{background-position: -454px 0px;}
.ir.icon.buitine-technika-ir-elektronika{background-position: -1191px -2px;}
.ir.icon.karsti-pasiulymai {background-position: -2px -2px;width: 72px;}

.rows{
    float:left;
    width:210px;
    margin-left: 20px;
}

.container-main .slider{
    padding: 0;
    list-style-type: none;
    min-height: 360px;
    height: 330px;
    width: 1230px;
    padding: 0 0px;
    overflow: hidden;
}
.container-main .slider li{display: inline;}

.category{padding: 0 30px;}

.category.name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    float: left;
    width: 1230px;
    background: url(../img/rule.png) no-repeat 176px 19px;
    margin: 10px 0px;
    height: 30px;
}

.morebutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    float: right;
    padding-right: 20px;
    background: url(../img/more.gif) no-repeat right center #FFF;
    margin-right: 5px;
    margin-top: 12px;
}

.category.name h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    float: left;
    margin: 0px;
    padding: 7px 20px 7px 0px;
    background-color: #FFF;
}

.items {
    float: left;
    width: 1230px;
    padding: 0;
    clear: both;
    list-style-type: none;
    margin-right: 6px;
    overflow: hidden;
}

.items .li{
    position: relative;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-pager-link:focus  {
    border: 0 none;
    outline: 0 none;
}

.items .discount_item {
    float: left;
    width: 250px;
    border-width: 1px 1px 0px;
    border-style: solid solid none;
    border-color: #d9d9d9 #f2f2f2 #fff;
    padding: 9px 11px 9px 7px;
    min-height: 300px;
    position: relative;
}
.items .discount_item .photo {
    text-align: center;
    width: 250px;
    margin-bottom: 5px;
    height: 300px;
    display:table;
}
.items .discount_item .photo .img22 {
	display: table-cell;
	vertical-align: middle;
	height: 300px;
}
.items .discount_item .price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #990000;
    margin-bottom: 5px;
    width: 250px;
    float: left;
    font-weight: bold;
    height: 20px;
}
.items .discount_item .heading {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    float: left;
    width: 250px;
    margin-bottom: 10px;
}

.items .item {
    float: left;
    width: 221px;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #f2f2f2;
    border-bottom: 0px none;
    border-left: 1px solid #f2f2f2;
    padding: 9px 11px 9px 7px;
    min-height: 200px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}
.items .item .photo {
    text-align: center;
    width: 225px;
    margin-bottom: 5px;
    height: 210px;
    display:table;
}
.items .item .photo .img22 {
    display: table-cell;
    vertical-align: middle;
    height: 230px;
}
.items .item .price {
    font-size: 14px;
    color: #EE2C4E;
    margin-bottom: 5px;
    width: 227px;
    float: left;
    font-weight: bold;
    height: 20px;
}
.items .item .code_price{
    color: #EE2CD3;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    margin-bottom: 5px;
    width: 227px;
}
.items .item .code_price span{margin-top: -3px;}
.items .item .code_price_bold{font-size: 18px;font-weight: bold;float: right;}
.items .item .buvusi {
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
    padding-left: 10px;
    font-weight: normal;
    display: block;
    float: right;
}
.items .item .kainaa{
    display: block;
    float: left;
}

.items .item .nuolaida {
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    background-color: #EE2C4E;
    float: right;
    padding: 3px 5px;
    margin-left: 5px;
}
.items .item .naujiena {
    font-size: 11px;
    color: #333;
    font-weight: bold;
    background-color: #FC3;
    float: right;
    padding: 3px 5px;
}
.items .item .heading {
    font-size: 14px;
    color: #333;
    float: left;
    width: 227px;
    margin-bottom: 10px;
}
.items .description {
    font-size: 12px;
    color: #666;
    float: left;
    width: 200px;
}

.items .description table{
    font-size: 12px;
    color: #666;
    width: 100%;
}
.items .description td{
    border-bottom: 1px #aaa dashed;
}

.akcijaaction {
    height: 30px;
    width: 50px;
    position: absolute;
    left: 15px;
    top: 180px;
    background: url(../img/products-icons.png) -216px 0px no-repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 20px;
}

.deliveryaction,
.deliveryaction-1-1,
.deliveryaction-1-2,
.deliveryaction-1-3,
.deliveryaction-1-4,
.deliveryaction-1-5 {
    float: right;
    height: 50px;
    left: 165px;
    position: absolute;
    top: 179px;
    width: 67px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 0.7em;
    padding-top: 2px;
    display: block;
}

.deliveryaction {background: url("../images/pristatymas_red.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
.deliveryaction-1-1 {background: url(../img/products-icons.png) no-repeat scroll -168px 0px rgba(0, 0, 0, 0);width: 50px;left:185px;}
.deliveryaction-1-2 {background: url(../img/products-icons.png) no-repeat scroll -1px 0px rgba(0, 0, 0, 0);}
.deliveryaction-1-3 {background: url(../img/products-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
.deliveryaction-1-4 {background: url(../img/products-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
.deliveryaction-1-5 {background: url(../img/products-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
.deliveryaction-1-2:before{content:"1 - 2 d.d.";}
.deliveryaction-1-3:before{content:"1 - 3 d.d.";}
.deliveryaction-1-4:before{content:"1 - 4 d.d.";}
.deliveryaction-1-5:before{content:"1 - 5 d.d.";}

.deliveryaction-product{
    float: right;
    height: 50px;
    right: 40px;
    position: absolute;
    bottom: 110px;
    width: 50px;
    z-index: 149;
}

.delivery-free-omniva,
.delivery-free-lp,
.delivery-free{
    height: 50px;
    width: 80px;
    position: absolute;
    float: right;
    left: 80px;
    top: 180px;
}

.delivery-free-product-omniva,
.delivery-free-product-lp,
.delivery-free-product{
    height: 50px;
    width: 80px;
    position: absolute;
    float: right;
    left: 75px;
    bottom: 110px;
    z-index: 10000;
}

.delivery-free, .delivery-free-product{background: url(../images/nemokamas_icon.png) no-repeat;}
.delivery-free-omniva, .delivery-free-product-omniva{background: url(../images/nemokamas_icon_omniva.png) no-repeat;}
.delivery-free-lp, .delivery-free-product-lp{background: url(../images/nemokamas_icon_lp.png) no-repeat;}

.newaction {
    height: 50px;
    width: 50px;
    position: absolute;
    float: right;
    left: 180px;
    top: 10px;
    background: url(../img/products-icons.png) -70px 0px no-repeat;
}
.product .newaction{ left: 550px; }

.topaction{
    height: 50px;
    width: 50px;
    position: absolute;
    left: 15px;
    top: 15px;
    background: url(../img/products-icons.png) -119px 0px no-repeat;
}

.jcarousel-container{
    padding: 0 30px;
    width: 1229px;
}
.jcarousel-clip-horizontal{
    margin-top: 50px;
    overflow:hidden;
    margin: 0;
    width: 1229px;
}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal{
    height:100%;
    width: 25px;
    position:absolute;
    top:0;
    z-index: 50;
    background: #eeeeee;
    cursor: pointer;
}
.jcarousel-prev-horizontal{
    left:0;
    background: #eeeeee url(../img/arrow.png) no-repeat center center;
}
.jcarousel-next-horizontal{
    right:0;
    background: #eeeeee url(../img/arrow2.png) no-repeat center center;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix2:before,
.clearfix2:after {
    content: " ";
    display: table;
    margin-bottom: -20px;
}

.desc_tabs{
    padding: 5px 10px 0px 10px;
    border-left: 1px solid #E9E7EB;
    border-right: 1px solid #E9E7EB;
    border-bottom: 1px solid #E9E7EB;
    overflow: hidden;
    text-align: justify;
}

.desc_tabs dd strong{
    width: 400px;
    display: inline-block;
}
.desc_tabs dd span{
    width: 300px;
    clear: both;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.jcarousel-item {
    margin-right: 6px;
    position: relative;
}

.jcarousel-prev-disabled, .jcarousel-next-disabled {
    display: none !important;
}

.submenu h2 {
    font-size: 20px;    font-family: "Arial";
    color: #808080;
    padding: 10px 20px 10px;
    margin: 0;
    font-weight: normal;
    text-align: center;
}

.submenu hr {
    color: #ececec;
    border: 0;
    border-top: 1px solid #ececec;
    padding: 0;
    margin: 0;
}

.submenu h2 span {
    color: #e92471;
}
.submenu .rows .row {
    width: 210px;
    float: left;
    margin-left: 20px;
}

.bx-wrapper {
    padding: 0 30px;
    position: relative;
    width: 1229px;
    height: 346px !important;
    overflow: hidden;
}

.bx-viewport{
    margin-top: 0px;
    height: 346px !important;
    overflow: hidden;
}

.bx-pager.bx-default-pager, .bx-controls-direction {
    position: absolute;
    bottom: 18px;
    left: 50px;
}
.bx-pager-item {
    margin-right: 12px;
    float: left;
}
.bx-pager-link {
    font-size: 15px;
    font-weight: bold;
    color: #8f8f8f;
    display: block;
    background-color: rgba(255, 255, 255, 0.81);
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
}
.bx-pager-link.active {
    color: #000 !important;
    background-color: #fff;
}
.bx-controls-direction {
    left: auto;
    right: 60px;
    width: 70px;
}
.bx-prev a {
    display: block;          width: 30px;  height: 30px;  line-height: 30px;  text-align: center;
    float: left;
    text-indent: -9999px;
}
.bx-controls-direction a {
    display: block;  background-color: #fff;  background-color: rgba(255, 255, 255, 0.81);  width: 30px;  height: 30px;  line-height: 30px;  text-align: center;
    float: left;
    text-indent: -9999px;
}

.bx-prev {
    margin-right: 10px;
    background: url(../img/arrow-slider.png) no-repeat center center;
}

.bx-next {
    background: url(../img/arrow-slider2.png) no-repeat center center;
}

.rows .row h3 {
    font-size: 15px;    
    font-family: "Arial";    
    color: #4C4C4C;    
    font-weight: bold;
    margin: 10px 0px 1px 0px;
}

.rows .row ul {
    list-style-type: none;
    padding-left: 0;
    margin: 2px 0px 1px 0px;
}
.rows .row li a {
    font-size: 12px;    
    color: #555555;    
    line-height: 1.846;
}

.big-menu .item:last-child {
    width: 99px;
    background: url(../img/icon-bg-last.png) no-repeat;
}

.rows .row li a:hover, .rows .row li a.active {
    color: #e92471;
    text-decoration: none;
}

.active {
    color: #e92471 !important;
    text-decoration: none !important;
}

footer {
    width: 1289px;
    margin: 0 auto;
    background: url(../img/footer.jpg) no-repeat center center;
    height: 315px;
    margin-top: -1px;
    box-shadow: 0px 4px 5px 2px rgba(156, 156, 156, 0.29);
    margin-bottom: 10px;
}

.footer-row {
    padding-top: 100px;
}
.footer-row .menu {
    width: 220px;
    float: left;
}
.menu ul {
    list-style-type: none;
    line-height: 1.846;
    margin: 0;
}
.menu ul li a {
    font-size: 13px;    
    font-family: "Arial";    
    color: #484848;
}
.menu ul li a.active {
    color: #2b93c6 !important;
}
.footer-row .newsletter {
    width: 250px;
    float: left;
    padding: 0 20px;
}
.newsletter p {
    font-size: 13px;    
    font-family: "Arial";    
    color: rgb( 160, 159, 159 );    
    font-style: italic;
}

.footer-row .facebook {
    width: 720px;
    float: left;
    margin-left: 55px;
}

.main-cont .iimg{
    background: url(../img/buttons_top.png) no-repeat;
    height: 30px;
    width: 105px;
    color: #1d1d1d;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    display: inline-block;
    text-align: center;
    padding-left: 18px;
    border-right: 1px solid #C3C3C3;
}
.main-cont .katalogas {width: 115px;background-position: 0px -30px;}
.main-cont .informacija {background-position: 0px 0px;}
.main-cont .krepselis {background-position: 0px -60px;}

.top-contacts img {
    margin: -1px 4px;
}

.top-contacts strong {
    font-weight: bold;
    font-style: normal;
    color: #3f3f3f;
}
.m-pirk a {
    width: 126px;
    height: 30px;
    background: url(../img/mano-pirk.png) no-repeat;
    color: #fff;  font-size: 13px;
    font-weight: bold;
    line-height: 30px;  margin: 0 5px;  display: inline-block;
    text-align: left;
    padding-left: 17px;
}

::-webkit-input-placeholder { color:#5b5b5b; font-size: 13px; }
::-moz-placeholder { color:#5b5b5b; font-size: 13px;} /* firefox 19+ */
:-ms-input-placeholder { color:#5b5b5b; font-size: 13px; } /* ie */
input:-moz-placeholder { color:#5b5b5b; font-size: 13px; }

.more-items,
.loader {
    border: 1px solid #f2f2f2;
    width: 1227px;
    margin: 20px auto 15px auto;
    text-align: center;
    line-height: 71px;
    font-size: 20px;
    color: #333333;
}
.more-items img,
.loader img {
    vertical-align: middle;
    margin-right: 10px;
}
.more-items {
    cursor: pointer;
}
.newsletter input[type="text"] {
    width: 256px;
    padding: 5px 5px;
    font-size: 13px;
}

.credits {
    font-size: 13px;
    font-family: "Arial";
    color: #858484;      /* eduardas 20131126  color: #858484;*/
    line-height: 1.846;
    width: 1289px;  margin: 0 auto;
    margin-bottom: 10px;
}
.credits .left {
    float: left;
}
.credits .right {
    float: right;
}

.newsletter input[type="submit"] {
    width: 270px;  
    height: 30px;
    background: url(../img/newsletter.png) no-repeat;
    color: #fff;
    font-size: 13px;
    line-height: 28px;    
    display: inline-block;
    text-align: left;
    padding-left: 15px;
    border: 0;
    font-weight: bold;
    margin: 10px 0;
}
/*
.deal.item {
    width: 1230px;
    margin: 20px auto;
    position: relative;
}
.deal .image {
    float: left;
    width: 600px;
    margin-right: 28px;
}

.deal p {
    font-size: 14px;    
    font-family: "Arial";
    color: #727070;    
    line-height: 1.571;
    text-align: justify;
}
.deal .counters {
    border: 1px solid #ececec;
    line-height: 50px;
    text-align: center;
    height: 50px;
    position: absolute;
    bottom: 50px;
    width: 600px;
}
.deal .text {
    float: left;
    width: 600px;
}

.counters .from {
    width: 50%;
    float: left;
    color: #4c4c4c;  font-size: 14px;
    margin-top: 1px;
}
.counters .to {
    width: 45%;
    float: right;
}
*/
.to span {
    color: #992222;
    font-weight: bold;
}
/*
.deal .more-prekes {
    display: block;
    width: 126px;
    height: 30px;
    background: url(../img/more-prekes.png) no-repeat;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 4px;
}
*/
.search_span{
    position:relative;
}

.search_span #searchboxx_img{
    position:absolute;
    right:0px;
    height:30px;
    width:40px;
    top:0px;
    cursor:pointer;
}

.scrolled .login_span{
    margin-top:13px;
}

.login_span{
    background: none;
    margin-top:25px;
    font-size:13px;
    float:left;
    width:160px;
    height: 17px;
    padding: 0;
}
.pack-16{
    background: url(../images/pack_16.png) no-repeat;
    display: inline-block;
}

.login_span li{
    list-style: none;
    display: inline;
    font-weight: bold;
}
.login_span .login_pirk{
    height: 16px;
    width: 16px;
    background-position: -32px 0px;
}
.login_span .login_gplius{
    height: 16px;
    width: 16px;
    background-position: -50px 0px;
}
.login_span .login_facebook{
    height: 16px;
    width: 16px;
    background-position: -68px 0px;
}

.top-contacts a:hover{
    text-decoration:none;
}
.top-contacts i{
    width: 14px;
    height: 12px;
}
.top-contacts i.mail{
    background-position: -16px 1px;
}

.user_div{
    position:relative;
    display: inline-block;
    top: 18px;
}

.scrolled .user_div{
    position:relative;
    display: inline-block;
    top: 0px;
}

.user_div:hover .more2{
    display:block;
}

.user_div .more2{
    position: absolute;
    top: 30px;
    left: 5px;
    display:none;
}
.scrolled .user_div:hover .more2{
    display:block;
}

.scrolled .user_div .more2{
    position: absolute;
    top: 50px;
    left: 20px;
    display:none;
}

#main #container2 {
    width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

#main {
    width: 100%;
    min-width: 1250px;
    background: url(../images/main.png) center top repeat-y;
    margin: 0px;
    float: left;
    padding: 10px 0 0 15px;
}

.antraste1 a{
    font-family: Arial;
    font-size: 15px;
    font-weight:650;         /*eduardas 20140325    font-weight:600;*/
    color: #4c4c4c;
    border-bottom: 1px #ececec solid;
    text-decoration: none;
    padding-bottom: 2px;
    margin-bottom: 15px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

#leftinfo {
    float: left;
    width: 210px;
    margin-bottom: 40px;
    margin-right: 57px;
}

ul.bullet1-ul,
ul.bullet2-ul,
ul.bullet3-ul,
ul.bullet4-ul,
ul.bullet5-ul,
ul.bullet6-ul,
ul.bullet7-ul,
ul.bullet8-ul,
ul.bullet9-ul,
ul.bullet10-ul{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.bullet9-ul{
    margin: -9px 0 0 0;
}
ul.bullet1-ul{
    margin: 7px 0 0 0;
}

.catalognav .nw {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px 0px 1px 0px;
    padding: 0px
}

.catalognav .nw a {
    font-family: arial;
    color: #555555;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

.catalognav .bullet1-ul .nw{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px 0px 5px 0px;
    padding: 0px
}

#leftinfo a:hover {
    color: #ef2c4e;
}

.bigname {
    float: left;
    width: 100%;
    border-bottom: 1px #ececec solid;
}

h1 {
    color:#284e75;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    float: left;
}

a.link {
    float: right;
    color: #003366;
    font-family: arial;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}

a.link:hover {
    color: #ef2c4e;
}

.bigname a.link {
    margin-top: 15px;
}

.bullet {
    float: right;
    height: 12px;
    width: 12px;
    margin-left: 8px;
    padding-top: 2px;
}

* {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;

text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.last {
    margin-right: 0px !important;
}

#container2 .items {
    float: right;
    width: 982px;
    clear:none;
    margin:0;
}

.itemcat {
    float: left;
    width: 292px;
    border: 1px #ececec solid;
    padding: 0px 10px 10px 10px;
    margin-top: 20px;
    margin-right: 20px;
    height: 260px;
}

.itemcat .heading a{
    font-family: Arial;
    font-size: 15px;
    line-height: 15px;
    font-weight:bold;    /*eduardas 20140325 */
    text-align:center;  /*eduardas 20140325 */
    color: #4c4c4c;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 2px;
    width: 100%;
    float: left;
    min-height: 30px;
}

.itemcat  a:hover {
    color: #ef2c4e;
}

.name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    float: right;
    width: 980px;
    background: url(../images/rule.png) repeat-x left center;
    margin-right: 0px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.name h1 {
    width:  auto !important;
    background-color: #fff !important;
    color: #808080;
    padding-right: 15px;
}

.name a.link {
    margin-top: 17px;
    background-color: #fff;
    padding-left: 12px;
}

.buy {
    float: left;
    height: 45px;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/BUY.png) left top no-repeat;
    cursor: pointer;
}

.buy:hover {
    float: left;
    height: 45px;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/BUY.png) left -45px no-repeat;
}
.old_price {
    float: left;
}
.old_price span {
    color: #808080;
    font-size: 18px;
    font-weight: normal;
    float: left;
    margin-top: 4px;
    margin-left: 20px;
}

.pagination{
    float:left;
    margin-left:267px;
}

.product_choise{
    margin-top: 0px;
}

.product_choise .rikiavimas{
    margin-top: 0px;
}

.search_not_found{
    font-size: 24px;
    text-align: center;
    margin-left: -272px;
    line-height: 45px;
}

.search_not_found span{
    color: #003366;
}

#popup_container h1{
    width: 600px;
}

#popup_panel #popup_ok,
#popup_panel #popup_cancel{
    width: 100px;
    height: 28px;
    margin-right: 20px;
    margin-left: 20px;
}

.product {
    float: left;
    width: 930px;
    margin-left: 30px;
    position: relative;
    margin-right: 30px;
}

.productname {
    float: left;
    width: 1230px;
    min-height: 60px;
    border-bottom: 1px #e9e7eb solid;
    position: relative;
    margin: 0px 0px 30px 30px;
}

.bignamepreke h1 {
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    float:left;
    margin: -5px 0px 0px 0px;
    width: 980px;
}

.productname .btn-atgal {
    display: block;
    width: 160px;
    height: 30px;
    background: url(../img/more-prekes.png) repeat-x;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 0px;
}

.productname .btn-atgal:hover {
    background: url(../img/more-prekes-hover.png)repeat-x;
    text-decoration: none;
}

.productgallery {
    float: left;
    width: 638px;
    height: 500px;
    border: 1px #e9e7eb solid;
}

.product .product_info {
    float: left;
    width: 260px;
    margin-left: 23px;
}

.product .price {
    font-family: arial;
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    margin: 20px 0px 15px 0px;
    padding: 0px;
    color: #ee2c4e;
    width: 100%;
    float: left;
    height: 60px;
}

.product .discount {
    background-color:#ee2c4e;
    padding: 5px 7px 5px 7px;
    color: #fff;
    font-size: 16px; 
    float: left;
}
.product .code_price{ color: #ee2cd3; }
.product .code_price_bold{ 
    font-size: 48px; 
    font-weight: bold; 
}

.product .oldprice {
    text-decoration: line-through;
    font-size: 25px;
    font-weight: normal;
    color: #848484;
    float: left;
    margin: 0px 0px 0px 20px;
    clear: right;
    font-weight: normal;
}

.product .akcijaaction-preke{
    background: url(../img/products-icons.png) -216px 0px no-repeat;
    color: #fff;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    left: 15px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    bottom: 110px;
    width: 50px;    
}

.product .delivery {
    width: 100%;
    float: left;
    color: #366390;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 5px;
    padding-top: 4px;
    border-top: 1px solid silver;
}

.product .warranty {
    width: 100%;
    float: left;
    color: #366390;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}

.product .icon_truck {
    float: left;
    height: 25px;
    width: 26px;
    margin: 0px 10px 0px 0px;
    clear: left;
}

.product .icon_services_gift {
    background: url(../img/gift.png) top left no-repeat;
}

.product .ubl_popup.icon_truck{
    cursor: pointer;
}
.product .icon_truck_omniva{
    background: url(../img/products-icons.png) -324px -25px no-repeat;
}
.product .icon_truck_lp{
    background: url(../img/products-icons.png) -269px -25px no-repeat;
}
.product .icon_truck_pats,
.product .icon_truck_address{
    background: url(../img/products-icons.png) -296px 0px no-repeat;
}
.product .delivery-option-text{
    float: left;
    width: 200px;
}

.product .icon_badge {
    float: left;
    height: 25px;
    width: 25px;
    background: url(../img/products-icons.png) -324px 1px no-repeat;
    margin: -5px 10px 0px 0px;
}

.product .tabs {
    float: left;
    width: 930px;
    background: #fff;
    border-bottom: 1px  solid #e9e7eb;
    margin: 30px 0px 0px 0px
}

.product .tabs .tab {
    border-left: 1px solid #e9e7eb;
    border-top: 1px solid #e9e7eb;
    border-right: 1px solid #e9e7eb;
}

.product_description {
    float: left;
    width: 930px;
}

.product_description p {
    color: #343434;
    font-size: 15px;
    line-height: 20px;
    word-wrap: break-word;
}

.product-images-filters div{ 
    float:left; 
    padding-bottom: 5px; 
}

.productgallery {
    text-align: center;
}

.product_description table tr td {
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 3px 6px;
    text-align: left;
}

.product_description table {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 1px 1px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 10px 0;
    padding: 0;
    width: 905px;
}
.product_description table table {
    width: auto;
}

.product_description table tr:nth-child(2n+1){
    background-color: #EEEEEE;
}

.product_description table tr:nth-child(2n){
    background-color: #FFFFFF;
}

.sidebar {
    width: 250px;
    min-height: 800px;
    float: left;
    background: url(../img/bg_sidebar.jpg) top left no-repeat;
    padding: 0px 0px 0px 20px;	
}

/************ UPDATE 2014 01 26 ******************/
.ad-controls {
    display: none !important;
}

.ad-image-description {
    display: none !important;
}

.productgallery{
    position: relative;
}

.ad-gallery .ad-nav {
    position: absolute !important;
    width: 630px  !important;
    height: 62px  !important;
    bottom: 30px !important;
}


.ad-thumbs {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.ad-back {
    margin-left: 7px !important;
}

.ad-forward {
    margin-right: 7px !important;
}

.ad-image:hover {
    cursor: zoom-in;
}

.product .icon_gear {
    float: left;
    height: 25px;
    width: 25px;
    background: url(../img/icon_gear.jpg) top left no-repeat;
    margin: -5px 10px 0px 0px;
}

.product .params {
    width: 100%;
    float: left;
    color: #366390;
    font-size: 15px;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}

.dydziairow {
    float: left;
    margin-bottom: 10px;
}

.pasirinkti {
    float: left;;
}

.search_left{
    float: left;
    padding-top: 15px;
}

.scrolled .search_left{
    float: left;
    padding-top: 1px;
}

.search_space{
    margin-left: 5px;
    padding-top: 15px;
}

.search_choice{
    margin-top: 2px;
    padding: 0;
    font-family: sans-serif;
    font-size: 13px;
    line-height: 16px;
    height: 25px;
    width: 332px;
    max-height: 30px;
    padding: 4px 0 0 10px;
    color: #999999;
}

.search_opt{
    height: 25px;
    padding: 6px 0 0 10px;
    color: #000000;
}

.search_line{
    border-bottom: silver solid 1px;
    height: 3px;
    padding-bottom: -2px;
}

.scrolled .search_choice{
    display: none;
}

.my_right{
    text-align: right !important;
}

.blackborber{
    border: solid 2px #000;
}

#overlay{
    opacity : 0.4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    z-index: 5000;
}

#ubl_popup{
    opacity : 1;
    height: 337px;
    width: 505px;
    background-color: transparent;
    z-index: 5001;
    overflow-x: hidden;
    overflow-y: hidden;
}

#ubl_close{
    position: absolute;
    top: 13px;
    left: 478px;
    z-index: 5002;
    display: none;
    opacity : 0;
    cursor: pointer;
}

.autocompete_image{
    display: block;
    float: left;
    height: 60px;
    width: 70px;
}
.autocompete_title{
    display: block;
    float: left;
    height: 50px;
    padding-left: 6px;
    vertical-align: middle;
    width: 300px;
}
.autocompete_block{
    height: 50px;
    display: block;
}
.source{
    color: blue;
    font-size: 0.8em;
    position: absolute;
    right: 5px;
    text-align: center;
    z-index: 100;
}
.visit{
    color: blue;
    font-size: 0.8em;
    position: absolute;
    right: 5px;
    top: 25px;
    text-align: center;
    z-index: 100;
}
.free-lizing{
    display: none;
    color: #333;
    background-color: #fff;
    padding: 1em;
    border: 1px solid #e9e7eb;
    position: absolute;
    right: 240px;
    top: 157px;
    font-size: 13px;
    z-index: 150;
}

.lizing-table div{
    margin: 0.5em 0 0.2em;
    clear: both;
    border-bottom: 1px solid #e9e7eb;
}
.lizing-table div span{
    margin: 0.5em;
}
.lizing-table div span:nth-child(1){
    float: left;
}
.lizing-table div span:nth-child(2){
    float: right;
}
.lizing-table div.ops{
    margin-top: 3.5em;
    color: #ee2c4e;
    font-weight: bold;
    border: none;
}
.lizing-table .lizing-logo{
    border: none;
    text-align: center;
}
.product-service{
    margin-bottom: 1em;
}
.product-services{
    margin-bottom: 2em;
}
.product-service select{
    width: 200px;
}
.clear{
    clear: both;
}
.services-body{
    display: none;
    color: #333;
    background-color: #fff;
    padding: 1em;
    border: 1px solid #e9e7eb;
    position: absolute;
    right: 246px;
    top: 157px;
    font-size: 13px;
    z-index: 150;
}
.services-body div{
    margin: 0.5em 0 0.2em;
    clear: both;
    border-bottom: 1px solid #e9e7eb;
}
.services-body .services-body-body{
    border: none;
}
.services-body-title{
    color: #ee2c4e;
    font-size: 18px;
    font-weight: bold;
}
.product-services{
    font-family: arial;
    font-size: 14px;
    color: #333;
}
.product-services a{
    font-family: arial;
    font-size: 14px;
    color: #333;
}
.service-descs{display: none;}

.padangos_icon{
    background: url(../img/icon_padangos_2.png) no-repeat;
    padding-left: 20px;
}
.padangos_fuel{ background-position: -1px -2px;}
.padangos_grip{ background-position: -1px -23px;}
.padangos_noise_lvl_1{background-position: -1px -42px;}
.padangos_noise_lvl_2{background-position: -1px -63px;}
.padangos_noise_lvl_3{background-position: -1px -83px;}
.padangos_icon_values{
    background: url(../img/icon_padangos_1.png) no-repeat;
    padding-left: 6px;
    padding-right: 6px;
    overflow: hidden;
    text-indent: -100px;
    display: inline-block;
    width: 16px;
}
.padangos_fuel_a{  background-position: -2px 0px; }
.padangos_fuel_b{  background-position: -28px 0px; }
.padangos_fuel_c{  background-position: -59px 0px; }
.padangos_fuel_d{  background-position: -88px 0px; }
.padangos_fuel_e{  background-position: -120px 0px; }
.padangos_fuel_f{  background-position: -149px 0px; }
.padangos_fuel_g{  background-position: -180px 0px; }
.padangos_value{ 
    background-position: -209px -3px; 
    text-indent: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

.atvaizdavimas{
    float: right;
    height: 20px;
    width: 28px;
    margin-left: 7px;
    font-size: 12px;
    margin-top: 15px;
}
.atvaizdavimas i{
    height: 20px;
    width: 27px;
}
.atvaizdavimas .eilute1{background-position: -87px 0px;}
.atvaizdavimas .eilute2{background-position: -116px 0px;}
.atvaizdavimas .stulpelis1{background-position: -145px 0px;}
.atvaizdavimas .stulpelis2{background-position: -172px 0px;}


@media screen and (max-width: 800px) {
    .bx-wrapper{
      display: none;
    }
    .topmenu{
        z-index: 4999;
        width: fit-content;

    }
  }