.occasionListContainer {
	float:left;
	width:232px;
	height:317px;
	margin-left:-10px;
	overflow:hidden;
}
.occasionList {
	width:160px;
	height:246px;
	border:8px solid white;
	background:#808080;
	padding:2px;
	margin:0 27px 0 27px;
}
.occasionListImage {
	height:120px;
	cursor:pointer;
}
.occasionListButtons {
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	width:50px;
	height:26px;
	position:absolute;
	background:white;
	z-index:28;
}
.occasionListButtons img {
	float:left;
	padding:3px;
	cursor:pointer;
}
.occasionListOverlay {
	color:#F2893C;
	width:160px;
	font-size:26px;
	*font-size:36px;
	font-weight:bold;
	height:246px;
	line-height:120px;
	*line-height:260px;
	position:absolute;
	text-transform:uppercase;
	writing-mode: tb-rl;
	filter: FlipH FlipV alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	text-align:center;
	z-index:32;
	cursor:default;
}
.occasionListShade {
	height:41px
	width:232px;
	margin:0 auto 0 auto;
}
.occasionListHeader {
	line-height:16px;
	text-align:center;
	padding:2px;
	font-weight:600;
	font-size:12px;
	width:156px;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
}
.occasionListType {
	padding-top:2px;
	text-align:center;
	line-height:12px;
	font-weight:600;
	white-space:nowrap;
	overflow:hidden;
	cursor:default;
}
.occasionListAlert {
	color:#F2893C;
	cursor:default;
}
.occasionListInfo {
	text-align:center;
	position:relative;
	width:156px;
	height:102px;
	padding:2px;
	background:#000000;
	overflow:hidden;
	cursor:default;
}
.occasionListInfo table {
	text-align:left;
	color:#999;
	cursor:default;
}
.occasionListPrice {
	position:absolute;
	bottom:0;
	right:0;
	font-size:16px;
	font-weight:bold;
	padding:2px;
	background:#000;
	cursor:help;
}
.occasionListPriceDescription {
	position:absolute;
	bottom:24px;
	left:2px;
	font-size:10px;
	background:#000;
	cursor:default;
}
.occasionListPriceNone {
	position:absolute;
	bottom:24px;
	right:16px;
	font-size:10px;
	background:#000;
	cursor:default;
	color:#ccc;
}
.occasionListArrow {
	position:absolute;
	bottom:2px;
	left:2px;
}