/***

Responsive Version: 3.2.7


**/



/*The Grid*/

@media screen and (min-width: 768px) {
	#LotDetailContent #MainPanel,
	#ItemDetailContent #MainPanel {
		display: grid;
		grid-template-columns: 40% 60%;
		
	}

	#EditLotItem, #BiddingSection, #Description, #DescriptionContainer, #videopanel, #ConfItem {
		grid-column: 2;
		width: 100%;
		margin: 0;
	}

	#LotDetailContent #ImagesSection, #LotDetailContent #ImageControlContainer {
		grid-column: 1;
		grid-row-start: 3;
		grid-row-end: 30;
		width: 100%;
		margin: 0;
	}

	#AuctionName, #LotDetailCategorySearchDiv, #messagePanel {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row: 3;
		width: 100%;
		margin-top: 2rem;
	}

	#NavigationControlsTop {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row: 5;
		width: 100%;
	}

	#Breadcrumbs {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row: 1;
		width: 100%;
	}
	
	#BidderItem.BidderItemUserIsHighBid,
	#BidderItem.BidderItemUserHasBidAndWatch {
		grid-column: 2;
		grid-row: 4;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	#TimeInfoMessage .BidderItemUserIsHighBid,
	#TimeInfoMessage .BidderItemUserHasBidAndWatch {
		display: none;
	}
	
	#LotDetailShortDescription {
		grid-column: 2;
		width: 100%;
		margin: 0;
		grid-row: 6;
	}
	
	#BiddingSection {
		grid-column: 2;
		grid-row: 7;
	}
	
	#BottomPanel {
		grid-column: 2;
		grid-row: 8;
		width: 100%;
		margin: 0;
	}
	
	#EditLotItem {
		grid-column: 2;
		grid-row: 11;
		width: 100%;
		margin: 0;
	}
	
	#Description, #DescriptionContainer {
		grid-column: 2;
		grid-row: 6;
		width: 100%;
		margin: 0;
	}
    
    #videopanel {
        grid-row: 10;
    }

	
	
	/*****Store*****/
	
	#ItemDetailContent #MainPanel {
		display: grid;
		grid-template-columns: 40% 20% 20% 20%;
	}
	
	#ItemDetailContent #AuctionName {
		grid-row: 2;
		grid-column-start: 2;
		grid-column-end: 5;
	}
	
	#ItemDetailContent #Attributecrumbs {
		grid-row: 1;
		grid-column: 1;
	}
	
	#ItemDetailContent #ShareDiv {
		grid-row: 3;
		grid-column-start: 2;
		grid-column-end: 5;
	}
	
	#ItemDetailContent #ImagesSection {
		grid-column: 1;
		grid-row-start: 2;
		grid-row-end: 30;
		width: 100%;
		margin: 0;
	}
	
	#ItemDetailContent #ItemDetailEmailAFriendDiv {
		grid-column: 2;
		margin-left: 0;
	}
	
	#ItemDetailContent #ItemDetailAskAQuestionDiv {
		grid-column: 3;
	}
	
	#ItemDetailContent #ItemDetailIHaveOneToSellDiv {
		grid-column: 4;
	}
	
	#ItemDetailContent #Description {
		grid-column-start: 2;
		grid-column-end: 5;
		grid-row: 3;
	}
	
}
	
	
	

select {
	line-height: 1 !important;
}

#leftColumn { display: none; }
#PremiumLot
{
	text-align:center;
}

#MainPanel {
	position: relative;
}

#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;
}

#Description:before {
	display: block;
	content: 'Description';
	border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
}

#CategoryFieldTbl > div {
	display: flex;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

#CategoryFieldTbl > div > div {
	padding-right: 10px;
	width: 50%;
}

@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;
	}

