*{
    margin: 0; padding: 0;
}

body{
    background: #f8f8f8;
    border-top: #413126 4px solid;
    font-family: Arial, Helvetica, sans-serif, "MS Trebuchet";
    font-size: 13px;
}


/* DEFF -------------------------------------------------------------------------------- */

a{
    color: #930001;
}

h1{
    color: #092858;
    font-size: 24px;
    padding: 10px 0;
    font-weight: normal;
}

h2{
    color: #930001;
    font-weight: normal;
}

h3{
    margin-left: 3px;
}

ul{
    list-style-type: none;	 	
}

.border1px{
    border: 1px solid #ffffff;
}

.left{
    float: left;
}

.right{
    float: right;
}
span.red{
    color: red;
    font-weight: bold;
}
.round{
    /*-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius:  5px 5px 5px 5px;*/
}

.hide{
    visibility: hidden;
}

.hide #frmmainForm-id_cis_brand_submit{
    width: 1px;
    height: 1px;
    font-size: 1px;
    visibility: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
}

.cleaner{
    clear:both;
    width: 100%;
    height: 1px;
}

.cleaner_r{
    clear: right;
    width: 100%;
    height: 1px;
}

input, select, textarea{
    border: 1px solid #b4b6b9;
    /*border-radius: 5px 5px 5px 5px;*/
    margin-bottom: 10px;
    padding: 3px;
   
}

input[type="submit"]{
    padding: 10px 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius:  5px 5px 5px 5px;
    border-radius:  5px 5px 5px 5px;
}


.btn{
    color: white;
}
/* MENU -------------------------------------------------------------------------------- */

#menu-horizontal{
    position: absolute;
    top: 107px;
    width: 100%;
    height: 50px;
    background: url('../images/web/bg-menu.png') bottom repeat-x;			 	
}

#menu-horizontal ul{
    background: #073d8f url('../images/web/bg-menu.png') repeat-x;			 	
}

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

#menu-horizontal ul li a{
    display: inline-block; 
    height: 34px;
    color: white;
    line-height: 34px;
    vertical-align: middle;
    padding: 0 15px;
    /*font-weight: 200;*/
    text-decoration: none;

    margin: 0;      
}

#menu-horizontal ul li a:hover{
    background: #053b8b;
    text-decoration: underline;	 	
}


/* DROBECEK -------------------------------------------------------------------------------- */


.breadcrumbs{
    position: absolute;
    top: 265px;
    border-top: 1px solid #D8D4C6;
    border-right: 1px solid #D8D4C6;
    border-bottom: 1px solid #D8D4C6;
    background: #f7f7f7 url('../images/web/bg-h2.jpg') repeat-x;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    font-size: 12px;
    width: 646px;
}


/* STRANA -------------------------------------------------------------------------------- */


#holly-container{
    width: 992px;
    padding-left: 125px;
    padding-right: 125px;
    margin: auto;
    position: relative;
}

#content-wrapper{
    margin-top: 135px;
    /*min-height: 600px;*/
    /*padding: 13px;*/
}
#container{
    width: 972px;
    background: white;
    border: 1px solid #bdbdbe;
    -moz-box-shadow: 1px 1px 30px #aaa;
    -webkit-box-shadow: 1px 1px 30px #aaa;
    box-shadow: 1px 1px 30px #aaa; 
    position: relative;
}

#header{
    height: 130px;
    background: white url('../images/web/bg-header.jpg') no-repeat;
    margin-bottom: 10px;
}

#leaderbox-wrap{
    width: 972px;
    height: 102px;
    overflow: hidden;
    position: absolute;
    top: 154px;
    padding: 0 10px;
}

#leaderbox{
    width: 746px;
    float: left;
    background: #d6d2c4 ;
    height: 102px;
    text-align: center;
}

#leaderbox-wrap .btns{
    width: 196px;
    margin-left: 755px;	
}


#leaderbox-wrap .btns .btn{
    width: 196px;
    display: block;	
}


#logo a{
    display: block;
    position: absolute;
    top: 0;
    background: url('../images/web/bg-header.jpg') no-repeat;
    width: 400px;
    height: 107px;
    text-indent: -1000px;
}


#content-wrap{
    width: 652px;
    padding: 0 10px;
    padding-top: 35px;
}


#right-stripe{
    width: 300px;
    background: #edf1f7;
    margin-left: 671px;
    border: 1px solid #d8d4c6; 
    border-right: none; 
}

