body{
	background-color:#cccccc;
}

#map{
	width:800px;
	height:550px;
	margin-left:20px;
	margin-top:20px;
}

#details{
	position:absolute;
	border:1px black solid;
	/*background-color:#cccccc; */
	width:800px;
	min-height:600px;
	top:20px;
	left:20px;
	visibility:hidden;
}
#details #head{
	position:relative;
	width:100%;
	background-color:#B56CFF;
}
#details .rightcell{
	width:13px;
}
#details .but{
	cursor: pointer;
}
#details #image{
	text-align:center;
	vertical-align:middle;
}
