body {
}
div.clear {
    clear: both;
}
div.bg {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: fixed;
}
div.bg img{
    width: 100%;
}
div.all {
    z-index: 999;
    position: relative;
}
.brownBox3 {
    background: #775221;
}
.brownBox2 {
    background: #2f1c0e;
}
.grayBox {
    background: url(../images/grayBox.png) repeat;
}
.whiteBox {
    background: url(../images/whiteBox.png) repeat;
}
.whiteBoxDarker {
    background: url(../images/whiteBoxDarker.png) repeat;
}
#header {
    position: relative;
    clear: both;
}
#header #logo{
    /*float: left;*/
    margin-left: 70px;
    margin-bottom: 5px;
}
#header #logo-petriny{
    float: right;
    margin-right: 70px;
}
#header #imgFacebook{
    position: absolute;
    right: 510px;
    top: 0px;
}
#header #imgFacebook1{
    position: absolute;
    right: 0px;
    top: 0px;
}
#header #imgfestcz{
    position: absolute;
    right: 124px;
    top: 76px;
}
#header #imgfesten{
    position: absolute;
    right: 80px;
    top: 76px;
}
#header #imgTwitter{
    position: absolute;
    right: 0px;
    top: 0px;
}
#header p{
    font-size: 15px;
    color: #fff;
    margin: 50px 0px 0px 7px;
    float: left;
}

#main {
    margin: 0px 0px 0px 0px;
    padding: 8px 8px 8px 8px;
}
#menu-box {
    margin: 0px 0px 0px 0px;
    padding: 8px 8px 8px 8px;
    overflow: hidden;
}

ul#menu {
    margin: 0px 0px 0px 0px;
    padding: 2px;
    list-style: none;
    background: #fff;
    overflow: hidden;
    font-family: 'Crete Round', serif;
}
ul#menu li{
    float: left;
    padding-right: 1px; 
    background: url(../images/line_verti.png) repeat-y right;
}
ul#menu li.last{
    background: none;
}
ul#menu li a{
    color: #000;
    font-size: 15px;
    padding: 10px 18px 10px 18px;
    display: block;
    text-decoration: none;
}
ul#menu li a:hover, ul#menu li a.active{
    color: #ffcb08;
}

ul.leftMenu {
    list-style: none;
    margin: 0px;
    padding: 20px 5% 20px 5%;
}
ul.leftMenu li a{
    padding: 10px 10px 11px 10px;
    display: block;
    font-size: 15px;
    color: #000;        
    background: url(../images/line_horiz.png) repeat-x bottom;
}
ul.leftMenu li.last a{
    border-bottom: 0px;
}

div.filter { 
    background: url(../images/line_horiz.png) repeat-x bottom;
    margin: 8px;
    padding-bottom: 9px;
}
div.filter strong{
    float: left;
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 0px 0px 10px;
}
div.filter .kind{
    width: 260px;
    height: 31px;
    background: url(../images/bg1.png) repeat-x top left;
    float: left;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 0px 0px 0px;
    margin: 0px 15px 0px 15px;
}
div.filter .searchBox{
    width: 260px;
    height: 31px;
    background: url(../images/bg2.png) repeat-x top left;
    float: left;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 0px 0px 0px;  
    margin: 0px 0px 0px 15px;
}
div.filter .searchBox span{
    float: left;
    padding: 0px 0px 0px 10px;
}
div.filter .searchBox input{
    width: 116px;
    height: 22px;
    background: #f3f3f4;
    border: 2px solid #fff;
    float: left;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    padding: 0px 0px 0px 4px;
    margin: 0px 0px 0px 3px;
    position: relative;
    top: -2px;
    color: #000;
}
div.filter .searchBox input.button{
    width: 26px;
    height: 26px;
    font-weight: bolder;
    background: #ffcb08;
    position: relative;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 0px 3px; 
    font-family: 'Crete Round', serif;
}

ul.products {
    list-style: none;
    padding: 0px;
    margin: 0px 8px 8px 8px;
}
ul.products li{
    float: left;
}
ul.products li a{
    display: block;
    font-size: 18px;
    width: 234px;
    height: 50px;
    padding: 10px 10px 1px 0px;
    color: #000;                    
    background: url(../images/line_horiz.png) repeat-x bottom;
    font-weight: bolder;
}
ul.products li a img{
    float: left;
    padding: 0px 10px 0px 13px;
}
ul.products li a span{
    float: left;
}

