/* $Id: styles.css 10460 2010-08-19 07:41:07Z angel $ */
.footer-helper-container{
overflow:hidden;
}
.hot-deals-list {
	height: 167px;
	margin-bottom:20px;
        overflow: hidden;
}
.hot-deals-item {
float: left;
list-style: none;
width: 127px;
text-align: center;
overflow: hidden;
margin: 5px 0px 5px 15px;
}
.hot-deals-item center {
	padding: 0 5px;
	margin: 0;
	float: none;
}
.hot-deals-container {
	padding: 20px 0;
}
.hot-deals-list {
	margin: 10px;
}
.hot-deals-next {
	float: right;
	margin: 43px 11px 0 0;
	width: 26px;
	height: 39px;
	cursor: pointer;
	background-image: url(/images/multi-right-arrow.png);
	display: inline;
}
.hot-deals-prev {
	float: left;
	margin: 43px 0 0 12px;
	width: 26px;
	height: 39px;
	cursor: pointer;
	background-image: url(/images/multi-left-arrow.png);
	display: inline;
}
.deals-footer {
	padding: 8px;
	margin: 3px;
}
.deals-footer a.active {
	font-weight: bold;
}
.deals-main .pagination {
	margin: -15px 15px -5px;
	float: right;
	padding-left: 3px;
}
.deals-main .updates-wrapper {
	background-image: none;
	width: auto;
	border-width: 1px;
	border-style: solid;
}