/*begin Auction LIST*/
#listContainer {
	position:relative;
	width:95%;
}
#listNext_prev {
	text-align:center;
	margin:-5px 0px 16px 0;
}
#listAuctionContainer {
	/*width: 90%;*/
	margin: 0 0 0 0;
	text-align:left;
	padding:1px;
	/*border-bottom:1px dashed #999999;*/
}
#listAuctionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
  	color: #000000;
	font-weight:bold;
	padding:3px;
	border-top:3px solid #142D62;
	border-bottom:1px dashed #142D62;
	/*background-color:#FFFFFF;*/
}
#listMoreColumn {
	margin:0 6px 0 6px;
	width:75px;
	float: right;
	/*background-color:#FFFFFF;*/
	text-align:center;
}
#listMoreButton {
	margin:25px 0px 10px 0px;
}
a.listMoreButton:link, a.listMoreButton:visited, a.listMoreButton:active {
  padding: 1px 0 2px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background: #142D62;
  text-align: center;
  line-height:15px;
  text-decoration: none;
  border:1px;
  display:block;
}
a.listMoreButton:hover {
  background: #FF0000;
}
.moreArrow {
	font-size:15px;
}
#listSlideInset {
	float:left;
	margin:0px 12px 3px 0px;
	padding:10px;
	text-align:center;
	border-right:1px dashed #142D62;
	/*width:100px;*/
		height:150px;
}
#listListImage a:hover img.listAuctionPic {
  	border: 1px solid #142D62;
}
.imageText a:link, a:active, a:visited {
	font-size:11px;
	text-decoration:none;
	color:#999999;
	text-align:center;
}
.imageText a:hover {
	color:#FF0000;
}
.listAuctionPic { /* BORDER & SHADOW EFFECT FOR PHOTOS */
  	padding: 2px;
  	border: 1px;
  	border-style: solid;
  	border-color: #142D62;
	background-color:#FFFFFF;
}
div.sold { /*still needs to be tested*/
  width: 8em;
  margin: 0 auto;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #c00;
  border: 1px solid #000;
}
#listDate {
	margin:10px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
#listAddress {
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
}
.listDescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#142D62;
	height:16px;
	font-weight:bold;
}
#listTopDiv {
	margin:20px 20px 5px 0;
	text-align:right;
}
.listTopArrow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#FF0000;
}
a.topLink:link, a.topLink:active, a.topLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#808080;
	text-decoration:none;
}
a.topLink:hover {
	color:#FF0000;
}
.noAuctionText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
#listSpacerDiv {
	height:1px;
	width:90%;
	border-top:1px dashed #CCCCCC;
	margin:0 0 10px 0;
}
/*end Auction LIST*/

/*begin Auction DETAIL*/

#container {
	position:relative;
	width:98%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
#auctionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#142D62;
	text-align:center;
}
.detailCompanyName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
	text-align:left;
}

/*begin AUCTION TOOLS column*/
#toolsColumn {
	width:170px;
	margin:0 0 0 1px;
	float:right;
}

/* begin Auction Tools Box*/
#auctionTools {
	border:1px solid #142D62;
	margin:0 0 6px 0;
	padding:1px;
	background-color:#ffffff;
}
#auctionToolsHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background-color:#142D62;
	padding:3px 0 3px 6px;
}
#auctionToolsLink {
	padding:4px;
	text-align:left;
}
#auctionToolsLink a:link, #auctionToolsLink a:active, #auctionToolsLink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#808080;
	text-decoration:none;
}
#auctionToolsLink a:hover {
	color:#0000ff;
}
/* end Auction Tools Box*/
/* begin Contact Info Box*/
#contactBox {
	border:1px solid #142D62;
	margin:0 0 6px 0;
	padding:1px;
	background-color:#ffffff;
}
#contactBoxHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background-color:#142D62;
	padding:3px 0 3px 6px;
}
#contactBoxName {
	padding:4px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
#contactBoxText {
	padding:4px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #000000;




}
#contactBoxLink {
	padding:4px;
	text-align:left;
}
#contactBoxLink a:link, #contactBoxLink a:active, #contactBoxLink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#808080;
	text-decoration:none;
}
#contactBoxLink a:hover {
	color:#0000FF;
}
/* end Contact Info Box*/

