@charset 'UTF-8';

#result .pickup_row {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#result .pickup_row td {
	width: 33%;
	border-right: 1px dotted #ccc;
	padding: 6px;
	vertical-align: top;
}
#result .pickup_row td.last {
	border: 0;
}
#result .pickup_row .cover {
	width: 55px;
	float: left;
}
#result .pickup_row .text {
	width: 215px;
	float: right;
}
#result .pickup_row .text p,
#result .pickup_row .text a {
	font-size: 8pt;
}

#result_cond {
	border-top: 2px solid #4c4c24;
	background-color: #eee;
	padding: 1em 1em 0.5em;
	margin-bottom: 1.5em;
}
#result_cond p,
#result_cond ul,
#result_cond li {
	display: inline;
}
#result_cond li {
	padding-right: 0.5em;
	border-right: 1px solid #666;
	margin-right: 0.5em;
}
#result_cond div {
	margin-bottom: 0.5em;
}
#result_cond .last {
	border: 0;
}

#result .search_media h3 {
	background: url('../images/subhead_bg.jpg') top left repeat-x;
	height: 36px;
	padding: 11px 0 0 16px;
	color: white;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
#result .search_media {
	margin-top: 2em;
	margin: 3em 0;
}
#result .search_media h4 {
	background-image: url('../images/result_subhead_bg.jpg');
	margin-top: 0;
}
#result .search_media .padder {
	padding: 20px;
	border: 1px solid #ff8c00;
}

#result .btn_returntotop {
	margin: -1em 0 0;
}

#result .no_results {
    padding: 2em 0;
    font-size: 12pt;
}