#right-stripe .box, .dialog .box{
    background: #edf1f7; 
}

#right-stripe .box h2, .dialog .box h2{
    border-left: 5px solid #07357a; 
    background: #eeeeee url('../images/web/bg-h2.jpg') repeat-x;
    color: black;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 7px;
}

#underfooter{
    background: #fff url('../images/web/bg-footer1.png') repeat-x;
    margin-top: 10px;
    border-top: 2px solid #094093;
    width: 932px;
    padding: 15px 20px 5px 20px;
}

#underfooter p{
    margin-bottom: 6px;
}
#underfooter p img {vertical-align: middle;}



#underfooter ul.down_menu{
    margin-left: 20px;
}

#underfooter ul.down_menu li{
    display: inline;
}

#underfooter ul.down_menu li a{
    color: black;
}


/* VYHLEDAVANI -------------------------------------------------------------------------------- */


#search{
    position: absolute;
    top: 64px;
    left: 500px;
}


#search input, #search_404 input{
    border: none;
    padding: 7px;
    margin-left: 5px;
}

#search select, #search_404 select{
    border: none;
    padding: 5px;
    margin-left: 5px;
}

#search select option{
    padding: 1px 7px;
}

#frmsearchForm-search{
    width: 70px;
    padding: 7px;
    min-width: 70px;
}


#frmsearchForm-fulltext{
    width: 220px;
}

#add_adv{
    margin-bottom: 4px;
    font-size: 20px;
}

#edit_adv{
    font-size: 17px;
}


.text_wrap{
    margin: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    border-bottom: 1px solid black;
}

/* BTNS -------------------------------------------------------------------------------- */


.btn{
    color: white;
    vertical-align: middle;
    display: block;
    text-align: center;
    text-decoration: none;

}

.btn-green-big{
    background: #7c9d24  repeat-x;
    line-height: 56px;
    cursor: pointer;	
}

.btn-green-small{
    background: #0192d5 url('../images/web/bg-btn.png') repeat-x;
    border: 1px solid #0585c0;
    line-height: 26px;
    padding: 0px 10px;
    color: white;
    cursor: pointer;
}

.btn-brown-small{
    background: #0192d5 url('../images/web/bg-btn.png') repeat-x;
    border: 1px solid #0585c0;
    line-height: 26px;
    padding: 20px 0;
    min-width: 160px;
    color: white;
    cursor: pointer;
    font-size: 17px;
}

.btn-brown{
    background: #392b21;
    line-height: 40px;
    color: white;
    cursor: pointer;	
}

/*pridani recenye, galerie...*/
.add_btn{
    margin-bottom: 10px;
    font-size: 16px;	
}

.add_btn:hover{
    text-decoration: underline;	
}

/* FORMS -------------------------------------------------------------------------------- */


form{
    padding: 13px;
}

.form_label{
    float: left;
    width: 110px;	
}

form .text-large{
    width: 110px;
}

form .text-short{
    width: 60px;
}

#frm-mainForm select{
    width: 158px;
}

#frm-mainForm input, #frm-mainForm select{
    margin-bottom: 10px;
}

#frmmainForm-save{
    float: right;
    margin-right: 5px;
    width: 270px;
    font-size: 17px;
}

#right-stripe .text_wrap{
    margin-bottom: 0;
}

#frm-advertisementForm .form_label{
    width: 125px;	
}

/* NEW ADV -------------------------------------------------------------------------------- */


.new_adv{
    height: 92px;
    overflow: hidden;
    padding: 5px;	
}

.new_adv img{
    margin-right: 7px;
    border: 1px solid #8a8074; 	
}

.new_adv h3{
    margin-bottom: 3px;	
}

.new_adv h3 a{
    font-size: 14px;
    color: #930001;
    text-decoration: none;
}

.new_adv h3 a:hover{
    text-decoration: underline;
}


/* MAIN ARTICLES -------------------------------------------------------------------------------- */

.article_main{
    background: white;
    border: 1px solid #e8e4d7;
    padding: 10px;
    max-height: 340px;
    overflow: hidden;
}

.first_top_image{
    max-height: 330px;
    overflow: hidden;
}

.article_main h2 a{
    font-size: 18px;
    color: #930001;
}

.article_main p{
    text-align: justify;
}

.article_main img{
    margin-right: 10px;
    border: 1px solid #9d9691;
}

.more_info{
    margin: 5px 0;
    color:  #987b77;
}


.article_main.next{
    margin: 4px 0;
}

