#HomeBannerDiv
{
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
	width: 703px;
	*width: 703px;
	overflow: hidden;
	border: 1px solid #062045;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#HomeBannerOpenClose
{
	float: right;
	width: 50px;
	height: 100%;
	position: relative;
}

#HomeBannerOpenCloseButton
{
	position: absolute;
	width: 49px;
	height: 15px;
	right: 0px;
	bottom: 0px;
	*bottom: -4px;
}

#HomeBannerHeader
{
	width: 670px;
	height: 53px;
	cursor: pointer;
}

#HomeBannerNoDeals
{
	position: relative;
	float: left;
	height: 95px;
	width: 600px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

#HomeBannerDeal1
{
	float: left;
	margin-top: 35px;
	margin-bottom: 16px;
	height: 95px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #efd54d;
	width: 190px;
	*width: 230px;
}

#HomeBannerDeal2
{
	float: left;
	margin-top: 35px;
	margin-bottom: 16px;
	height: 95px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #efd54d;
	width: 190px;
	*width: 230px;
}

#HomeBannerDeal3
{
	float: left;
	margin-top: 35px;
	margin-bottom: 16px;
	height: 95px;
	padding-left: 20px;
	width: 190px;
	*width: 210px;
}

.HomeBannerDealLink
{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.HomeBannerDealLink:hover
{
	text-decoration: none;
}

.HomeBannerDealLink2
{
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
.HomeBannerDealLink2:hover
{
	font-weight: norma;
	text-decoration: none;
}


/*  hack to get home_tier2 out of the way */
#Home_Tier2 {
	position:absolute;
	height: 1px;
}


