@charset "utf-8";

/* ----- ----- Memorabilia - Archive */

.Archive {
	margin-left: 5px;
}

.TopTitle {
	background-color: #EEEEEE;
	margin-top: 5px;
	height: 60px;
	width: 970px;
}
.TopTitle h2 {
	font-size: 23px;
	line-height: 60px;
	font-weight: bold;
	color: #553399;
	margin: 0;
	padding-left: 15px;
	letter-spacing: -1px;
	float: left;
}
.TopTitle h2 a {
	color: #553399;
}

/* ----- Ribbons */

.Ribbons {
	padding-top: 18px;
	padding-right: 12px;
	float: right;
}
.Ribbons .Ribbon {
	height: 29px;
	clear: both;
}
.Ribbons .Ribbon ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Ribbons .Ribbon li {
	margin: 0px;
	padding: 0 6px 0 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 22px;
	float: left;
}
.Ribbons .Ribbon li a {
	line-height: 22px;
	display: block;
	height: 23px;
}
.Ribbons .Ribbon li a.Selected {
	font-weight: bold;
}
.Ribbons .Ribbon li a span {
	line-height: 22px;
	display: block;
	height: 23px;
	float: left;
	background-image: url(/images/memorabilia_3_ribbon.png);
	background-repeat: no-repeat;
}
.Ribbons .Ribbon li a .L {
	padding-left: 10px;
	background-position: left -60px;
}
.Ribbons .Ribbon li a .R {
	padding-right: 10px;
	background-position: right -60px;
}
.Ribbons .RibbonCat li a {
	color: #444444;
}
.Ribbons .RibbonCat li a.Selected,.Ribbons .RibbonCat li a:hover {
	color: #FFFFFF;
}
.Ribbons .RibbonCat li a:hover .L {
	background-position: left 0px;
}
.Ribbons .RibbonCat li a:hover .R {
	background-position: right 0px;
}
.Ribbons .RibbonCat li a.Selected .L {
	background-position: left -33px;
}
.Ribbons .RibbonCat li a.Selected .R {
	background-position: right -33px;
}

/* ----- Items */

.Items {
	clear: both;
	padding: 20px 0px 0px 10px;
}
.Items ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Items ul li {
	margin: 0px 5px;
	padding: 0px;
	float: left;
	width: 180px;
	height: 240px;
	list-style-type: none;
	line-height: 16px;
	text-align: center;
}
.Items ul li h4 {
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #222222;
	text-align: center;
	font-weight: normal;
	padding-bottom: 20px;
}
.Items ul li a {
	color: #222222;
	display: block;
}
.Items ul li a img {
	padding: 10px;
	margin-bottom: 8px;
	border: 2px solid #EEEEEE;
}
.Items ul li a:hover img {
	border-color: #D7D7D7;
}
.Items ul li a:hover span {
	color: #111111;
}

/* ----- Exhibitions */

.Exhibitions h2 {
	font-weight: bold;
	color: #00AA44;
	margin: 0;
	padding: 20px 0 14px 5px;
}
.Exhibitions p {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	margin: 0;
	padding: 0px 0 9px 5px;
}
.Exhibitions .Exhibitlist {
	clear: both;
	padding-bottom: 5px;
}
.Exhibitions .Exhibitlist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Exhibitions .Exhibitlist li {
	height: 404px;
	width: 320px;
	margin: 0 0 7px 5px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.Exhibitions .Exhibitlist li a {
	height: 400px;
	width: 316px;
	display: block;
	color: #222222;
	cursor: pointer;
}
.Exhibitions .Exhibitlist li a span.Image {
	height: 315px;
	text-align: center;
	display: block;
}
.Exhibitions .Exhibitlist li a span.Image img {
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}
.Exhibitions .Exhibitlist li a span.Title {
	font-size: 14px;
	line-height: 32px;
	color: #222222;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 10px;
	display: block;
	font-weight: bold;
}
.Exhibitions .Exhibitlist li a:hover span.Title {
	color: #FF3300;
	text-decoration: underline;
}
.Exhibitions .Exhibitlist li a span.Description {
	font-size: 10px;
	line-height: 14px;
	color: #555555;
	padding-left: 11px;
	display: block;
}
.Exhibitions .Exhibitlist li a span.New {
	color: #222222;
	background-color: #FFCC66;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

.Exhibition h2.Exhibittitle {
	color: #00AA44;
	padding-top: 20px;
}
.Exhibition h2.Exhibittitle a {
	color: #00AA44;
}
.Exhibition .Exhibitdetails {
	padding: 0px 40px 0 6px;
}
.Exhibition .Exhibitdetails h2 {
	font-size: 24px;
	line-height: 29px;
}
.Exhibition .Exhibitdetails h2 img {
	float: left;
	padding-right: 12px;
}
.Exhibition .Exhibitdetails p {
	font-size: 13px;
	line-height: 18px;
	color: #444444;
	padding: 5px 0 0 6px;
	margin: 0px;
}
.Exhibition .Items {
	margin-top: 5px;
}