.ui-widget {
	font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 11px;
}

body {
	color: #000;
	margin: 0px;
	font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

br {
	margin: 1em;
	display: block;
	content: "";
}

#storeLogo {
	margin-top: 1em;
}

#storeLogo img {
	width: 328px;
	height: 100px;
}

#bodyWrapper {
	max-width: 90%;
	margin: 0 auto;
}

.ui-widget {
	font-size: unset;
}
.ui-widget-header {
	height: unset;
}

#header {
	grid-column: 1/3;
}
.top-bar {
	grid-column: 1/3;
}

#bodyContent {
	grid-column: 1/3;
	overflow: hidden;
}
#columnLeft {
	padding-top: 5px;
	grid-column: 1/3;
}
.footer {
	grid-column: 1/3;
}

@media screen and (min-width: 768px) {
	#bodyWrapper {
		max-width: 90%;
		display: grid;
		grid-template-columns: 25% 75%;
		grid-template-rows: repeat(4, min-content);
		gap: 2em;
	}

	#header {
		grid-column: 1/3;
		grid-row: 1/2;
	}
	.top-bar {
		grid-column: 1/3;
		grid-row: 2/3;
	}

	#bodyContent {
		grid-column: 2/3;
		grid-row: 3/4;
		overflow: hidden;
	}
	#columnLeft {
		padding-top: 5px;
		grid-column: 1/2;
		grid-row: 3/4;
	}
	.fifty-fifty {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	.full {
		width: 100%;
	}
	.half {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.fifty-fifty {
		display: flex;
		flex-direction: row;
	}
	.half {
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	#bodyWrapper {
		max-width: 1024px;
	}
}

.swiper-container img {
	width: 100%;
	object-fit: cover;
}

#headerShortcuts {
	float: right;
	margin-top: 15px;
}

.infoBoxContainer {
}

.infoBoxHeading {
	padding: 2px;
	font-size: 13px;
}

.infoBoxContents {
	padding: 5px;
	font-size: 13px;
	line-height: 1.5;
}

.contentContainer {
	padding-bottom: 10px;
}

.contentContainer h2 {
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

.contentText,
.contentText table {
	padding: 5px 0 5px 0;
	font-size: 11px;
	line-height: 1.5;
}

.pictureFrame {
	background: url(https://web.archive.org/web/20211130134753im_/http://sohc4shop.com/catalog/images/MylesK1_opt.jpg)
		no-repeat top center;
	padding: 5px 0 5px 0;
	font-size: 11px;
	width: 600px;
	line-height: 1.5;
}

.productListTable {
	padding: 5px;
	font-size: 11px;
	line-height: 1.5;
}

.productListTable tr.alt td {
	background-color: #ecf6fc;
}

.fieldKey {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	width: 150px;
}

.fieldValue {
	font-size: 11px;
	line-height: 1.5;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

#piGal ul {
	list-style-type: none;
}

#piGal img {
	-webkit-box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
	margin-left: -30px;
}

.buttonSet {
	clear: both;
}

.buttonAction {
	float: right;
}

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.errorBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #70d250;
	text-decoration: underline;
}

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
	background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}

A.headerNavigation {
	color: #ffffff;
}

A.headerNavigation:hover {
	color: #ffffff;
}

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #bbc3d3;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}

.infoBox {
	background: #b6b7cb;
}

.infoBoxNotice {
	background: #ff8e90;
}

.infoBoxNoticeContents {
	background: #ffe6e6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #bbc3d3;
	color: #ffffff;
}

TD.infoBox,
SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TR.accountHistory-odd,
TR.addressBook-odd,
TR.alsoPurchased-odd,
TR.payment-odd,
TR.productListing-odd,
TR.productReviews-odd,
TR.upcomingProducts-odd,
TR.shippingOptions-odd {
	background: #f8f8f9;
}

TR.accountHistory-even,
TR.addressBook-even,
TR.alsoPurchased-even,
TR.payment-even,
TR.productListing-even,
TR.productReviews-even,
TR.upcomingProducts-even,
TR.shippingOptions-even {
	background: #f8f8f9;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}

.productListingHeader {
	table-layout: fixed;
	color: #ffffff;
	font-weight: bold;
}

.productListingHeader A:hover {
	color: #ffffff;
}

.productListingData {
	table-layout: fixed;
}

A.pageResults {
	color: #0000ff;
}

A.pageResults:hover {
	color: #0000ff;
	background: #ffff33;
}

.purchase-button-group {
	width: 100%;
	display: flex;
	gap: 10px;
}

.button {
	width: 50%;
	background-color: #e88930;
	border: 2px solid #e88930;
	border-radius: 100px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	transition: all 500ms;
}

.button:hover {
	text-decoration: none;
	background-color: transparent;
	color: #e88930;
}
