@charset "utf-8";

/* ----- ----- Memorabilia - Home */

.Categories {
	padding-top: 5px;
}

.Categories h2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	color: #539;
	margin: 0;
	padding: 15px 0 15px 5px;
}
.Categories .Items {
	clear: both;
}
.Categories .Items ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Categories .Items li {
	margin: 0 0 5px 5px;
	padding: 0px;
	list-style-type: none;
	float: left;
	height: 208px;
	width: 190px;
}
.Categories .Items li a {
	display: block;
	border: 2px solid #97B;
	color: #222;
	cursor: pointer;
	height: 204px;
	width: 186px;
}
.Categories .Items li a:hover {
	border-color: #74A;
}
.Categories .Items li a span.Image {
	text-align: center;
	display: block;
	height: 170px;
}
.Categories .Items li a span.Image img {
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}
.Categories .Items li a span.Title {
	background-color: #B9D;
	color: #436;
	white-space: nowrap;
	overflow: hidden;
	width: 186px;
	display: block;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
}

.LatestPad {
	padding-bottom: 10px;
}

.Latest a.All {
	background: url(/images/icon_go_small.png) no-repeat right 7px;
	font-size: 12px;
	line-height: 29px;
	color: #333;
	display: block;
	height: 29px;
	background-color: #EEE;
	font-weight: bold;
	float: right;
	padding: 0px 29px 0px 9px;
	margin-top: 14px;
}
.Latest a.All:hover {
	background-position: right -43px;
	color: #222;
	background-color: #DDD;
}

.Latest h2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	color: #539;
	margin: 0;
	padding: 15px 0 15px 5px;
}
.Latest h2 a {
	color: #539;
}
.Latest .Items {
	clear: both;
}
.Latest .Items ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Latest .Items li {
	margin: 0 0 7px 5px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.Latest .Items li a {
	display: block;
	border: 2px solid #EEE;
	color: #222222;
	cursor: pointer;
}
.Latest .Items li a:hover {
	border-color: #DDD;
}
.Latest .Items li a span.Item {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
.Latest .Items li a span.Image {
	text-align: center;
	display: block;
}
.Latest .Items li a span.Image img {
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}
.Latest .Items li a span.Title {
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 10px;
	display: block;
}
.Latest .Items li a span.Date {
	color: #777;
	padding-left: 10px;
	display: block;
}
.Latest .Items li a span.New {
	color: #222;
	background-color: #FC6;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

.Latest .Items li.L {
	height: 374px;
	width: 320px;
}
.Latest .Items li.L a {
	height: 370px;
	width: 316px;
}
.Latest .Items li.L a span.Item {
	width: 306px;
}
.Latest .Items li.L a span.Image {
	height: 320px;
}
.Latest .Items li.L a span.Title {
	font-size: 14px;
	line-height: 19px;
}
.Latest .Items li.L a span.Date {
	font-size: 10px;
	line-height: 18px;
}

.Latest .Items li.R {
	height: 217px;
	width: 190px;
}
.Latest .Items li.R a {
	height: 213px;
	width: 186px;
}
.Latest .Items li.R a span.Item {
	width: 176px;
}
.Latest .Items li.R a span.Image {
	height: 170px;
}
.Latest .Items li.R a span.Title {
	font-size: 11px;
	line-height: 16px;
}
.Latest .Items li.R a span.Date {
	font-size: 9px;
	line-height: 16px;
}
