body, div, form, p {margin: 0px; padding: 0px;}
td {vertical-align: top; }
.hand {cursor: pointer; cursor: hand; }
.clear {clear: both; }
.hide {display: none;}
*:focus {outline: none;}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.td-vertical-align-middle {vertical-align: middle;}




div,a {
    
}

.eshop-product-parameters td,
#menu-main a
 {
    border-radius: 0px;
}





/* PATH  */
.path-div-outer {
     margin: 0px;
     padding: 0px;
     text-align: left;
     padding: 5px 1px;
     border-radius: 5px;
     border: 0px solid #ddd;
     background: #f5f5f5;
     background: #fff;
}

.path-div {
}

.path img {
     margin: 0px 5px;
     position: relative;
     top: 1px;
}

.path a, .path {
     color: #1E3762;
     color: #777777;
     text-decoration: none;
}
.path a:hover {
     color: #302305;
}




/* TOP */
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('../images/_/top.png') no-repeat;
}





/* PAGER */
.pager {
     margin: 10px 0px;
     clear: both;
     overflow-x: hidden;
}
.pager a, .pager .sel {
     padding: 0px 5px;
}
.pager, .pager a {
     padding-top: 10px;
     color: #444444;
     text-align: right;
}
.pager .sel {

     font-weight: bold;
     color: #000077;
     text-decoration: underline;
}









/* DISKUSIA */
.discussion-form-outer {
     padding: 8px 10px;
     border: 1px solid #cccccc;
     margin-bottom: 10px;
     
}
.discussion-form-outer .inner {
     margin-top: 10px;
     
}
.discussion-form-outer .link {
     padding-left: 20px;
     background: url('../images/_/icon_star.png') no-repeat;
     display: block;
     font-weight: bold;
     color: #00aa00;
     text-decoration: none;
}
.discussion-form-outer .link:hover {
     text-decoration: underline;
}


.discussion-post {
     border: 1px solid #9ACD18;
     border: 1px solid #3268a8;
     padding: 1px;
     margin-bottom: 10px;
}
.discussion-post-title {
     background: #CDE784;
     background: #dce4f2;
     padding: 3px 6px;
     color: #436700;
}

.discussion-post-content {
     padding: 3px 6px;
     line-height: 160%;
}

.discussion-post-reply {
    overflow: auto;
}
.discussion-post-reply span {
    float: right;
    margin-right: 8px;
    display: inline-block;
    padding: 3px 5px;
    background: #DCE4F2;
    color: #3268A8;
}

.discussion-post-reply span:hover {
    background: #cCd4e2;
    color: #000;
}











/* MODULES */
.module-outer {
     overflow: auto;
     margin-bottom: 20px;
}

/* module-text */
.module-text-content {
     padding: 0px;
     line-height: 150%;
}

.div-order-outer {
    overflow-y: hidden;
}


.module-text img {
     border: 1px solid #666688;
/*
     margin-bottom: 0px;
     padding: 2px;
*/
}

.module-text table {
     border-spacing: 2px;
     border: 0px;
}

.module-text td {
     padding: 3px;
     border: 0px solid #dddddd;
}

.module-text ul {
     overflow: auto;
	margin: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 19px;
	padding-left: 0px;
	
}
.module-text ul li {
     list-style-type: none;
	list-style-image: none;
	padding-left: 13px;
     background: url('../images/_/li.png') no-repeat 0px 5px;
     margin-bottom: 0px;
}

.module-text ol {
	margin: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 19px;
	padding-left: 5px;
}
.module-text ol li {
	padding-left: 1px;
     position: relative; 
     left: -5px;
}








/* FORMS */ 

.form-text, .form-text-sel, textarea, .form-select {
     padding: 4px;
     border: 1px solid #aaa;
     color: #555;
     width: 350px;
}

.form-text:focus {
     border: 1px solid #555;
     color: #333333;
}
.form-text.red {
    border-color: #f00;
}
.form-button {
    font-weight: bold;
    cursor: pointer;
    background: #78787A;
    color: #ffffff;
    padding: 5px 40px;
    font-size: 16px;
    border: 0px;
}
.form-button:hover {
    background: #334D64;
}

     
.form-button-submit {
     display: none;
}
.td-form-button-green .form-button {
     background: #00743C !important;
}

.form-table td {
    padding: 3px 0px;
}

















/* MESSAGE DIVS */
.message-red-title {
     color: #e00005;
     font-weight: bold;
     padding-bottom: 5px;
     font-size: 12px;
}
.message-red, .message-green, .message-gray {
     font-size: 12px;
     color: #e00005;
     padding-left: 7px;
     background: url('../images/_/bg_message_red.png') no-repeat left 6px;
     font-weight: bold;
}
.message-green {
     color: #008800;
     background: url('../images/_/bg_message_green.png') no-repeat left 6px;
}
.message-gray {
     color: #008800;
}

