div.maxWidth
{
	width: 100%;
	text-align: center;
}

.centered
{
	margin: 0 auto;
}

.text-focus
{
	color: #0066D2;
}

select.color-select
{
	max-width: 100% !important;
	margin-bottom: 5px;
	display: block;
}

div.best-buy select.color-select
{
	display: inline-block;
}

div.part-table div.row.even
{
	background-color: #eeeeff;
}

div.part-table div.row.odd
{
	background-color: #fff;
}

div.part-table div.row.even:hover,
div.part-table div.row.odd:hover
{
	background-color: #FFFF99;
}

body
{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: 400;
	color: #212529;
	font-size: 1rem;
}

.modal-lg img
{
	max-width: 100%;
}

a
{
	color: #0056b3;	
}

a:hover
{
	color: #007bff;
    text-decoration: underline
}

.focusText
{
	font-size: 19px;
	color: #0066D2;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.retail-price
{
	font-size: 140%;
	font-weight: bold;
	color: #990000;
}

.freePart
{
	font-weight: bold;
	color: red;
}

.partTableSep
{
	width: 100%;
	height: 5px;
	background-color: #002F9D;
	border: 0;
}

.partTableHeader
{
	text-align: center;
	font-weight: bold;
	background-color: #0066D1;
	color: white;
	padding: 8px;
	margin-bottom: 5px;
}

tr.partTableRow:hover
{
	background-color: #FFFF99; 
}

tr.partTableRowEven
{
	background-color: #eeeeff;
}

tr.partTableRowOdd
{
	background-color: #ffffff;
}

td.partTableCell
{
	border-bottom: 1px dashed #999999;
	border-right: 1px dashed #BBBBBB;	
}

td.partTableCellLast
{
	border-bottom: 0;
	border-right: 1px dashed #BBBBBB;
}

img.partTableThumb
{
	float:left;
	width:120px;
	padding-right: 8px;
}

table.partTable
{
	border: 2px solid #ddd;
}

table.partTable th
{
	font-size: 20px;
	color: white;
	font-weight: bold;
	background-color: #002F9D;
	border: 2px solid #002F9D;
}

div.goBack
{
	margin-top: 12px;
	padding-left: 37px;
	height: 33px;
	background: transparent url(/common/images/back-arrow-32.png) no-repeat top left;
}

div.goForward
{
	margin-top: 12px;
	padding-right: 37px;
	height: 33px;
	text-align: right;
	background: transparent url(/common/images/forward-arrow-32.png) no-repeat top right;
}

div.goForward
{
	margin-top: 12px;
	padding-right: 37px;
	height: 33px;
	text-align: right;
	background: transparent url(/common/images/forward-arrow-32.png) no-repeat top right;
}

div.goForwardSmall
{
	margin-top: 12px;
	padding-left: 18px;
	height: 20px;
	font-size: 20px;	
	background: transparent url(/common/images/forward-arrow-16.png) no-repeat left center;
}

div.messageBox
{
	border: 1px solid #FFCF0F;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 15px;
	min-height: 46px;
	padding-top: 10px;
	padding-left: 48px;
}

div.errorBox
{
	background: #FFFFDE url(/common/images/warning-32.png) no-repeat 10px 10px;
}

div.successBox
{
	background: #FFFFDE url(/common/images/green-check-32.png) no-repeat 10px 10px;	
}

.updateCart
{
	margin-top: 8px;
	display: block;
	width: 171px;
	height: 33px;
	background: url(/common/images/update-cart.png) 0 0 no-repeat;
}

.updateCart:hover
{
	background-position: 0 -33px;
}

.continueShopping
{
	margin-top: 8px;
	display: block;
	width: 248px;
	height: 35px;
	background: url(/common/images/continue-shopping.png) 0 0 no-repeat;
}

.continueShopping:hover
{
	background-position: 0 -34px;
}

.checkout
{
	margin-top: 8px;
	display: block;
	width: 135px;
	height: 34px;
	background: url(/common/images/checkout.png) 0 0 no-repeat;
}

.checkout:hover
{
	background-position: 0 -34px;
}

.subtle
{
	font-size:80%; 
	color: #666666;
}

div.golden-bullet-text
{
	background: transparent url('/common/images/golden-bullet-32.png') no-repeat top left;
	text-align: left;
	min-height: 34px;
	width: 100%;
	font-weight: bold;
	font-size: 23px;
	padding-left: 34px;
}

div.super-pack
{
	background: transparent url('/common/images/big-box-32.png') no-repeat top left;
	text-align: left;
	min-height: 34px;
	width: 100%;
	font-weight: bold;
	font-size: 23px;
	padding-left: 34px;
}

div.mini-pack
{
	background: transparent url('/common/images/big-box-22.png') no-repeat top left;
	text-align: left;
	min-height: 34px;
	width: 100%;
	font-weight: bold;
	font-size: 23px;
	padding-left: 24px;
}

div.instock
{
	background: transparent url('/common/images/ups.png') no-repeat top left;
	color: #C32323;
	font-weight: normal;
	padding-left: 28px;	
	min-height: 31px;
}

.silver-dollar
{
	background: transparent url('/common/images/special-dollar-18.png') no-repeat top left;
	font-weight: normal;
	padding-left: 28px;			
}

.sale-part-notice
{
	background: transparent url('/common/images/red-sale-32.png') no-repeat top left;
	font-weight: bold;
	color: black;
	padding-top: 5px;
	padding-left: 34px;	
	height: 34px;
	margin-bottom: 8px;	
}

.question-div
{
	background: transparent url('/common/images/question-24.png') no-repeat top left;
	padding-left: 26px;
	height: 26px;
}

.warning-div
{
	background: transparent url('/common/images/warning-24.png') no-repeat top left;
	padding-left: 26px;
	height: 26px;
}

div.big-quote
{
	background: transparent url('/common/images/big-quote.jpg') no-repeat top left;
	padding-top: 30px;
	padding-left: 45px;
}

a.noul
{
	text-decoration: none;	
}

a.noul:hover
{
	text-decoration: underline;
}

div.blue-bullet-small
{
	background: url(/common/images/blue-ball-12.png) 0px 3px no-repeat;
	margin-top: 0;
	padding-top: 0;
	padding-left: 16px;
}

.text-dark-blue
{
	color: #2874a6 !important;
}

.border-dark-blue
{
	border-color: #2874a6 !important;
}

.navbar-expand-lg .navbar-nav .nav-link
{
	padding-left:1rem;
	padding-right:1rem;
}

#preview
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#tooltip
{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}

select.color-select + a,
div.select-info > a
{
	height: 38px;
	width: 100%;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

div#category-notes img,
div#category-main-text img
{
	max-width: 100%;
}

.btn-group-sm>.btn, .btn-sm
{
	font-size: 12px;
}