#hotDeals-Base{
	clear: both;
	margin: 0px 0px 6px 0px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url(img/top/hotDeal/hotDeal_base.jpg);

}
#hotDeals-Btm{
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/top/hotDeal/hotDeal_Btm.jpg);
}


/* sub Table */
#hotDeals_subBase{
	width: 510px;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	background-repeat: repeat-y;
	background-image: url(img/top/hotDeal/hotDeal_subBase.jpg);
}
#hotDeals_subBtm{
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(img/top/hotDeal/hotDeal_subBtm.jpg);
}
#hotDeals_subTop{
	padding: 20px 30px 20px 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(img/top/hotDeal/hotDeal_subTop.jpg);
}



#hotDeals{
	padding: 0px 0px 10px;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(img/top/hotDeal/hotDeal_top.jpg);
}
#hotDealsImg{
	float: left;
}

#hotDeals ul{
	margin-top: 0px;
}
#hotDeals li{
	display: block;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
}

#hotDeals li a:link,
#hotDeals li a:visited{
	display: block;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-bottom: 1px dotted;
	border-bottom-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(img/icons_star001.png);
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
#hotDeals li a:hover,
#hotDeals li a:active{
	color: #666;
	background-color: #FFD;
}

