/*GOOGLE MAPS HOLDER*/
div.tolbar_maps{
	border-radius:2px;
	-moz-border-radius:2px;
	background-color: #dfdfdf;
	border: 1px solid #d2d2d2;
	height: 30px;
    margin-bottom: 10px;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 11px;
    line-height: 30px;
    overflow: hidden;
}
div.tolbar_maps2 div {
	padding: 0 10px;
	text-align: right;
}
div.tolbar_maps2 a {
	color: black;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
}
div.tolbar_maps2 a:hover {
	text-decoration: underline;
}
div.tolbar_maps form {
	font-weight: bold;
}
div.MapHolder {
    display: block;
}
div.GMapHolder {
    border: 1px solid #EEEEEE;
    border-radius: 2px 2px 2px 2px;
    padding: 4px 4px 1px;
}
table.FTList {
	width: 725px;
	margin-top: 10px;
	font-size: 12px;
}
table.FTList thead tr {
	background-color: #F2F0F1;
    border: 1px solid #BDBDBD;
    font-weight: normal;
    padding: 0;
    text-align: left;
}
table.FTList thead tr th{
	padding: 5px;
}
table.FTList tbody tr {
	margin: 0;
	padding: 0;
	text-align: left;
}
table.FTList tbody tr td {
	border: 1px solid #BDBDBD;
    padding: 5px;
    vertical-align:middle;
}
table.FTList tbody tr td img {
	width: 122px;
	height: 85px;
	border: none;
}
table.FTList tbody tr td a.predstavitev_maps {
	display: block;
	border-radius:4px;
	-moz-border-radius:4px;
	background-color: #ffde00;
	border: 1px solid #ebe803;
	color: black;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
    text-decoration: none; 
}
table.FTList tbody tr td a.predstavitev_maps:hover {
	background-color: #f1d833;
}
div.tolbar_maps form input {
	height: 14px;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;	
}
/*GOOGLE MAPS END*/