div.reference {
	margin-left: 10px;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	padding: 10px 10px 0 10px;
	margin-bottom: 0px;
	margin-top: -1px;
	background-color: #fafafa;
	
}

div.reference h4 {
	margin-bottom: 10px;
	cursor: pointer;
}

div.reference h4.hover {
	color: #27f;
}

div.referencePics {
	margin-left: 25px;
	line-height: 55px;
}

div.referencePics a {
	margin-right: 19px;
}

div.referencePics a img {
	border: 1px solid #ccc;
}

div.referencePics a:hover img {
	border: 1px solid #aaa;
}

div.referencePics br {
	margin-bottom: 20px;
	clear: both;
	display: block;
}

div.open {
	background: url(reference_open_bg.png) #eee top left repeat-x;
}

div.open h4 {
	color: #fff;
}

div.open h4.hover {
	color: #eefaff;
}

div.open p {
	padding-top: 20px;
}

