/* Header */
.site-header {
	background: #000000;
	padding-bottom: 21px;
	position: relative;
}

.site-header-inner {
	padding-top: 24px;
}

/** Header logo */
.header-logo {
	background: transparent url(../img/logo.jpg) no-repeat 0 0;
	display: block;
	float: left;
	height: 35px;
	text-indent: 150%;
	overflow: hidden;
	width: 171px;
	white-space: nowrap;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.header-logo {
		background-image: url(../img/logo-2x.jpg);
		background-size: 171px 35px;
	}
}

@media only screen and (min-device-pixel-ratio: 2) {
	.header-logo {
		background-image: url(../img/logo-2x.jpg);
		background-size: 171px 35px;
	}
}

/** Header nav toggle (for mobile) */
.header-nav-toggle {
	background: #777777;
	color: #ffffff;
	display: block;
	float: right;
	line-height: 32px;
	text-align: center;
	width: 32px;
}

/** Header nav */
.header-nav {
	background: #000000;
	display: none;
	left: 0;
	position: absolute;
	padding: 12px 20px 24px;
	right: 0;
	top: 100%;
	z-index: 15;
}

.header-arrow {
	border-left: 10px solid transparent;
	border-left-color: rgba(255, 255, 255, 0.0);
	border-right: 10px solid transparent;
	border-right-color: rgba(255, 255, 255, 0.0);
	border-top: 10px solid #000000;
	display: none;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 100%;
	width: 0;
	z-index: 2;
}

@media only screen and (min-width: 751px) {
	.header-nav-toggle {
		display: none;
	}

	.header-nav {
		display: block !important;
		float: right;
		position: static;
		padding: 0;
	}
}

/** Search form */
.header-search {
	padding: 12px 0 0;
	position: relative;
	width: 100%;
}

input[type="text"].header-search-terms {
	background: #ffffff;
	border: 0;
	width: 100%;
}

button.header-search-submit {
	background: transparent;
	bottom: 0;
	border: 0;
	color: #777777;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 12px;
}

@media only screen and (min-width: 751px) {
	.header-search {
		display: none;
	}
}

/* Footer */
.site-footer {

}

/** Footer top / nav */
.site-footer-top {
	background: #353535;
}

.footer-nav-toggle {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #ffffff;
	display: block;
	float: left;
	line-height: 32px;
	padding: 0 10px;
	text-align: center;
}

.footer-nav-social {
	float: right;
}

@media only screen and (max-width: 660px) {
	.footer-nav {
		border-top: 1px solid #000000;
		clear: left;
		display: none;
	}
}

@media only screen and (min-width: 751px) {
	.footer-nav-toggle {
		display: none;
	}

	.footer-nav {
		/* need the important here in case someone toggled the menu via JS and then enlarged their browser */
		display: block !important;
	}
}

/** Footer bottom */
.site-footer-bottom {
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	padding: 25px 0;
	text-align: center;
}

.site-footer-bottom a {
	color: #ffffff;
}

/* Carousel */
.caroufredsel_wrapper {
	margin-left: auto !important;
	margin-right: auto !important;
}

.carousel {
	background: #cccccc;
	border-bottom: 1px solid #dedede;
	padding: 19px 0 21px;
	position: relative;
}

.carousel-title {
	font-size: 11px;
	line-height: 14px;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	padding: 0 20px 5px;
}

.carousel-title a:hover {
	color: #D80000;
}

.carousel-title-live,
.current-listings-intro-date-live {
	color: #d80000;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (min-width: 981px) {
	.carousel {
		padding-top: 24px;
		padding-bottom: 26px;
	}

	.carousel-title {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 9px;
	}
}

.carousel-inner {
	position: relative;
}

.carousel-title-date {
	font-weight: 400;
}

.carousel-item {
	cursor: pointer;
	display: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	padding-left: 20px;
	padding-right: 20px;
}

.carousel-item:first-child {
	display: block;
}

.carousel-item-processed {
	display: block;
	float: left;
}

/*
.carousel-large .carousel-item-processed:nth-child(1),
.carousel-large .carousel-item-processed:nth-child(n + 3) {
	opacity: 0.3;
}
*/

.carousel-large .carousel-item-processed-light {
	opacity: 0.3;
}

.carousel-arrows {
	display: none;
}

.carousel-arrows-processed {
	display: block;
}

.carousel-arrow {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.50);
	display: block;
	font-size: 11px;
	left: 30px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	color: #000000;
	top: 50%;
	width: 28px;
	z-index: 14;
}

