<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***

Responsive Version: 2.1

**/

select {
	line-height: 1 !important;
}

#leftColumn { display: none; }
#PremiumLot
{
	text-align:center;
}

#MainPanel {
	position: relative;
	padding-top: 4rem;
}

#MainPanel:after {
	clear: both;
	display: block;
	content: '';
}

#LotInfoLotNumber {
	font-size: 3.6rem;
}

#LotInfo h1 {
	font-size: 2.4rem;
}

input[type=submit]#WatchBtn {
	background-color: transparent;
	color: #4E4D4D;
	border: 1px solid #4E4D4D;
}

input[type=submit]#WatchBtn:hover,
input[type=submit]#WatchBtn:focus {
	background-color: #4E4D4D;
	color: #fff;
}

#BulkButtonDiv {
	text-align: left;
}

#Description {
	margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
	#BulkButtonDiv {
		float: right;
		width: 41.6666%;
		margin-left: 58.3333%;
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 767px) {

	#LotDetailContent #MainPanel,
	#ItemDetailContent #MainPanel {
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}
	
	#Breadcrumbs {
		order: 0;
	}
	
	#NavigationControlsTop {
		order: 1;
	}
	
	#ImagesSection {
		order: 2;
		padding: 0;
	}
	
	#Description, #BulkButtonDiv,
	#ParentChildItem {
		order: 3;
	}
	
	#BiddingSection  {
		order: 4;
	}
	
	#BottomPanel, #ItemDetailEmailAFriendDiv,
	#ItemDetailAskAQuestionDiv, #ItemDetailIHaveOneToSellDiv {
		order: 5;
	}
	
	#ItemDetailContent #AuctionName {
		order: 1;
	}

}



/************Navigation Controls*****************/

#AuctionName {
	padding-bottom: 2rem;
}

#LotDetailContent #AuctionName, #AuctionImageDiv {
	display: none;
}


#LotDetailCategorySearchDiv,
#ItemDetailLeftCol {
	display:none;
}


#NavigationControlsTop {
	position: relative;
	width: 100%;
	padding-top: 33px;
}

#PrevButton,
#NextButton {
	position: absolute;
	width: 80px;
    height: 30px;
	border: 0;
	top: 0;
	background-color: transparent;
}

#PrevButton {
	left: 0;
	background:url("../../UserFiles/Image/PrevLot.svg") no-repeat center center / contain transparent;
}

#NextButton {
	right: 0;
	background:url("../../UserFiles/Image/NextLot.svg") no-repeat center center / contain transparent;
}

#PrevButton.aspNetDisabled, #NextButton.aspNetDisabled {
	display: none;
}


#LotInfo {
	color: #000;
	font-size: 2.4rem;
    padding: 0.8rem 0 0.8rem 0;
	font-weight:bold;
}

#LotInfo:after {
	clear: both;
	content: '';
	display: block;
}

#LotInfo h1 {
	font-size: 2.2rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	
	#LotInfo {
		display: block;
	}
	
	#BottomPanel, #ReservePriceRow {
		float: right;
		width: 41.6666%;
	}
	
	#ImagesSection {
		width: 58.3333%;
		margin-top: -50px;
		float: left;
	}
	
	#ItemDetailContent #ImagesSection {
		top: 50px;
	}
	
}





/***************/
/* Breadcrumbs */
/***************/

#TableBreadcrumbs {
	width: 100%;
}

#TableBreadcrumbs tr {
	
}

#TableBreadcrumbs td {
	
}

h1.BreadcrumbH1 {
	margin: 0;
	padding: 0;
}

h1.BreadcrumbH1 a {
	font-size: 1.4rem;
	padding: 1rem 0;
	color:#3A3A3A;
	display: inline-block;
}

h1.BreadcrumbH1 a:empty {
	display: none;
}

#CategoryCmb {
	position: relative;
	left: 6px;
}

.CategoryBreadcrumbLink {
	color:#3A3A3A;
	text-decoration:none;
	padding:0 3px;
}
.CategoryBreadcrumbLink:hover {
	color:#000;
	text-decoration:underline;
} 

#CategoryBreadcrumbSeparator {
	color:#777;
	font-size:11px;
}

@media screen and (min-width:768px) {
	#Breadcrumbs {
	}
	
	#TableBreadcrumbs {
		top: 0;
		left: 0;
	}
}



#ConfItem
{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#ReturnToSearchResults {
	display: none;
}

	#ReturnToSearchResults a {
		color: #747474;
		font-size: 1.4rem;
		text-decoration: none;
		background: #fff;
		padding: 5px 9px;
		text-transform: uppercase;
		display: inline-block;
		border: 1px solid #e0dede;
	}

	#ReturnToSearchResults a:hover {
		background:#eee;
	}

	.ItemDetail #ReturnToSearchResults a {
		border: 0;
		padding: 0;
		margin-bottom: .5rem;
	}


