.pbBanner
{
	width: 400px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
	background-color: white;
	color: black;
}

.pbBannerTall2
{
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	padding: 10px 0px;
	text-align: center;
	background-color: white;
	color: black;
}

.pbBanner.pbWide
{
	width: 600px;
}

.pbTall
{
	width: 160px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	padding: 5px;
	text-align: center;
	background-color: white;
	color: black;	
}

.pbWow
{
	color: red;
	font-size: 32px;
	font-weight: bold;
	letter-spacing:-1px;
}
.pbWide .pbWow
{
	font-size: 36px;
}
.pbLeft
{
	text-align: center;
	width: 135px;
	vertical-align: top;
}
.pbRight
{
	text-align: left;
	vertical-align: top;
}
.pbImage
{
	max-width: 125px;
	max-height: 90px;

	width: expression(this.width > 125 ? 125 : true);
	height: expression(this.height > 90 ? 90 : true);
}
.pbTodaysAuctions
{
	background-color: #99cc66;
	margin: auto;
	display: inline-block;
	width: 100px;
	padding: 8px 4px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-radius: .3em;
	box-shadow: 0 0 2px #333;
	text-align: center;
}
.pbTodaysAuctions:hover
{
	background-color: #B9Ec86;
}
.pbTodaysAuctions:active
{
	background-color: #89bc56;
}
 a .pbTodaysAuctions
{
	color: black;
	text-decoration: none;
}
.pbPercent
{
	font-weight: bold;
	font-size: 18px;
}
.pbWinner
{
	color: black;
}

.pbWide .pbWinnerText 
{
	font-size: 17px;
}

.pbJustPrices
{
	font-weight: bold;
}
.pbWinnerText
{
	font-size: 13px;
}
.pbBeenYours
{
	color: red;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing:-1px;
}
.pbExtraInfo
{
	font-size: 11px;
}
.pbExtraInfo a
{
	color: black;
}
.pbLogo
{
	width: 170px;
}
.pbWide .pbLogo
{
	width: 200px;
}
.pbbr
{
	height: 10px;
}

.pbBanner .fright
{
	float: right;
	text-align: right;
	margin-right: 10px;
}
