@charset "utf-8";
/* CSS Document */

/*------------------------------
		HOME PAGE HOT DEALS
--------------------------------*/
#hotDealsWrap {
	position: absolute;
	width: 200px;
}

#hotDeals {
	/*position: relative;*/
	width: 200px;
	height: 200px;
	background: url(../images/hot_deals_background.png) no-repeat;
	background:transparent url(../images/hot_deals_background.png) repeat-y scroll center top;
	-background: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod = crop, src = '/views/images/hot_deals_background.png' );
	padding-top: 15px;
	padding-left: 30px;
}

#hotDealsContent {
	width:170px;
	height: 220px;
	padding-top: 60px;
	position: absolute;
	overflow: hidden;
}

.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:17px;
	position:absolute;
	top:104px;
}

.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:-11px;
	*right:-11px;
	_right:17px;
	position:absolute;
	top:104px;
}

.hotDeal-1 {
	width: 170px;
	height: 220px;
	padding-top: 60px;
}

.hotDeal-2 {
	width: 170px;
	height: 220px;
	padding-top: 60px;
}

.hotDealImage {
	width: 170px;
	height: 90px;
	float: left;
}

.hotDealText {
	width: 170px;
	float: left;
	padding-top: 10px;
}

.hotDealText strong {
	font-weight: bold;
	color: #264A79;
}

.hotDealText p {
	margin-top: 5px;
}

/*------------------------------
		HOME DEALS PAGE
--------------------------------*/
.hotDealItem {
	width: 200px;
	margin-right: 25px;
	float: left;
	padding-top: 5px;
	padding-bottom: 35px; 
	display: inline;
}

.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;
}