/* layout */

div.contactContainer .break{
	margin: 0px;
	height: 10px;
}

div#mapContainer{
	float: left;
	width: 430px;
	height: 300px;
	position: relative;
	overflow:hidden;
}

div.map{
	float: left;
	width: 400px;
	height: 258px;
	position: relative;
}

div.contactDetails{
	font-size: 1.1em;
	position: relative;
	float: right;
	width: 370px;
	height: 258px;
}

div.contactDetails div.label{
	display: block;
	float: left;
	clear: both;
	width: 110px;
	margin: 2px 0 2px 0px;
	font-weight: bold;
}

div.contactDetails div.data{
	display: block;
	float: left;
	width: 260px;
}

div.contactDetails div.tools{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/*exhibition items */
div.exhibitionItem{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.exhibitionItem div.tools{
	margin-right: 10px;
}

div.exhibitionItem div.tools a{
	color: #FFFFFF;
}

div.exhibitionItem div.text{
	margin-top: 20px;
	text-align: justify;
}

div.exhibitionItem div.text a{
/*
	color: #DC1414;
*/
}

div.details{
	width: 470px;
	float: left;
	clear: left;
}

div.details div.artists{
 	font-size: 1.1em;
	margin-bottom: 5px;
}

div.details div.featuring{
	float: left;
	font-weight: bold;
	width: 80px;
}

div.details div.artists p{
	float: left;
}

div.details div.dates{
	margin-bottom: 5px;
	clear: left;
}

div.slideshowContainer{
	width: 304px;
	float: right;
	text-align: right;
}

div.send-to-friend{
	clear : both;
	text-align: right;
	padding-right : 2px;
	width : 100%;
}

div.break{
	margin : 10px 0;
	height: 30px;
}

