<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************
PRODUCT LEFT NAV
***********************************************************/

#product-leftnav
{
	float: left;
	width: 185px;
	padding-top: 10px;
}
#product-leftnav h5
{
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
}
#product-leftnav h5 a
{
	color: #3d638b;
	text-decoration: underline;
}
#product-leftnav h5 a:hover
{
	color: #000000;
}
#product-leftnav h6
{
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#product-leftnav h6 a
{
	color: #666666;
	text-decoration: none;
}
#product-leftnav h6 a:hover
{
	color: #000000;
}

/***********************************************************
PRODUCT LEFT NAV - MAIN PRODUCT CATEGORY LANDING PAGE
***********************************************************/

#product-leftnav-main
{
	float: left;
	width: 185px;
	padding-top: 0px;
	margin-top: -15px;
}
#product-leftnav-main h5
{
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 2px;
}
#product-leftnav-main h5 a
{
	color: #3d638b;
	text-decoration: none;
}
#product-leftnav-main h5 a:hover
{
	text-decoration: none;
}
#product-leftnav-main h6
{
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#product-leftnav-main h6 a
{
	color: #666666;
	text-decoration: none;
}
#product-leftnav-main h6 a:hover
{
	color: #000000;
}


/***********************************************************
PRODUCT MAIN CONTENT AREA
***********************************************************/

#product-content
{
	margin-left: 210px;
}
#product-content h1
{
	font-size: 24px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #3d638b;
}
#product-content h2
{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #8d8d8d;
}

#product-maincat-subtitle
{
	color: #666666;
	font-size: 18px;
}

.featured-categories
{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.product-grid-top
{
	color: #999999;
	background-color: #999999;
	margin-top: 20px;
	margin-bottom: 0px;
}

/***********************************************************
CATEGORY THUMBNAIL GRID
***********************************************************/

#category-grid-container
{
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 6px;
}

.category-grid-item
{
	display: inline-block;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	text-align: left;
	width: 212px;
}
.category-grid-item a, .category-grid-item a:hover
{
	text-decoration: none;
}
.category-grid-item h4
{
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	font-weight: bold;
}
.category-grid-item h5
{
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 10px;
	font-weight: normal;
	display: block;
}
.category-grid-item h5 a
{
	color: #666666;
}
.category-grid-item h5 a:hover
{
	color: #666666;
}

.category-grid-item-img
{
	display: table;
	width: 212px;
	height: 150px;
	background-position: center 2px;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
}
.category-grid-item-img img
{
	visibility: hidden;
}

#category-view-all
{
	text-align: center;
	padding-top: 20px;
}
#category-view-all a
{
	display: inline-block;
	background-color: #8d8d8d;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	height: 28px;
	padding-left: 16px;
	padding-right: 16px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
#category-view-all a:hover
{
	background-color: #000000;
	text-decoration: none;
}



/***********************************************************
SUB-CATEGORY THUMBNAIL GRID
***********************************************************/

#subcategory-grid-container
{
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 20px;
}

.subcategory-grid-item
{
	display: inline-block;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #999999;
	text-align: center;
	width: 210px;
	height: 242px;
}
.subcategory-grid-item:nth-child(4n+1)
{
	border-left: 0px solid #999999;
}
.subcategory-grid-item a, .category-grid-item a:hover
{
	text-decoration: none;
}

.subcategory-grid-item-table
{
	display: table;
	width: 100%;
	height: 32px;
	margin-bottom: 10px;
}

.subcategory-grid-item-title
{
	display: block;
	vertical-align: top;
	height: 50px;
	width: 100%;
}
.subcategory-grid-item-title h4
{
	font-size: 13px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 32px;
}
.subcategory-grid-item-title h4 a
{
	color: #3d638b;
}
.subcategory-grid-item-title h4 a:hover
{
	color: #3d638b;
}

.subcategory-grid-item-title h5
{
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 14px;
	padding-top: 4px;
}
.subcategory-grid-item-title h5 a
{
	color: #666666;
}
.subcategory-grid-item-title h5 a:hover
{
	color: #666666;
}

.subcategory-grid-item-img
{
	display: table;
	width: 210px;
	height: 200px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0px;
}
.subcategory-grid-item-img img
{
	visibility: hidden;
}


/***********************************************************
PRODUCT DETAILS PAGE
***********************************************************/

#product-page h1
{
	margin-top: 12px;
	margin-bottom: 0px;
}
#product-page h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

#product-catalog-pages
{
	font-size: 13px;
	color: #808080;
	padding-top: 20px;
	padding-left: 80px;
}

#download-catalog-pages
{
	display: inline-block;
	color: #666666;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	padding-left: 24px;
	background-image: url('/images/icon-pdf-24.png');
	background-position: left center;
	background-repeat: no-repeat;
}
#download-catalog-pages:hover
{
	color: #000000;
	text-decoration: none;
}

#product-page-left
{
	float: left;
	width: 490px;
}

#product-page-full;
{
	float: none;
	width: auto;
}

#product-page-thumbnails
{
	float: left;
	width: 68px;
	margin-top: 25px;
}

.product-page-thumbnails-up
{
	opacity: 0.0;
	filter: alpha(opacity=100);
	display: inline-block;

	position: absolute;
	margin-top: -18px;
	width: 68px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	background-color: #a1a1a1;
	text-decoration: none;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.product-page-thumbnails-up:hover
{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

.product-page-thumbnails-down
{
	opacity: 0.0;
	filter: alpha(opacity=100);
	display: inline-block;

	position: absolute;
	margin-top: 5px;
	width: 68px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	background-color: #a1a1a1;
	text-decoration: none;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.product-page-thumbnails-down:hover
{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

.product-page-thumbnails-col
{
	width: 68px;
	height: 472px;
	overflow: hidden;
}

.product-page-thumbnails-inner
{
	width: 68px;
}

#product-page-center
{
	position: absolute;
	margin-left: 90px;
	margin-top: 25px;
	width: 400px;
	height: 480px;
}

#product-page-selections
{
	margin-left: 500px;
}

.product-slideshow-thumb
{
	display: block;
	margin-top: 5px;
	height: 50px;
	border: 2px solid #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}
.product-slideshow-thumb:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.product-slideshow-thumb-on
{
	display: block;
	margin-top: 5px;
	height: 50px;
	border: 2px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.product-slideshow-thumb img, .product-slideshow-thumb-on img
{
	height: 50px;
	margin: 0px auto;
	visibility: hidden;
}

#product-page-image-hover
{
	position: absolute;
	width: 400px;
	height: 480px;
	z-index: 80;
	cursor: none;
}

#prouct-page-image-zoom
{
	position: absolute;
	width: 200px;
	height: 200px;
	z-index: 75;
	border: 1px solid #999999;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: none;
	background-color: #ffffff;
}

#product-page-images
{
	width: 400px;
	height: 480px;
}
.product-slideshow-image
{
	display: table;
	vertical-align: middle;
	align: center;
	width: 400px;
	height: 480px;
	text-align: center;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.product-slideshow-image img
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	visibility: hidden;
}

#product-page-captions
{

}

.product-image-caption
{
	position: absolute;
	height: 0px;
	overflow: hidden;
	width: 380px;
	max-width: 100%;
	text-align: center;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.product-image-caption-on
{
	position: absolute;
	width: 380px;
	max-width: 100%;
	text-align: center;
	height: auto;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.product-image-caption-left
{
	margin: 0px auto;
	display: inline-block;
	text-align: center;
	color: #3d638b;
	line-height: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

.product-image-caption-model
{
	font-weight: bold;
}

.product-image-caption-right
{
	display: inline-block;
	float: right;
	width: 150px;
	padding-left: 20px;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ff9900;
}

#product-page-description
{
	clear: both;
	padding-top: 80px;
	padding-right: 10px;
}

/******************************************************
* PRODUCT OPTION SELECTION FEATURE
* built August 2016
******************************************************/

#product-options div, #product-options td
{
	color: #3d638b;
}

.product-options-item-title
{
	max-width: 428px;
	cursor: default;
	position: relative;
	display: block;
}

.product-options-item-hover-box
{
	float: right;
	display: inline-block;
	width: 100px;
	height: 15px;
	margin-right: 30px;
}

.product-options-item-hover
{
	position: absolute;
	margin-top: -50px;
	-moz-box-shadow: 1px 1px 10px #333333;
	-webkit-box-shadow: 1px 1px 10px #333333;
	box-shadow: 1px 1px 10px #333333;
	background-color: #ffffff;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 77;
}

#product-options-models
{
	width: 280px;
	text-align: center;
	padding-bottom: 2px;
}

.product-options-models-label
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 1px;
}

.product-options-models-label-note
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	display: inline-block;
	padding-left: 10px;
}

.product-options-table
{
	width: 100%;
	-moz-box-shadow: 4px 4px 8px #cccccc;
	-webkit-box-shadow: 4px 4px 8px #cccccc;
	box-shadow: 4px 4px 8px #cccccc;
}
.product-options-table tr:nth-child(odd)
{
	background: #ebebeb;
}
.product-options-table tr:nth-child(even)
{
	background: #ffffff;
}
.product-options-table td
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	line-height: 12px;
}

.product-options-category
{
	padding-right: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.product-options-category-label
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;
}

.product-options-item-left
{
	display: block;
}
.product-options-item-right
{
	display: block;
}

.product-options-item-table
{
	margin-left: 10px;
}

.product-options-item-table td
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #666666 !important;
	vertical-align: top;
}

.red-asterik, .red-asterisk
{
	color: #cc0000;
}

#product-asterik, #product-asterisks
{
	padding-top: 12px;
	padding-bottom: 6px;
}

#product-options-asterik-text, #product-options-asterisk-text
{
	font-size: 11px;
	color: #999999;
}

#product-options-result
{
	width: 320px;
	border-top: 1px solid #000000;
}
#product-options-result h3
{
	margin: 0px;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
}

.product-options-code-container
{
	display: block;
}

#product-options-code-quickship
{
	float: right;
	display: none;
}

.product-options-display-code
{
	display: inline-block;
	border: 1px solid #c9d7d7;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	min-width: 180px; 
}

#product-options-action
{
	float: left;
	width: 110px;
	padding-left: 10px;
	padding-top: 12px;
}

.product-options-discounts-table
{
	width: 320px;
	border: 0px;
	margin-top: 6px;
}
.product-options-discounts-table th
{
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	color: #999999;
}
.product-options-discounts-table td
{
	text-align: right;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	color: #999999 !important;
}

#product-options-each
{
	float: right;
	width: 180px;
	text-align: right;
	padding-right: 0px;
	padding-top: 32px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.product-options-cost
{
	display: inline-block;
	padding-right: 10px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 8px;
}

.product-options-each-label
{
	display: inline-block;
	width: 32px;
	text-align: left;
}

#product-options-total
{
	border-top: 1px solid #c9d7d7;
	padding-top: 8px;
}

.product-options-cost-total
{
	display: inline-block;
	padding-right: 10px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 8px;
}

.product-options-qty-block
{
	display: block;
	border: 1px solid #c9d7d7;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	margin-top: 2px;
	text-align: center;
}

.product-options-qty-less
{
	float: left;
	display: inline-block;
	width: 32px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #c9d7d7;
	font-size: 20px;
	color: #3d638b;
}
.product-options-qty-less:hover
{
	text-decoration: none;
	color: #000000;
}

.product-options-qty-more
{
	float: right;
	display: inline-block;
	width: 32px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #c9d7d7;
	font-size: 20px;
	color: #3d638b;
}
.product-options-qty-more:hover
{
	text-decoration: none;
	color: #000000;
}

.product-options-display-qty, .product-options-display-qty:active
{
	display: inline-block;
	border: 0px;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #3d638b;
	width: 32px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 0px !important;
}

.product-options-qty-add
{
	margin-top: 10px;
	display: block;
	text-align: center;
	background-color: #3d638b;
	border: 1px solid #c9d7d7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	height: 28px;
	line-height: 28px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;	
}
.product-options-qty-add:hover
{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

.product-options-qty-add-disabled
{
	margin-top: 10px;

	display: block;
	text-align: center;
	background-color: #3d638b;
	border: 1px solid #c9d7d7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	cursor: url('/images/icon-cursor-no.png'), default;
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.product-options-qty-add-disabled:hover
{
	background-color: #3d638b;
	color: #ffffff;
	text-decoration: none;
}

#bubble-please-complete
{
	visibility: hidden;
	position: absolute;
	margin-left: -154px;
	margin-top: -14px;
}

.product-options-accessory
{
	padding-top: 8px;
	display: none;
}

#product-options-imprintable
{
	padding-top: 130px;
	padding-left: 20px;
}

#product-options-quickship-label
{
	float: left;
}

#product-options-quickship-description
{
	margin-left: 110px;
	padding-top: 15px;
	height: 35px;
	font-size: 11px;
	line-height: 12px;
	color: #3d638b;
}

/******************************************************
* Product page bottom - tabbed content
******************************************************/

#product-page-bottom
{
	clear: both;
	padding-top: 30px;
}

#product-page-tabs
{
	display: block;
	height: 40px;
	background-image: url('/images/product-page-tab-line.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #999999;
}

.product-page-tab
{
	float: left;
	display: inline-block;
	width: 160px;
	height: 39px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: center;
	font-size: 12px;
	line-height: 39px;
}
.product-page-tab a
{
	display: block;
	text-align: center;
	height: 39px;
	color: #3d638b;
	text-decoration: none;
	background-color: #ebebeb;
}
.product-page-tab a:hover
{
	color: #3d638b;
	text-decoration: none;
	background-color: #ffffff;
}

.product-page-tab-on
{
	float: left;
	display: inline-block;
	width: 160px;
	height: 36px;
	border-top: 4px solid #3d638b;
	border-right: 1px solid #999999;
	text-align: center;
	font-size: 12px;
	line-height: 33px;
}
.product-page-tab-on a
{
	display: block;
	text-align: center;
	height: 36px;
	color: #3d638b;
	text-decoration: none;
	background-color: #ffffff;
}
.product-page-tab-on a:hover
{
	color: #3d638b;
	text-decoration: none;
	background-color: #ffffff;
}

#product-page-tab-usa
{
	background-image: url('/images/tab-made-in-usa.png');
	background-position: 25px center;
	background-repeat: no-repeat;
	padding-left: 32px;
}

#product-page-tab-content-box
{
	clear: both;
}

.product-page-tab-content
{
	padding: 20px;
}

.document-list-content
{
}
.document-list-content a
{
	display: block;
}
.document-list-content a:hover
{
}

.qs-yellow
{
	color: #ff9900 !important;
}

.qs-blue
{
	color: #66ccff !important;
}

#added-to-cart-outer
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 120px;
	z-index: 145;
	display: none;
}

#added-to-cart
{
	position: relative;
	margin: 0px auto;
	border: 2px solid #3d638b;
	width: 320px;
	text-align: left;
	-moz-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}
#added-to-cart h3
{
	display: block;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	height: 36px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3d638b;
}

#added-to-cart-close
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#added-to-cart-content
{
	padding: 20px;
	background-color: #ffffff;
	text-align: center;
}

#added-to-cart-items
{
	padding-bottom: 10px;
	text-align: left;
}

.product-image-download-container
{
	display: inline-block;
	padding-top: 6px;
	line-height: 22px;
	height: 22px;
}

.product-image-download
{
	font-size: 10px;
	font-weight: bold;
	color: #000066;
}

#product-request-more
{
	display: inline-block;
	float: right;
	padding-top: 6px;
	text-align: right;
}

.product-delivery-note
{
	display: none;
	padding: 10px;
}

.product-delivery-alert
{
	color: #c45502 !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#product-page-buildlist
{
	position: relative;
	display: block;
	text-align: left;
}

.product-page-buildlist-item
{
	margin: 0px auto;
	display: inline-block;
	width: 90px;
	height: 110px;
	font-size: 9px;
	line-height: 12px;
	color: #3d638b;
	text-align: center;
}

.product-page-buildlist-img
{
	width: 90px;
	height: 90px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.quickship-table
{
	min-width: 80%;
}
.quickship-table th
{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 2px;
}
.quickship-table td
{
	padding: 2px;
}

#checkout-inquiry-note
{
	display: inline-block;
	padding-right: 30px;
	line-height: 48px;
	color: #3d638b;
}

.disabled-0
{
	background-color: #dddddd !important;
}

.disabled-1
{
}

#custom-code-bad
{
	display: none;
	color: #990000 !important;
	padding: 8px;
	font-size: 12px !important;
	line-height: 14px !important;
}

#custom-code-incomplete
{
	display: none;
	color: #990000 !important;
	padding: 8px;
	font-size: 12px !important;
	line-height: 14px !important;
}

.tight-spacer
{
	display: block;
	height: 6px;
	clear: both;
}
</pre></body></html>