@charset "utf-8";
/* CSS Document */

/*------------------------------
		HOME PAGE HOT DEALS
--------------------------------*/
#hotDealsWrap {
	position: relative;
	width: 200px;
}

#hotDeals {
	/*position: relative;*/
}

#hotDealsHeader {
	background: none repeat scroll 0 0 #00669B;
	padding: 8px 0 0 15px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	width: 200px;
}

#hotDealsContent {
	width:215px;
	height: 220px;
	padding-top: 10px;
	position: absolute;
	overflow: hidden;
	padding:8px 0 0 15px;
}

.hotDealsScrollLeft {
	background: url(../images/hotDealsScrollLeft.png) no-repeat;
	background: transparent url(../images/hotDealsScrollLeft.png) repeat-y scroll center top;
	-background: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod = crop, src = '/views/images/hotDealsScrollLeft.png' );
	cursor: pointer;
	height: 25px;
	width: 25px;	
	left: 2px;
	position: absolute;
	top: 80px;
}

.hotDealsScrollRight {
	background: url(../images/hotDealsScrollRight.png) no-repeat;
	background: transparent url(../images/hotDealsScrollRight.png) repeat-y scroll center top;
	-background: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod = crop, src = '/views/images/hotDealsScrollRight.png' );
	cursor: pointer;
	height: 25px;
	width: 25px;	
	right: -15px;
	*right: -15px;
	_right: 20px;
	position: absolute;
	top :80px;
}

.hotDeal-1 {
	width: 215px;
	height: 220px;
	padding-top: 10px;
}

.hotDeal-2 {
	width: 215px;
	height: 220px;
	padding-top: 10px;
}

.hotDealImage {
	width: 170px;
	height: 90px;
	float: left;
	margin-left: 22px;
}

.hotDealText {
	width: 195px;
	float: left;
	padding: 10px 0 0 5px;
	margin-left:8px;
}

.hotDealText strong {
	font-weight: bold;
	color: #264A79;
}

.hotDealText p {
	margin-top: 5px;
}

/*------------------------------
		HOME DEALS PAGE
--------------------------------*/
.hotDealItem {
	width: 200px;
	margin-right: 20px;
	float: left;
	padding-top: 5px;
	padding-bottom: 35px; 
	display: inline;
	/*border: solid 1px #00669B;*/
}

.hotDealItemHeader {
	height: 70px; 
	position: relative;
}

.hotDealItemContainer {
	width: 184px;
	float: left; 
	/*background: url(/views/images/hotDeal_bkg.jpg) no-repeat; */
	padding-top: 12px; 
	padding-left: 12px; 
	display: inline;
}

.hotDealItemMoreInfo {
	text-decoration: none;
	padding-top: 5px;
	width: 150px;
	float: left;
}

.hotDealItemInfo {
	float: left; 
	width: 175px;
	font-size: 11px;
	color:#245477;
}

.hotDealItemInfoText {
	padding-left: 5px; 
	padding-right: 5px; 
	color: #245477;
	text-align: left;
}