.message-green a, .message-green b, .message-red a, .message-red b {
     color: black;
}
.message-red-div, .message-green-div, .message-green-div {
     border: 1px solid #e00005;
     background: #ffdddd;
     padding: 6px 10px;
     margin-bottom: 10px;
}
.message-green-div {
     border: 1px solid #008800;
     background: #ccffcc;
     padding: 6px 10px;
     margin-bottom: 10px;
}
.message-gray-div {
     border: 1px solid #cccccc;
     background: #ffffff;
     padding: 6px 10px;
     margin-bottom: 10px;
}

.message-red-div, .message-green-div, .message-gray-div {
    border-radius: 6px;
    padding: 10px;
    box-shadow: 2px 2px 5px #ccc;
    position: relative;
}







/* ANKETA */
.inquiry-bar-bg {
     background: url('../images/inquiry_bar_bg.png') repeat-x;
     height: 6px;
     font-size: 2px;
}

.inquiry-link {
     padding: 0px 0px 10px 1px;
     color: #638700;
}

.inquiry-link .a {
     text-decoration: underline;
     cursor: pointer;
}
.inquiry-link .inquiry-count {
     color: #444444; 
}

.gray-box-bottom-text {
     border-top: 1px solid #E7E4D3;
     padding-top: 5px; 
}














/********
 * EPAY *
 * *****/
 
.div-epay-button {
    border: 1px solid #eee;
}
.div-epay-button-hover {
    border: 1px solid #aaa;
    background: #aaa;
    
}

.div-epay-button a {
    display: block;
    background: #008800;
    float: left;
    padding: 10px;
    margin-top: 5px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.div-epay-cardpay {
    padding: 5px 5px 5px 110px;
    margin-top: 10px;
    background: url('../images/epay/cardpay.png') no-repeat 5px 5px;
} 
.div-epay-tatrapay {
    padding: 5px 5px 5px 110px;
    margin-top: 10px;
    background: url('../images/epay/tatrapay.png') no-repeat 5px 5px;
} 



/* GALLERY */
.gallery-image a {
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
    display: inline-block;
}

.gallery-image a img {
    display: block;
    border: 0px;
}
.gallery-image {
    float: left;
    margin: 8px;
}
.gallery-image:nth-child(4n) {
    margin-right: 0px;
}



div#slideshow-outer {
    position: relative;
    z-index: 1000;
}

div#slideshow-nav {
    z-index: 1100;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
div#slideshow-nav a {
    display: inline-block;
    background: #fff;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid #555;
}
div#slideshow-nav a:hover {
    text-decoration: none;
}
div#slideshow-nav a.activeSlide {
    background: #FBAE3E;
}




.slide_likebox {
    background: url("../images/_/fbslide3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    float: right;
    height: 485px;
    padding: 0;
    position: fixed;
    right: -305px;
    top: 60px;
    width: 347px;
    z-index: 1002;
}










/*******************************/
/*******************************/
/* SPECIALNE PRE KONKRETNY WEB */
/*******************************/
/*******************************/


body {
     font-family: verdana, 'trebuchet ms', tahoma;
     font-size: 14px;
     color: #333;
}

H1 {
    font-weight: normal;
    color: #598CE5;
    margin-top: 0px;
    text-align: left;
    text-shadow: 3px 3px 15px #fff;
}
H2, H2 a {
    COLOR: #222;
    font-weight: bold;
    font-size: 16px;
    
}
H2 a {
     text-decoration: underline;
}

H2 > span {
    background: #fff;
    display: inline-block;
    padding-right: 10px;
}

H2 span > strong.date {
    color: #8C8A8B;
}
a {
     color: #5987DF;
}

body {
    background: url('../images/bg_page.jpg') no-repeat center top #011624; 
}

div#main {
    text-align: justify;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 20px;
    padding-top: 0px;
    min-height: 500px;

    box-shadow: 0px 0px 30px #111;
    border-radius: 0px;
}

div#header {
    height: 97px;
    position: relative;
    border-radius: 0px;
    margin-bottom: 2px;
}

a#logo {
    position: absolute;
    display: block;
    top: 15px;
    left: 15px;
    width: 400px;
    height: 70px;
    font-weight: normal;
    font-size: 25px;
    
    background: url('../images/logo.eu.png') no-repeat center center;
}
div#header .lng-switch {
    position: absolute;
    top: 50px;
    right: 20px;
}
div#header .lng-switch a {
    margin-left: 15px;
}

div#content {
    min-height: 750px;
    background: url('../images/bg_white_transparent.png');
    position: relative;
    padding-top: 40px;
}
div#menu-main {
    z-index: 100;
    text-align: left;
    position: absolute;
    right: 0px;   
    bottom: -42px;
    background: #334D64;
    height: 40px;
    min-width: 50px
}
div#menu-main a {
    display: inline-block;
    padding: 10px 15px 0px 15px;
    color: #fff;
    overflow: auto;
    height: 40px;
    box-sizing: border-box;
    background: #334D64;
}
div#menu-main a.sel {
    background: #1D2F3D;
}
div#menu-main a.mobile-menu {
    position: absolute;
    width: 50px;
    height: 40px;
    top: 0px;
    right: 0px;
    display: none;
    background: red;
    background: url('../images/_/mobile_menu.png') no-repeat center center;
}

