@charset "UTF-8";
/* CSS Document */

.sections {
	color:#000;
	margin-right: 5px;
	float: left;
	font-weight:bold;
}
div.caption_art {
	position: relative;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	color: #666;
	text-align:right;
	font: normal 90%/120% Helvetica, sans-serif;
}
h2.dot-top {
	border-top:1px dotted #ccc;
	padding-top: 10px;
}
h2.dot-bot {
	border-bottom:1px dotted #ccc;
	padding-bottom: 7px;
}
p.dot-top {
	border-top:1px dotted #ccc;
	padding-top: 13px;
}
p.dot-bot {
	border-bottom:1px dotted #ccc;
	padding-bottom: 13px;
}
.floating-img {
	float:left;
	width: 81px;
	height: 81px;
	padding: 1px;
	border: 1px solid #CCC !important;
	margin-top: 4px !important;
	margin-right: 16px;
	border:1px solid red;
}
.floating-img-cell {
	float:left;
	width: 150px;
	height: 250px;
	padding: 10px;
	border: 1px solid #CCC !important;
	/*margin-top: 4px !important;*/
    margin-right: 5px;
	margin-bottom: 5px;
	position: relative;/*padding: 7px;*/
}
.floating-img-cell p {
	font-size: 85%;
	text-align: left;
	line-height: 13px;
	margin-top: 10px;
}
/*.floating-img-cell img {
    max-height: 150px;
    max-width: 150px;
    margin-top: 8px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/
.floating-img-box {
	position: relative;
	bottom: 0;
	display:block;
	width:150px;
	height:150px;
	margin:0;
	overflow:hidden;
}
.floating-img-box img {
	/*position:absolute; */
    bottom:0;
	/*margin-top: 8px !important;*/
    display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 150px;
	/*max-height: 150px;*/
}/**/
P.blocktext {
	/*text-align:left !important;*/
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*padding: 0px 5px 5px 5px;*/
	font-weight:bold;
	font-size: 90%;
	line-height: 1.15em;
}
.centered p {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.baseline {
	/*position: absolute;*/
	display:block;
	bottom: 0;
}
/* Enlarge icon */
a.enlarge {
	background-position: 0px -128px;
	padding: 0px 10px 2px 18px;
}
a.enlarge:hover, a.enlarge:focus {
	background-position: 0px -128px;
}
.pagination {
	text-align:center;
}
.pagination a {
	padding: 0 3px;
}
.pagination a.selected {
	color:#333;
	text-decoration:none;
	cursor:text;
}
.pagination a.end {
	color:#666;
	text-decoration:none;
	cursor:text;
}
/* Object list item blocks */
.object_list_item {
	clear:both;
	float:left;
	width:100%;
	margin-bottom: 10px;
	line-height:1.45em;
}
.box_img {
	border: 5px solid #CCC;
	background-color: #EEE;
	margin-bottom: 1.25em;
}