.more_info.detail{
    margin-bottom: 6px;
}


/*  ARTICLES a INZERCE-------------------------------------------------------------------------------- */

.article{
    background: white;
    border: 1px solid #e8e4d7;
    padding: 17px;
    margin: 4px 0;	
}

.article p{
    line-height: 20px;	
}


.article img{
    margin-right: 9px;
    border: 1px solid #9d9691;
}

.article h2{
    margin-bottom: 5px;
}

.article h2 a{
    font-size: 18px;
    color: #930001;
}

.text_detail{
    height: 100px;
    overflow: hidden;
}

.article_main .text_detail{
    height: 80px;
    overflow: hidden;
}

.image_wrap{
    width: 202px;
    height: 152px;
    margin-right: 10px;
    overflow: hidden;
}


.fb-like{
    height: 23px;
}


.fb_share{
    width: 260px;
    height: 25px;
    line-height: 25px;
    background: #dad7d7;
    margin-top: -6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #868282;
    padding: 1px;
}

.fb_share img.fb{
    border: none;
    float: left;
    margin-right: 10px;
    /*text-align: left;*/
}

.fb_share a{
    color: black;
    display: block;
}


.article.bottom .fb_share {
    margin: 0;
    margin: auto;
}

.article.bottom {
    padding-top: 5px;
    padding-bottom: 5px;
}



/*  ARTICLES a INZERCE detail-------------------------------------------------------------------------------- */


.detail{
    background: white;
    border: 1px solid #e8e4d7;
    padding: 10px;
    margin: 0px 0;		
}

.detail img{
    margin: 0 10px 10px 0;
    border: 1px solid #9d9691;	
}

ul.tab_advertisement{
    margin-top: 4px;

}

ul.tab_advertisement li{
    display: inline-block;
    background: white;
}

.tab_advertisement li{
    

}


.tab_advertisement li a{
    height: 25px;
    padding: 6px 25px 0 25px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: black;
    border: 1px solid #E8E4D7;
    border-bottom: none;
    display: block;
    margin-left: 5px;
        
}

.tab_advertisement li a.active{
    border-bottom: none;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: -1px;
    height: 26px;
    border: 1px solid #E8E4D7;
    border-bottom: none;
    background: white;  
}



.detail_main_text{
    margin: 55px 0 0 335px;
    font-size: 15px;
    line-height: 25px;	
}

.detail_main_text .form_label{
    width: 95px;
}

.detail_main_text .form_label{
    font-weight: bold;	
}

#detail .detail_text p{
    text-align: justify;
    line-height: 18px;
}

.detail_text .grid {
    line-height: 20px;
}

#detail h4{
    margin: 10px 0 4px 0;
}


table.grid{
    width: 200px;
}

.prew_next{
    width: 230px;
}

.prew_next a{
    width: 110px;
}

.nahled{
    height: 145px;
    overflow: hidden;
}

.video_wrap{
    margin-left: 50px;
} 

.article h4{
    margin: 15px 0 5px 0;
}

.plusminus{
    width: 220px;
    min-height: 120px;
    padding: 13px;
    padding-left: 90px;
    border: 1px solid #E8E4D7;
    line-height: 19px;
}

#plus{
    float: left;
    background: white url('../images/web/plus.png') no-repeat 10px 40px;
}

#minus{
    float: right;
    background: white url('../images/web/minus.png') no-repeat 10px 40px;
}

.evaluated{
    margin: 10px 10px 10px 0;
    padding: 10px;
    /*background: #E8E8E8;*/
    border: 1px solid #E8E4D7;	
    text-align: center;
}


.evaluated p{
    font-size: 50px;
    color: #6D8A1E;	
}

.evaluated_wrap{
    width:175px;
}

/*  KOMENTARE---------------------------------------------------------------------------------------*/

.comments{
    padding: 13px;
    background: #FDFDFD;
    margin-bottom: 10px;
    border: 1px solid #0979AC;
}

.comment_title{
    margin-bottom: 10px;
}

.comment_title span{
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}

/*  KONTAKT FORM-------------------------------------------------------------------------------- */


.contact_form, .comment, #frm-forms-formForm{
    background: #fdfdfd url('../images/web/bg-form.gif') repeat-x;
    border: 1px solid #0979ac;
} 

#frm-contactForm input[type=text]{
    width: 200px;
}

#frmcontactForm-text{
    width: 450px;
    height: 65px;
}