.items{
    margin: 5px 8px 0px 8px;
}
.item {
    margin: 0px 0px 6px 0px;
}
.items .item  .info{
    float: left;
    padding: 10px;
}
.items .item .info a{
    color: #231100;
}
.items .item .info h2 a{
    text-decoration: underline;
}
.items .item .info p a{
    text-decoration: none;
}
.items .item .info h2{
    font-size: 18px;
    color: #231100;
    padding: 0px;
    margin: 0px;
    line-height: 1em; 
}
.items .item .info p{
    font-size: 16px;
    color: #231100;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    line-height: 1em;
}
.items .item .icons{
    float: right;
    width: 190px;
    text-align: right;
}
.items .item .icons img{
    margin: 8px 8px 8px 0px;
}
div.logos {
    text-align: center; 
    margin-top: 8px;
}
div.logos span {
    color: #868789;
    font-size: 11px;
    line-height: 2em;
}
div.logos .logosLeft{
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-bottom: 10px;
    margin-left: 0px;
}
div.logos .logosRight{
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-bottom: 10px;
    position: relative;
    left: 16px;
}
div.logos .logosLeft img, div.logos .logosRight img, div.logos .logosBig img{
    margin: 0px 10px;
    height: 50px;
}
div.logos .logosBig{
    width: 100%;
    padding: 0px 4px 10px 4px;
    margin: 10px 0px 0px 0px;
}


#bottom {
    background: #2f1800; 
    padding: 10px 0px 0px 0px;
}
#bottom h2{
    color: #fff;
    background: url(../images/line_horiz.png) repeat-x bottom;
    font-size: 15px;
    padding: 10px 0px 8px 5px;
    margin: 0px 50px 12px 0px;
    line-height: 1em;     
    font-family: 'Crete Round', serif;
}
#bottom ul{
    list-style: none;
    margin-top: 50px;
    position: relative;
    left: 40px;
}
#bottom ul li{
    float: left;
    width: 180px;
    padding: 2px 0px;
}
#bottom ul a{
    color: #fff;
}
#copy {
    background: #4f3200;
    text-align: center;
    color: #fff;
    padding: 10px 0px 40px 0px;
}
#copy p{
    padding: 10px;
}
#copy a{
    color: #fff;
}
p.navigation {
    color: #000;
    padding: 15px 8px 10px 8px;
    margin: 0px 8px 0px 8px;
    border-bottom: 1px dashed #6d6e71;
}
p.navigation a{
    color: #000;
    text-decoration: underline;
}
p.navigation a:hover{
    text-decoration: none;
}
.padd {
    padding: 0px 16px;
}
.padd2 {
    padding: 10px 16px;
font-size: 15px;
}
.padd2 h2 {
    color: #564638;
    font-size: 20px;
    background: url(../images/line_horiz.png) repeat-x bottom;
    margin: 8px 0px;
    padding: 0px 8px 6px 0px;
    line-height: 1em; 
    font-family: 'Crete Round', serif;
}
.fotoDiv {
    float: right;
    width: 198px;
    padding: 9px 0px 5px 16px;
}
.fotoDiv img{
    float: left;
    width: 85px;
    border: 2px solid #6d6e71;
    margin: 0px 5px 5px 0px;
}
.detailImg {
    border: 2px #888 solid;
    float: left;
    margin: 0px 10px 0px 0px;
    width: 150px;
}

p.desc {
    color: #000;
    font-size: 19px;
    font-weight: bolder;
    float: left;
    width: 150px;
    padding: 42px 0px 0px 22px;
}
p.line {
    line-height: 1px;                    
    background: url(../images/line_horiz.png) repeat-x top;
    clear: both;
    padding-top: 2px;
    margin: 0px 10px;
}
.calendar{
    text-align: center;
}
.calendar a{
    text-decoration: none;
}
.calendar span.month{
    color: #fff;
    width: 100%;
    display: block;
}
.calendar span.day{
    color: #000;
    width: 100%;
    display: block;
}
.calendar.calendar-big{
    background: url(../images/calendar-big.png) no-repeat top left;
    width: 82px;
    height: 82px;
    float: left;
    margin: 10px 0px;
}
.calendar.calendar-big span.month{
    font-size: 20px;
    padding-top: 5px;
}
.calendar.calendar-big span.day{
    font-size: 40px;
    padding-top: 23px;
}
.calendar.calendar-middle{
    background: url(../images/calendar-middle.png) no-repeat top left;
    width: 54px;
    height: 54px;
}
.calendar.calendar-middle span.month{
    font-size: 13px;
    padding-top: 1px;
}
.calendar.calendar-middle span.day{
    font-size: 30px;
    padding-top: 8px;
}
.calendars .calendar {
    float: left;
}