#ImageControlContainer {
    order: 2;
}
	
	#BulkButtonDiv,
	#ParentChildItem {
		order: 3;
	}
	
	#BiddingSection  {
		order: 4;
	}
	
	#BottomPanel, #ItemDetailEmailAFriendDiv,
	#ItemDetailAskAQuestionDiv, #ItemDetailIHaveOneToSellDiv {
		order: 6;
	}
	
	#Description, #DescriptionContainer {
		order: 7;
	}
	
	#ItemDetailContent #AuctionName {
		order: 1;
	}
	
	#AdminTable {
		order: 7;
	}

}



/************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: 30px;
    height: 30px;
	border: 0;
	top: 0;
	background-color: transparent;
	z-index: 5;
}

#PrevButton {
	left: 0;
	background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTkgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYxLjIgKDg5NjUzKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5wcmV2TG90PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InByZXZMb3QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjcwMDAwMCwgLTUuNzAwMDAwKSI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgcG9pbnRzPSIyMSAxMSA2LjgzIDExIDEwLjQxIDcuNDEgOSA2IDMgMTIgOSAxOCAxMC40MSAxNi41OSA2LjgzIDEzIDIxIDEzIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=') no-repeat center center / contain transparent;
}

#NextButton {
	right: 0;
	background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTkgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYxLjIgKDg5NjUzKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5uZXh0TG90PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Im5leHRMb3QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMjAwMDAwLCA2LjMwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtOS4yMDAwMDAsIC02LjMwMDAwMCkgdHJhbnNsYXRlKC0yLjgwMDAwMCwgLTUuNzAwMDAwKSI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgcG9pbnRzPSIyMSAxMSA2LjgzIDExIDEwLjQxIDcuNDEgOSA2IDMgMTIgOSAxOCAxMC40MSAxNi41OSA2LjgzIDEzIDIxIDEzIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=') no-repeat center center / contain transparent;
}

#PrevButton.aspNetDisabled, #NextButton.aspNetDisabled {
	display: none;
}


#LotInfo {
	font-size: 2.4rem;
    padding: 0.8rem 0 0.8rem 0;
}

#LotInfo:after {
	clear: both;
	content: '';
	display: block;
}

#LotInfo h1 {
    font-size: 2.2rem;
    font-family: Century Gothic, Myriad Pro, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
	
	#LotInfo {
		display: block;
	}
	
	#ItemDetailContent #ImagesSection {
		top: 50px;
	}
	
}





/***************/
/* Breadcrumbs */
/***************/

#TableBreadcrumbs {
	width: 100%;
}

#TableBreadcrumbs tr {
	
}

#TableBreadcrumbs td {padding: 0;
	
}

h1.BreadcrumbH1 {
	margin: 0;
	padding: 0;
    line-height: 1.3;
    font-size: 1.4rem;
}

h1.BreadcrumbH1 a {
	font-size: 1.4rem;
	padding: 0;
	display: inline-block;
        color: #6e0303;
}

h1.BreadcrumbH1 a:empty {
	display: none;
}

#CategoryCmb {
	position: relative;
	left: 6px;
}

.CategoryBreadcrumbLink {
	text-decoration:none;
	padding:0 3px;
}
.CategoryBreadcrumbLink:hover {
	color:#000;
	text-decoration:underline;
} 

#CategoryBreadcrumbSeparator {
	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;
	grid-column: 2;
}

#ClosedItem {
	background: #FFE4E4;
	color: #D11400;
	text-align:center;
	font-size: 1.5rem;
	padding: 1rem;
	margin-bottom: 2rem;
	grid-column: 2;
	grid-row: 4;
}

#ExtendedItem {
	background: #FFE4E4; 
	color: #D11400;
	text-align:center;
	font-size:large;
	padding:5px 0px 5px 0px;
	margin-bottom: 2rem;
	grid-column: 2;
	grid-row: 4;
}

#ChangedItem {
	background: #FFE4E4; 
	color: #D11400;
	text-align:center;
	font-size:large;
	padding:5px 0px 5px 0px;
	margin-bottom: 2rem;
	grid-column: 2;
	grid-row: 4;
}

#SubmitMaxBidBtn,
#SubmitStraightBidBtn {
	padding-left: 2rem;
}

