/* CSS Document */

/*
	download table
*/

#contactArea P.title {
	color: #e69a05;
	font-weight: bold;
	background-image: url(../images/ico_popuptitle.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-bottom:20px;
	border-bottom: 1px solid #bacdff;
}

#adress {
	margin-bottom: 20px;
}

.contactTable {
	width: 100%;
	margin-bottom: 30px;
}


.contactTable TD.item {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d5edff;
	padding-right: 10px;
	color: #333333;
}

.contactTable TD.value {
	text-align: right;
	color: #555555;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 1px solid #d5edff;
}

#mapa {
}

#mapa IMG {
	border: 10px solid #bacdff;
}

/*
	zoom ico
*/

#zoomMap {
	width: 27px;
	position: relative;
	left: 20px;
	top: -145px;
	border: none;
}

#zoomMap IMG {
	border: none;
}