.buttons {
    float: right;
    padding: 5px 20px 0px 0px;
}
.buttons .button{
    margin-top: 5px;
}
.button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    text-align: center;
}
.button.button-middle{
    width: 204px;
    height: 28px;
    font-size: 15px;
    font-weight: bolder;
    padding-top: 9px;
}
.button.button-big{
    width: 280px;
    height: 30px;
    font-size: 16px;
    font-weight: bolder;
    padding-top: 11px;
}
.button.button-thinBig{
    width: 284px;
    height: 21px;
    font-size: 12px;
    padding-top: 3px;
}
.button.button-style1{
    color: #fff;
    background: url(../images/bg2.png) repeat-x top;
}
.button.button-style-red{
    color: #fff;
    background: #d2232a;
    border-radius: 0;
    border: 0;
}
.calendars .calendar {
    margin: 28px 15px 0px 0px;
}

.box {
    
}
.box img{
    float: left;
    border: 2px #bbbdbf solid;
    margin: 10px 20px 0px 20px;
}
.box h2{
    float: left;
    font-size: 19px;
    padding-top: 10px;
}
.box a.button{
    float: left;
}
.box-market-what{
    background: url(../images/whiteBoxDarker.png) repeat;
    margin-top: 8px;
}
.box-market-what h2{
    float: left;
    padding: 14px 22px 0 22px;
    font-size: 19px;
}
.box-market-what a{
    float: right;
    margin: 10px 10px 10px 0;
}

.box-market-what .button.button-big {
    width: 150px;
}

.brown { 
    background: url(../images/bg-brown.png) repeat;
}
.brown2 {
    background: #4c3412;
    padding: 8px;
    margin: 0px!important;
}


.items2 {
    margin: 0px 8px;
}

.items2 h2{
    color: #fff;
    font-size: 17px; 
    background: url(../images/line_horiz.png) repeat-x bottom;
    margin: 8px 0px;
    padding: 0px 8px 7px 8px;
    line-height: 1em;  
    font-family: 'Crete Round', serif;
}