#EditLotItem {
	display:block;
	padding:5px 0;
}

#EditLotItem a {
	color:#aaaaaa;
	font-size:12px;
} 

#EditLotItemUrl {
	width:100%;
}

#BiddingSection {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#BiddingSection:after {
	clear: both;
	content: '';
	display: block;
}

#BiddingInfo {
	float: left;
	padding: 5px 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	margin: 3px 0 10px 10px;
	text-decoration: none;
	background-color: #4648E0;
	display: none;
}

#BiddingInfo:hover {
	background: #31329C;
}

#WatchingLink a {
	float: right;
	padding: 5px 8px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	margin:3px 10px 10px 0px;
	text-decoration: none;
	background-color: #4648E0
}

#WatchingLink a:hover {
	background:#31329C;
}

#PreviewItem {
	background:#FFE4E4;
	text-align:center;
	font-size: 1.5rem;
	padding: 5px 0px 5px 0px;
   color:#D11400;
}
#ClosedItem {
	background: #FFE4E4;
	color: #D11400;
	text-align:center;
	font-size: 1.5rem;
	padding: 5px 0px 5px 0px;
	margin-bottom: 2rem;
	order: 1;
}
#ExtendedItem {
	background: #FFE4E4; 
	color: #D11400;
	text-align:center;
	font-size:large;
	padding:5px 0px 5px 0px;
	margin-bottom: 2rem;
}
#ChangedItem {
	background: #FFE4E4; 
	color: #D11400;
	text-align:center;
	font-size:large;
	padding:5px 0px 5px 0px;
	margin-bottom: 2rem;
}

#SubmitStraightBidBtn input,
#SubmitMaxBidBtn input {
	width: 100% !important;
	margin-left: 5px;
}

#ItemDetailShoppingCartDiv {
	display: none;
}

#ItemDetailPriceTable tr &gt; td {
	text-align: left;
}

#purchaseQuan, #ItemDetailQtyLbl {
	display: none;
}

@media screen and (min-width: 768px) {
	
	#PreviewItem, #ExtendedItem, #ChangedItem, #EditLotItem, #ItemDetailShoppingCartDiv, #AuctionName {
		width: 41.6666%;
		margin-left: 58.3333%;
	}
}


/*********Bidder*****************/

.BidderItemUserNull {
	background: green;
	color: #fff;
}

.BidderItemUserIsHighBid {
    color: #0D961F;
    background-color: #DBF8BF;
    padding: 1rem;
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 1rem;
    display: block;
}

.BidderItemUserHasBidAndWatch {
	background: #fff; 
	color: #D11400;
	font-size: 1.6rem;
}

.BidderItemCatchAll {
	background: green;
	color: #fff;
}

#TimeInfoMessage .BidderItemUserIsHighBid,
#TimeInfoMessage .BidderItemUserHasBidAndWatch {
	width: 100%;
	margin: 0;
	float: none;
}



@media screen and (min-width: 768px) {
	
	.BidderItemCatchAll,
	.BidderItemUserHasBidAndWatch,
	.BidderItemUserNull,
	.BidderItemUserIsHighBid {
		width: 41.6666%;
		margin-left: 58.3333%;
		float: right;
	}
}




/******************************************/
/* Images                                 */
/******************************************/

#ImageControl_ImagesSection {
background:#fff;
}

#ImageControl_ImagesSection ul li {
list-style:none;
}

.ImagesSection {
	text-align:center;
	padding-right: 2rem;
}

#ImageControl_ImageLightBox1ClickSmaller {

}

#ImageControl_ThumbPanelText {

}

#HybridImageViewPrimaryImageDiv {
	height: 300px;
}

body#Body form#form1 div#Content div#PageBase div#LotDetailContent div#MainPanel div#ImagesSection div#HybridImageViewPrimaryImageDiv a#xxxyyyzzz &gt; .mz-figure &gt; img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 300px !important;
	cursor: zoom-in;
}

#ImagesSection ul {
	list-style-type: none;
	margin: 2rem -5px 0 0;
	padding: 0;
}

#ImagesSection ul li {
	position: relative;
	height: 100px;
}


#ImagesSection ul li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cfg-btn {
	display: none;
}

#notepadmessage {
	font-size: 1.6rem;
}


/******************************************/
/* Image Viewer                           */
/******************************************/


/**********Hybrid***************/

#outerImageContainer {
	max-width: 90%;
	max-height: 700px;
	width: auto;
	height: auto !important;
	font-size: 0;
}

#lightboxImage {
	max-width: 100%;
	max-height: 680px;
	width: auto;
	height: auto;
}

