@charset "utf-8";
/* Styles for Art Galleries */
#iteminfo {
	font-size: 1.3em;
	text-align: left;
	width: 100%
}
table.itemfull {
	width: 550px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
td.heading {
	background-color: #472c17;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 2em;
	vertical-align:top;
}
td.spacer {
	height: 13px;
	text-align: center;
}
td.photo {
	text-align: center;
	vertical-align: top;
}
td.photo p {
	font-size: 9px;
}
td.photo a:link {
	color: #633;
}
td.photo a:visited {
	color: #633;
}
td.photo a:hover {
	color: #c00;
}
td.info {
	text-align: left;
	vertical-align: top;
}
td.info th {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	width: 30%;
}
td.info a:link {
	color: #633;
}
td.info a:visited {
	color: #633;
}
td.info a:hover {
	color: #c00;
}
table.itemdetail {
	width: 100%;
	padding: 5px;
}
table.itemdetail td {
	padding-bottom: 4px;
}
table.itemdetail p {
	padding-bottom: 5px;
}
.intro {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 15px 30px 15px 30px;
}
.intro span {
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
}
.intro a:link {
	color: #004;
	text-decoration: underline;
}
.intro a:visited {
	color: #006;
	text-decoration: underline;
}
.intro a:hover {
	color: #700;
	text-decoration: underline;
}
table.itemdetail {
	width: 400px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
table.ppcode {
	margin-left: -5px;
	margin-top: -5px;
	border: 0;
	padding: 0;
}
table.ppcode td {
	padding: 5px;
}