.items2 .item{
    background: url(../images/bg3.png) repeat-x top;
    height: 77px;
    position: relative;
}
.items2 .item img{
    border: 1px solid #79726e;
    margin: 3px 10px 0px 3px;
    float: left;
}
.items2 .item a{
    color: #fff;                                      
    text-decoration: underline;
}
.items2 .item a:hover{
    text-decoration: none;
}
.items2 .item p.date{
    color: #fff;
    line-height: 1.2em;
    padding: 8px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bolder;
}
.items2 .item p.text{
    color: #fff;
}
.items2 .item p.more{
    text-align: right;
    font-size: 11px;
    padding: 0px 15px 0px 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.items2 .item p.more a{
    color: #daad1f;
}

.box2{
    position: relative;
}
.box2 img{
    float: right;
    border: 2px solid #bbbdbf;
    margin: 10px 10px 0px 0px;
}
.box2 .right{
    float: left;
    width: 320px;
}
.box2 a.button{
    position: absolute;
    bottom: 0px;
}
.box2 h3{
    color: #fff;
    font-size: 17px;
    background: url(../images/line_horiz.png) repeat-x bottom;
    margin: 8px 8px 8px 8px;
    padding: 0px 8px 5px 8px;
    line-height: 1em; 
    font-family: 'Crete Round', serif;
}
.box2 h2{
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    padding: 0px 8px 0px 16px;
}
.box2 p{
    color: #fff;
    font-size: 13px;
    padding: 0px 8px 0px 16px;
}

.fotoGal h3{       
    font-family: 'Crete Round', serif;
    color: #000;
    font-size: 17px;
    background: url(../images/line_horiz.png) repeat-x bottom;
    margin: 20px 8px 8px 8px;
    padding: 0px 8px 10px 8px;
    line-height: 1em;
}

div.slideShow {
    position: relative;
}
div.slideShow .slide{
    overflow: hidden;
    width: 925px;
    height: 130px;
    position: absolute;
    top: 7px;
    left: 35px;  
}
div.slideShow .slide div{
    width: 3000px;
    height: 130px;
    margin-left: 0px;
}
div.slideShow .arrowLeft{
    position: absolute;
    left: 15px;
    top: 34px;
}
div.slideShow .arrowRight{
    position: absolute;
    right: 15px;
    top: 34px;
}
div.slideShow .slide a {
overflow: hidden;
width: 173px;
height: 110px;
display: block;
float: left;
border: 2px solid #BBBDBF;
margin: 0px 0px 0px 7px;
}
div.slideShow .slide img{
    /*width: 129px;
    height: 94px;
    border: 2px solid #bbbdbf;*/
    float: left;
    margin: 0px 0px 0px 0px;
}
.newsletter {
    padding: 45px 0px 0px 25px;  
    color: #fff;          
    position: relative;
    left: 40px;
}
.newsletter h3{
    font-size: 14px;
    color: #fff;
}
.newsletter table{
    border-collapse: collapse;
}
.newsletter table tr th{
    padding: 0px 10px 0px 0px;
    margin: 0px;
}
.newsletter table tr td{
    padding: 0px 0px 5px 0px;
    margin: 0px;
}
.newsletter label{
    padding: 0px;
    margin: 0px;
}
.newsletter input{
    height: 23px;
    width: 175px;
    margin-right: 10px;
    padding: 0px 0px 0px 5px;
}
.newsletter input.button{
    height: 27px;
    width: auto;  
    padding: 0px 10px 0px 10px;
    position: relative;
    top: -3px;
}
.newsletter input.button{

}
.item-news {
    /*background: #d0cbc0;*/
    margin: 0px 0px 0px 0px;
    padding: 15px 3px 16px 3px;  
    background: url(../images/line_horiz.png) repeat-x bottom;
}
.item-news img{
    float: left;
    margin-right: 10px;
    border: 1px solid #a9a69e;
    width: 100px;
}
.item-news p.text{
    font-size: 15px;
    line-height: 1.4em;
    padding: 5px 0px 5px 0px;
}
.item-news p.date{
    text-decoration: underline;
    color: #000;
    font-size: 15px;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-weight: bolder;
}
.item-news h2{
    font-size: 20px;
    color: #000;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background: none;
}
.item-news h2 a{
    color: #000;
}     
.item-news a.detail{
    color: #6e3400;
    /*
      padding: 2px 5px 2px 5px;
    */
    font-size: 13px;
    font-weight: bolder;
    display: inline-block;
}             
.item-news .news-right{
    float: left;
    width: 590px;
}
.item-news .imgGal {
    height: 100px;
    width: auto;
    margin: 4px;
}
.imgGal {
    height: 100px;
    width: auto;
    margin: 4px;
    border: 1px solid #A9A69E;
}


div#strankovani {
    text-align: right;
    color: #000;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
}
div#strankovani a{
    color: #000;
}
div#strankovani a.aktivni{
    text-decoration: underline;
}

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                

