/* $Id: styles.css 7991 2009-09-14 12:17:20Z angel $ */

.hot-deals-container {
	position: relative;
}

.hot-deals-list {
    overflow: hidden;
    position: relative;
    left: 5px;
    min-height: 110px;
}

.hot-deals-item {
    float: left;
    list-style: none;
    width: 24.99%;
}

.hot-deals-item center {
	padding: 0 5px;
	margin: 0;
	float: none;
}

.hot-deals-container {
    padding: 20px 35px;
}

.hot-deals-next {
    position: absolute;
    top: 43px;
    right: 11px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../../images/icons/next_btn.gif) no-repeat 0 0;
}

.hot-deals-prev {
    position: absolute;
    top: 43px;
    left: 12px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../../images/icons/prev_btn.gif) no-repeat 0 0;
}

.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;
}