/* begin Directions Box*/
#directionsBox {
	border:1px solid #142D62;
	margin:0 0 6px 0;
	padding:1px;
	background-color:#ffffff;
}
#directionsBoxHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background-color:#142D62;
	padding:3px 0 3px 6px;
}
#directionsBoxLink {
	padding:4px;
	text-align:left;
}
#directionsBoxLink a:link, #directionsBoxLink a:active, #directionsBoxLink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#808080;
	text-decoration:none;
}
#directionsBoxLink a:hover {
	color:#0000ff;
}
/* end Directions Box*/
/* begin Documents Box*/
#documentsBox {
	border:1px solid #142D62;
	margin:0 0 6px 0;
	padding:1px;
	background-color:#ffffff;
}
#documentsBoxHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background-color:#142D62;
	padding:3px 0 3px 6px;
}
#documentsBoxLink {
	padding:4px;
	text-align:left;
}
#documentsBoxLink a:link, #documentsBoxLink a:active, #documentsBoxLink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#808080;
	text-decoration:none;
}
#documentsBoxLink a:hover {
	color:#0000ff;
}
#documentsBoxNolink {
	padding:4px;
	text-align:center;
}
.finePrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color:#333333;
}
/* end Documents Box*/
/* begin Online Media Box*/
#linksBox {
	border:1px solid #142D62;
	margin:0 0 6px 0;
	padding:1px;
	background-color:#ffffff;
}
#linksBoxHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	background-color:#142D62;
	padding:3px 0 3px 6px;
}
#linksBoxLink {
	padding:4px;
	text-align:left;
}
#linksBoxLink a:link, #linksBoxLink a:active, #linksBoxLink a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#linksBoxLink a:hover {
	color:#FF0000;
}
#proxibidSmall {
	background-image:url(images/proxibidSmall.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 0 28px; /*margin set to align image with text above*/
	height:30px; /*set height because image is background*/
}
#proxibidLarge {
	background-image:url(images/proxibid.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:14px 0 0 0;
	height:50px; /*set height because image is background*/
}
#bidspotSmall {
	background-image:url(images/bidspotterSmall.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 0 28px; /*margin set to align image with text above*/
	height:24px; /*set height because image is background*/
}
#bidspotLarge {
	background-image:url(images/bidspotter.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:14px 0 0 0;
	height:30px; /*set height because image is background*/
}
#naaliveSmall {
	background-image:url(images/naa_liveSmall.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 0 28px; /*margin set to align image with text above*/
	height:24px; /*set height because image is background*/
}
#naaliveLarge {
	background-image:url(images/naa_live.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:14px 0 0 0;
	height:30px; /*set height because image is background*/
}
#bidcentralSmall {
	background-image:url(images/bidcentralSmall.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 0 28px; /*margin set to align image with text above*/
	height:24px; /*set height because image is background*/
}
#bidcentralLarge {
	background-image:url(images/bidcentral.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:14px 0 0 0;
	height:32px; /*set height because image is background*/
}
#ebayliveSmall {
	background-image:url(images/ebay_liveSmall.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 0 28px; /*margin set to align image with text above*/
	height:27px; /*set height because image is background*/
}
#ebayliveLarge {
	background-image:url(images/ebay_live.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:14px 0 0 0;
	height:37px; /*set height because image is background*/
}
#genbidSmall {
	background-image:url(images/generic_bidSmall.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 0 28px; /*margin set to align image with text above*/
	height:26px; /*set height because image is background*/
}
#genbidLarge {
	background-image:url(images/generic_bid.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:14px 0 0 0;
	height:37px; /*set height because image is background*/
}
/* end Online Media Box*/
/*end AUCTION TOOLS column*/

/* begin Top Navigation Links */
#topNavDiv {
	height:30px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav {
  margin: 1px 0 15px 0;
  padding: 3px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  list-style-type: none;
}
#nav li {
  margin: 0 0px;
  display: inline;
}
#nav li a:link, #nav li a:visited {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #333333;
  border-bottom: 1px solid #142D62;
  background: #142D62;
}
#nav li a:hover {
  color: #333333;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  }
#nav li .current {
  padding: 3px 0.5em;
  color: #333333;
  text-decoration: none;
  border: 1px solid #333333;
  border-bottom: 1px solid #FFFFFF;
  background: #FFFFFF;
}
/* end Top Navigation Links */

/*begin Photo*/
#slidePhotoBox {
	width: 170px;
	/*height: 180px;*/
	margin: 2px 15px 2px 0px;
	float: left;
	text-align:center;
}
#slidePhoto {
	margin:2px 0 0 0;
	/*display: block;*/
}
a.detailPhoto:link, a.detailPhoto:active, a.detailPhoto:visited {
  /*margin:2px;*/
  border: 1px solid #666666;
}
a.detailPhoto:hover {
  border-color: #FF0000;
}
#slidePhotoNav {
	margin: 4px 0 6px 0;
	text-align:center;
}
#slidePhotoNav a:link, #slidePhotoNav a:active, #slidePhotoNav a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
#slidePhotoNav a:hover {
	color:#FF0000;
}
/*end Photo*/