#imageDataContainer {
	max-width: 800px;
}

#HybridImageViewPrimaryImageDiv {
	height: 400px;
	position: relative;
}

#HybridImageViewPrimaryImageDiv img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#imageDataContainer {
	max-width: 90%;
}



/**********Highslide***************/

.highslide img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:500px) {

	#ThumbPanel td {
		display: block;
		height: auto !important;
		width: 100% !important;
	}

}



/******************************************/
/* Description                            */
/******************************************/


#Description {
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	padding: 1rem 0;
}

#Description table &gt; tbody &gt; tr &gt; td {
	display: block;
	padding: .5rem 0;
}

#Description table &gt; tbody &gt; tr &gt; td span:last-child {
	display: none;
}

#PriceValSpan {
	display: inline !important;
}

#ItemDetailSpecialOfferRow &gt; td {
	padding-bottom: 0 !important;
}

#ItemDetailSalePriceRow &gt; td {
	padding-top: 0 !important;
}

#FacebookLikeDiv {
	margin-top: 2rem;
}

#FacebookLikeDiv iframe {
	width: auto !important;
}


@media screen and (min-width: 768px) {
	#Description, #ItemDetailMessagePanel, #BiddingSection,
	#ParentChildItem {
		width: 41.6666%;
		float: right;
	}
	
	#BiddingSection {
		margin-left: 58.3333%;
	}
	
}

@media screen and (max-width: 767px) {
	#Description, #ParentChildItem {
		order: 6;
	}
}


/**********Bottom Panel************/

/************************************/
/* Footer Table                     */
/************************************/
#FooterTable {
	width: 100%;
}

#FooterTableRow {
	width:100%;
	border: 0px;
	margin: 0px;
}

#FooterTableColumn1
{
	width:100%;
	display: block;
}

#FooterTableColumn2 {
	width:100%;
	display: block;
}


#LikePluginPagelet {
float:right;
margin:20px 0 0 0;
}


/*************************************************************/
/* Bidding summary      									 */
/* Table of bid information for this lot                     */
/*************************************************************/
#BottomPanel {

}

#BiddingSummary {
}

#MinimumBiddingTag, #FinalBidTag,
#NumberOfBidsTag {
	font-weight: 700;
}

#StraightBidRow {
	 background-color: #5c7b8d;
}

#BiddingTag {
	font-size: 2.4rem;
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 2px;
	margin-bottom: 1rem;
}

#BiddingSummaryTable {
	font-size: 1.4rem;
	width: 100%;
}

#BiddingSummaryTable tr{
	white-space: normal !important;
}

#BiddingSummaryTable tr td:first-child {
	width: 60%;
}

#BiddingSummaryTable tr td:last-child {
	width: 40%;
	
}


#CurrentBiddingTag, #BiddingSummaryTable tr td {
	text-align: left;
	padding: 1rem;
	border-bottom: 1px solid #ccc;
}

#BiddingSummaryTable tr td:empty {
	display: none;
}

#MinimumBiddingTag
{
	
}

#MinimumBidding
{
	
}

#FinalBidTag
{
}

#FinalBid
{
}

#StraightBidTag
{
}

#StraightBid
{
}

#NumberOfBidsTag
{
}

#NumberOfBids
{
}

/*************************************************************/
/* Bidding information  									 */
/* Table of bid information for this lot                     */
/*************************************************************/
#BiddingTimeSection {
}



#tzcd {
	width: 100%;
	font-size: 1.6rem;
	background: #FFE4E4;
	color: #D11400;
	padding: 1rem;
}

#tzcd:empty, #ReservePriceRow:empty {
	display: none;
}

#tzcd font {
	color: #D11400 !important;
}

#ReservePriceRow {
	font-size: 1.6rem;
	background: #FFE4E4;
	color: #D11400;
	padding: 1rem;
}

#TimeInfoMessage {
	width: 100%;
	margin-top: 20px;
	padding: 1rem 0;
	font-size: 1.5rem;
	border-bottom: 1px solid #000;
}

#ItemDetailMessagePanel {
	background-color: #FF7E73;
	text-align: center;
	margin-bottom: 2rem;
	padding: 1rem;
	color: #fff;
}


#EmailAFriendDiv, #AskAQuestionDiv, #IHaveOneToSellDiv,
#ItemDetailEmailAFriendDiv, #ItemDetailIHaveOneToSellDiv,
#ItemDetailAskAQuestionDiv, #ItemDetailEmailAFriendDiv {
	text-align: left;
	margin: 5px;
	display: inline-block;
}

#BiddingCell {
	padding: 1rem 0;
	font-size: 1.4rem;
}

