img{ border: 0pt; }

#bottom_div{
width: 520px;
height: 150px;
background-color: #0757AC;
clear:both;
}

#vista_toolbar_v {
	float:none;
	font:normal 12px 'Trebuchet MS','Arial';
	margin:0;
	padding:0;
	height: 50px;
	width: 100px;
}

#vista_toolbar_v ul {
	background-image:none;
	background-repeat:repeat-x;
	float:none;
	line-height:32px;
	list-style:none;
	margin:0;
	width:150px;
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
	display: inline;
}

#vista_toolbar_v li {
	display:block;
	padding:0;
	height: 40px;
	width: 100%;
}

#vista_toolbar_v a {
	color:#FFFFFF;
	float:left;
	text-decoration:none;
	height: 40px;
	width: 100%;
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
}


#vista_toolbar_v a span {
	display:list-item;
	float:left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 7px;
	padding-right: 10px;
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 4px;
}



#vista_toolbar_v a span img {
	border:none;
	margin:8px 4px 0 0;
	float: left;
}




#vista_toolbar_v a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}
