/* Cascading Style Sheet
 * by Bahadir Kocaoglu - bahadir@benkazanicam.com
 * Unique Bid Auction
 */

.home2 { border-left: 1px solid #BFBFBF; border-right: 1px solid #BFBFBF; color: #333; padding: 12px 12px 4px 12px; }
.home2 a { text-decoration: none; font-weight: bold; font-size: 11px; color: #274E96; }
.home2 a:hover { text-decoration: underline; font-weight: bold; font-size: 11px; color: #3062BE; }

#auctionhome { padding: 12px 12px 6px 12px; border-left: 1px solid #BFBFBF; border-right: 1px solid #BFBFBF; min-height: 200px; }

#aucimages { border: 1px solid #DEDEDE; max-height: 463px; overflow: hidden; min-height: 463px; width: 406px; float: left; background: #FFF url('/images/aucibg.jpg') repeat-x bottom center; }
#aucimages #bilder_bottom { color: #434343; font-size: 10px; height: 105px; width: 406px; }
#aucimages #bilder_bottom .thumb { background: transparent url('/images/hg_thumb.gif') no-repeat scroll center center; }

#auction_details { max-height: 466px; overflow: hidden; min-height: 466px; width: 536px; max-width: 536px; min-width: 536px; float: left; margin-left: 8px; border: 0px; }

.pagination { padding: 0; margin: 0; }
.pagination ul { margin: 0; padding: 0; font-size: 12px; line-height: 24px; }
.pagination li { margin: 0; padding: 0; display: inline; }
.pagination li.current { font-weight: bold; padding: 0 4px 0 4px; }
.pagination li.others { font-weight: bold; padding: 0 4px 0 4px; }
.pagination li.pagybut .start { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/start.png') no-repeat center center; }
.pagination li.pagybut .start:hover { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/start_hover.png') no-repeat center center; }
.pagination li.pagybut .next { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/next.png') no-repeat center center; }
.pagination li.pagybut .next:hover { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/next_hover.png') no-repeat center center; }
.pagination li.pagybut .back { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/back.png') no-repeat center center; }
.pagination li.pagybut .back:hover { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/back_hover.png') no-repeat center center; }
.pagination li.pagybut .end { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/end.png') no-repeat center center; }
.pagination li.pagybut .end:hover { padding: 0 4px 0 4px; height: 16px; width: 16px; background: url('/images/control/end_hover.png') no-repeat center center; }
.pagination a { color: #3062BE; text-decoration: none; border: 0; font-size: 12px; }
.pagination a:hover { color: #66BC29; text-decoration: underline; border: 0; font-size: 12px; }

.btableheader { background-color: #DDD; color: #333; font-weight: bold; font-size: 12px; border: 0px solid #FFF; }
.btablerow1 { background-color: #FAFAFA; font-size: 12px; color: #333; border: 0px solid #FFF; }
.btablerow2 { background-color: #FFF; font-size: 12px; color: #444; border: 0px solid #FFF; }
.redtext { color: #CC0000; }
.mybidtablerow { font-weight: bold; }
.winnertext { color: #FF0000; font-weight: bold; }

#UniqueBidAuctionWinner { height: 76px; max-height: 76px; min-height: 76px; line-height: 76px; text-align: center; font-size: 24px; color: #336699; font-weight: bold; }
#UniqueBidAuctionOfferLimit { margin: 18px 0 0 0; text-align: center; font-size: 24px; color: rgb(102, 188, 41); font-weight: bold; }
#RemainingTime { height: 76px; max-height: 76px; min-height: 76px; line-height: 76px; text-align: center; color: #18224C; font-family: Verdana, sans-serif; font-size: 34px; font-weight: bold; }

#BidButtonArea { float: left; margin: 8px 0 0 0; text-align: center; width: 262px; max-width: 262px; min-width: 262px; overflow: hidden; height: 239px; max-height: 239px; min-height: 239px; background-image: url('/images/myBidBg.png'); background-repeat: no-repeat; background-position: center center; border: 1px solid #DDD; }
#BidButtonArea #myBid { color: rgb(102, 188, 41); font-weight: bold; font-size: 44px; font-family: Arial, Tahoma, sans-serif; text-align: center; margin: 38px 0 0 0; height: 64px; min-height: 64px; max-height: 64px; line-height: 64px; width: 200px; max-width: 200px; min-width: 200px; border: 0px; background-color: transparent; }
#BidButtonArea #BidButton { margin: 30px 0 0 0; text-align: center; }
#BidButtonArea #BidButtonTitle { color: #CC0000; font-weight: bold; background-color: #FAFAFA; padding: 4px; text-align: center; border-bottom: 1px solid #DDD; }
#BidButtonArea .Bid { width: 180px; margin: 0 auto 0 auto; display: block; height: 60px; text-align: center; text-indent: -999em; background-position: left; }
#BidButtonArea .Bid:hover { background-position: center; cursor: pointer; }
#BidButtonArea .Bid:active { background-position: right; }
#BidButtonArea .Button { background-image: url('/images/b2_teklif.jpg'); width: 180px; }
#BidButtonArea #Cong { color: #66BC29; font-size: 32px; margin: 64px 0 0 0; text-align: center; font-weight: bold; display: none; }

#MyBidsArea { float: left; margin: 8px 0 0 8px; text-align: center; width: 262px; max-width: 262px; min-width: 262px; height: 239px; max-height: 239px; min-height: 239px; border: 1px solid #DDD; overflow: hidden; }
#MyBidsList { border: 0px; width: 262px; height: 218px; min-width: 262px; min-height: 218px; max-width: 262px; max-height: 218px; overflow: auto; }
