.highlighted {
	background-color: #8DBE67;
	color: #fff !important;
}


/*
 * General styles
 */

.keywordSize1 {
	font-family: Arial;
	font-size: 16px;
	color: #5F5F5F;

}

.keywordSize2 {
	font-family: Arial;
	font-size: 18px;
	color: #5F5F5F;

}

.keywordSize3 {
	font-family: Arial;
	font-size: 20px;
	color: #5F5F5F;
}

.keywordSize4 {
	font-family: Arial;
	font-size: 22px;
	color: #5F5F5F;
}

.keywordSize5 {
	font-family: Arial;
	font-size: 24px;
	color: #5F5F5F;
}


/*
 * Normal keyword
 */

.normalKeywordDiv {
	position: absolute;
	left: -400px;
	top: -10px;
	padding: 2px;
	padding-top: 0px;
}

.iconStyle {
	float: left;
	padding-top: 2px;
}

.normalKeyword {
	font-family: Arial;
	text-decoration: none;
	padding: 5px;
	padding-top: 0px;
}

.normalKeyword:hover {
	text-decoration: underline;
}

.normalKeywordLink {
	padding-left: 3px;
	float: left;
	cursor: pointer;
}

/*
 * Keyword from query
 */

.queryKeywordDiv {
	position: absolute;
	left: -400px;
	top: -10px;
	font-size: 20px;
}

.queryKeywordLink {
	color: #ff7e00 !important;
	float: left;
	cursor: pointer;
	margin-left: 3px;
	padding: 3px;
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('../images/map/delete_word_clear.png');

}

.queryKeyword {
	background-color: #8DBE67;
	font-family: Arial;
	color: #fff !important;
	text-decoration: none;

}

.queryKeywordLink:hover {
	text-decoration: underline;
	background-image: url('../images/map/delete_word.png');
	padding-right: 16px;
}

#cloudContainer{
	position:absolute;
	height:420px;
	width:280px;
	margin-top:20px;
	left:10px;
	/*-position:relative;*/
}
.mapMainCenter #cloudContainer{
	*margin-left:-520px;
}

.house{
	margin-top:105px;
	margin-bottom:25px;
}
.gbLogo{
	margin-top:395px;
	margin-bottom:20px;
}
.mapMainCenter .gbLogo{
	margin-top:300px;
	margin-bottom:20px;
}
