﻿.tabs
{
	height : 30px;
}

.tab
{
	height : 30px;
	width : 100px;
	border : solid 1px #DDDDDD;
	border-bottom : none;
	text-align : center;
	padding-left : 5px;
	padding-right : 5px;
}

.tabSelected
{
	height : 30px;
	width : 100px;
	border-top : solid 1px orange;
	border-right : solid 1px orange;
	border-left : solid 1px orange;
	border-bottom : none;
	font-weight : bold;	
}

.tabHover
{
	height : 30px;
	width : 100px;
	border-top : solid 1px orange;
	font-weight : bold;
}

.TabArea
{
    background-color: White;
    font-size: x-small;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top:1px solid #DDDDDD;
    min-height : 400px;
    width : 97%;
    z-index:-25;
    padding-left : 10px;
    padding-right: 3px;
}

#AuctionSiteMapBar
{
	background-color : white;
	height : 20px;
	padding-top : 8px;
	padding-left : 10px;
	padding-bottom : 10px;
	font-size : 1em;
	font-weight : bold;
}


.AuctionGrid 
{
	margin-top : 10px;
	margin-left : 3px;
	font-size : .9em;
	border: solid 1px #DDDDDD; 
}

.AuctionGrid td
{
	padding-left : 0px;
	margin : 0px 0px 0px 0px;
	border-bottom : solid 1px #dddddd;
	
}

.AuctionGrid .HeaderRow
{
	background-color : #DDDDDD;
	font-size : 1.1em;
}

.AuctionGrid .smallimage
{
    border-right: #eaeaea 1px solid;
    border-top: #eaeaea 1px solid;
    border-left: #eaeaea 1px solid;
    border-bottom: #eaeaea 1px solid;
    width: 100px;
    height: 100px;
}

.AuctionGrid .content .special
{
   float: left;
   margin: 5px 0px 10px 5px;
}

.AuctionGrid .content LI
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-type: none;
}

.AuctionGrid .content .special .more
{
    margin: 10px 0px 0px;
}

.AuctionGrid .content .special .more A
{
    font-size: 1em;
    color: #646464;
}

.AuctionGrid .content .special .more IMG
{
    position: relative;
    top: 2px;
    bottom : 4px;
}

.AuctionGrid .content .special .desc
{
    font-size: 1.1em;
    margin: 5px 0px 0px;
    color: #646464;
    
}

.AuctionGrid .content .title A
{
    font-weight: bold;
    font-size : 1em;
    margin: 2px 0px;
    width: 125px;
    color: #0c7994;
    text-decoration: none;
}

.AuctionGrid .content .special .AuctionImage
{
    margin-left : 0px;
}

.AuctionGrid .BidStatus
{
	font-weight : bold;
}

.AuctionGrid .BidInfo .desc
{
    font-size: 1.1em;
    margin: 5px 0px 0px;
    color: #646464;
    border : none;
}

.AuctionDetail
{
	width:98%;	
	min-height: 300px; 
	border: solid 1px #DDDDDD; 
	margin-top : 0px;
	margin-right : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	color: #646464;
}

.AuctionDetail .title
{
	font-weight: bold;
    font-size : 1em;
    margin: 2px 0px;
    color: #0c7994;
    text-decoration: none;
}

.AuctionDetail .detail
{
	padding : 10px 10px 10px 0px;
}

.bidHistoryItem
{
	padding-left : 5px;
	padding-right : 5px;
	text-decoration : underline;
	
}

.bidHistoryItemSelected
{
	border-top : solid 1px orange;
	border-right : solid 1px orange;
	border-left : solid 1px orange;
	border-bottom : none;
	font-weight : bold;		
}

.bidHistoryItemHover
{
	font-weight : bold;		
	text-decoration : underline;
}