<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a.button { 
	background:#aaaaaa;
	color:#ffffff;
	padding:5px;
	border:1px solid #aaaaaa;
	margin-top:5px;
	font-weight:bold;
	border-radius:5px;
}

a.button:hover   {text-decoration:none;background:#dddddd;color:#000000}

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.btn.btn-default {
	background-color:#000000;
	color:#ffffff;
	padding:5px;
}

img, fieldset {
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	/*font: .81em/150% Arial, Helvetica, sans-serif;*/ /* Firefox not displaying .81em as 13px */
	font: 13px/150% Arial, Helvetica, sans-serif;
	color: #111;
	background: #fff;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
/*ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}*/

/*li {
	margin: 0 0 .5em 0;
	padding: 0;
}*/

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	max-width: 1200px; /*960px;*/
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/

#header {
	position: relative;
	height: 100%;
	margin-top: 1em;
}

#branding-top {
	position: relative;
	float: left;
	text-align: left;
	width: 12%;
	min-width: 180px;
	height: 100%;
}

/* site logo */
#site-logo {
	float: left;
	position: relative;
	/*top: 10px;*/
	width: 100%;
	max-width: 180px;
}

#site-logo a {
	text-decoration: none;
}

#site-logo img {
	max-width: 180px;
	padding: 0 0 .25em 0;
}

/* site tagline */
#site-tagline {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: blue;
	float: left;
	position: relative;
	display: none;
}

/* not using */ #connect-top {
	float: right;
	text-align: right;
	width: 59%;
	height: 100%;
	position: relative;
	botton: 1px;
	margin: .5%;
}

#contact-top {
	position: relative; 
	vertical-align: top;
	width: 67%;
	float: right;
	right: 10px;
	text-align: right;
	height: 50%;
	display: none;
}

#contact-top p#top-phone {
	font-size: 13px;
	margin: 3px;
	line-height: 1em;
	letter-spacing: 0em;
	text-align: right;
	font-weight: 700; /*500*/
}

#contact-top p#top-email { display: none;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0em;
	text-align: right;
	margin: 3px;
	font-weight: 700;
}

#social-top {
	position: relative;
	width: 60%;
	float: right;
	text-align: right;
	vertical-align: bottom; /* does nothing */
	padding-top: 3em;
	DISPLAY: NONE;
}

#social-top img {
	float: right;
	text-align: right;
	height: 35px;
}

ul.icon-only { display: none; }

ul.icon-full { display: inline-block; }
	
ul.icon-full li { 
	float: right;
	list-style-type: none;
	padding-right: 1em;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 200px;
}

#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	/* box shadow */
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
		-webkit-transition: width .7s;
		-moz-transition: width .7s;
		transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/

/*** See also extra_css/nav_menu.css ***/

/*nav#menu {clear: both;}*/



/************************************************************************************
CONTENT
*************************************************************************************/

#pub-content {
	background-color: #fff;
	/*background: url(images/b-interior-page.gif) repeat-y;*/
	/*margin: 20px 0 20px 20%;*/

	margin: 20px auto; /* RP 5-20 */

	padding: 0 20px;
	/*width: 70%;*/ /*940px;*/

	width: 90%; /* RP 5-20 */
	max-width: 1200px; /* RP 5-20 */
	height: 100%; /*calc(100% - 320px);*/ /* RP 5-20 */
	/*float: left;*/ /* RP 5-20 */
	/* rounded corner */
		/*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; */
	/* box shadow */
		/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

#content {
	background-color: #fff;
	/*background: url(images/b-interior-page.gif) repeat-y;*/
	margin: 0 0 20px 0;
	padding: 0 10px;
	max-width: 900px; /*640px;*/
	float: right;
	/* rounded corner */
		/*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; */
	/* box shadow */
		/*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);*/

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content ul {
	list-style: initial;
	margin: initial;
	padding: 0 0 1.2em 20px;
	
}

#content ul.bxSlider {
	padding: 0;
	
}


#intro { 
	float: left; 
	width: auto; 
	padding-left: 650px; 
	padding-top: 150px;
	*margin-right: 40px;
	text-align: justify;
	*width: 350px;
	}