#SubmitStraightBidBtn input,
#SubmitMaxBidBtn input {
	width: 100% !important;
}

#ItemDetailShoppingCartDiv {
	display: none;
}

#ItemDetailPriceTable tr > td {
	text-align: left;
}

#purchaseQuan, #ItemDetailQtyLbl {
	display: none;
}


/*********Bidder*****************/

.BidderItemUserNull {
	background: green;
	color: #fff;
}

.BidderItemUserIsHighBid {
    color: #0D961F;
    background-color: #DBF8BF;
    padding: 1rem;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1rem;
}

#BidderItem.BidderItemUserHasBidAndWatch,
#BidderItem.BidderItemUserIsHighBid {
    display: block;
	text-align: center;
}

.BidderItemUserHasBidAndWatch {
	background: #FFE4E1; 
	color: #D11400;
	font-size: 1.6rem;
	padding: 1rem;
    font-size: 1.4rem;
	margin-bottom: 1rem;
}

.BidderItemCatchAll {
	background: green;
	color: #fff;
}

#TimeInfoMessage .BidderItemUserIsHighBid,
#TimeInfoMessage .BidderItemUserHasBidAndWatch {
	width: 100%;
	margin: 0;
	float: none;
}






/******************************************/
/* 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: 400px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


body#Body form#form1 div#Content div#PageBase div#LotDetailContent div#MainPanel div#ImagesSection div#HybridImageViewPrimaryImageDiv a#xxxyyyzzz > .mz-figure > img {
    width: auto !important;
    height: auto;
    max-width: 100% !important;
    max-height: 400px !important;
}

 div#HybridImageViewPrimaryImageDiv > a > img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 400px !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;
	display: flex;
	align-items: center;
	justify-content: center;
}

#HybridImageViewPrimaryImageDiv img {
	width: auto !important;
	height: auto;
	max-width: 100% !important;
	max-height: 100% !important;
}

a.MagicZoom {
	align-self: center;
}

#imageDataContainer {
	max-width: 90%;
}





/******************************************/
/* Video Panel                            */
/******************************************/

#videopanel {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#videopanel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






/******************************************/
/* Description                            */
/******************************************/


#Description {
	line-height: 1.4;
	text-align: left;
	padding: 1rem 0;
}


#PriceValSpan {
	display: inline !important;
}

#ItemDetailSpecialOfferRow > td {
	padding-bottom: 0 !important;
}

#ItemDetailSalePriceRow > td {
	padding-top: 0 !important;
}

#FacebookLikeDiv {
	margin-top: 2rem;
}

#FacebookLikeDiv iframe {
	width: auto !important;
}

@media screen and (min-width: 768px) {
	
	
}



/**********Bottom Panel************/

/************************************/
/* Footer Table                     */
/************************************/
#FooterTable {
	width: 100%;
}

#FooterTableRow {
	width:100%;
	border: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
}

#FooterTableColumn1 {
	width:100%;
	display: block;
	order: 1;
}

#FooterTableColumn2 {
	width:100%;
	display: block;
}


#LikePluginPagelet {
float:right;
margin:20px 0 0 0;
}


/*************************************************************/
/* Bidding summary      									 */
/* Table of bid information for this lot                     */
/*************************************************************/
#BottomPanel {

}

#BiddingSummary {
}

#SharePanel img {
	width: 25px;
	height: auto;
}

#MinimumBiddingTag, #FinalBidTag,
#NumberOfBidsTag, #EstimateTag {
	font-weight: 700;
}

#StraightBidRow {
	 background-color: #5c7b8d;
}

#BiddingTag {
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 1px solid #000;
	padding: 2px;
	margin-bottom: 0;
}

#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;
}

#CurrentBiddingTag {
	display: none;
}

#BiddingSummaryTable tr td:empty {
	display: none;
}

#MinimumBiddingTag
{
	
}

#MinimumBidding
{
	
}

#FinalBidTag
{
}

#BiddingSummaryTable tr td#FinalBid {
	display: table-cell;
}

#StraightBidTag
{
}

#StraightBid
{
}