/*  ADV FORM-------------------------------------------------------------------------------- */


#frm-advertisementForm select{
    width: 150px;
}

#frm-advertisementForm input.text-short{
    width: 100px;
}

#frm-advertisementForm input.text-large{
    width: 180px;
}

#frm-advertisementForm textarea{
    width: 510px;
    height: 60px;
}

#frm-advertisementForm .text-radio{
    margin: 0 3px 10px 15px;
}

#subm .btn{
    width: 190px;
    height: 26px;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#subm .btn.big_btn{
    width: 290px;
    margin-right: 0;
}

#subm a{
   font-size: 17px; 
}


#snippet--images .nahled{
    border: 1px solid #D8D4C6;
    padding: 8px;
    text-align: center;
    margin: 5px;
}

#snippet--images img{
    margin: 0;
}

#frm-searchForm .error{
    position: absolute;
    top: -40px;
    
}

ul.error{
    margin-bottom: 10px;
}

.comment_text{
    padding: 10px;
}

/* rev form ----------------------------------------------------------*/

#frm-reviewForm, #frm-advertisementForm{
    padding: 0;
}

#frm-reviewForm .contact_form, #frm-advertisementForm .contact_form{
    padding: 13px;
    margin-bottom: 13px;
}

#frm-reviewForm textarea, #frm-addGalleryForm textarea, #frm-advertisementForm textarea{
    width: 490px;
    height: 75px;
}


#frmcontactForm-save{
    margin-left: 110px;
}

/*  info boxy ~ flash zpravy -------------------------------------------------------------------------------- */


.flash, .info, .success, .warning, .error, .validation {
    border: 1px solid;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center; 
    font-size: 13px;
    font-weight:bold;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radiu-webkit-border-bottom-right-radiuss: 5px;
    opacity: 0.9;
    /*border: none !important;*/
    margin-top:10px;
}
.info {
    color: #00529B;
    background-color: #C6DBFF;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
    border: 1px solid #4F8A10;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
    border: 1px solid #9F6000;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/warning.png');
}

/*oprava pro multi upload*/
#frm-imageForm .flash{
    padding: 0;
    margin: 0;
}



#banner{
    background: #d6d2c4;
    /*height: 85px;*/
}

.no-padding-right{
    padding-right: 0px;	
}


/* PAGINATOR --------------------------------------------------------*/
.paginator{
    text-align: center;
    margin-bottom: 10px;
}

.paginator .page{
    line-height: 25px;
}


.paginator .btn-brown, .paginator .btn-green{
    padding: 0px 10px;
    line-height: 30px;
}

.strankovani-list{
    text-align: center;
    height: 25px;
    margin-top: 3px;
}

.strankovac{
    font-size: 14px;
    font-weight: bold;
}

.strankovac a{
    padding: 4px 8px;
    border: 1px solid #E8E4D7;
    background: white;
}

.autobaz_text{
    margin:  5px 1px 0 2px;
    border:1px solid #E8E4D7;
    padding: 4px;
    background: white; 
    /*max-height: 30px;*/
    text-align: center;
}

#banner:not(.hp) .autobaz_text > div{
  width: 50%;
  float: left;
  padding: 6px;
  box-sizing: border-box;
}

.hp .autobaz_text{
    margin:  1px 1px 0 0px;
    /*border:1px solid #E8E4D7;*/
    padding: 4px;
    background: white; 
    max-height: 200px;
    text-align: center;
}

.hp .autobaz_text div{
    margin-bottom: 10px;
}


#skyabs, #skyabs2{
    width: 160px;
    height: 600px;   
    overflow: hidden;
    position: fixed;
    _position:absolute;
    top: 3px;
    /*left: 1px;*/
    margin-left: -166px;
}

#skyabs2 {
  /*border: 1px solid black;*/
  /*right: 1px;*/
  margin-left: 980px;
  
}


.adv_message{
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
    width: 300px;
}

.adv_message div{
    margin: auto;
    width: 300px;
}


.zebr{
    text-align: center;
}

.rss{
    padding: 6px;
}

.rss h3{
    margin: 0 0 5px 0;
}

.rss h3 a{
    color: #930001;
    font-size: 14px;
}

.article .search li{
    margin: 10px 0 10px 0;
}

.dialog{
    position: fixed;
    top: 20%;
    left: 35%;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 9999px 1px #000000;
    -moz-box-shadow: 0px 0px 9999px 1px #000000;
    box-shadow: 0px 0px 9999px 1px #000000;
}

