
#bottom_div{
width: 520px;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#vista_toolbar {
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0;
	color:#400000;
	font-weight:bold;
	padding:0;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
}

#vista_toolbar ul {
	background-repeat:repeat-x;
	line-height:32px;
	list-style:none;
	margin:0;
	width:615px;
	text-align:center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#vista_toolbar li {
	display:inline;
}

#vista_toolbar a {
	color:#e4e4e4; /* need because it will use default link color */
	float:left; /* left 3 px because of left.png image */
	text-decoration:none;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 3px;
}

#vista_toolbar a span {
	display:block;
	float:none;
	padding:0 10px 0 10px;
}

#vista_toolbar a span img {
	border:none;
	margin:18px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
	color: #1b1b1b;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#vista_toolbar a:hover span {
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}