#NumberOfBidsTag
{
}

#NumberOfBids
{
}

/*************************************************************/
/* Bidding information  									 */
/* Table of bid information for this lot                     */
/*************************************************************/
#BiddingTimeSection {
}

#BiddingCellTable, #BiddingCellTable table {
	
}

#MaxBiddingRow > td:last-child {
	z-index: auto !important;
}

@media (max-width: 600px) {
	#BiddingCellTable, #BiddingCellTable table {
		width: 100%;
	}
	
	#MaxBiddingRow, #StraightBiddingRow {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	#StraightBiddingRow > td:nth-child(2),
	#MaxBiddingRow > td:nth-child(2) {
		flex-grow: 1;
	}
	
	#StraightBiddingRow > td:last-child,
	#MaxBiddingRow > td:last-child {
		width: 100%;
	}
	
	#SubmitMaxBidBtn, #SubmitStraightBidBtn {
		padding: 1rem 0;
	}
}

#tzcd {
	font-size: 1.6rem;
	padding: 1rem 0;
}

#tzcd:empty, #ReservePriceRow:empty {
	display: none;
}

#tzcd font {
	color: #D11400 !important;
}

#ReservePriceRow {
    font-size: 1.6rem;
    background: #FFE4E4;
    color: #D11400;
    padding: 1rem;
    text-align: center;
    margin: 0px 0px 10px;
}

#TimeInfoMessage {
	width: 100%;
	padding: 1rem 0;
	font-size: 1.5rem;
	border-bottom: 1px solid #000;
}

#TimeInfoMessage br {
	display: none;
}

#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;
}

#BiddingCell td {
	vertical-align: middle;
}

#BiddingCell input[type=submit] {
	height: 35px;
}

#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 #000;
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease;
	margin-top: 2rem;
	font-size: 1.3rem;
	text-align: center;
}

#EmailAFriendDiv a:hover, #AskAQuestionDiv a:hover,
#ItemDetailAskAQuestionDiv a:hover,
#IHaveOneToSellDiv a:hover, #ItemDetailEmailAFriendDiv a:hover,
#ItemDetailIHaveOneToSellDiv a:hover {
	background-color: #000;
	color: #fff;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (max-width: 500px) {
	#SubmitStraightBidBtn input, 
	#SubmitMaxBidBtn input {
		font-size: 1.2rem;
	}
}


/*************************************************************/
/* Store           									 		*/
/*************************************************************/

#ItemDetailContent #ConfItem:empty,
#ItemDetailContent #ShareDiv:empty {
	display: none;
}

#Attributecrumbs a {
	display: inline-block;
	content: 'Shop for more items';
	background-color: #424242;
	color: #fff;
	padding: 0.5rem 1.5rem;
	margin-bottom: 1rem;
}

#Attributecrumbs a:before {
	display: block;
	content: 'Shop for more items';
}

#Attributecrumbs a img {
	display: none;
}

#ItemDetailContent #AddBtn {
	width: 150px;
}

#ItemDetailContent #ImagesSection ul li {
	cursor: pointer;
}


/*************************************************************/
/* Admin Table           									 */
/*************************************************************/

#AdminTable {
	margin-top: 2rem;
	padding-top: 2rem;
	width: 100%;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row: 30;
}

#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;
}

#AdminRow > td > table > tbody > tr > td {
	padding: 1rem;
}

#notedraghandle {
	float: none !important;
	color: #1D9BCE !important;
}


.previewEnabled
{
	color:Red;
}

.previewDisabled {
	
}

#EndSection {
	width:100%;
	margin: 0px;
	border-bottom: #444 1px solid;
}

#PremiereLot {
	background: url("../../images/PremierLot.gif") no-repeat center center / contain transparent;
	width:600px;
	height:87px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#PremierImageRegister {
	 background-image:url("../../images/PremierRegister.gif");
	 width:350px;
	 height:80px;
}

@media screen and (max-width:768px) {
	#AdminRow > td {
		display: block;
	}
}

/**********************************************************/
/* 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;
}