/*begin Overview items*/
.auctionTitleSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
.overviewDateTitle {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	line-height: 18px;
}
.overviewDate {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}
.overviewLocationTitle {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}
.overviewLocation {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}
.overviewInspectionTitle {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}
.overviewInspection {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}
.briefDescriptionTitle {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}
.briefDescription {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}
/*end Overview items*/
/*begin Auction Details*/
.detailsLine {
	border-bottom: 1px solid #333333;
}
.detailsTitle {
	padding: 3px 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #333333;
	border-bottom: 1px solid #808080;
	background: #808080;
}
.detailsText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#666666;
}
/*end Auction Details*/

/*begin Image Galleries*/
.galleryLine {
	border-bottom: 1px solid #333333;
}
.galleryTitle {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #333333;
  border-bottom: 1px solid #808080;
  background: #808080;
}
.gallerySubLine {
	border-bottom: 1px solid #666666;
}
.gallerySubTitle {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
  border: 1px solid #666666;
  border-bottom: 1px solid #FFFFFF;
  background: #FFFFFF;
}
#gallerynav ul {
	margin-left: 0px;
	padding-left: 0px;
	text-indent: -40px;
}
#gallerynav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  	font-weight: bold;
  	list-style-type: none;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: -40px;
}
#gallerynav a:link, #gallerynav a:active, #gallerynav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#gallerynav a:hover {
	color: #FF0000;
}
a.galleryphoto:link, a.galleryphoto:active, a.galleryphoto:visited {
  margin: 0 auto;
  border: 1px solid #666666;
  color:#999999;
}
a.galleryphoto:hover {
  border-color: #FF0000;
  color:#FF0000;
}
a.galleryphotoText:link, a.galleryphotoText:active, a.galleryphotoText:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
a.galleryphotoText:hover {
	color: #FF0000;
}
/*end Image Galleries*/

