/*
 * HEADER SECTION
 */
.header .separator{
    display: none;
}

section.langSelector{
    width: 210px;
    height: 100px;
    background: url('/img/logo.png') no-repeat top left;
    float: left;
}

section.gallery, section.gallery div{
    min-width: 540px;
}

section.gallery{
    float: left;
}

.langselectorLink{
    display: inline;
    margin: 0 1px;
    text-decoration: none;
    color: transparent;
    cursor: pointer;
}

.langselectcont{
    margin-left: 75px;
    margin-top: 5px;
    width: 135px;
}

._main-menu h2,
._you-are-here h2{
    display: none;
}

._main-menu{
    background-color: #333399;
    height: 20px;
    font-size: 10px;
}

.sf-menu li, ._you-are-here li{
    background-color: transparent;
    margin-left: 5px;
    height: auto;
    width: auto;
    float: left;
}

.sf-menu li li{
    background-color: #333399;
    width: 230px;
}

.sf-menu li ul{
    margin-top: -5px;
    margin-left: -5px;
}

.sf-menu a, .sf-menu a:visited{
    font-weight: bold;
    border: 0px;
    color: white;
    padding: 4px;
}

/*
 * CONTENT SECTION
 */
p, span, font, .Section1, td > p , article{
    font-family: Verdana;
    font-size: 13px;
    line-height: 15px;
}

/*font[size="2"] > b{
    font-size: 15px;
}*/

/*

.Section1{
    font-size: 15px;
}
*/

b, strong{
    font-weight: bold;
}

#homeimg{
    margin-left: 0px;
    margin-top: -8px;
}

.clear {
    clear: both;
}

body {
    background: #F9F3E0 url('/img/mdf-back.jpg');
    font-family: "Tahoma";
    font-size: 16px;
    line-height: 1.5em;

}

body > .flash {
    display: none;
}

td{
    line-height: 10px;
}
section.cookiePolicy td {
    line-height: inherit;
}
#container {
    width: 750px;
    margin: auto;
    box-shadow: 1px 1px 15px 5px black;
}

._mainpage h2{
    display: none;
}

.flash{
    height: 80px;
}


.breadcrumb ul{
    margin-left: -5px;
    width: 500px;
    display: inline-block;
}

.breadcrumb li{
    font-size: 10px;
}

.region.content{
    padding: 0 10px 45px 60px;
    border: 1px solid black;
    background-color: white;
    background: white url('/img/cont-back.jpg');
}

._mainpage .region.content{
    padding: 0;
    background: white;
}

.empty .region.content{
    width: 700px;
    background: white;
}

.navigation a{
    font-size: 12px;
}

h2, h2 > span{
    font-size: 13px;
    font-weight: bold;
}

/*.stat a{
    font-size: 10px;
}*/

article.statBody a{
    font-size: 15px;
}

.stat li{
    line-height: 13px;
    line-height: 15px;
}

ol, ul{
    margin-left: 50px;
}

ol > li{
    list-style-type: decimal;
    font-size: 13px;
}

ul > li{
    list-style-type: disc;
}

.breads ul > li{
    list-style-type: none;
}

object{
    margin-left: -60px;
}

ol li span{
    font-size: 13pt;
}

/*.stat p{
    font-size: 8px;
    line-height: 13px;
}*/

.zend_form dt, .zend_form dd{
    margin-top: 5px;
}

.zend_form dt{
    padding-right: 30px;
    text-align: right;
    width: 430px;
    float: left;
}

.zend_form dd{
    padding-left: 30px;
}

.zend_form dd:first-child{
    height: 40px;
}

/*dt,dd{
    margin-top: 5px;
}

dt{
    padding-right: 30px;
    text-align: right;
    width: 430px;
    float: left;
}

dd{
    padding-left: 30px;
}

dd:first-child{
    height: 40px;
}*/

.zend-form{
    display: inline-block;
}


/*
 *  VMAP
 */
div#vmapContainer {
    width: 430px;
    height: 340px;
    margin: auto;
    position: relative;
}
div#vmap {
    width: 430px;
    height: 330px;
}
div#vmapContainer div#vmapProducts {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 5px #666666;
    padding: 10px;
    width: 200px;
}
div#vmapProducts h4 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
}
div#vmapProducts p.product {
    cursor: pointer;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
    text-decoration: underline;
}
div#vmapProducts p.assoc, div#vmapProducts p.coll {
    cursor: pointer;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

div.post.index.producers .postItem{
    display: none;
}
h2.vmap {
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}



