
.topList {
	list-style : none;
	padding : 0;
	margin : 0;
}

.topList li {
	margin : 0 1em 1em 1em;
	padding : 4px 4px 3px 4px;
	position : relative;
	background : white;

	border-top : none;
	border-bottom : none;
}

.topList li p {
	margin : 0;
	padding : 0;
}

.topList li a {
	color : #900;
	text-decoration : none;
}



.topList li .num {
	position : absolute;
	top : 29px;
	height : 12px;
	left : -1em;

	color : black;
	text-decoration : none;
}

.topList span.name {
	font-weight : bold;
}

.offerImg, .partnerImg {
	float : left;

	width : 84px;
	height : 62px;
	margin : 0 1ex 0 0;

	border : none;
	position : relative;
}

a.more {
	margin-left : 1em;
}

.mapHolder {
/*	border : 1px solid black;*/
	background : white;
	padding : 1px;
}

.map {
	/*border : 2px solid black;*/
}

#map {
	height : 700px;
}

.descriptions {
	padding : 5px;
	border-bottom : 1px solid white;
	background-color : #f2efe9;
}

.googleFlags {
	font-style : italic;
}

.googleFlags p {
	margin : 1em 0 1ex 0; 
}

.googleFlags img {
	border : none;
}