/*begin Image Gallery Slide DETAIL*/
.galleryTable {
	border:1px dashed #999999;
}
#pTitle {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	background-color:#999999;
	border-top:1px solid #000000;
	height:24px;
	padding:3px 0 0 5px;
	margin:0 110px 0 0;
}
#pCloseGallery {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	float:right;
}
a.pCloseGallery:link, a.pCloseGallery:visited, a.pCloseGallery:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#666666;
	height:20px;
	width:105px;
	padding:3px 4px 0 4px;
	margin:0px 0 0 0;
	display:block;	
}
a.pCloseGallery:hover {
	color:#FFFFFF;
	background-color:#5686C3;
}
#pNextGallery {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	float:right;
	clear:both;
}
a.pNextGallery:link, a.pNextGallery:visited, a.pNextGallery:active {
	color:#666666;
	text-decoration:none;
	background-color:#FFFFFF;
	height:20px;
	width:105px;
	border:1px solid #666666;
	padding:1px 4px 0 4px;
	margin:2px 0 0 0;
	display:block;	
}
a.pNextGallery:hover {
	color:#FFFFFF;
	background-color:#5686C3;
	border: ;
	padding:2px 4px 0 4px;
}
a.pLink:link, a.pLink:visited, a.pLink:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
a.pLink:hover {
	color:#FF0000;
}
.pPhotoTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#5686C3;
}
.pDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.pGrayBorder {border: 1px solid #CCCCCC;}
.pGrayBorderDashed {border: 1px dashed #CCCCCC;}
.pLtgrayBorder {border: 1px solid #E9E9E9;}
.pFinePrint {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color:#999999;}
/*end Image Gallery Slide DETAIL*/

/*begin Terms*/
.termsLine {
	border-bottom: 1px solid #333333;
}
.termsTitle {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #333333;
  border-bottom: 1px solid #808080;
  background: #808080;
}
.termsText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#666666;
}
/*end Terms*/

/*begin Auction Directions*/
.directionsLine {
	border-bottom: 1px solid #333333;
}
.directionsTitle {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #333333;
  border-bottom: 1px solid #808080;
  background: #808080;
}
.directionsText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#666666;
}
/*end Auction Directions*/

/*begin Catalogs*/
.catalogLine {
	border-bottom: 1px solid #333333;
}
.catalogTitle {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #333333;
  border-bottom: 1px solid #808080;
  background: #808080;
}
#catalognav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  	font-weight: bold;
  	list-style-type: none;
	display:inline;
}
a.catalognav:link, a.catalognav:active, a.catalognav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*padding: 3px;*/
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	/*padding-bottom: 3px;*/
}
a.catalognav:hover {
	color: #FF0000;
}
.catalogSubLine {
	border-bottom: 1px solid #333333;
}
.catalogSubTitle {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #333333;
  border-bottom: 1px solid #3B67B1;
  background: #3B67B1;
}
#catsubnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B67B1;
  	/*font-weight: bold;*/
}
#catsubnav ul {
	margin-left: 0px;
	padding-left: 0px;
	text-indent: -30px;
	list-style-type:circle;
}
#catsubnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  	font-weight: bold;
	display: inline;
	margin-left: 20px;
	padding-left: 0px;
	text-indent: -30px;
	list-style-type:circle;
}
a.catsubnav:link, a.catsubnav:active, a.catsubnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3B67B1;
	text-decoration: none;
}
a.catsubnav:hover {
	color: #FF0000;
}
a.catTopLink:link, a.catTopLink:active, a.catTopLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
a.catTopLink:hover {
	color: #FF0000;
}
.catshortdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/*begin Cat Detail Display*/
.catDetailLine {
	border-bottom: 1px solid #3B67B1;
}
.catDetailTitle {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #3B67B1;
  border: 1px solid #3B67B1;
  border-bottom: 1px solid #FFFFFF;
  background: #FFFFFF;
}
.catDetailText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:left;
}
/*end Cat Detail Display*/
/*begin Cat Lots Display*/
.catLotsLine {
	border-bottom: 1px solid #00CC33;
}
.catLotsTitle {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00CC33;
  border: 1px solid #00CC33;
  border-bottom: 1px solid #FFFFFF;
  background: #FFFFFF;
}
.catLotsNum {
  padding-left:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #00CC33;
  background: #FFFFFF;
}
.catDisplayNum {
  padding-right:20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #999999;
  background: #FFFFFF;
}
.prev_arrow {
	font-size:14px;
}
.prev_next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:normal;
}
.next_arrow {
	font-size:14px;
}
.catMainTable {
	/*border: 1px dashed #CCCCCC;*/
	margin:0 0 15px 0;
}
.catUpperTable {
	border-top: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom: ;
	border-left: 1px dashed #CCCCCC;
}
.catLowerTable {
	margin: -15px 0 15px 0;
}
a.catphoto:link, a.catphoto:active, a.catphoto:visited {
  margin: 0 auto;
  border: 1px solid #00CC33;
  color:#999999;
}
a.catphoto:hover {
  border-color: #FF0000;
  color:#FF0000;
}
a.catImageTitle:link, a.catImageTitle:active, a.catImageTitle:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-style: italic;
	text-decoration: none;
}
a.catImageTitle:hover {
  color:#FF0000;
}
.lotTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3B67B1;
	font-weight:bold;
}
.lotAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight:bold;
}
.lotDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:normal;
}
.catLowerTable {
	margin: -10px 0 15px 0;
}
.lotItemText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6A8D55;
	font-weight:bold;
	vertical-align: top;
}
.lotItemNumber {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#6A8D55;
	font-weight:bold;
	vertical-align: bottom;
}
.moreCellLeft {
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}
.moreCell {
	border-top: 1px solid #CCCCCC;
	border-right: 6px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
}
a.morebutton:link, a.morebutton:visited, a.morebutton:active {
  margin: 2px 0 0 0;
  padding: 1px 2px 1px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background: #666666;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-top: 2px solid #FFFFFF;
  border: 1px;
}
a.morebutton:hover {
  background: #3B67B1;
}
/*end Cat Lots Display*/
/*begin Cat Terms Display*/
.catTermsLine {
	border-bottom: 1px solid #FF0000;
}
.catTermsTitle {
  padding: 3px 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
  border: 1px solid #FF0000;
  border-bottom: 1px solid #FFFFFF;
  background: #FFFFFF;
}
.catTermsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
/*end Cat Terms Display*/
/*end Catalogs*/
/*begin Print Page*/
.auctionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	padding:1px 0 7px 4px;
	border-bottom:1px dashed #999999;
	display:block;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.bodyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.rightDash {
	border-right:1px dashed #999999;
}
.topDash {
	border-top:1px dashed #999999;
}
.dashed {
	border:1px dashed #999999;
}
.topRight {
	border-top:1px dashed #999999;
	border-right:1px dashed #999999;
}
.tableBorder {
	border: 1px solid #CCCCCC;
}
.picBorder {
	border:1px solid #999999;
}
/*end Print Page*/
/*begin Email Friend*/
.title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 21px;
	color: #5686C3;
	font-weight:bold;
}
.subtitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #65BF6B;
	font-weight:bold;
}
.toFrom {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	border-bottom:1px solid #333333;
}
.formBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #666666;
	margin-top: 2px;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.grayBorder {
	border: 1px solid #CCCCCC;
}
.ltgrayBorder {
	border: 1px dashed #E9E9E9;
}
.finePrint {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
.blueBold {font-weight: bold; color: #5686C3; }
.red {color:#FF0000; }
.greenBold {font-weight: bold; color: #65BF6B; }

/*end Email Friend*/

/*miscellaneous*/
.noAuctionText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
.topArrow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:500;
	color:#FF0000;
}
a.bottomLink:link, a.bottomLink:active, a.bottomLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#808080;
	text-decoration:none;
}
a.bottomLink:hover {
	color:#FF0000;
}
.clearfix {
  display:inline-table;
}

/*end Auction DETAIL*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */