#holiday_wrapper {
	margin: 0 auto;
	width: 960px;
	height: 789px;
	position: relative;
}
#holiday_wrapper.landing_page {
	background: #FFF url('landing_bg.jpg') no-repeat top left;
}
#holiday_wrapper #logo_landing {
	position: absolute;
	top: 10px;
	left: 84px;
}
#holiday_wrapper #landing_links {
	position:absolute;
	right: 9px;
	top: 415px;
}
#holiday_wrapper #landing_links img {
	border: 0;
}
#holiday_wrapper #landing_links a{
	display:block;
}

#holiday_wrapper #logo {
	position: absolute;
	top: 10px;
	left: 15px;
}
#holiday_wrapper #interior_topnav {
	position:absolute;
	top: 165px;
	left: 30px;
}
#holiday_wrapper #interior_topnav a {
	padding-right: 15px;
}
#holiday_wrapper #view_cart {
	position: absolute;
	top: 100px;
	right: 0;
}
#holiday_wrapper #header {
	width: 960px;
	height: 177px;
	background: #fff url('holiday_micrositeheader.gif') top left;
}
#holiday_wrapper #product_list {
	margin-top: 50px;
	padding-left: 30px;
	float:left;
}
#holiday_wrapper .product {
	float:left;
	width: 275px;
	margin: 0 0 45px 35px;
	font-size: 14px;
	position:relative;
	font-family: Geneva, Arial;
}
.product .tooltip_content {
	display: none;
}

.product .tooltip {
	display: none;        /* required */
	position: absolute;   /* required */
	width: 261px;
	height: 229px;
	z-index: 10;
}
.product .tooltip .bubble {
	position:absolute;
	top: 0;
	left: 75px;
	display: none; /*Not using. To implement, pad .product.tooltip.content with 70px on top */
}
.product .tooltip .content {
	height: 220px;
	position:relative;
	padding: 10px 20px 0 20px;
	background: transparent url('holiday_rollover_bg.png') no-repeat top left;
}

.product .tooltip img.thumb {
	width: 90px;
	height: 100px;
}
.product .tooltip p {
	clear:both;
	padding-top: 10px;
	font-size: 12px;
}
.product .tooltip .info {
	float:left;
	margin-left: 10px;
	font-size: 12px;
}
.product .tooltip span.prod {
	display:block;
	width: 110px;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:1px solid #000;
}
.product .tooltip span.label {
	color: #838383;
}
.product .tooltip span.price {
	color: #881a12;
}
.product .tooltip span#stock {
	font-weight:bold;
	font-size: 14px;
	display:block;
	margin-top:5px;
}
.stock_in {color: #64b537;}
.stock_out {color: #881a12;}

#holiday_wrapper .product a {
	color: #234b8c;
}
#holiday_wrapper .product div.price {
	margin-top: 5px;
}
#holiday_wrapper .product div.price .price_hl {
	color: #AF4141;
	font-weight: bold;
}



/* Individual Product */
#holiday_wrapper #product_info {
	float:left;
	margin-top: 50px;
}
#holiday_wrapper #product_info #summary {
	float:left;
	width: 280px;
	margin-right: 20px;
}
#holiday_wrapper #product_info #summary .prod_name {
	border-bottom:1px solid #000;
	color: #000;
	font-size: 18px;
	margin: 0 25px;
}
#holiday_wrapper #product_info #summary .stock_in {
	display:block;
	color: #64b537;
	font-weight:bold;
	font-size:16px;
	margin: 10px 20px 10px 27px;
}
#holiday_wrapper #product_info #summary .atc_btn {
	display:block;
	margin: 10px 20px 10px 27px;
}

#holiday_wrapper #product_info #summary #price_table {
	margin: 5px 0 0 5px;
}
#holiday_wrapper #product_info #summary #price_table td {
	font-size:14px;
	padding: 5px 0 0 0;
}

#holiday_wrapper #product_info #summary #price_table td.price_hl {
	color: #AF4141;
	font-weight:bold;
	padding-left:20px;
}
#holiday_wrapper #product_info #description {
	float:left;
	width: 650px;
	line-height: 20px;
	font-size:14px;
}
