@import "../style.css";
@import "../menu/collections.css";

#collection_container a {
	/*color:#820128;*/
	color:#aaa;
	border-bottom:solid 1px #820128;
	text-decoration:none;
}

#collection_container a:hover {
	border-bottom:solid 1px #F1A5BC;
	font-weight:normal;
}

#collection_container address {
	margin-top: 15px;
	margin-bottom: 15px;
	font-style:normal;
}

#collection_table {
	padding:20px;
	/*background: url('../../gfx/images/ypdf_table_background_999.gif') center top no-repeat;*/
	overflow: auto;
	min-height:500px;
}

#collection_container {
	overflow:auto;
	margin:2%;
}

#collection_photo {
	margin: 0px 10px 0px 10px;
	float:left;
}

#collection_title {
	font-weight:bold;
}

#collection_description {
	text-indent: 30px;
	text-align:justify;
	line-height: 130%;
	color:#D2C8C8;
}

#collection_collection {
	text-align:center;
}

#collection_table #collection_collection a {
	border-bottom:none;
}

#collection_table #collection_collection a img {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#collection_table #collection_collection a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