.attention {
                background: #fffbcc url('../admin/images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../admin/images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../admin/images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('../admin/images/icons/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

.poptavka {
  
}
.poptavka tr th{
   text-align: left;
   padding: 0px 10px 0px 0px;
}

.detail-farmare {

}
.detail-farmare .detail-farmare-right{
   float: left;
}
.detail-farmare img.img-gal{
   float: left;
   width: 210px;
   margin: 0px 10px 10px 0px;
}
.img-news-detail {
  margin: 0px 10px 10px 0px;
  float: left;
}
.item-casopis {
    background: #d6d1cc;
    width: 133px;
    text-align: center;
    float: left;
    margin: 5px 5px 5px 5px;
    padding: 5px 0px 0px 0px;
    position: relative;
}
.item-casopis div{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: url(../images/bg2.png) repeat-x top left;
    color: #fff;
    height: 25px;
    font-size: 13px;
    font-weight: bolder;
    padding: 10px 0px 0px 0px;
}
.item-casopis img{
    width: 90px;
    height: 128px;
    margin-bottom: 35px;
}
.casopis-main {
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.casopis-main img{
    height: 500px;
}         
.casopis-main .slider{
    margin-left: 0px;
}   
.casopis-main .item{
    width: 718px;
    float: left;
}
.casopis-navigation {
    margin: 0 auto;
    width: 180px;
    height: 40px;
    padding: 10px;
}
.casopis-navigation .arrow-l{
    float: left;
    color: #fff;
    background: #ffca02;          
    border: 1px solid transparent;
    padding: 5px 5px 5px 5px;
    font-weight: bolder;
    font-size: 20px;
    width: 20px;
    cursor: pointer;
}
.casopis-navigation .arrow-r{
    float: left;
    color: #fff;
    background: #ffca02;   
    border: 1px solid transparent;
    padding: 5px 5px 5px 5px;
    font-weight: bolder;
    font-size: 20px;  
    width: 20px;
    cursor: pointer;
}
.casopis-navigation .number{
    float: left;
    color: #000;
    background: #f1f1f2;
    border: 1px solid #000;
    width: 80px;
    padding: 5px 5px 5px 5px;
    font-weight: bolder;
    font-size: 20px;
    margin: 0px 10px;
}

p.casopis-title{
    padding: 10px 0px;
    height: 30px;
}
p.casopis-title strong{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    float: left;
}
p.casopis-title a{
    text-decoration: underline;
    color: #000; 
    font-size: 15px;
    float: right;
    background: url(../images/adobe-pdf-logo.png) no-repeat left 0px;
    padding: 0px 0px 4px 30px;
    margin: 0px 10px 0px 0px;
}
p.casopis-title a:hover{
    text-decoration: none;
}


.google-box{background:#ffcb08;  color:#000;  text-align:left;  height:100px;  font-size:11px;  padding:0px 7px 0px 7px;}
.google-box a{color:#000;}
.google-box strong{color:#000;}
.google-box-addres{background:#151414 url('/images/googlemaps/google-box.jpg') top left repeat-x;  padding:8px 10px;  clear:both;  font-size:12px;  margin-bottom:9px;}
.google-box img{float:left;  margin:0px 5px 7px 0px;}
a.name-club-google{padding:5px 0px 0px 0px;  display:block; font-weight:bold;  width:100px;}
a.tl-google-detail{display:block;  width:83px;  height:24px;  font-size:11px;  font-weight:bold;  text-align:center;  padding:3px 10px 0px 0px;  background:#151414 url('/images/googlemaps/detail-google.jpg') top left no-repeat;}
#custom_info_window_red{width:210px;}
#custom_info_window_red_contents{background-color:#FFF;}
#custom_info_window_red_tl{width:16px;  height:16px;  background:url('/images/googlemaps/red_tl.png') top left no-repeat transparent;}
* html #custom_info_window_red_tl{background-image:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/googlemaps/red_tl.png',sizingMethod='crop');}
#custom_info_window_red_t{background:url('/images/googlemaps/red_t.png') top left repeat-x transparent;}
#custom_info_window_red_tr{width:16px;  height:16px;  background:url('/images/googlemaps/red_tr.png') top left no-repeat transparent;}
* html #custom_info_window_red_tr{background-image:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/googlemaps/red_tr.png',sizingMethod='crop');}
#custom_info_window_red_l{width:3px;  background:#ffcb08;}
#custom_info_window_red_r{width:3px;  background:#ffcb08;}
#custom_info_window_red_bl{width:16px;  height:16px;  background:url('/images/googlemaps/red_bl.png') top left no-repeat transparent;}
* html #custom_info_window_red_bl{background-image:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/googlemaps/red_bl.png',sizingMethod='crop');}
#custom_info_window_red_b{background:#ffcb08;}
#custom_info_window_red_br{width:16px;  height:16px;  background:url('/images/googlemaps/red_br.png') top left no-repeat transparent;}
* html #custom_info_window_red_br{background-image:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/googlemaps/red_br.png',sizingMethod='crop');}
#custom_info_window_red_close{width:21px;  height:21px;  background:url('/images/googlemaps/red_close.png') top left no-repeat transparent;  cursor:pointer;}
* html #custom_info_window_red_close{background-image:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/googlemaps/red_close.png',sizingMethod='crop');}
#custom_info_window_red_max{width:21px;  height:21px;  background:url('/images/googlemaps/red_max.png') top left no-repeat transparent;  cursor:pointer;}
* html #custom_info_window_red_max{background-image:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/googlemaps/red_max.png',sizingMethod='crop');}
#custom_info_window_red_min{width:21px;  height:21px;  background:url('/images/googlemaps/red_min.png') top left no-repeat transparent;  cursor:pointer;}
* html #custom_info_window_red_min{background-image:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/googlemaps/red_min.png',sizingMethod='crop');}
#custom_info_window_red_beak{width:61px;  height:46px;  background:url('/images/googlemaps/red_beak.png') top left no-repeat transparent;}
* html #custom_info_window_red_beak{background-image:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/googlemaps/red_beak.png',sizingMethod='crop');}
#custom_info_window_red_contents .section1{margin:0;  padding:0;}
#custom_info_window_red_contents .section2{margin:0;  padding:0;  background-color:#FFDFDF;  border-bottom:dotted 1px #900;  border-top:dotted 1px #900;}
#custom_info_window_red_contents p{margin:1px 0;  padding:5px;}
#custom_info_window_red_contents .title{font-size:18px;  font-weight:bold;  color:#FFF;  background-color:#900;}

.ulPis {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
.ulPis li{
    float: left;
    padding: 0px 7px 0px 8px;
}
.mainImg {
  overflow: hidden;
  width: 129px;
  height: 94px;
  display: block;
  float: left;
  border: 2px solid #BBBDBF;   
    margin: 0px 0px 0px 7px;
}     
.itemFarmarMesice {
   margin: 0px 0px 6px 0px;
} 
.itemFarmarMesice h2{
  font-size: 18px;
  color: #231100;
  padding: 0px;
  margin: 0px;
  line-height: 1em;
}       
.itemFarmarMesice h2 a{
  text-decoration: underline;
}
.itemFarmarMesice .info {
float: left;
padding: 10px;
}
.itemFarmarMesice .info p {
  font-size: 16px;
  color: #231100;
  padding: 5px 0px 0px 0px;
  margin: 0px;
  line-height: 1em;
}     
.itemFarmarMesice a{
  color: #231100;
}        
.itemFarmarMesice .icons{
    float: right;
    width: 190px;
    text-align: right;
}
.itemFarmarMesice .icons img{
    margin: 8px 8px 8px 0px;
}
.itemFarmarMesice .img-gal-farmar {
   float: left;
   width: 130px;
   margin: 10px 0px 10px 10px;
}              
p.showMore {
   float: right;
   clear: both;
   margin: 20px 10px 10px 0px;
}              
p.showMore a{
  color: #6E3400;
  font-size: 13px;
  font-weight: bolder;   
}

.randomGal {
    padding: 5px 0px 10px 0px;
    margin: 10px 0px 0px 0px;
    width: 100%;
}   
.randomGal a, .randomGal a:hover{
    text-decoration: none;
}   
.randomGal div{
    overflow: hidden;
    height: 220px;
}                         
h2.cl {
    background: none;
    margin: 20px 0px 0px 0px;
} 
.radioBox {
    padding: 5px 0px 0px 10px;
    
} 
.radioBox input{
    float:left;
	margin: 2px 5px 0px 0px;
}
.radioBox label{
	padding: 0px 0px 0px 5px;
}


div#slideShow {
    width: 1000px;
    height: 370px;
    background: #eee;
    position: relative;
    overflow: hidden;
}
div#slideShow div {
    margin-left: 0px;
}
div#slideShow div img {
    float: left;
}
div#slideShow ul {
    background: #fff;
    padding: 5px 4px 5px 5px;
    position: absolute;
    top: 175px;
    left: 834px;
    list-style: none;
}
div#slideShow ul li {
    float: left;
}
div#slideShow ul li a {
    display: block;
    width: 18px;
    height: 17px;
    padding: 1px 0px 0px 0px;
    color: #636363;
    text-align: center;
    text-decoration: none;
    margin-right: 1px;
}
div#slideShow ul li a:hover, div#slideShow ul li a.active {
    color: #fff;
    text-decoration: none;
    background: #ff9f23;
}

.next-markets {
    height: 105px;
}

.home-market-title {
    margin-bottom: 7px;
    background: #d2232a;
    text-align: center;
}
.home-market-title h2{
    margin-left: 22px;
    font-size: 18px;
    color: #fff;
}