/* contains the project styles */


H3 {
	padding: 10px 0 5px 0;
}
*+html H3 { /* IE7 */
	padding: 5px 0 2px 0;
}
H3 a {
	color: #000000;
}
.tx-nezzoworldmap-pi1 .backlink {
	padding: 10px 0 0 0;
	text-align: right;
}


/* rootline */
.tx-nezzoworldmap-pi1 .rootLine {
	display: block;
	float: none;
	margin: 0 0 10px 0;
	height: auto;
}

/* countrylist */
.countryList {
	margin: 0 0 15px 0;
}
.countryList A {
	float: left;
	width: 145px;

	padding: 2px 0 2px 0;
	background-position: 0 3px;
	background-repeat: no-repeat;
}
.countryList H3 {
	clear: both;
}

/* projectlist */
.projectList .projectItem {
	/*float: left;*/
	clear: both;
	display: block;
}
.projectList .projectItem A {
	float: left;
	margin: 2px 0 2px 0;
	padding: 0;
	background-position: 0 1px;
	background-repeat: no-repeat;
}
*+html .projectList .projectItem A { /* IE7 */
	margin: 1px 0 1px 0;
}
.projectList .projectItem A SPAN.location {
	display: block;
	float: left;
	width: 100px;
	padding: 0;
	margin: 0 0 0 -110px;
	cursor: pointer;
}
.projectList H3 {
	clear: both;
}


/* map */
.worldmapImage {
	margin: 0 -9px 0 -9px;
}

/* single project */
.projectView H3 {
	font-size: 100%;
}
.projectView .image {
	display: block;
	
	margin: 0 0 10px 0;
}
.projectView .image IMG {
	float: left;
	margin: 0 10px 10px -9px;
}
.projectView .image P {
	margin: 0 0 5px 0;
}
.projectView .image H3 {
	/*display: none;*/
	font-size: 100%;
	margin: 5px 0 1px 0;
}
.projectView .amount {
	margin: 15px 0 15px 0;
}
.projectView H3.amountTitle {
	display: inline;
}


/* project search */
.tx-nezzoworldmap-pi1 .searchSelect {
}
.tx-nezzoworldmap-pi1 .searchSubmit {
	margin: 2px 0 0 10px;
	padding: 0 16px 0 16px;

	color: #000000;
	cursor: pointer;
	
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 2px;
	border: 0;
}
*+html .tx-nezzoworldmap-pi1 .searchSubmit { /* IE7 */
	padding: 0 0 0 8px;
}
.rightcolBox .tx-nezzoworldmap-pi1 .searchSelect {
	width: 100%;
}
.rightcolBox .tx-nezzoworldmap-pi1 .searchSubmit {
	margin: 5px 0 0 0;
}