.editItemCheckout:hover, .go:hover, .addtocart:hover, .continueShopping:hover, .previous:hover, .submitChanges:hover {
    background-color: #222 !important;
}

/********************************slideshow********************************/

#slideshow { 
	/*float: left; */ /* RP 5-20 */
	/*width: 500px;*/
	width: 100%; /* RP 5-20 */
	max-width: 1200px; /* RP 5-20 */
	/*margin-top: -5px;*/
	margin: 0 auto; /* RP 5-20 */
	}

 
#bigPic{
	float: left;
	width:600px;
/*	height:517px;
*/	padding:0px;
	/*border:1px solid #CCC;*/
	/*background-color:#FFF;*/
	margin-bottom:5px;
}

#bigPic img{
	position:absolute;
	display:none;
	width:600px;
/*	height:517px;
*/	*margin-left: -250px; /* ie hack */
	/*border:2px solid #000;*/
}

ul#thumbs li.active{
	/*border:1px solid #000; */
	background:;
	padding:0px;
	border-bottom: 4px dashed #000;
}

ul#thumbs, ul#thumbs li{
	margin:0 auto;
	padding:0;
	list-style:none;
}

ul#thumbs { margin-left: 5px; display: none; }

ul#thumbs li{
	float:left;
	/*display: inline;*/
	margin-right: 7px;
	margin-bottom:0;	
	padding:0px;
	cursor:pointer;
}

ul#thumbs img{
	/*float:left;*/
	width:55px;
	height:55px;
	line-height:55px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
****************************************/

/* h1.page-heading, h2.page-heading, h3.reg, h3.availProd {
	font-size: 20px;
	width: 100%;
	width: calc(100% + 40px);
	line-height: 55px;
	text-indent: 20px;
	color: #000;
	background: #c1d82f;
	position: relative;
	top: -20px;
	left: -20px;
	}
*/

/* post */
.post {
	margin-bottom: 1em;
}

.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}

.post-title a {
	text-decoration: none;
	color: #000;
}

.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

#index-boxes {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 0; /* 10 /1000 */
}

.index-box {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0;
	width: 29%;
	padding-top: 29%;
	margin: 2%;
	text-align: center;
	background: #fffdf8;
	/* rounded corner */
		/* -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; */
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#index-box-1, #index-box-2, #index-box-3 {
	margin: 0 auto;
	position: absolute;
	top: 0;
	padding: 1em;
	width: calc(100% - 2em);
	overflow: hidden;
}

#index-box-1 img, #index-box-2 img, #index-box-3 img {
	max-height: 100%;

	border: 0;
	/* rounded corner 
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
	/* box shadow 
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

/************************************************************************************
SIDEBAR
*************************************************************************************/