.del_adv.del_adv{
    width: 320px;
    /*height: 150px;*/
    border: 1px solid #5ebfec;
}

.top_image{
    margin: 0 0 10px 10px;
}


#frm-mainForm .text-long{
    width: 149px;	
}

.rss .topic{
    font-weight: bold;
}

.rss .topic a{
    font-weight: bold;
    color: black;
}

.center{
    text-align: center;
    margin: auto;
    width: 100%;
}



#services{
    text-align: center;
}

#services table{
    width: 660px;
    border: 1px solid #DAD4C6;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#services table .top{
    background: #dad4c6;
}


#services table td{

    border: 1px solid #DAD4C6;
    padding: 3px;
}

#services h1, #services h2{
    text-align: left;
}


#services h1, #services h2{
    margin: 10px 0 10px 5px; 
}

.article.last h2{
    font-size: 12px;
    color: black;

}

.article.last h2 a{
    font-size: 13px;
    font-weight: bold;

}

.btn.disable{
    background: #e4e0d0;
    cursor: default;
}

#frmcommentsForm-save{
    margin-left: 112px;
}

.quick_adv{
    /*padding: 10px;*/
    margin-bottom: 10px;
}

.quick_adv li.lev1{
    padding: 5px;		
}

.quick_adv li{
    line-height: 16px;
    vertical-align: middle;
    position: relative;
}

.quick_adv a{
    /*padding-left: 30px;*/
    display: block;
}

/*.quick_adv a.volkswagen{
        background: url('../images/brands/volkswagen.png') 0 3px no-repeat;	
}
.quick_adv a.nissan{
        background: url('../images/brands/nissan.png') 0 3px no-repeat;	
} 
.quick_adv a.toyota{
        background: url('../images/brands/toyota.png') 0 3px no-repeat;	
} 
.quick_adv a.skoda{
        background: url('../images/brands/skoda.png') 0 3px no-repeat;	
} 
.quick_adv a.mitsubishi{
        background: url('../images/brands/mitsubishi.png') 0 3px no-repeat;	
}*/  	

.quick_adv ul li ul li a{
    padding-left: 0px;
}

.quick_adv ul li ul li{
    display: inline-block;		
} 

.quick_adv ul li ul{
    position: absolute;
    left: 140px; 
    top: 6px;		
} 

.article h2{
    color: black;
    font-size: 13px;
    /*font-weight: bold;*/
    margin-top: 0px;

}




/*
 * 
 * nova galerie
*/

.main_image{
    position: relative;
}

.prew_arrow, .next_arrow{
    background: red;
    width: 60px;
    height: 61px;
    position: absolute;
    opacity: 0.5;
    filter:alpha(opacity=50);
    /*z-index: 10000;*/
    /*visibility: hidden;*/		
}

.prew_arrow{
    left: 10px;
    top: 10px;
    background: url('../images/icon-prew-next.png') -60px 0;	
}

.next_arrow{
    left: 560px;
    top: 10px;
    background: url('../images/icon-prew-next.png');		
}

.next_arrow:hover, .prew_arrow:hover{
    opacity: 1.0;
    filter:alpha(opacity=100);		
}


.brand_box{
    width: 308px;
    /*height: 50px;*/
    overflow: hidden;
    margin: 1px 0;
    float: left;	
}

.brand_box h3{
    float: left;
}

.brand_box a{
    line-height: 20px;
}

#frm-searchForm input, #frm-searchForm select{
    border: 1px solid #0585C0;
}

#frm-searchForm{
    padding: 0;
}

.detail .btn.btn-green-small.round.ajax{
    margin-right: 10px;
}


.article h2{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.error404 h2{
	margin: 0;
}

.error404 #frm-mainForm{
	width: 275px;
	padding-left: 0;
		
}

.error404 .znacky{
	width: 310px;
	margin-right: -5px;
}

.error404 .znacky li{
	display: block;
	float: left;
	width: 100px;
	margin: 1px;
	font-size: 14px;
	margin: 2px 0;
}



/*
cookie control
*/
.cookiesConfirm{
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #f2f2f2; 
    color: #657888;
    padding: 0px;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: center;
    z-index:9999999;
}
.cookiesConfirm p{ margin: 0; padding: 10px;}
.cookiesConfirm a{ color: #657888; }
.cookiesConfirm a.ok{
    background: #4a8cf6;
    padding: 5px 20px;
    text-decoration: none;
    color: white;
    margin-left: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