.carousel-arrow-right {
	left: auto;
	right: 30px;
}

@media only screen and (min-width: 751px) {
	.carousel-arrow {
		font-size: 14px;
		line-height: 32px;
		width: 32px;
	}
}

/* Notices */
.notice {
	color: #009900;
	font-weight: 700;
	margin: 0 0 1em;
}

.notice.error {
	color: #990000;
}

/* Content */
.loop {
	padding-top: 37px;
}

.post {
	padding: 0 0 37px;
}

.post-meta {
	color: #555555;
	font-size: 11px;
	line-height: 18.857px;
	padding: 6px 0 0;
}

.post-meta a {
	font-weight: 400;
}

.post-meta a:hover {
	text-decoration: underline;
}

.post-title,
.modal .post-title.post-title-small {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 15px;
}

.post-title small {
	display: block;
	font-size: 18px;
}

.post-title-link {
	color: #191919 !important;
}

.post-image-link {
	display: block;
}

.post-image {
	display: block;
	height: auto;
	margin-bottom: 28px;
	width: 100%;
}

.post-excerpt {
	padding-bottom: 11px;
}

.post-actions {

}

@media only screen and (min-width: 751px) {
	.loop {
		padding-top: 46px;
	}

	.post {
		padding-bottom: 54px;
	}

	.post-title {
		margin-bottom: 22px;
	}

	.post-image {
		margin-bottom: 31px;
	}

	.post-excerpt {
		padding-bottom: 19px;
	}
}

@media only screen and (min-width: 981px) {
	.loop {
		padding-top: 67px;
	}

	.loop-content {
		padding-top: 61px;
	}

	.post {
		padding-bottom: 71px;
	}

	.post-meta {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 4px;
	}

	.post-title {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 31px;
	}

	.post-image {
		margin-bottom: 38px;
	}

	.post-excerpt {
		padding-bottom: 25px;
	}
}

/** Post Sharing */
.post-share {
	font-size: 0;
	padding-top: 36px;
}

.column-right .post-share {
	padding-bottom: 24px;
}

