.ui-dialog[aria-describedby="athome-search-detail"]
{
	border-radius: 0;
	padding-top: 3em;
	position: fixed !important;
		top: 2em !important;
		bottom: 2em !important;
		left: 2em !important;
	width: 660px !important;
}

.ui-widget-overlay
{
	background: #2b2b2b;
	opacity: 0.6;
}

.ui-dialog-titlebar
{
	background: #C01A24 !important; /* red */
	border-radius: 0;
	box-sizing: border-box;
	color: white !important;
	font-family: monospace;
	font-size: 1em !important;
	height: 2.4em !important;
	overflow: hidden;
	padding: .5em !important;
	position: absolute !important;
		top: 0;
		right: 0;
		left: 0;
}

.ui-dialog-titlebar .ui-dialog-title
{
	text-overflow: ellipsis;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close
{
	color: white !important;
	margin: 0;
	position: absolute !important;
		top: 0;
		right: 0;
		bottom: 0;
}

#athome-search-detail
{
	box-sizing: border-box;
	display: none;
	font-size: 1em !important;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 .5em;
}

.ui-dialog[aria-describedby="athome-search-detail"] #athome-search-detail
{
	display: block;
	position: absolute;
		top: 2.4em;
		right: 0;
		bottom: 0;
		left: 0;
}

#athome-search-detail .athome-top-wrapper {
    padding: 5px;
}

#athome-search-detail .athome-price
{
	margin-right: 1em;
	padding-right: 1em;
}

#athome-search-detail .athome-thumbs .athome-thumbnail-wrapper
{
	margin 0;
}

#athome-search-detail .athome-thumbs
{
	font-size: 1px;
	font-family: monospace;
	line-height: 1px;
	margin: 10px -5px 10px -5px !important;
	padding-top: 10px !important;
	overflow: hidden;
}

#athome-search-detail .athome-thumbs .athome-thumbnail-wrapper
{
	padding: 5px;
}

#athome-search-detail .athome-thumbs .athome-thumbnail-inner
{
	background-size: contain;
	background-color: whitesmoke;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

#athome-search-detail .athome-thumbnail-inner.athome-thumbnail-large
{
	width: 100%;
}

#athome-search-detail .athome-thumbs,
#athome-search-detail .athome-tags,
#athome-search-detail .athome-description,
#athome-search-detail .athome-map
{
	border-top: 1px solid lightgray;
	margin-top: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
}

#athome-search-detail .athome-title
{
	margin-top: .5em;
}

#athome-search-detail .athome-icons
{
	margin-bottom: .5em;
}

#athome-search-detail .athome-contact
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#athome-search-detail .athome-contact input,
#athome-search-detail .athome-contact textarea
{
	width: 100%;
}

#athome-search-detail abbr {
	margin: 2px;
}

#athome-search-detail .athome-thumbnail-wrapper {
    padding: 10px;
}

#athome-search-detail .athome-refid {
    padding: 5px;
		font-style: italic;
		font-size: small;
}

#athome-search-detail a {
	color: #ff0000;
	text-decoration: none;
}

#athome-search-detail a:hover {
	color: black;
}