#sidebar-left {
	/*width: 280px;*/
	float: left;
	margin: 20px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget {
	background: #898989;
	margin: 0 0 20px;
	padding: 20px 20px;
	/* rounded corner */
		/*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
	/* box shadow */
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
		box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.widgettitle, .toggle-title {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	/*border-top: solid 1px #eee;*.
}

ul.topCats {
	margin: 0;
	padding: 0;
	/* These don't seem to do anything to help */
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

ul.topCats li {
	margin: 0;
	padding: 0;
	margin-top: -1em;
	list-style: none;
	clear: both;
	/*border-top: solid 1px #eee;*/
}

ul.topCats li:first-child {
	padding-top: 1em;
}

.catCell {width:33%;float:left;padding:right:12%;min-height:100px}

ul.sideSub li {
	margin: 0;
	margin-left: 2em;
	padding: 0;
	padding-top: .25em;
}

ul.sideSub li:first-child {
	padding-top: .5em;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}

.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

#footer-nav-alt { display: none; }

.toggle-arrow { display: none; }

.toggle-drop { display: block; }

/************************************************************************************
CAMEO EZ SPECIFIC
*************************************************************************************/

#sb-login input { margin: .5em 0; }

#CartOuter { margin: 0 auto; }

#CartOuter, #Cart.Cart {width:100%}
#Cart.Cart  th, #Cart.Cart  td {padding:3px}
.cart-btn {margin:0 8%}
#sidebarWrapper { text-align: left; font-weight: bold; }

.sublink { font-weight: 400; }

/* login */
#loginWrapper, #loginBanner, #loginBottom { width: 100%; clear: both; }

#loginBanner p { padding-bottom: 1em; }

#loginLeft { width: 50%; }

#loginLeft h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}

#loginRight { width: 50%; }

#loginLeft table { margin: 0 auto; }

#loginBottom p { 
	font-size: .8em;
	margin: 1em auto 0 auto;
	padding-top: 1em;
	
}

table.MainMfr { width: 100%; margin: 0 auto; text-align: center; }

.catCovers { width:30%;height:410px;margin-left:3%;float:left}
.catCovers img {width:100%}

.show-cat-public-item { width:32%;float:left }

.show-cat-fluid { width:100%}

div.cat_item	{
	height:500px;
	width: 220px;
	/*min-width:200px;
	max-width:260px;*/
	float:left;
	position:relative;
	margin:0 0px 0 5px;
	padding:0 5px 0 0;
	z-index: 300;
	}

div.cat_item div.cat_content_bottom {
	position:absolute; 
	bottom:0px
	z-index: 300;
	width: 100%;
	margin: 0 auto;
	}

div.cat_item div.cat_content_top {
	position:absolute;
	top:0px
	z-index: 300;
	}

/**********ShowCatGroup.tpl style**********/
div.group-wrapper {height:775px;}/*padding:15px 15px;*/
.group_item {margin:0}/* 15px}*/

.imgBoxStd, .imgBox {display:flex;align-items:center;justify-content:center;border:1px solid #adadad;width:100%; /*max-width:25vw;*/ /*height:400px; max-height:40vh;*/ height: 304px; text-align:center;vertical-align:middle;padding:1%;margin-bottom:15px}

.imgBoxStd {width:100%; /*height:400px;max-height:50vh*/ height: 100%; max-height: 304px;}

.imgBox img, .imgBoxStd img {max-width:100%; /*max-height:37vh*/}

.groupedItem.row {margin:0 10px;padding:2px 2px 0 2px}
.groupedItem:nth-child(odd) {background-color:#ededed}

a.group-link {text-decoration:underline}

.showGroupCol1, .showGroupCol2, .showGroupCol3 {float:left;height:40px;font-size:10px;line-height:12px;white-space:normal;padding:2px}
.showGroupCol1 a {white-space:manual;hyphens:auto; }
.showGroupCol1 a "-"::before {content: "&lt;wbr&gt;"}

.showGroupCol1 {width:1%;text-align:left}
.showGroupCol2 {width:71%;text-align:left}
.showGroupCol3 {width:27%;text-align:right}
/*************END ShowCatGroup.tpl style *****/


div.subCatLink {height: 250px !important; display: block;}

.subcatLinks {width:32%;float:left;margin-right:1%;height:250px !important}

ul.topCats {  -webkit-padding-start: 0px; }

table.popupStyle { width: 100%; } 

td#imgCell { width: 50%; float: left; }

td#descCell { width: calc(50% - 2em); float: right; text-align: left; padding: 0 1em; }


td#descCell p { text-align: left; }

#productsDisplay { margin: 0 auto; text-align: center; }

a.catName h3 { margin: 0 auto; text-align: center; color: #000; }

.shows { padding-bottom: 1.5em; }

#ShowItemPopupBody, #popupwrapper, .popupStyle, #cboxLoadedContent, #cboxOverlay, #cboxWrapper, #cboxContent, #colorbox, #cboxIframe {
	background: #fff;
}

a.popup { text-decoration: none; }

.show-item-popup h1, .show-item-popup h2 {
	text-align: left;
	width: 100%;
	color: #333;
}

.detail-pop-main-img {
	float: left;
/*	width: 45%; */
	text-align: center;
	margin: 15px auto;
	
}
.detail-pop-main-img img {
	max-width: 100%;
}
.detail-pop-alt-img, .detail-pop-product-info {
	/*float: right;*/
	margin: 0;
	padding: 0;
/*	width: 53%; */
}

.detail-pop-alt-img li {
	list-style-type: none;
	margin: 1%;
/*	width: 45%;*/ /*31%;*/
	max-width: 250px;
	display:block;
	float:left;
}

.detail-pop-alt-img li img {
	max-width: 100%;
}

/* alt img mouse-over */

	.AltImgPreview {
		height: auto;
		max-height:500px;
	}

	.AltImgThumb {
		/*width:205px;
		margin-right:3px;*/
	}

	.AltImgNormal {
		/*border:3px solid #000000;*/
	}

	.AltImgSelected {
		/*border:3px solid #ff0000;*/
	}

/* end alt img mouse-over */

/* Alt img test added by RP */

ul#alt-imgs {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#alt-imgs li {
	list-style-type:none;
	float: left;
	padding: 3px;
	z-index: 10000;
}

ul#alt-imgs li img {
	max-width: 75px;
}




/************************************************************************************
FOOTER
*************************************************************************************/

#footer {
	clear: both;
	/*color: #ccc;
	font-size: 85%;*/
	text-align: center;
	width: 100%;
	margin: 1em auto;
}

