/*redefine some margins from the common css*/

div.contentbox{
	margin: 0px;
}

div.content{
	margin: 8px;
}


/*definitions specific to this page*/

div.detail_nav{
	margin: 10px;
	border: none;
	
} 

.detail_nav a{
	font-size:11px;
}

div.image_info{
	width: 400px;
	border:none;
}

div.imagebox{
	height:400px;
	text-align: center;
	margin-top: 10px;
	border:none;
}

div.infobox{
	border: none;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
}

div.infoentry{
	border: none;
}



span.infotitle{
	color:#555555;
}
span.infodata{
	position: absolute;
	left: 100px;
}