a.post-share-link {
	background: #000000;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	margin-right: 4px;
	position: relative;
	text-align: center;
	width: 32px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.post-share-link-count {
	background: #ffffff;
	border: 1px solid #a9a9a9;
	color: #191919;
	font-size: 9px;
	line-height: 14px;
	position: absolute;
	left: 0;
	right: 0;
	top: -24px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

/*** The following two pseudo elements create the "bubble" effect on the share count */
.post-share-link-count:after {
	border: 4px solid #a9a9a9;
	border-bottom-width: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	bottom: -4px;
	content: "";
	left: 50%;
	margin-left: -4px;
	position: absolute;
	z-index: 8;
}

.post-share-link-count:before {
	border: 3px solid #ffffff;
	border-bottom-width: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	bottom: -3px;
	content: "";
	left: 50%;
	margin-left: -3px;
	position: absolute;
	z-index: 9;
}

.post-share-link-count-number {
	background: #ffffff;
	display: block;
	position: relative;
	z-index: 9;
}

.post-share-link:last-child {
	margin-right: 0;
}

a.post-share-link-facebook {
	background: #3b5998;
}

a.post-share-link-twitter {
	background: #00aced;
}

a.post-share-link-google-plus {
	background: #dd4b39;
}

a.post-share-link-reddit {
	background: #ff5700;
}

a.post-share-link-email {

}

/** Related Stories */
.post-related {
	padding-top: 41px;
	padding-bottom: 7px;
}

.post-related-title {
	padding-bottom: 21px;
	text-transform: uppercase;
}

.post-related-stories {
	float: left;
	margin-left: -4px;
	margin-right: -4px;
}

.post-related-story {
	float: left;
	margin-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	width: 50%;
}

.post-related-story-link,
.post-related-story-image {
	display: block;
}

@media only screen and (min-width: 751px) {
	.post-meta-comments {
		display: inline;
	}

	.post-related-stories {
		margin-left: -8px;
		margin-right: -8px;
	}

	.post-related-story {
		width: 25%;
		margin-bottom: 16px;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media only screen and (min-width: 981px) {
	.post-related-stories {
		margin-left: -10px;
		margin-right: -10px;
	}

	.post-related-story {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Comments */
#comment-confirmation-modal-container,
#comment-error-modal-container {
	display: none;
}

.comments,
.comment-login-button {
	padding-top: 26px;
}

.comment-login-button {
	padding-bottom: 40px;
}

.comments-header {
	font-size: 11px;
	line-height: 16px;
}

.comments-sort {
	display: inline-block;
	line-height: 1em;
	padding-bottom: 1px;
	padding-left: 1em;
	vertical-align: bottom;
}

a.comments-sort-link {
	color: #777777;
}

a.comments-sort-link-active {
	color: #D80000;
}

.comments-title {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	text-transform: uppercase;
	vertical-align: bottom;
}

.comment-reply-title {
	display: none;
}

.comments-instructions {
	color: #777777;
	padding: 3px 0 7px;
}

.comments-time-check {
	border: 1px solid #b2191a;
	color: #b2191a;
	margin: 1em 0 0;
	padding: 0.5em;
	text-align: center;
}

.comment-form-comment {
	padding: 15px 0 16px;
}

.comment-form-comment-label {
	display: none;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.comment-form-comment-field {
	display: block;
	height: 100px;
	width: 100%;
}

.comment-form-comment-field-outer{}
.comment-form-comment-field-inner{}
.comment-form-comment-field-container{}
.comment-form-submit-field-container {
	display: none;
}

@media only screen and (min-width: 981px) {
	.comment-form-comment-field-outer {
		display: table;
		width: 100%;
	}

	.comment-form-comment-field-inner {
		display: table-row;
	}

	.comment-form-comment-field-container {
		display: table-cell;
		padding-right: 12px;
		vertical-align: top;
		width: 99%;
	}

	.comment-form-submit-field-container {
		display: table-cell;
		vertical-align: top;
	}

	.form-submit {
		display: none;
	}
}

.subscribe-to-comments {
	clear: none !important;
}

.subscribe-to-comments input {
	display: inline-block;
	vertical-align: middle;
}

.subscribe-to-comments label {
	display: inline-block;
	margin: 0;
	width: auto;
	vertical-align: middle;
}

.comments-list {
	float: left;
	padding-bottom: 48px;
	width: 100%;
}

#comments-javascript-warning {
	text-align: center;
}

#comments-javascript-enabled {
	float: left;
	width: 100%;
}

/** Single Comment */
.comment-data {
	float: left;
	margin-bottom: 4px;
	padding: 18px 20px 22px;
	width: 100%;
}

.comment-user,
.comment-text,
.comment-actions {
	padding: 5px;
}

.comment-user {
	padding-top: 0;
}

.comment-user-name a {
	border-bottom: 1px solid transparent;
	display: inline-block;
	text-decoration: none !important;
}

.comment-user-name:hover a {
	border-bottom-color: #191919;
}

.comment-data.ckrating_highly_rated .comment-user,
.comment-data.ckrating_highly_rated .comment-text,
.comment-data.ckrating_highly_rated .comment-actions {
	background: #fff6b3;
}

.comment-datetime {
	color: #555555;
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	padding-bottom: 18px;
}

.comment-user {
	line-height: 12px;
}

.comment-user-name {
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 4px;
}

.comment-user-name a {
	color: #191919;
}

.total-likes {
	color: #808080;
}

.comment-user-name .total-likes {
	display: inline-block;
	font-size: 10px;
	line-height: 13px;
	margin-left: 10px;
}

.comment-user-meta {
	font-size: 9px;
	line-height: 14px;
}

.comment-user-meta-since {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.comment-user-meta-likes {
	display: inline-block;
	vertical-align: middle;
}

.comment-user-meta-likes-icon {
	background: #555555;
	color: #ffffff;
	display: inline-block;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	width: 14px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.comment-user-meta-likes-number {
	display: inline-block;
	vertical-align: middle;
}

.comment-text {
	overflow-x: auto;
}

.comment-text-pending {
	font-style: italic;
	background: #efefef;
	padding: 0 5px;
}

.comment-actions {
	font-size: 11px;
	line-height: 20px;
}

.comment-actions-approve {
	background: #808080;
	border: 1px solid #808080;
	color: #ffffff !important;
	display: inline-block;
	font-weight: 400;
	margin-right: 10px;
	padding: 0 8px;
	vertical-align: middle;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.comment-actions-approved {
	background: #ffffff;
	color: #000000;
}

.comment-actions-flag,
.comment-actions-edit,
.comment-actions-edit-cancel {
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	vertical-align: middle;
}

.comment-data.bat-bid,
.comment-data.bat-bid-reserve,
.comment-data.bat-bid-canceled {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 6px;
}

.comment-data.bat-bid .comment-datetime,
.comment-data.bat-bid-reserve .comment-datetime,
.comment-data.bat-bid-canceled .comment-datetime {
	padding-bottom: 0;
}

.comment-data.bat-bid .comment-text,
.comment-data.bat-bid-reserve .comment-text,
.comment-data.bat-bid-canceled .comment-text {
	background: #fff6b3;
	color: #000000;
	font-weight: 700;
	padding: 7px 5px 0;
}

.comment-data.bat-bid-canceled .comment-text {
	background: #FF9999;
}

.comment-data.bat-bid .comment-text p,
.comment-data.bat-bid-reserve .comment-text p,
.comment-data.bat-bid-canceled .comment-text p {
	margin-bottom: 0;
}

.bat-bid .bid-notification-link,
.bat-bid-reserve .bid-notification-link {
	color: #000000;
}

@media only screen and (min-width: 751px) {
	.comment-data {
		padding-left: 0;
	}

	.comment-datetime {
		float: left;
		text-align: center;
		width: 120px;
	}

	.comment-user,
	.comment-text,
	.comment-actions {
		margin-left: 120px;
	}

	.comment-data.bat-bid .comment-text,
	.comment-data.bat-bid-reserve .comment-text,
	.comment-data.bat-bid-canceled .comment-text {
		padding-top: 0;
	}
}

@media only screen and (min-width: 981px) {
	.comment-datetime {
		font-size: 13px;
		line-height: 13px;
		padding-top: 4px;
		width: 160px;
	}

	.comment-user,
	.comment-text,
	.comment-actions {
		margin-left: 160px;
	}

	.comment-user-name {
		font-size: 16px;
		line-height: 18px;
	}

	.comment-user-name .total-likes {
		font-size: 14px;
		line-height: 20px;
	}

	.comment-user-meta {
		font-size: 12px;
		line-height: 18px;
	}

	.comment-user-meta-likes-icon {
		font-size: 11px;
		line-height: 18px;
		width: 18px;
	}

	.comment-actions {
		font-size: 14px;
		line-height: 24px;
	}

	.comment-actions-approve {
		padding-left: 10px;
		padding-right: 10px;
	}

	.comment-actions-flag,
	.comment-actions-edit,
	.comment-actions-edit-cancel {
		font-size: 13px;
	}
}

/* Pagination */
.pagination {
	padding-bottom: 80px;
	padding-top: 25px;
}

.pagination-auctions .pagination {
	padding-bottom: 25px;
}

.page-numbers {
	background: #4c4c4c;
	color: #ffffff !important;
	display: inline-block;
	font-weight: 400;
	line-height: 32px;
	padding: 0 10px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.page-numbers.current {
	background: #000000;
}

/* Single Listings */
.listing {
	padding: 24px 0 0;
}

.listing-component-heading {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.listing-register-prompt {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 29px;
	padding-bottom: 22px;
	text-align: center;
}

.listing-register-prompt-text-container {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 16px;
}

.listing-register-prompt-button-container {
	padding-bottom: 12px;
}

.listing-register-prompt-button-container .button {
	margin-bottom: 6px;
}

.listing-register-prompt-button-container .button:last-child {
	margin-bottom: 0;
}

.listing-register-prompt-button-container-desktop {
	display: none !important;
}

@media only screen and (min-width: 751px) {
	.listing {
		padding: 48px 0 0;
	}


	.listing-register-prompt-outside {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.listing-register-prompt-inside {
		display: table-row;
	}

	.listing-register-prompt-text-container,
	.listing-register-prompt-button-container {
		display: table-cell !important;
		float: none !important;
		vertical-align: middle;
	}

	.listing-register-prompt-button-container-mobile {
		display: none !important;
	}


	.listing-register-prompt-text-container {
		margin-right: 400px;
		text-align: left;
	}

	.listing-register-prompt-button-container {
		text-align: right;
		width: 400px;
	}
}

@media only screen and (min-width: 981px) {

}

.listing-intro {
	text-align: center;
}

.listing-available {
	color: #555555;
	font-size: 11px;
	font-weight: 600;
	line-height: 18px;
	padding-bottom: 20px;
}

.listing-available-preamble {
	display: block;
}

.listing-available-current-bid {
	display: block;
}

.listing-available-range {
	display: block;
}

.bid-action-link:hover {
	text-decoration: underline;
}

.listing-post-title {
	padding-bottom: 18px;
}

#listing-stats {
	border-top: 6px solid #b2191a;
}

#listing-bid {
	margin-top: 20px;
}

.listing-stats {
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 12px;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}

.listing-stats-dark {
	background: #efefef;
	padding: 4px 28px 1px;
}

.listing-stats-stat {
	vertical-align: top;
}

td.listing-stats-label,
td.listing-stats-value {
	padding: 0 0 4px;
	vertical-align: top;
}

td.listing-stats-label {
	font-weight: 700;
}

.auctions-ends-disclaimer-text {
	display: none;
}

.auctions-ends-disclaimer-text .listing-stats-value,
div.small-link-container {
	font-size: 11px !important;
	line-height: 13px !important;
	padding-top: 2px;
}

div.small-link-container {
	padding-bottom: 5px;
	padding-top: 4px;
}

@media only screen and (min-width: 751px) {
	div.small-link-container {
		padding-bottom: 0;
		padding-top: 2px;
	}
}

.listing-stats-form-help {
	display: block;
}

@media only screen and (min-width: 981px) {
	.listing-stats {
		font-size: 18px;
		line-height: 38px;
	}
}

.listing-stats-label {
	padding-right: 12px;
	width: 108px;
}

@media only screen and (min-width: 981px) {
	.listing-stats-label {
		padding-right: 24px;
		width: 172px;
	}
}

.listing-stats-form-amount-container {

}

.bat-listings-listings-amount-dollar-sign {
	display: inline-block;
	vertical-align: middle;
}

#bat-listings-listings-amount {
	background: #ffffff !important;
	color: #191919 !important;
	width: 85% !important;
	vertical-align: middle;
	margin-left: 3px;
}

@media only screen and (min-width: 981px) {
	.listing-stats-form-amount-container,
	.listing-stats-form-submit-container {
		float: left;
		width: 50%;
	}

	.listing-stats-form-submit-container {
		padding-left: 12px;
	}

	.listing-stats-form-submit-container .link-container {
		display: block;
	}
}

.listing-essentials {
	background: #efefef;
	font-size: 11px;
	line-height: 22px;
	margin-bottom: 12px;
	padding: 24px 28px;
}

.listing-essentials-title {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 8px;
}

.listing-essentials-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.listing-essentials-item {
	margin: 0;
	padding: 0;
}

.listing-essentials-contact-seller {
	color: #191919;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding-top: 8px;
}

.listing-gallery {
	margin-left: -4px;
	margin-right: -4px;
}

.listing-gallery-item {
	float: left;
	margin: 0 0 8px;
	padding: 0 4px;
	width: 25%;
}

.listing-gallery-item-inner {
	height: 0;
	overflow: hidden;
	padding-bottom: 66.66%;
	position: relative;
}

.listing-gallery-image-container {
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.listing-gallery-image {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}

.listing-gallery-clear {
	clear: left;
}

@media only screen and (min-width: 751px) {
	.listing-gallery {
		margin-left: -8px;
		margin-right: -8px;
	}

	.listing-gallery-item {
		padding: 0 8px;
		margin: 0 0 16px;
	}
}

@media only screen and (min-width: 981px) {
	.listing-gallery {
		margin-left: -10px;
		margin-right: -10px;
	}

	.listing-gallery-item {
		padding: 0 10px;
		margin: 0 0 20px;
	}
}

.listing-gallery-item-more-container {
	padding-bottom: 22px;
	text-align: center;
}

.listing-gallery-item-more-template {
	display: none;
}


/* Bidding */
.bid-information-control-group {
	padding-bottom: 0;
}

.bid-information-heading {
	margin: 0;
}

.bid-information {
	margin: 0 0 1em;
	width: 100%;
}

.bid-information tr {
	vertical-align: top;
}

.bid-information th {
	padding: 0;
	text-align: left;
	width: 150px;
	vertical-align: top;
}

.bid-information td{
	padding: 0;
	vertical-align: top;
}

.bid-information-details {
	font-size: 11px;
	line-height: 13px;
}

@media only screen and (min-width: 360px) {
	.bid-information-details {
		font-size: 13px;
		line-height: 15px;
	}
}

/* Listings archive - submit blurb */
.auctions-submit-blurb {
	padding-bottom: 80px;
}

/* Listings archive - current listings */
.current-listings {}

.current-listings-intro,
.current-listings-soon {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 40px;
	padding-bottom: 31px;
	padding-top: 9px;
	text-align: center;
}

.current-listings-intro-date {
	color: #555555;
	font-size: 11px;
	line-height: 19px;
	padding-bottom: 15px;
}

.current-listings-intro-title {
	font-size: 27px;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 12px;
}

.current-listings-intro-text {
	font-size: 11px;
	line-height: 16px;
	max-width: 480px;
	margin: 0 auto;
	opacity: 0.9;
}

.current-listings-soon {
	padding-top: 0;
}

/* Listings archive -previous listings */
.previous-listings {
	margin: 0 -4px;
	padding: 5px 0 43px;
}

.previous-listings-intro {
	text-align: center;
}

.previous-listings-intro-title {
	font-size: 11px;
	line-height: 14px;
	padding: 0 4px 5px;
}

@media only screen and (min-width: 751px) {
	.previous-listings {
		margin-left: -6px;
		margin-right: -6px;
	}

	.previous-listings-intro-title {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media only screen and (min-width: 981px) {
	.previous-listings {
		margin-left: -10px;
		margin-right: -10px;
	}

	.previous-listings-intro-title {
		font-size: 14px;
		line-height: 18px;
		padding: 0 10px 5px;
	}
}

/* Current listing */
.current-listing {
	background: #ffffff;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.current-listing-inner {
	display: table-row;
	vertical-align: middle;
}

.current-listing-image-container,
.current-listing-details {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.current-listing-image-container {

}

.current-listing-image-link,
.current-listing-image {
	display: block;
}

.current-listing-details {
	padding-left: 20px;
	padding-right: 20px;
}

.current-listing-details-title {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 10px;
}

.current-listing-details-title-link {
	color: #191919;
}

.current-listing-details-countdown {
	color: #d80000;
	padding-top: 15px;
}

@media only screen and (min-width: 751px) {
	.current-listing {
		margin-bottom: 46px;
	}
}

@media only screen and (min-width: 981px) {
	.current-listing {
		margin-bottom: 61px;
	}

	.current-listing-details-countdown {
		padding-top: 20px;
		font-size: 14px;
		line-height: 21px;
	}
}

/* Current listing - carousel item override */
.carousel-item .current-listing {
	margin-bottom: 0;
}

.carousel-item .current-listing-details-excerpt,
.carousel-item .current-listing-details-button,
.carousel-item .current-listing-details-countdown {
	display: none;
}

.carousel-item .current-listing-details {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.carousel-item .current-listing-details-excerpt {
	padding-right: 40px;
}

.carousel-item .current-listing-details-title {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}

@media only screen and (min-width: 751px) {
	.carousel-item .current-listing-details-excerpt,
	.carousel-item .current-listing-details-button,
	.carousel-item .current-listing-details-countdown {
		display: block;
	}

	.current-listing-details-title,
	.carousel-item .current-listing-details-title {
		font-size: 19px;
		line-height: 23px;
		padding-bottom: 12px;
	}

	.carousel-item .current-listing-details-excerpt {
		padding-bottom: 2px;
	}

	.carousel-item .current-listing-details-button .button {
		background: #ffffff;
		border-color: #000000;
		color: #191919;
	}
}

@media only screen and (min-width: 981px) {
	.current-listing-details-title,
	.carousel-item .current-listing-details-title {
		font-size: 24px;
		line-height: 29px;
		padding-bottom: 18px;
	}

	.current-listing-details-excerpt,
	.carousel-item .current-listing-details-excerpt {
		font-size: 14px;
		line-height: 21px;
		padding-bottom: 7px;
	}
}

/* Current listing - current listings override for mobile */
@media only screen and (max-width: 660px) {
	.current-listings .current-listing,
	.current-listings .current-listing-inner,
	.current-listings .current-listing-image-container,
	.current-listings .current-listing-details {
		display: block;
		padding: 0;
		width: 100%;
	}

	.current-listings .current-listing-image-container {
		padding-bottom: 25px;
	}

	.current-listings .current-listing-details {
		padding-bottom: 57px;
	}

	.current-listings .current-listing-details-title {
		margin-bottom: 14px;
	}

	.current-listings .current-listing-details-excerpt {
		padding-bottom: 1px;
	}
}

/* Listing */
.previous-listing {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	width: 50%;
}

.previous-listing-image-container {
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	position: relative;
}

.previous-listing-image-link,
.previous-listing-image {
	display: block;
}

.previous-listing-image-link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.previous-listing-image {
	margin: 0 auto;
}

.previous-listing-details {
	padding: 0 0 10px;
	height: 7em;
}

.previous-listing-details-title {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	padding-top: 1px;
}

.previous-listing-details-title-link {

}

.previous-listing-details-excerpt {
	font-size: 10px;
	line-height: 12px;
}

@media only screen and (min-width: 751px) {
	.previous-listing {
		padding-left: 6px;
		padding-right: 6px;
		width: 33.33333%;
	}

	.previous-listing-details {
		height: 4em;
	}
}

@media only screen and (min-width: 981px) {
	.previous-listing {
		padding-left: 10px;
		padding-right: 10px;
	}

	.previous-listing-details-title {
		font-size: 16px;
		line-height: 18px;
	}

	.previous-listing-details-excerpt {
		font-size: 14px;
		line-height: 18px;
	}
}

/* Sidebars */
.sidebar {
	padding-bottom: 20px;
	padding-top: 37px;
}

@media only screen and (min-width: 751px) {
	.sidebar {
		padding-top: 57px;
	}
}

@media only screen and (min-width: 981px) {
	.sidebar {
		padding-top: 80px;
	}
}

.listing .sidebar {
	padding-top: 0;
}

.widget {
	border-top: 6px solid #b2191a;
	padding: 11px 0 31px;
}

.widget-title {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0 0 24px;
}

@media only screen and (min-width: 981px) {
	.widget {
		padding-bottom: 41px;
		padding-top: 15px;
	}

	.widget-title {
		font-size: 16px;
		line-height: 18px;
		padding-bottom: 31px;
	}
}

/* Widgets - lists */
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 4px;
	padding-bottom: 5px;
}

.widget ul li a,
.widget ol li a {
	color: #191919;
	font-weight: 400;
}

@media only screen and (min-width: 981px) {
	.widget ul,
	.widget ol {
		font-size: 14px;
		line-height: 18px;
	}

	.widget ul li,
	.widget ol li {
		border-bottom: 1px solid #dddddd;
		margin-bottom: 8px;
		padding-bottom: 9px;
	}
}

/* Special AdRotate widget */
.widget_adrotate_widgets {
	border: 0;
	padding-top: 0;
}

.widget_adrotate_widgets a,
.widget_adrotate_widgets img {
	display: block;
	margin: 0 auto;
}

/* Special Current BaT Auctions Widget */
.bat-listings-widget-current-auctions {
	padding-bottom: 15px;
}

.widget .current-auctions {
	margin-left: -8px;
	margin-right: -8px;
}

.widget .current-auction {
	float: left;
	margin-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
}

.widget .current-auction-link,
.widget .current-auction-image {
	display: block;
	position: relative;
}

.widget .current-auction-data-holder {
	background: #efefef;
	background: rgba(255, 255, 255, 0.90);
	bottom: 0;
	color: #000000;
	display: none;
	font-size: 12px;
	line-height: 18px;
	left: 0;
	padding: 0.5em;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.widget .current-auction-data-outer {
	display: table;
	height: 100%;
	width: 100%;
}

.widget .current-auction-data {
	display: table-row;
}

.widget .current-auction-data-inner {
	display: table-cell;
	vertical-align: middle;
}

.widget .current-auction-data-time {
	color: #D80000;
}

.widget .current-auction-link:hover .current-auction-data-holder {
	display: block;
}

@media only screen and (min-width: 981px) {
	.bat-listings-widget-current-auctions {
		padding-bottom: 21px;
	}

	.widget .current-auctions {
		margin-left: -10px;
		margin-right: -10px;
	}

	.widget .current-auction {
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Special Constant Contact widget */
.constant-contact-form {
	display: table;
	width: 100%;
}

.constant-contact-form-inner {
	display: table-row;
	vertical-align: middle;
}

.constant-contact-form-email,
.constant-contact-form-submit {
	display: table-cell;
	vertical-align: middle;
}

.constant-contact-form-email {
	padding-right: 8px;
}

.constant-contact-form-email input {
	width: 100%;
}

.constant-contact-form-submit input {
	padding: 4px 16px;
}

@media only screen and (min-width: 981px) {
	.constant-contact-form-email {
		padding-right: 10px;
	}
}

.widget .dual-menus {
	margin-left: -8px;
	margin-right: -8px;
}

.widget .dual-menu {
	float: left;
	padding: 0 8px;
	width: 50%;
}

@media only screen and (min-width: 981px) {
	.widget .dual-menus {
		margin-left: -10px;
		margin-right: -10px;
	}

	.widget .dual-menu {
		padding: 0 10px;
	}
}

.advertise-on-bat-link {
	color: #D80000;
	display: block;
	font-size: 10px;
	line-height: 12px;
	margin-top: -20px;
}

.advertise-on-bat-link:hover {
	text-decoration: underline;
}

/* Search page */
.search-results {
	min-height: 500px;
}

.search-form {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}

.search-form-inner {
	display: table-row;
}

.search-form-terms-container,
.search-form-submit-container {
	display: table-cell;
	vertical-align: middle;
}

.search-form-terms-container {
	padding-right: 10px;
	width: 99%;
}

input[type="text"].search-form-terms {
	margin-bottom: 0;
	width: 100%;
}

/* Pop up gallery overrides */
.mfp-counter {
	display: none !important;
}

.mfp-title {
	padding-right: 0 !important;
}

.mfp-container {
	max-height: 100%;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

@media only screen and (max-width: 480px) {
	.mfp-container {
		left: 50%;
		margin-left: -150px;
		width: 300px;
	}

	.mfp-content {
		max-width: 100%;
		width: 300px !important;
	}
}

/* Modal overrides */
.modal .header-logo {
	float: none !important;
	margin: 0 auto !important;
}

.modal .header-arrow {
	display: block !important;
}

.modal .header-nav-toggle,
.modal .header-nav,
.modal .site-footer,
.modal .column-right {
	display: none !important;
}

.modal .column-left {
	width: 100% !important;
}

/* Mobile ads */
.mobile-ad-slot {
	display: block;
}

.mobile-ad-slot .widget_adrotate_widgets {
	min-height: 50px;
	margin: 0 auto;
	text-align: center;
	width: 320px;
}

.mobile-ad-slot-posts .widget_adrotate_widgets {
	margin-bottom: 27px;
}

.mobile-ad-slot-content {
	margin-bottom: 1em;
}

.mobile-ad-slot-content .widget_adrotate_widgets {
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.mobile-ad-slot ins {
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 751px) {
	.mobile-ad-slot { display: none; }
}

/* Related Items from eBay */

.ebay-related-listing {
	margin-bottom: 12px;
}

.ebay-related-listing-link,
.ebay-related-listing-image {
	display: block;
}

@media only screen and (min-width: 761px), only screen and (max-width: 660px) {
	.ebay-related-listing-row {
		display: table;
		width: 100%;
	}

	.ebay-related-listing-row-inner {
		display: table-row;
	}

	.ebay-related-listing {
		display: table-cell;
		margin-bottom: 0;
		padding-bottom: 12px;
		vertical-align: top;
	}

	.ebay-related-listing-o {
		padding-right: 6px;
	}

	.ebay-related-listing-e {
		padding-left: 6px;
	}
}

@media only screen and (min-width: 981px) {
	.ebay-related-listing {
		padding-bottom: 16px;
	}

	.ebay-related-listing-o {
		padding-right: 8px;
	}

	.ebay-related-listing-e {
		padding-left: 8px;
	}
}

/* Popup for marketing mailing list */
#marketing-popup {
	display: none;
}

.poppable-marketing .constant-contact-form {

}

.poppable-marketing .constant-contact-form-inner {

}

.poppable-marketing .constant-contact-form-email {
	padding: 0;
	width: 99%;
}

.poppable-marketing .constant-contact-form-submit {
	padding-left: 5px;
}

.poppable-marketing .cancel-mobile {
	display: none;
}

.poppable-marketing .cancel-comment {
	padding: 4px 16px;
}

@media only screen and (max-width: 480px) {
	.poppable-marketing .constant-contact-form-cancel {
		display: none;
	}

	.poppable-marketing .cancel-mobile {
		display: block;
	}
}

/* Benefits sidebar */
.benefits-image-container {
	margin-top: -3px;
}

@media only screen and (min-width: 981px) {
	.benefits-image-container {
		margin-top: -10px;
	}
}

/* Items rows */
.bat-items {
	float: left;
	padding-bottom: 25px;
	width: 100%;
}

.bat-items-row {
	float: left;
	width: 100%;
}

.bat-item {
	float: left;
	margin-bottom: 1em;
	padding-right: 20px;
	width: 50%;
}

.bat-item:nth-child(odd) {
	padding-left: 0;
	padding-right: 10px;
}

.bat-item:nth-child(even) {
	padding-left: 10px;
	padding-right: 0;
}

.bat-item a,
.bat-item img {
	display: block;
}

.bat-item img {
	margin-bottom: 9px;
}

.bat-item a {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}
