/* MAIN PRODUCTS */

div.product {
	width: 150px;
	height: 180px;
	background: url(../img/main-product-bg.jpg) no-repeat top;
	position: relative;
	margin: 10px 10px 0 0;
	float: left;
}

div.jackpot {
	background: url(../img/main-game-jackpot.jpg) no-repeat top;
}

div.feature {
	background: url(../img/main-game-feature.jpg) no-repeat top;
}

div.product p {
	margin: 0;
}

div.product p.title {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 140px;
	height: 24px;
	line-height: 11px;
	padding: 5px 5px 0 5px;
}

div.product span.new {
	width: 45px;
	height: 45px;
	background: url(../img/new.png) no-repeat;
	text-align: center;
	line-height: 45px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	letter-spacing: -1px;
	position: absolute;
	top: 15px;
	left: 100px;
	cursor: default;
	padding: 0 !important;
}

div.product span.jackpot {
	width: 45px;
	height: 45px;
	background: url(../img/hot.png) no-repeat;
	text-align: center;
	line-height: 45px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	position: absolute;
	top: 15px;
	left: 5px;
	cursor: default;
}

div.product img.image {
	width: 148px;
	padding: 0 1px 0 1px;
}

div.product div.pricetag {
	width: 88px;
	height: 30px;
	background: url(../img/pricetag-green.png) no-repeat;
	_background: url(../img/pricetag-green.gif) no-repeat;
	top: 111px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	padding: 9px 0 0 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

div.product div.pricetag span {
	font-size: 14px;
}

div.product p.bidder {
	font-size: 10px;
	color: #666;
	width: 150px;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;	
}

div.product p.time {
	padding: 0;
	width: 150px;
	text-align: center;
	color: #7c9f02;
	font-size: 16px;
	font-weight: bold;
}

div.product p.time span {
	font-size: 12px;
}

div.product a.bid {
	background: url(../img/main-product-bid.gif) no-repeat;
	height: 21px;
	width: 120px;
	padding: 5px 0 0 30px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	text-decoration: none;
}

div.product a.bid:hover {
	color: #cacaca;
	text-decoration: none;
}

div.product a.bidbuddy, div.product a.trigger, div.product a.bidbuddyactive {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 21px;
	padding: 5px 0 0 0px;
	color: #333;
	font-size: 10px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/bidbuddy-icon.gif) no-repeat;
	background-position: 5px 5px;
}

div.product a.bidbuddy:hover, div.product a.bidbuddyactive {
	background: url(../img/bidbuddy-active.gif) no-repeat;
	background-position: 5px 5px;
	color: #6ba218;
}

div.product div.popup {
    position: absolute;
    display: none;
	background: url(../img/bidbuddy-bg.gif) no-repeat;
	height: 154px;
	width: 140px;
	overflow: hidden;
	font-size: 11px;
	z-index: 10000;
	padding: 0 5px 0 5px
}

div.product div.popup2 {
	position: absolute;
    display: none;
	background: url(../img/popup-bg.gif) no-repeat;
	height: 71px;
	width: 150px;
	overflow: hidden;
	font-size: 11px;
	z-index: 10000;
}

div.product div.popup3 {
	position: absolute;
    display: none;
	background: url(../img/popup-bg.gif) no-repeat;
	height: 40px;
	width: 150px;
	overflow: hidden;
	font-size: 11px;
	z-index: 10000;
}

div.product div.popup2 a.grey, div.product div.popup2 a.green {
	width: 144px;
	height: 21px;
	background: url(../img/popup-button-grey.gif) no-repeat;
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 5px 3px 4px 3px;
	display: block;
	padding-top: 7px;
}

div.product div.popup2 a.green {
	background: url(../img/popup-button-green.gif) no-repeat;
	color: #333 !important;
}

div.product div.popup2 a.grey:hover, div.product div.popup2 a.green:hover {
	text-decoration: none;
}

div.product div.popup input {
	background: transparent url(../img/bidbuddy-input.gif) no-repeat;
	width: 57px;
	height: 32px;
	border: 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

div.product div.popup table {
	padding-left: 10px;
}

div.product div.popup span.divider {
	height: 1px;
	border: solid #d0d0d0;
	border-width: 0 0 1px 0;
	width: 110px;
	margin: 5px 20px 5px 20px;
	display: block;
}

div.product div.popup a.bookmark {
	margin: 15px 0 10px 5px;
	color: #333;
	text-decoration: none;
}

div.product div.popup a.bookmark:hover {
	color: #666;
}

div.product div.popup p {
	margin-left: 5px;
	font-size: 10px;
}

div.product table td.right {
	text-align: right;
}

/* HIGHLIGHT */

div#highlight {
	padding-top: 10px;
	height: 238px;
	width: 568px;
}

div#highlight h1 {
	padding: 0;
	margin: 0;
}

div#highlight p.time {
	color: #6ba401;
	font-size: 22px;
	margin: 0;
}
	
div#highlight p.bidder {
	color: #898783;
}

div#highlight p.bidder strong {
	color: #676560;
}

div#highlight p.price {
	margin-top: 0;
	font-size: 24px;
	color: #fff;
	width: 118px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: url(../img/pricetag_big-green.png) no-repeat;
	_background: url(../img/pricetag_big-green.gif) no-repeat;
}

div#highlight p.price span {
	font-size: 18px;
}

div#highlight img.bid {
	position: absolute;
	left: 240px;
	top: 180px;
}



/* UPCOMING PRODUCTS */


div.upcoming_item {
	position: relative;
	height: 64px;
	padding-bottom: 10px;
}

div.upcoming_item div.info {
	width: 703px;
	height: 64px;
	left: 90px;
	display: block;
	top: 0;
	position: absolute;
	background: url(../img/upcoming-item-bg.jpg) no-repeat;
}

div.upcoming_item div.info p.info {
	padding: 0 0 0 10px;
	font-size: 11px;
	height: 40px;
	width: 350px;
	overflow: hidden;
	float: left;
}

div.upcoming_item img.setbidbuddy {
	position: absolute;
	top: 15px;
	left: 650px;
}

div.upcoming_item p.time {
	font-size: 20px;
	text-align: center;
	margin: 20px 150px 0 0;
	width: 170px;
	float: right;
}

li.item645 a span {
	color: #424242 !important;
}
