/* HEADLINES */
.auction h2 {
	width: 650px;
	margin-top: 31px;
	margin-left: 20px;
	margin-bottom: 15px;
	color: white;
}

.auction h2 a {
	text-decoration: none;
	color: white;
}

.futureAuctionItem h2 {
	float: none;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	width: 140px;
	font-size: 12px;
	margin: 40px 0 0 12px;
	min-height: 42px;
	word-wrap: break-word;
	/* IE6 Hack */
	height: auto !important;
	height: 42px;
}

.endedAuctionItem h2 {
	float: none;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	width: 140px;
	font-size: 12px;
	margin: 40px 0 0 12px;
	min-height: 42px;
	word-wrap: break-word;
	/* IE6 Hack */
	height: auto !important;
	height: 42px;
}

.liveAuctionItem h2 {
	z-index: 6;
	width: 180px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 39px 0 0 9px;
	float: none;
}

/* TRADEPRICE */
.tradeprice {
	padding: 0;
	width: 600px;
	float: left;
	clear: both;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

.spotlight .tradeprice {
	width: 650px;
	margin-left: 20px;
}

/* COUNTDOWNS NORMAL */
.countdown {
	float: left;
	clear: both;
	margin-left: 20px;
	margin-top: 25px;
	width: 140px;
	height: 34px;
	background-image: url(/img/spotlight_cd_background-trans.png);
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.spotlight .countdown {
	background-image: url(/img/spotlight_cd_background-trans.png);
}

.liveAuctionItem .innerBox {
	position: absolute;
	width: inherit;
	height: 27px;
}

.liveAuctionItem .countdown {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 200px;
	margin: 0;
	width: 110px;
	height: 30px;
	background-image: url(/img/cd_background_middle-trans.png);
	-background: transparent;
	-filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/img/cd_background_middle-trans.png', sizingMethod = 'scale' );
	font-size: 17px;
}

.auctionDetail .countdown {
	margin-top: 20px;
	height: 90px;
	background-repeat: no-repeat;
}

.auctionListBody .countdown {
	width: 88px;
	font-size: 13px;
	padding: 2px 0;
	height: 20px;
	background-image: url(/img/auction_list_countdown_bg-trans.png);
	margin: 7px 0 13px 0;
}

/* COUNTDOWNS ACTIVE */
.spotlight .active,.auctionDetail .active {
	color: #ff9625;
	background-image: url(/img/spotlight_cd_black_background.png);
}

.liveAuctionItem .active {
	color: #ff9625;
	background-image: url(/img/cd_background_black_middle.png);
}

.auctionListBody .active {
	color: #ff9625;
	background-image: url(/img/auction_list_countdown_black_bg.png);
}

/* COUNTDOWNS CLOSED */
.closed {
	color: #ff9625;
}

.spotlight .closed,.auctionDetail .closed {
	background-image: url(/img/cd_closed_big.gif);
}

.liveAuctionItem .closed {
	background-image: url(/img/cd_closed_middle.gif);
}

.auctionListBody .closed {
	background-image: url(/img/cd_closed_small.gif);
}

/*COUNTDOWNS INACTIVE */
.auctionListBody .inactive {
	background-image: url(/img/cd_background_small_inactive-trans.png);
	color: #fff;
}

/* CURRENT BID */
.currentBid {
	float: left;
}

.spotlight .currentBid {
	margin-top: 26px;
	margin-left: 33px;
	width: 138px;
	position: relative;
}

.liveAuctionItem .currentBid {
	width: 129px;
	margin: 17px 0 0 20px;
}

.liveAuctionItem .productImage {
	
}

.auctionDetail .currentBid {
	margin-top: 20px;
	margin-left: 12px;
	width: 148px;
	height: 70px;
}

/* CURRENT PRICE */
.currentPrice {
	text-align: center;
	color: #124f68;
	font-weight: bold;
	font-size: 20px;
}

.liveAuctionItem .currentPrice {
	font-size: 18px;
}

.priceElementCurrency {
	float: left;
	padding: 0px 7px 0px 30px;
}

.priceElementNumber {
	float: left;
	position: relative;
}

/* CURRENT USER */
.currentUser {
	text-align: center;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
	cursor: pointer;
}

.liveAuctionItem .currentUser {
	font-size: 10px;
	padding-top: 3px;
}

.auctionListBody .colAuctionPrice .currentUser {
	width: 120px;
	font-size: 10px;
	height: 19px;
	padding-bottom: 6px;
	font-weight: normal;
}

/* MESSAGE TIPS */
.spotlight .messageTip {
	top: 50px;
	left: 140px;
}

.liveAuctionItem .messageTip {
	margin: 154px 0 0 145px;
}

.futureAuctionItem .messageTip {
	margin: 218px 0 0 141px;
}

.auctionListBody .colAuctionBid .messageTip {
	margin: -7px 0 0 159px;
}

.auctionDetail .messageTip {
	left: 145px;
	top: -12px;
}

/* PHONE INFO */
.phoneInfo {
	position: absolute;
	margin-left: 12px;
	text-align: center;
}

.spotlight .phoneInfo {
	width: 200px;
	margin-top: 270px;
}

.liveAuctionItem .phoneInfo {
	position: static;
	margin-top: 143px;
	width: 310px;
}

.phoneInfoText {
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding-top: 4px;
}

.phoneInfo img {
	float: left;
	margin: 0 5px;
}

.phoneInfo span {
	padding-top: 5px;
	float: left;
}

/* PRODUCT IMAGE */
.productImage img {
	width: 165px;
	margin: auto;
	display: block;
}

.liveAuctionItem .productImage img {
	width: 173px;
	z-index: 1;
	position: absolute;
	top: 27px;
	left: 167px;
}

.auctionListBody .productImage img {
	width: 58px;
}

.auctionListBody .productImage {
	width: 58px;
	height: 58px;
	background-color: white;
	border: 1px solid #d6d6d6;
	margin: 7px 0px 0px 0px;
}

/* SPOTLIGHT ELEMENTS */
.spotlight {
	width: 711px;
	height: 292px;
	background-color: white;
}

.spotlight p {
	padding: 0;
	margin: 0;
	width: 650px;
	margin-left: 20px;
	clear: both;
	float: left;
	font-weight: bold;
	font-size: 11px;
}

.spotlight .main {
	position: absolute;
	width: 711px;
}

#spotlight-clickbox {
	display: block;
	position: absolute;
	top: 60px;
	right: 24px;
	width: 355px;
	height: 209px
}

/* LIVE AUCTION ELEMENTS */
.liveAuctions {
	float: left;
	margin-left: 10px;
	margin-bottom: 4px;
	width: 701px;
}

.liveAuctionItem {
	width: 340px;
	height: 271px;
	background: transparent url(/img/live_auction_background.gif) scroll
		no-repeat 0 0;
	float: left;
	margin: 0 0 15px 10px;
}

.liveAuctionItem .productInfo {
	z-index: 2;
	height: 65px;
}

.liveAuctionItem p {
	margin: 4px 0 0 9px;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	width: 180px;
}

/* FUTURE AUCTIONS ELEMENTS */
.futureAuctions {
	float: left;
	margin-left: 10px;
	margin-bottom: 4px;
	width: 701px;
}

.futureAuctionItem {
	width: 165px;
	height: 292px;
	background-image: url(/img/future_auction_background.gif);
	float: left;
	margin: 0 0 15px 10px;
}

.futureAuctionItem span {
	margin: 2px 0 8px 12px;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	padding: 0px;
}

.futureAuctionItem img {
	clear: both;
	display: block;
	margin: auto;
}

.futureAuctionItem input {
	position: absolute;
	margin: 230px 0 0 31px;
}

/* ENDED AUCTIONS ELEMENTS */
.endedAuctions {
	float: left;
	margin-left: 10px;
	margin-bottom: 4px;
	width: 701px;
	clear: both;
}

.endedAuctionItem {
	width: 165px;
	height: 292px;
	background-image: url(/img/future_auction_background.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 15px 10px;
}

.endedAuctionItem span {
	margin: 2px 0 8px 12px;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	padding: 0px;
}

.endedAuctionItem imgContainer {
	height: auto;
	-height: 1px;
}

.endedAuctionItem img {
	clear: both;
	display: block;
	margin: auto;
}

.endedAuctionItem input {
	position: absolute;
	margin: 230px 0 0 31px;
}

.endedAuctionItem .currentPrice {
	font-size: 18px;
}

/* AUCTION DETAIL ELEMENTS */
.auctionDetail {
	margin-top: 0px;
	width: 650px;
}

.auctionDetail .setNum {
	margin-top: 6px;
}

.auctionDetail .auctionSetBidCount {
	clear: both;
	float: left;
	width: 171px;
	height: 33px;
	background-image: url(/img/auction_detail_setbidcount_bg-trans.png);
}

.auctionDetail .auctionSetBidCount p {
	padding: 0;
	margin: 4px 15px 0 15px;
	float: left;
	width: 70px;
	font-size: 9px;
	font-weight: bold;
	height: 20px;
}

.auctionDetail .auctionSetBid {
	float: left;
	margin-left: 1px;
	width: 140px;
	position: relative;
}

.auctionDetail .auctionSetBid .sticker {
	margin: -20px 0 1px 28px;
	width: 89px;
	height: 19px;
	background-position: center;
	background-repeat: no-repeat;
}

.auctionDetail .auctionSetBid .myBids {
	float: right;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	width: 132px;
	margin: 6px 0 0 0px;
	padding: 0;
	color: #999999;
}

.auctionDetail .thumbnails {
	float: right;
	width: 400px;
	margin-right: 20px;
	padding-bottom: 15px;
	text-align: right;
}

.auctionDetail .thumbnails img {
	padding: 3px 2px;
	margin: 0 0 0 10px;
	border: 1px solid #cccccc;
}

/* AUCTION LIST ELEMENTS */
.auctionListHeader {
	width: 711px;
	height: 79px;
	background-color: white;
	background-image: url(/img/auction_list_header.gif);
}

.auctionListHeader h2 {
	color: white;
	margin-top: 31px;
	margin-left: 20px;
	width: 680px;
}

.auctionListBody {
	float: left;
	width: 687px;
	background-color: white;
	background-image: url(/img/auction_list_background.gif);
	background-repeat: no-repeat;
	border-right: 23px solid #1f7092;
	padding: 0;
	min-height: 444px; /* = .content->min-height-56 */
}

.withoutBackground {
	background-image: none;
}

.auctionListBody p,.auctionListBody h3 {
	margin-left: 20px;
}

.auctionListBody .pSmall,.auctionListBody .h3Small {
	margin-left: 20px;
	width: 610px;
}

.auctionListBody h3 {
	margin-top: 31px;
	margin-bottom: 11px;
}

.auctionListBody .titleIMG img {
	margin-bottom: 8px;
}

.auctionListBody .titleIMG,.auctionListBody .title {
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

.auctionListBody .titleIMG {
	padding-top: 10px;
}

.auctionListBody .title {
	padding-top: 9px;
	font-size: 11px;
}

.auctionListBody .headlineLeft {
	font-size: 11px;
	text-align: left;
	margin-left: 10px;
	padding-left: 5px;
}

.auctionListBody .headlineRight {
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}

.auctionListBody .additionalRows {
	padding-top: 9px;
	font-size: 11px;
	text-align: right;
	padding-right: 7px;
}

.auctionListBody .sumLine {
	padding-top: 9px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}

.auctionListBody .tableFooter {
	border-top: 3px solid #4faad1;
	margin: 0 15px;
	padding: 14px 9px 6px;
	float: left;
	width: 640px;
	height: 24px;
	background-image: url(/img/auction_list_tablefooter.gif);
	vertical-align: middle;
	font-size: 11px;
}

.auctionListBody .tableFooterSmall {
	border-top: 3px solid #4faad1;
	margin: 0 15px;
	padding: 14px 9px 6px;
	float: left;
	width: 590px;
	height: 24px;
	background-image: url(/img/auction_list_tablefooter.gif);
	vertical-align: middle;
	font-size: 11px;
}

.auctionListBody .tableFooter input[type=checkbox] {
	float: left;
	vertical-align: middle;
	padding: 0;
	display: inline;
	line-height: 24px;
}

.auctionListBody .tableFooter span {
	float: left;
	vertical-align: middle;
	font-weight: bold;
	display: inline;
	line-height: 22px;
	padding: 0 15px;
}

.auctionListBody .tableFooter .imagebutton {
	float: left;
	vertical-align: middle;
	margin: 0;
}

.auctionListBody table {
	float: left;
	width: 658px;
	padding: 0;
	margin: 13px 15px 0 15px;
	border: 0;
}

.auctionListBody .table {
	float: left;
	width: 608px;
	padding: 0;
	margin: 13px 15px 0 15px;
	border: 0;
}

.auctionListBody caption {
	display: none;
}

.auctionListBody tr {
	padding: 0;
	margin: 0;
}

/*	.auctionListBody th {
	text-align:left;
	font-size: 20px;
	font-weight:bold;
	padding:0 0 10px 0;
	border-bottom:3px solid #4faad1;
}*/
.auctionListBody td {
	height: 78px;
	padding: 3px;
	border-bottom: 1px solid #d6d6d6;
	height: 58px;
}

.auctionListBody .wonAuctions td,.auctionListBody .auctionCategories td,.auctionListBody .auctionLimits td
	{
	border-bottom: 0;
	border-top: 1px solid #d6d6d6;
	padding-bottom: 9px;
}

.auctionListBody .colAuctionPrice {
	font-weight: bold;
}

.auctionListBody .colAuctionPrice .price {
	font-size: 13px;
	height: 24px;
	margin: 9px 0 11px 0;
}

.auctionListBody .wonAuctions .colAuctionPrice .price {
	color: #fbae5a;
	margin: 4px 0 0 0;
	height: 24px;
}

.auctionListBody .shippingCosts {
	font-size: 9px;
	margin: 0 0 6px 0;
}

.auctionListBody .colAuctionStatus {
	font-size: 9px;
	padding: 9px 0 0 0;
}

.auctionListBody .colAuctionBid {
	width: 150px;
}

.auctionListBody .colAuctionBid .setNum {
	margin: 7px 5px 4px 0;
}

.auctionListBody .colAuctionBid .button {
	height: 24px;
	margin: 7px 0 4px 0;
}

.auctionListBody .colAuctionBid .buttonSold {
	height: 24px;
	margin: 11px 0 9px 0;
}

.auctionListBody .colAuctionBid .imagebutton {
	padding: 0;
	margin: 0;
}

.auctionListBody .colAuctionBid .myBids {
	float: right;
	text-align: right;
	width: 150px;
	margin-right: 4px;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}

.auctionListBody .watchlistSpacer {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.auctionListBody .watchlistSpacer img {
	cursor: pointer;
}

.auctionListFooter {
	float: left;
	width: 711px;
	height: 79px;
	background-color: white;
	background-image: url(/img/auction_list_footer.gif);
}

/* ACTIVITY INDEX */
.activityActive,.activityInactive {
	clear: both;
	float: left;
	margin-top: 15px;
}

.spotlight .activityActive,.spotlight .activityInactive {
	margin-left: 19px;
	margin-top: 12px;
}

.liveAuctions .activityActive,.liveAuctions .activityInactive {
	margin-top: 12px;
	margin-left: 10px;
	z-index: 30;
}

.auctionListBody .activityActive,.auctionListBody .activityInactive {
	width: 90px;
	display: block;
	margin: auto;
	float: none;
	height: 24px;
}

.activityInactive {
	display: none;
}

.activityActive span,.activityInactive span {
	font-size: 10px;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 6px;
	float: left;
}

.activityInactive span {
	color: #BABABA;
}

.activityBar {
	float: left;
	width: 100px;
	margin-top: 2px;
}

.liveAuctionItem .activityBar {
	z-index: 3;
}

.activityBarSmall {
	margin-left: 0;
	width: 70px;
}

.activityBar img {
	display: block;
	margin: 1px 0;
	text-align: left;
}

.activityInactive .activityBar img,.activityInactive .activityBarSmall img
	{
	margin-top: 9px;
}

.activityBarSmall img {
	display: block;
	float: left;
	clear: both;
	margin: 1px 0;
	text-align: left;
}

/* MISC */
.auctionListBody .colAuctionPrice .currentUser {
	font-weight: bold;
}

.auctionListBody p a {
	color: #1F7092;
	font-weight: bold;
}

.currentUser.me {
	color: #ff9625;
}

.tabMenu .fourColumns dt.time_cell {
	width: 60px;
	padding-right: 0;
}

.tabMenu .footnotes {
	clear: both;
	float: left;
	width: 600px;
	color: #999999;
	font-weight: normal;
	padding-top: 20px;
	font-size: 11px;
	background-color: white;
	margin-left: 20px;
	height: 20px;
}

/* Winner Popup */
#winnerPopup {
	position: relative;
	top: 20px;
	left: 0px;
	z-index: 9;
}

#winnerPopupContent {
	background: url('/img/auction_win_popup.png');
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	height: 127px;
	width: 238px;
	padding-left: 91px;
	padding-top: 11px;
}

#winnerPopup span {
	color: #ff9933;
	font-weight: bold;
}

#winnerPopup p {
	color: #333333;
	margin-bottom: 12px;
	width: 200px
}

.auctionListBody .auctionLimits th,.auctionListBody .auctionCategories th
	{
	font-style: italic;
}

.catgegoryElement {
	float: left;
}

.categorySpace {
	padding-left: 20px;
}

.categoryFontBold {
	font-weight: bold;
}

.categoryText { /*	float: right !important; */
	padding: 0px 0px 0px 4px;
}
