h1.holidayHeader {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: #000;
	text-transform: uppercase;
	padding: 8px 0;
	margin: 15px 0;
}


/* section level */
.holidayIndex {
	list-style-type: none;
}

.holidayIndex li {
	background-color: #000;
	width: 308px;
	margin-bottom: 10px;
	height: 113px;
	position: relative;
}

.holidayIndex .indexLink,
.holidayIndexSpecial .indexLink {
	display: block;
	text-indent: -2000px;
}

.holidayIndex .indexLink {
	height: 113px;
}

#contentBody ul.holidayIndex li p,
#contentBody ul.holidayIndexSpecial li p {
	padding: 4px 6px;
	text-transform: uppercase;
	font-weight: bold;
	background:url(http://i.i.com.com/cnwk.1d/i/cbs/cbsnews/sprite.png) no-repeat;
	background-position:-1530px bottom;
	/*_background:transparent;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://i.i.com.com/cnwk.1d/i/tron/atl/overlay80.png");*/
    _background:#000;
    _filter:alpha(opacity=80);
    color:#bcbcbc;
    _color:#fff;
	font-weight:bold;
	bottom:0px;
	position: absolute;
	margin: 0;
	
}

#contentBody ul.holidayIndex li p {
	width:296px;
	height: 15px;
}

#contentBody ul.holidayIndexSpecial li p {
	width:190px;
	margin-left: 1px;
}

#contentBody ul.holidayIndex li p a,
#contentBody ul.holidayIndex li p a:visited,
#contentBody ul.holidayIndexSpecial li p a,
#contentBody ul.holidayIndexSpecial li p a:visited {
	color: #97bcd9;
}

#contentBody ul.holidayIndex li img {
	float: none;
	margin: 0;
}

#holidayIndexLeft {
	float: left;
}

#holidayIndexRight {
	float: right;
}

.holidayIndexSpecial li {
	display: block;
	width: 204px;
	height: 154px;
	float: left;
	position: relative;
	margin-right: 9px;
	margin-bottom: 9px;
}
.holidayIndexSpecial li.last {
	margin-right: 0;
}

/* category */
.holidayList, .holidayMenu {
	width: 630px;
}

.holidayMenu li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #ccc;
	padding: 0 4px;
	font-size: 94%;
}

.holidayMenu li.last {
	border-right: none;
}

.holidayList ul li {
	padding: 15px 0 12px;
}

.holidayLIst ul li .storyThumb img {
	margin: 0;
}

.holidayList li a.storyTitle {
	color: #353535;
	font-size: 18px;
}

.holidayList ul li .holidayPrice {
	font-weight: bold;
	font-size: 15px;
	line-height: 200%;
}

.holidayList ul li p {
	line-height: 125%;
}

.holidayList .more a {
	font-weight: bold;
}


/* clearfix */
.holidayIndexContent:after,
.holidayIndex:after,
.holidayIndex li:after,
.holidayIndexSpecial:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

