/*
 * Alexander-foods - лучшие ингредиенты для вендинга
 */ 
 
.helpwindow {
background-color:white;
border:1px dotted #00082A;
display:none;
height:auto;
left:350px;
min-height:350px;
min-width:300px;
overflow:auto;
padding:2px;
position:absolute;
text-align:justify;
top:350px;
width:400px;
z-index:77;
}

.ventwindow {
height: auto;
min-height: 350px; 
width: 400px; 
min-width: 200px;
overflow:auto;
display: none;
position: absolute;
top: 350px;
left: 350px;
z-index: 77;
border: 1px dotted #00082A;
background-color: white;
padding: 2px;
text-align: justify;
}

.ventwindow * {
text-align: justify;
   color: #00082A;
}

.ventwindow div {
margin: 2px;
padding: 4px;
border: 4px solid #00082A;
min-height: 350px; 
}

.ventwindow h1, .ventwindow h2, .ventwindow h3, .ventwindow h4, .ventwindow h5, .ventwindow h6 {
   font-weight: bold;
   text-transform: uppercase;
   text-align: left;
   font-size: 11px;
   color: #ffffff;
   background-color: #00082A;
   padding-left: 7px;
   line-height: 30px;
   padding-bottom: 0px;
   display: block;
   line-height: 18px;
}

.ventwindow strong, .ventwindow em {
font-weight: normal;
}