#EmailAFriendDiv a img, #AskAQuestionDiv a img,
#IHaveOneToSellDiv a img, #ItemDetailEmailAFriendDiv a img,
#ItemDetailAskAQuestionDiv a img, #ItemDetailIHaveOneToSellDiv a img {
	display: none;
}

#EmailAFriendDiv a, #AskAQuestionDiv a,
#IHaveOneToSellDiv a, #ItemDetailEmailAFriendDiv a,
#ItemDetailAskAQuestionDiv a, #ItemDetailIHaveOneToSellDiv a {
	display: inline-block;
	padding: 1rem 2rem;
	border: 1px solid #D11400;
	color: #D11400;
	text-decoration: none;
	transition: all 0.4s ease;
	margin-top: 2rem;
	font-size: 1.3rem;
}

#EmailAFriendDiv a:hover, #AskAQuestionDiv a:hover,
#ItemDetailAskAQuestionDiv a:hover,
#IHaveOneToSellDiv a:hover, #ItemDetailEmailAFriendDiv a:hover,
#ItemDetailIHaveOneToSellDiv a:hover {
	background-color: #D11400;
	color: #fff;
}

#EmailAFriendDiv a:after,
#ItemDetailEmailAFriendDiv a:after {
	content: 'Tell a Friend';
}

#AskAQuestionDiv a:after,
#ItemDetailAskAQuestionDiv a:after {
	content: 'Ask a Question';
}

#IHaveOneToSellDiv a:after,
#ItemDetailIHaveOneToSellDiv a:after {
	content: 'I Have One to Sell';
}

@media screen and (min-width:768px) and (max-width: 1100px) {
	#ItemDetailEmailAFriendDiv, #ItemDetailAskAQuestionDiv, #ItemDetailIHaveOneToSellDiv {
		width: 41.6666%;
		float: right;
		display: block;
		margin-left: 58.3333%;
	}
}

@media screen and (min-width: 768px) {
	#ItemDetailEmailAFriendDiv {
		margin-left: 58.3333%;
	}
}

@media screen and (max-width: 500px) {
	#SubmitStraightBidBtn input, 
	#SubmitMaxBidBtn input {
		font-size: 1.2rem;
	}
}


/*************************************************************/
/* Admin Table           									 */
/*************************************************************/

#AdminTable {
	margin-top: 2rem;
	padding-top: 2rem;
	width: 100%;
}

#AdminTable:before {
	clear: both;
	content: '';
	display: block;
	margin-bottom: 2rem;
}

#AdminTable tbody {
	border-top: 1px solid #7E7E7E;
}

#AdminTable td {
padding: 1rem .2rem;
}

#AdminRow {
	vertical-align:top;
}

#AdminRow table {
	border-width: 0 !important;
	width: 100%;
}

#AdminRow td:first-child table tr td {
	padding:5px;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid #7E7E7E !important;
}

#AdminRow td:first-child table tr:last-child td {
	background-color: #eee;
	border: 0 !important;
}

#AdminRow td:nth-child(2) table {
	background-color: #eee !important;
}


#AdminRow table tr th {
	padding:5px;
}

#AdminRow input[type=submit] {
	padding: 1rem;
	background-color: #fff;
}

#AdminRow &gt; td &gt; table &gt; tbody &gt; tr &gt; td {
	padding: 1rem;
}

#notedraghandle {
	float: none !important;
	color: #1D9BCE !important;
}


@media screen and (max-width:768px) {
	#AdminTable {
		display: none;
	}
}


.previewEnabled
{
	color:Red;
}

.previewDisabled
{
	color:Black;
}

#EndSection
{
	width:100%;
	margin: 0px;
	border-bottom: #444 1px solid;
}

#PremiereLot
{
	 background-image:url("../../images/PremierLot.gif");
	 width:600px;
	 height:87px;
	 margin-left:auto;
	 margin-right:auto;
}

#PremierImageRegister
{
	 background-image:url("../../images/PremierRegister.gif");
	 width:350px;
	 height:80px;
}

/**********************************************************/
/* Live auction support                                   */
/**********************************************************/
.LiveSessionStart,
.OnlineEndLiveToStart,
.OnlineEndLiveHasStarted,
.StaticEndedClickForLive,
.OnlineAndAbsenteeOpenLiveNotStarted {
	color: red;
	padding: 1rem;
}

.LiveSessionStart:empty,
.OnlineEndLiveToStart:empty,
.OnlineEndLiveHasStarted:empty,
.StaticEndedClickForLive:empty,
.OnlineAndAbsenteeOpenLiveNotStarted:empty {
	display: none;
}

#SimpleAuctionLiveBtn
{
	background-image: url("../../images/SimpleAuctionLiveBtn.jpg");
	
}

#jcfooterwrap {
	width:920px;
	height:30px;
	margin:30px auto 0 auto;
}
</pre></body></html>