@charset "utf-8";
img{ border: 0pt; }

#bottom_div{
width: 780px;
height: 50px;
background-color: #b9d1ea;
clear:both;
}
#bottom_div h1 {
text-align:center;
font:"з";
font-size:xx-large;
font-weight:800;
color:#000099;


}

#vista_toolbar {
float:left;
font:normal 14px 'sө','Arial';
margin:0;
padding:0;
}

#vista_toolbar ul {
background-image:url(../images/toolbar/back.gif);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:780px;
}

#vista_toolbar li {
display:inline;
text-align:center;
padding:0;
}

#vista_toolbar a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
text-align:center;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 6px 0 6px;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(../images/toolbar/left.png) no-repeat left center;
font-size:16px;
color:#000066; 
}

#vista_toolbar a:hover span {
background:url(../images/toolbar/right.jpg) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}