div#left {
    position: absolute;
    top: 0px;
    left: 0px;
}
div#right {
    margin-left: 270px;
    min-height: 700px;
}


div#right > .inner {
    padding: 25px 25px;
    min-height: 740px;
}





div#banner-left {
    position: absolute;
    left: -190px;
}
div#banner-right {
    position: absolute;
    right: -190px;
}



div.menu-sluzby {
    width: 270px;
}
div.menu-sluzby a {
    display: inline-block;
    width: 135px;
    height: 115px;
    background: #5987DF;
    box-sizing: border-box;
    text-align: center;
    
    border-right: 1px solid #CBD2DA;
    border-bottom: 1px solid #CBD2DA;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}
div.menu-sluzby a span {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
}
div.menu-sluzby a.autoservis {
    background: url('../images/icon_autoservis.png') no-repeat center 10px #5987DF;
} 
div.menu-sluzby a.pneuservis {
    background: url('../images/icon_pneuservis.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.diagnostika {
    background: url('../images/icon_diagnostika.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.nahradne-diely {
    background: url('../images/icon_nahradne-diely.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.oleje {
    background: url('../images/icon_oleje.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.cerpacia-stanica {
    background: url('../images/icon_cerpacia-stanica.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.adblue {
    background: url('../images/icon_a.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.myto {
    background: url('../images/icon_myto.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.parkovanie-nakladnych-vozidiel {
    background: url('../images/icon_parkovanie.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.autoumyvaren-pre-nakladne-vozidla {
    background: url('../images/icon_autoumyvaren.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.odtahova-sluzba {
    background: url('../images/icon_odtahova-sluzba.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.autosklo {
    background: url('../images/icon_autosklo.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.kardan-servis {
    background: url('../images/icon_kardan.png') no-repeat center 10px #5987DF;
}
div.menu-sluzby a.doplnky-prislusenstvo {
    background: url('../images/icon_doplnky_prislusenstvo.png') no-repeat center 10px #5987DF;
}


div.menu-sluzby a.sel {
    background-color: #3967bF
}













div.filter-lokalita {
    border: 1px solid #aaa;
    background: #fafafa;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px;
    text-align: left;
}
div.filter-lokalita > * {
    display: inline-block;
    margin-bottom: 5px;
}
div.filter-lokalita strong {
    margin: 0px 10px;
    font-size: 12px;
}

div.filter-lokalita select {
    max-width: 150px;
}

.div-web-search-input {
    width: 400px;
    height: 41px;
    background: url('../images/bg_search.png?2') no-repeat center right;
    position: absolute;
    left: 450px;
    top: 30px;
    top: 40px;
}
.div-web-search-input .form-text {
    padding: 5px;
    box-sizing: border-box;
    height: 33px;
    width: 350px;
    margin-top: 4px;
    margin-left: 4px;
    background: none;
}
.div-web-search-input .form-button {
    box-sizing: border-box;
    height: 33px;
    width: 40px;
    padding: 0px;
    margin-top: 4px;
    margin-left: 2px;
    background: none;
    
}
.search-input-cancel {
    padding: 13px 10px;
}



div.pobocky a {
    padding: 5px 5px 5px 15px;
    display: block;
    background: url('../images/_/li.png') no-repeat  center left; 
}



#mobile-menu-pin {
    position: absolute;
    padding: 11px 20px 11px 30px;
    color: #fff;
    font-weight: bold;
    
    top: 99px;
    left: 0px;
    display: none;
    background: url('../images/_/mobile_menu.png') no-repeat 10px center #5987DF;
    z-index: 100;
}
.zvolena-sluzba strong {
    color: #5987DF;
}


.gmap-infobox-product-name {
    color: #598CE5;
    font-size: 14px;    
}
.gmap-infobox-more {
    background: #efb000 none repeat scroll 0 0;
    border: 2px solid #efb000;
    padding: 3px 6px;
    box-shadow: 2px 2px 5px #ddd;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}




.form-table td div.checkboxy {
    float: left;
    padding-right: 30px;
    
}
.form-table td div.checkboxy label {
    cursor: pointer;
    display: block;
    white-space: nowrap;
}





#menu-top {
    position: absolute;
    right: 0px;
    top: 0px;
    right: 20px;
}
#menu-top a {
    color: #ccc;
    font-size: 12px;
    padding: 8px 10px;
    display: inline-block;
}
#menu-top a.sel {
    color: #fff;
    background: #1D2F3D;
    
}


div#pocet-zobrazenych-firiem {
    float: right;
}
a#myPosition {
    display: inline-block;
    padding: 5px 6px;
    background: #3967BF;
    font-size: 13px;
    background: #F79800;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
a#myPosition:hover {
    text-decoration: none;
}