/* -----------------------------------------------------------

----------------------------------------------------------- */
div#contact-specialist
{
	border-bottom: 1px solid #e5e5e5;
	padding-top: 12px;
	padding-bottom: 16px;
	overflow: hidden;
}

div#contact-specialist,
div#contact-specialist a
{
	font-family: helvetica neue, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

div#contact-specialist a
{
	text-decoration: underline;
	float: left;
}
/* -----------------------------------------------------------

----------------------------------------------------------- */
div.artwork-detail h3
{
}

div.artwork-detail p
{
	line-height: 18px;
	color: #666; 
}

/* estimates */
div.estimated-value
{
	padding-top: 7px;
}

div.estimated-value strong
{
	padding-right: 3px;
}
/* -----------------------------------------------------------

----------------------------------------------------------- */
div#editorial h4
{
	
}

div#editorial div.editorial
{
	overflow: hidden;
	width: 580px;
}

div#editorial div.editorial div.column
{
	float: left;
	width: 250px;
}

div#editorial div.editorial div.column + div.column
{
	margin-left: 50px;
}

div#editorial div.excerpt
{
	border-top: 1px solid #e5e5e5;
	width: 580px;
	padding-top: 20px;
	margin-top: 14px;
}

div#editorial div.excerpt img
{
	float: left;
	width: 99px;
	height: 132px;
}

div#editorial div.excerpt div.excerpt-content
{
	margin-left: 120px;
}

div#editorial div.excerpt div.excerpt-content h3
{
	color: #333;
	font-size: 18px;
	margin-bottom: 12px;
}

div#editorial div.excerpt div.excerpt-content blockquote
{
	font-size: 18px;
	color: #333;
	line-height: 27px;
	font-style: italic;
	margin-bottom: 17px;
	text-indent: -13px;
}

div#editorial div.excerpt div.excerpt-content p.attribution
{
	color: #999;
}

.hidden-primary {
	display: none!important;
}

#primary-image, div#image-container iframe {
	position: absolute;
}

#primary-image {
	z-index: 3;
}

div#image-container #video-overlay {
	width: 500px;
	height: 350px;
	z-index: 2;
	background: #fff;
	position: absolute;
}

div#image-container iframe {
	z-index: 1;
}