body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
}
a:active, a:hover {
	outline: 0;
}
 @-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
html, body {
	font-size: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #333;
	background: #fff;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
/*body.modal-open .nivo-lightbox-content {
	-webkit-overflow-scrolling: touch !important;
  	overflow-y: scroll !important;
}*/
p {
	line-height: 1.6;
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6, .head1, .head2, .head3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-rendering: optimizeLegibility;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	line-height: 1.2125em;
}
h1.itemTitle {
	margin-bottom: 0;
	font-size: 1.25em;	
}
h1, .head1 {
	font-size: 1.750em;
}
h1.featuredTitle {
	margin-bottom: 0;
}
h2, .head2 {
	font-size: 1.313em;
	clear: both;
}
h2.bidHistoryTitle {
	margin-top: 0.5em;
}
h2.title {
    font-size: 0.813rem;
}
h3, .head3 {
	font-size: 1.1em;
}
h3.vendor, h3.retailer {
	font-size: 0.813rem;
}
h4, h5, h6 {
	font-size: 1em;
}
strong, b {
	font-weight: bold;
	line-height: inherit;
}
.screen-reader {
	position: absolute;
	left:-10000px;
	top:auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textRight {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.margin0 {
	margin: 0;
}
.topMarg {
	margin-top: 2em;
}
.topPadding {
	padding-top: 0.5em;
}
.previewTopMarg {
	margin-top: 4em;
}
a, a:link, a:visited {
	text-decoration: none !important;
}
a:link img {
	border: none;
}
a:hover, a:active {
	cursor: pointer;
}
.small {
	font-size: 80%;
}
ul, ol, dl {
	margin-left: 1.875em;
	margin-bottom: 1em;
	line-height: 1.3;
}
hr {
	border: 0;
	clear: both;
	display: block;
	width: 100%;
	background-color: #000;
	height: 1px;
	margin-bottom: 0.5em;
}
.wrapper, .wrapperWhite {
	background: #fff;
	width: 100%;
	margin: 0 auto;
}
.content, .contentWide {
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 4em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.row {
	float: left;
	width: 100%;
	margin: 0 auto;
}
.flexRow {
	display: flex;
	align-items: center;
}
.columns {
	position: relative;
	padding-right: 0.9375em;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.columns.centered {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
}
.last {
	float: right;
	padding: 0;
}
/* Grid */

/* columns */

.col-1 {
	float: left;
	position: relative;
	width: 8.33333%;
}
.col-2 {
	float: left;
	position: relative;
	width: 16.66667%;
}
.col-3 {
	float: left;
	position: relative;
	width: 25%;
}
.col-4 {
	float: left;
	position: relative;
	width: 33.33333%;
}
.col-5 {
	float: left;
	position: relative;
	width: 41.66667%;
}
.col-6 {
	float: left;
	position: relative;
	width: 50%;
}
.col-7 {
	float: left;
	position: relative;
	width: 58.33333%;
}
.col-8 {
	float: left;
	position: relative;
	width: 66.66667%;
}
.col-9 {
	float: left;
	position: relative;
	width: 75%;
}
.col-10 {
	float: left;
	position: relative;
	width: 83.33333%;
}
.col-11 {
	float: left;
	position: relative;
	width: 91.66667%;
}
.col-12 {
	float: left;
	position: relative;
	width: 100%;
}
.push-1 {
	position: relative;
	left: 8.33333%;
	right: auto;
}
.pull-1 {
	position: relative;
	right: 8.33333%;
	left: auto;
}
.push-2 {
	position: relative;
	left: 16.66667%;
	right: auto;
}
.pull-2 {
	position: relative;
	right: 16.66667%;
	left: auto;
}
.push-3 {
	position: relative;
	left: 25%;
	right: auto;
}
.pull-3 {
	position: relative;
	right: 25%;
	left: auto;
}
.push-4 {
	position: relative;
	left: 33.33333%;
	right: auto;
}
.pull-4 {
	position: relative;
	right: 33.33333%;
	left: auto;
}
.push-5 {
	position: relative;
	left: 41.66667%;
	right: auto;
}
.pull-5 {
	position: relative;
	right: 41.66667%;
	left: auto;
}
.push-6 {
	position: relative;
	left: 50%;
	right: auto;
}
.pull-6 {
	position: relative;
	right: 50%;
	left: auto;
}
.push-7 {
	position: relative;
	left: 58.33333%;
	right: auto;
}
.pull-7 {
	position: relative;
	right: 58.33333%;
	left: auto;
}
.push-8 {
	position: relative;
	left: 66.66667%;
	right: auto;
}
.pull-8 {
	position: relative;
	right: 66.66667%;
	left: auto;
}
.push-9 {
	position: relative;
	left: 75%;
	right: auto;
}
.pull-9 {
	position: relative;
	right: 75%;
	left: auto;
}
.push-10 {
	position: relative;
	left: 83.33333%;
	right: auto;
}
.pull-10 {
	position: relative;
	right: 83.33333%;
	left: auto;
}
.push-11 {
	position: relative;
	left: 91.66667%;
	right: auto;
}
.pull-11 {
	position: relative;
	right: 91.66667%;
	left: auto;
}
/* end columns */


/* end Grid */

.alert {
	color: #B30000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 15px 0;
}
/* Left Column */

.loginBox {
	background: #f1f1f1;
	padding: 0.7em 0.6em;
	margin-bottom: 0.938em;
}
.loginBox input[type="text"], .loginBox input[type="password"] {
	width: 100%;
}
.loginBox .small {
	text-align: center;
	margin-top: -1.5em;
}
.loginButtons {
	text-align: center;
}
.categoryTitle {
	background: #ccc;
	padding: 0.313em 0.188em;
	text-align: center;
	font-weight: bold;
	font-size: 0.875em;
}
ul.side-nav {
	padding: 0;
	margin: 0;
	list-style: none outside none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
ul.side-nav li {
	float: left;
	display: block;
	padding: 0.5em 0 0.5em 0.5em;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
ul.side-nav li.even {
	background: #f1f1f1;
}
ul.side-nav li.allCategories {
	text-align: center;
	background: #ccc;
	color: #000;
	padding-left: 10%;
}
ul.side-nav li a {
	float: left;
	width: 80%;
}
.moreLinkSubCat {
	float: right;
	margin-right: 8px;
	cursor: pointer;
	font-size: 11px;
	width: 12%;
}
.subCats {
	float: left;
	width: 95%;
	margin: 0;
}
.pmtGateway, .mcAffee {
	margin-top: 0.938em;
	text-align: center;
}
.pmtGateway img {
	max-width: 96%;
	height: auto;
}
.twitter-follow, .left-col-promo {
	margin-top: 0.938em;
	text-align: center;
}
/* end Left Column */

/* Right Column */

.smartBid {
	margin-bottom: 0.938em;
}
/* end Right Column */

/* Share Options */
.shareOptions {
	text-align: center;
	margin-top: 0.938em;
}
.st_facebook {
	margin-right: -0.188em;
}
.st_twitter {
	margin-right: -0.188em;
}
.st_pinterest {
	margin-right: -0.188em;
}
.st_sharethis {
	margin-right: -0.188em;
}
/* end Share Options */



/* Forms */

.searchForm label {
	background-color: #fff !important;
} /* AODA */

input[type="search"] {
	-webkit-appearance: none;
	background: #FFF;
	padding: 0.4em 0.6em;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 3px #DDD inset;
	border-radius: 4px;
}
input[type="text"], input[type="password"] {
	padding: 0.4em 0.6em;
	margin: 0.2em 0 0.7em;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 3px #DDD inset;
	border-radius: 4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	width: 95%;
	font-size: 0.875em;
}
select {
	-webkit-appearance: none;
	padding: 0.4em 0.6em;
	margin: 0.2em 0 0.7em;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 3px #DDD inset;
	border-radius: 4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	font-size: 0.875em;
	background: #FFF;
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"], a .bidButton, .bidButton a, a .buyButton, .buyButton a, .vendorPageButton a, .vendorLeftBtn a, .continueButton a, .backtoitemButton a, .topBtn {
	-webkit-appearance: none;
	background: #D2232A;
	border: none;
	color: #fff;
	padding: 0.25em 0.6em 0.313em 0.6em;
	display: inline-block;
	cursor: pointer;
	margin: 0.5em 0 0.75em;
	text-transform: uppercase;
}
button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-weight: bold;
	color: #fff;
}
a .bidButton, .bidButton a, .topBtn {
	background: #333;
}
a .bidButton:hover, .bidButton a:hover {
	background: #666;
}

.continueButton {
	font-size: 1em;	
}

button a:hover, a.button:hover, input[type="button"]a:hover, input[type="reset"]a:hover, input[type="submit"]a:hover, a .buyButton:hover, .vendorPageButton a:hover, .vendorLeftBtn a:hover, .continueButton a:hover, .backtoitemButton a {
	background: #a00c0c;
}
.cart-buttons {
	text-align: right;
}


.mainAttraction a .bidButton, .mainAttraction a .buyButton, .vendorLeftBtn a {
	font-size: 1.125em;
	margin: 0.750em 0;
	padding: 0.313em 0.750em;
	font-weight: bold;
}
.vendorLeftBtn a {
	width: 88%;
	margin-top: 0.938em;
	text-transform: none;
	text-align: center;
}
form.loginform, form.passwordForm {
	width: 95%;
}
.loginform label, .passwordForm label {
	float: left;
	font-weight: bold;
	width: 30%;
	margin-top: 0.4em;
}
.loginform input[type="text"], .loginform input[type="password"], .passwordForm input[type="text"], .passwordForm input[type="password"] {
	float: left;
	font-weight: bold;
	width: 65%;
	margin-left: 0.5em;
}
.loginform .row, .passwordForm .row {
	width: 100%;
}
.registration {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 2em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.registration .title, .registration .columns {
	padding-left: 0.313em;
	padding-right: 0.313em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.registration .row {
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 0.313em 0 0;
}
.registration select {
	width: 95%;
}
.example {
	font-size: 100%;
}
.formTextPadding, .row.formTextPadding {
	padding: 0.2em 0 0.8em;
}
/* End Forms */


footer {
	clear: both;
	position: relative;
	background: #000;
	height: auto;
	width: 100%;
	overflow: visible;
}
footer ul {
	margin: 0.5em 0 0 0;
	padding: 0;
	text-align: center;
}
footer ul li {
	display: inline;
	list-style: none;
	font-size: 70%;
	color: #ccc;
	padding: 0;
}
footer ul li a {
	color: #ccc;
	padding: 0 .5em 0 0;
}
footer ul li a:hover {
	color: #fff;
}
.mainAttraction, .categoryList, .cart-table, .aboutVendor, .itemBox, .vendorList {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	width: 100%;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.938em;
}
.vendorList {
	border-bottom: none;
}
.photo img {
	float: none;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.mainAttraction .photo, .itemBox .photo {
	float: left;
	width: 46%;
	padding: 0.5em 2%;
	text-align: center;
}
.mainAttraction .photo img, .itemBox .photo img {
	max-width: 100%;
	max-height: 13.50em;
}
.bidInfo {
	margin-top: 0.250em;
	line-height: 1.3;
	color: #333;
}
.mainAttraction .bidInfo, .itemBox .bidInfo {
	float: right;
	width: 48%;
	margin-right: 1%;
}
.soldOut {
	text-align: center;
	color: #B30000;
	font-weight: bold;
}
.featured {
	width: 99.999%;
	float: left;
	border-left: 1px solid #ccc;
}
.blocks {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 33.333%;
	padding: 0.5em 1%;
	overflow: visible;
}
.featuredTitle, .vendorTitle, .itemTitle, .vendorSmTitle {
	font-size: 1.125em;
	font-weight: bold;
	padding: 0.188em 0.5%;
	text-align: center;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.featuredTitle, .vendorTitle {
	background: #ccc;
	color: #000;
}
.itemTitle {
	border: 1px solid #ccc;
	width: 100%;
}
.vendorSmTitle {
	width: 49%;
	float: right;
}
.featurePhoto {
	float: left;
	width: 100%;
	margin-bottom: 0.250em;
}
.featurePhoto img {
	float: none;
	display: block;
	max-width: 100%;
	max-height: 11.625em;
	margin: 0 auto;
}
.title {
	font-weight: bold;
	margin-top: 0.250em;
}
.highBid {
	font-weight: bold;
	color: #D2232A;
}
.retailer {
	font-weight: bold;
}
.categorySorting {
	float: left;
	width: 100%;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 0.6em 0 0.2em 0;
}
.categoryItem {
	float: left;
	width: 98%;
	padding: 1%;
	border-bottom: 1px solid #ccc;
}
.categoryItem .photo {
	float: left;
	width: 25%;
	text-align: center;
}
.categoryItem .photo img {
	max-width: 100%;
	max-height: 10.0em;
}
.categoryItem .text {
	float: right;
	width: 73%;
}
.bidInfoLeft {
	float: left;
	width: 60%;
	padding-right: 0.5em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.bidInfoRight {
	float: right;
	width: 40%;
	padding-right: 0.5em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.categoryItem .soldOut {
	text-align: right;
}
.bid {
	float: left;
	font-weight: bold;
}
.categoryItem .bid {
	float: right;
	text-align: right;
}
.vendor {
	float: left;
	font-weight: bold;
	width: 100%;
	margin: 0.2em 0;
}
.auctionMessage {
	margin-top: 0.625em;
	font-weight: bold;
}
.vendors {
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
}
.vendorInfo {
	margin-top: 0.75em;
	text-align: center;
} /* vendor page */

/* Main Attraction slider */
.bx-wrapper .bx-loading {
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
}
.bx-wrapper .bx-prev {
	background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-controls-auto .bx-start {
	background: url(../images/controls.png) -86px -11px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	background: url(../images/controls.png) -86px -44px no-repeat;
}
.bx-controls-direction {
	display: none;
}/* next and prev arrows*/
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: transparent;
}
.bx-wrapper .bx-pager {
	margin-bottom: -1.25em;
	padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	color: #000 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	color: #ccc !important;
}
ul.bxslider {
	margin-left: 0;
}
/* end Main Attraction slider */


/* Gallery - Item Details */

#bx-pager .ad-thumbs {
	margin-top: 0.25em;
}
.ad-gallery .ad-thumbs li a img {
	max-height: 2.65em;
	margin-top: 0.25em;
}
/* End Gallery - Item Details */


/* Nivo Popups - Item/Submit pages */

.nivo-lightbox-content {
	width: 70%;
	margin: auto;
}
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	box-shadow: 0 3px 3px rgba (0, 0, 0, 0.6);
}
#timing, #dutchexample, #bidding, #CVDhelp {
	font-size: 0.813em;
}
.nivo-lightbox-inline {
	border: 4px solid rgba (0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#smartbidHelp p {
	font-size: 0.875em;
}
#smartbidHelp h2 {
	font-size: 1.2em;
}
/* End Nivo Popups - Item/Submit pages */


/* About the Vendor */

.aboutVendor {
	text-align: center;
	padding: 0 0.5em 0.813em 0.5em;
}
.aboutVendorSm {
	width: 50%;
	float: right;
	margin: 0.2em 0 0.938em 0.938em;
	text-align: center;
	padding: 0 0.5em 0.813em 0.5em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.vendorLogo {
	margin: 0.500em 0;
}
.vendorLogo img {
	max-width: 90%;
	max-height: 10em;
}
.vendorName {
	font-size: 1.20em;
	font-weight: bold;
}
.vendorDetails {
	font-weight: bold;
	margin-bottom: 0.5em;
}
/* end About the Vendor */


.middlePromo {
	width: 100%;
	text-align: center;
}
.middlePromo img {
	max-width: 100%;
	margin-bottom: 0.938em;
}
.middlePromoLeft {
	float: left;
	width: 49%;
	text-align: right;
	margin: 0 1% 0 0;
}
.middlePromoRight {
	float: right;
	width: 49%;
	text-align: left;
	margin-left: 0 0 0 1%;
}
/* Item Details */

.itemBox {
	margin-bottom: 0;
	padding-bottom: 0.5em;
}
.itemTitle {
	/*border-bottom: 1px solid #CCC;*/
	font-size: 1.125em;
	font-weight: bold;
	padding: 0.188em 0.313em;
	text-align: center;
}
.itemboxQuestion {
	float: left;
	width: 50%;
	margin: 0.188em 0 1.5em 0;
	font-size: 100%;
}
p.ad-info {
	font-size: 80%;
}
.itemboxTellafriend {
	float: right;
	width: 50%;
	margin: 0.188em 0 1.5em 0;
	text-align: right;
}
.description, .description p {
	line-height: 1.2;
	font-size: 1em;
}
.watchlist {
	float: left;
	width: 100%;
	margin-top: 1em;
}
.watchlist img {
	vertical-align: middle;
}
.bidamount {
	float: left;
	width: 100%;
	padding: 0.250em 0 0 2%;
	margin-bottom: 0.313em;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-top: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
input.bidtextbox {
	width: 25%;
}
input.bidQuantityBox {
	width: 15%;
}
.caption {
	margin: 0.5em 0;
}
/* End Item Details */

.contentPage {
	width: 80%;
	line-height: 1.5;
}
/* Account Pages */

.userLinks {
	font-weight: bold;
	margin-bottom: 0.188em;
}
.certificates {
	float: left;
	margin-bottom: 1.25em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.certificates .title {
	margin: 0;
}
.certificates .row {
	border-bottom: 1px solid #ccc;
}
.cell, .certificates .cell {
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	padding: 0.313em;
}
/* end Account Pages */

.bidHistory, .selectedItems {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.bidHistory td, .bidHistory th, .selectedItems td, .selectedItems th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.313em 0.7em;
}
.bidHistory th, .selectedItems th {
	font-weight: bold;
	text-align: center;
}
/* Bid History and Watch List */

.bidHistoryTable {
	width: 100%;
}
.ui-widget {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	background: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #29426b;
	color: #333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #29426b;
	background-color: #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #29426b;
	color: #333;
}
.result_table {
	border-collapse: collapse;
	width: 100%;
}
.result_table, .result_table td, .result_table th {
	border: 1px solid #CCC;
}
.result_table th {
	background: #CCC;
	padding: 3px;
}
.result_table td {
	background: #FFF;
	padding: 3px;
}
/* End Bid History and Watch List */


/* SHOPPING CART */

.cart-table {
	float: left;
	margin-top: 0.5em;
	border: 1px solid #ccc;
	width: 100%;
}

.cart-table td {
	padding: 0.5em 0.325em;	
}

.cartItem {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0.5em 0 !important;
}

.cartItem2 {
	border-bottom: 1px solid #ddd;
}

.row.cartItem2 {
	padding-top: 0.75em !important;
	padding-bottom: 0.75em !important;
}

.cartItem {
	height: 9em;
}

.cart-heading, td.cart-heading {
	font-weight: bold;
	background: #ccc;
	padding-top: 0.325em !important;
	padding-bottom: 0.325em !important;
}
.cartItem .photo, .cartItem .title, .cartItem .dollar, .cartItem .cart-update, .cartItem .total {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cartItem .photo {
	text-align: center;
	padding: 0.5em;
}
.cartItem .photo img {
	max-width: 100%;
	max-height: 9em;
}
.cartItem .itemtitle {
	color: #333;
}
.cart-update input[type="image"] {
	vertical-align: middle;
}

.cart-table h2 {
	color: #333;
}
.cart-table .subtotal {
	background-color: #ddd;
	text-align: right;
	font-weight: bold;
	padding-top: 0.325em !important;
	padding-bottom: 0.325em !important;
}
.cart-total, .row.cart-total {
	background-color: #bebebe;
	font-weight: bold;
	padding-top: 0.325em !important;
	padding-bottom: 0.325em !important;
}
.cart-buttons a.button {
	margin-left: 5px;
}
/* END SHOPPING CART */


/* Site Admin */

.managerLoginBox {
	width: 31.250em;
	margin: 0 auto;
}

/* end Site Admin */


/* Skip to Main Content 
----------------------------------------------------*/

a.skip {
	position:absolute;
	left:0;
	top:-50px; 
	padding: 8px 12px;
	color: #fff !important;
	background: #58595b;
	display: inline-block;
	border-bottom-right-radius: 8px;
	z-index: 100;
}

a:focus.skip {
	left: 0px;
	top: 0px;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
	color: white;
}

.page-msg {
	text-align: center;
	color: #B30000;
	font-weight: bold;
}
.all-caps {
	text-transform: uppercase;
}

/* Popups
----------------------------------------------------*/

.ui-dialog-title, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #000 !important;
}




/* End popups */


/* up to 640px */
@media screen and (max-width: 40em) {
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.05em;
}
h3 {
	font-size: 0.88em;
}
h4, h5, h6 {
	font-size: 0.8em;
}
.content, .contentWide {
	padding-bottom: 0;
	font-size: 12px;
}
#timing, #dutchexample, #bidding, #CVDhelp {
	font-size: 1em;
}
.content ul li, .contentWide ul li {
	margin-bottom: 0.25em;
}
p, .itemboxQuestion, .itemTitle, .vendorTitle, .example, .description, .categoryList, .cart-table, .vendorList, ul, ol, select, .font-80 {
	font-size: 12px;
}
.description h2 {
	font-size: 14px;
}

.description h3 {
	font-size: 13px;
}
/* columns */

.sm-col-1 {
	float: left;
	position: relative;
	width: 8.33333%;
}
.sm-col-2 {
	float: left;
	position: relative;
	width: 16.66667%;
}
.sm-col-3 {
	float: left;
	position: relative;
	width: 25%;
}
.sm-col-4 {
	float: left;
	position: relative;
	width: 33.33333%;
}
.sm-col-5 {
	float: left;
	position: relative;
	width: 41.66667%;
}
.sm-col-6 {
	float: left;
	position: relative;
	width: 50%;
}
.sm-col-7 {
	float: left;
	position: relative;
	width: 58.33333%;
}
.sm-col-8 {
	float: left;
	position: relative;
	width: 66.66667%;
}
.sm-col-9 {
	float: left;
	position: relative;
	width: 75%;
}
.sm-col-10 {
	float: left;
	position: relative;
	width: 83.33333%;
}
.sm-col-11 {
	float: left;
	position: relative;
	width: 91.66667%;
}
.sm-col-12 {
	float: left;
	position: relative;
	width: 100%;
}
.hide-for-small, .middlePromo {
	display: none;
}
.leftCol {
	width: 90%;
	margin: 0.938em 5%;
}
.middleCol {
	width: 90%;
	margin: 0.938em 5%;
}
.rightCol {
	width: 90%;
	margin: 0.938em 5%;
}
.rightCol img {
	max-width: 100%;
	height: auto;
}
.filters {
	margin: 0 auto;
}
.categoriesLarge {
	display: none;
}
.categoriesSmall {
	float: right;
	width: 48%;
}
	
	
/* Right Column Region */
.region {
	float: left;
	width: 48%;
}
/*.region select {
		width: 100%;
		margin-bottom: 0.4em;	
	}*/

	/* End Right Column Region  */

	/* View All Vendors Right  */

.viewVendors {
	clear: both;
	width: 50%;
	margin: 0.313em auto 0.938em auto;
	background: #000;
	padding: 0.313em 0.188em;
	text-align: center;
}
.viewVendors a {
	color: #fff;
}
/* View All Vendors Right  */
	
.aboutVendor, .vendorTitle {
	width: 70%;
	margin: 0 15%;
	font-size: 80%;
}
.rightColPromo {
	display: none;
}
/* Featured Items  */

.bidInfo, .blocks, .auctionMessage {
	font-size: 90%;
}
.bidButton a, .buyButton a, .vendorPageButton a, backtoitemButton a {
	font-size: 1em;
}
.blocks {
	float: left;
	width: 50%;
}
/* End Featured Items  */

.pmtGateway {
	margin: 1.6em 0;
	text-align: left;
}
.mcAffee {
	margin: 1.2em 0;
	text-align: right;
}
.topLink {
	clear: both;
	width: 100%;
	margin: 0 0 -.25em 0;
	padding-top: 4em;
}/* link to top of page on mobile devices  */
footer ul {
	padding-bottom: 1em;
}
footer ul li {
	font-size: 11px;
	line-height: 2;
}
/* Nivo Popups - Item/Submit pages */
.nivo-lightbox-wrap {
	left: 5%;
	right: 5%;
	}
	.nivo-lightbox-content {
	width: 100%;
}
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 10px;
}
/* End Nivo Popups - Item/Submit pages */

.cart-table {
	font-size: 12px;
}


}


/* 641px to 980px */
@media screen and (min-width: 40.063em) and (max-width: 61.250em) {
	
	/* Nivo Popups - Item/Submit pages */
	.nivo-lightbox-wrap {
	left: 5%;
	right: 5%;
	}
	.nivo-lightbox-content {
	width: 90%;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-inline {
	padding: 10px;
	}
/* End Nivo Popups - Item/Submit pages */
	
}

/* 641px and up */
@media screen and (min-width: 40.063em) {
.hide-for-large {
	display: none;
}
.row {
	max-width: 100%;
	padding: 0;
}
.content {
	padding: 0 0.5% 4em 0.5%;
	font-size: 0.813em;
	min-height: 25em;
}
.contentWide {
	padding: 0.5em 0.5% 4em 0.5%;
	font-size: 0.813em;
	min-height: 25em;
}
.narrow {
	width: 80%;
	padding: 2em 0 0 10%;
}
.wide {
	width: 95%;
	padding: 2em 0 0 2.5%;
}
.leftCol {
	width: 18%;
	float: left;
	margin: 0.938em 0 3.0em 0;
}
.middleCol {
	width: 52.47%;
	float: left;
	margin: 0.938em 1.5%;
}
.rightCol {
	width: 26.53%;
	float: left;
	margin-top: 0.938em;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.rightCol img {
	max-width: 100%;
	height: auto;
}
.rightColPromo img {
	margin-bottom: 0.938em;
}
select.side-nav.categoriesSmall {
	display: none;
}
footer ul {
	padding-top: 0.5em;
}
/* Right Column RegionVendor */
.regionVendor {
	margin: 0 auto 0.938em auto;
}
.region {
	font-size: 0.875em;
	font-weight: bold;
}
.region form {
	margin: 0.188em 0;
	padding-bottom: 0.75em;
}
.region select {
	padding: 0.4em 0.4em;
	margin: 0 0.25em 0 0;
	width: 100%;
	font-size: 0.813rem;
}
	.region input[type="submit"] {	
		padding :0.45em 0.75em;
	}
	
/* End Right Column regionVendor */


}

/* 981px and up */
@media screen and (min-width: 61.313em) {
.loginform label, .passwordForm label {
	width: 20%;
}
.loginform input[type="text"], .loginform input[type="password"], .passwordForm input[type="text"], .passwordForm input[type="password"] {
	width: 50%;
}
	
	
}



@media screen and (min-width: 72.0em) {
.wrapper, .wrapperWhite {
	width: 1142px;
	border-left: solid #464b4f 5px;
	border-right: solid #464b4f 5px;
	border-bottom: solid #464b4f 5px;
}

}