/*#footer a {
	color: #fff;
}*/

#pageLoad { display: none; }

/************************************************************************************
CLEARFIX
*************************************************************************************/

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { display: inline-block; }

.clearfix { display: block; zoom: 1; }

/************************************************************************************
slideshow (see also extra_css/jquery.bxslider.css)
*************************************************************************************/

ul.bxSlider, ol.bxSlider {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.bxSlider li {
	margin: 0;
	padding: 0;
}

ul.bxSlider img {
	/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

/******************************* BEGIN MEDIA QUERIES *******************************/

/* See also extra-css/media-queries.css */

/************************************************************************************
smaller than 1300
*************************************************************************************/

@media (max-width: 1366px) {
	div.group-wrapper {height:1175px}
	.showGroupCol1, .showGroupCol2, .showGroupCol3 {height:55px}
	div.imgBoxStd, div.imgBox {height:304px /*350px*/}
}

@media screen and (max-width: 1300px) {

/* pagewrap */
	#pagewrap {
		width: 95%;
	}

/* content */
	#content {
		width: 70%;
		padding: 0 2%;
	}

	#pub-content {
		width: 70%; /*96%;*/
		padding: 0 2%;
	}

/* sidebar */
	#sidebar-right {
		width: 25%;
	}

	#sidebar-right .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

/* login */
	#loginWrapper, #loginBanner { width: 100%; }

	#loginLeft { width: 50%; }

	#loginRight { width: 50%; }

	#loginLeft table { margin: 0 auto; }

}

/************************************************************************************
smaller than 1300
*************************************************************************************/

@media screen and (max-width: 1300px) {

/* pagewrap */
	#pagewrap { width: 100%;}

/* content */
	#pub-content {
		/*width: 65%;*/
		width: 96%;
		padding: 2%;
		padding-top: 0;
	margin: 20px 0 20px 2%;
	}

	#content {width: 75%;/*max-width: 640px;*//*padding-top: 3em;*/}

/* sidebar */
	#sidebar-right, #sidebar-left {width: 25%;/*width: 280px;*/}
	#sidebar-right .widget, #sidebar-left .widget {/*padding: 8% 7%;
		margin-bottom: 10px;*/
	}

/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

/* login */
	#loginWrapper, #loginBanner { width: 100%; }
	#loginLeft { width: 50%; }
	#loginRight { width: 50%; }
	#loginLeft table { margin: 0 auto; }
/* misc */
	#secure-content h1 { margin: .5em 0 1em 3em; }
}

@media only screen and (max-width: 641px) 
	.subcatLinks {width:49%}
	.show-cat-public-item {width:49%}

@media only screen and (max-width: 480px) {
	.subcatLinks {width:99%}
	.show-cat-public-item {width:99%}
	div.cat_item {height:300px}
}
</pre></body></html>