<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;*/
}

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 */
}

strong { font-weight: bold; }

em, i { font-style: italic; }

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

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

body {
	background: #b9d0b3 url(images/bgtest6.jpg);
	/*font: .81em/150% Arial, Helvetica, sans-serif;*/ /* Firefox not displaying .81em as 13px */
	font: 13px/150% Arial, Helvetica, sans-serif;
	color: #333333;
}

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

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
	line-height: 1.7em;
}

/* 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;
}

/* 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;
}

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

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

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

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

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

#branding-top {
	position: relative;
	float: left;
	text-align: left;
	width: calc(100% - 320px);
	height: 100%;
}

/* site logo */
#site-logo {
	float: left;
	position: relative;
	/*top: 10px;*/
	width: 250px;
}

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

#site-logo img {
	max-height: 80px;
	padding: 0 0 10px 0;
}

/* site tagline */
#site-tagline {
	font: italic bold 10px courier, "Times New Roman", Times, serif;
	color: #111;
	/*float: left;*/
	position: relative;
	/*display: none;*/
}

#site-tagline h2 {
	margin-top: 1px;
	word-spacing: -4px;
}

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

#contact-top {
	position: relative; 
	verticle-align: top;
	width: 320px;
	float: right;
	right: 10px;
	text-align: right;
	height: 50%;
}

#contact-top p {
	line-height: 1.3em; 
}

#contact-top p#top-phone {
	font-size: .9em;
	margin: 3px;
	line-height: 1em;
	letter-spacing: .06em;
	text-align: right;
	font-weight: 700;
}

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

#social-top {		position: relative;
	width: 300px;
	float: right;
	text-align: right;
	verticle-align: bottom; /* does nothing */
	/*bottom: 10px;*/
	/*padding-top: 3em;*/
}

#social-top img {
	float: right;
	text-align: right;
	height: 24px;
	padding: 0 1em;
}

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
*************************************************************************************/

#content {
	background: #fff;
	margin: 20px 0 20px;
	padding: 20px 30px;
	width: 900px;
	float: right; /* change to "right" for left-hand sidebar (and adjust margins) */
	/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	/* 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; 
}

/* 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-1, #index-box-2, #index-box-3 {
	/*position: relative;*/
	list-style: none;
	overflow: hidden;
	width: 32%; /*265 /1000 */
	float: left;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#index-box-1 {
	margin: 0 auto;
}

#index-box-2 {
	margin: 0 2%;
}

#index-box-3 {
	margin: 0 auto;
}

#index-box-1 img, #index-box-2 img, #index-box-3 img {
	display: block;
	height: auto;
	width: 99%;
	margin: 1%;
	border: 0;
	/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	/* 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-boxes, #index-box-1, #index-box-2, #index-box-3 { display: none; }

.page-title, #regContainer h3.reg, #regContainer h1.reg, h1#forgot-pw-heading, #searchResultsHeading h1, #breadcrumb h1 {
	font-family: courier, arial, helvetica, sans-serif;
	font-size: 2em !important;
	font-weight: normal !important;
	color: #111;
	margin: 0 0 .5em 0;
	text-transform: uppercase
}

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

#sidebar-left {
	width: 275px;
	float: left;
	margin: 20px 10px 0 0;
}

#sidebar-right {
	width: 300px;
	float: right;
	margin: 20px 0 20px;
}

.widget {
	background: #fff;
	margin: 0 0 20px;
	padding: 20px 20px;
	/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	/* 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 1em;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.toggle-title h1  {
	margin: 0 0 1em;
	padding: 0;
	font-size: 1.1em;
	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;*/
	font-size: 1.1em;
	line-height: 1.6em; /* RP 7-4-18 */
}

/* 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; }

#sidebar-intro p {
	text-align: justify;

}

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

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

#CartOuter { margin: 0 auto; }


#sidebarWrapper { text-align: left; font-weight: bold; }

.sublink { margin-left: 2em; }

/* 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%; max-width: 800px; margin: 0 auto; text-align: center; }

div.cat_item	{
	height:490px;
	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;
	}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {left:50%;top:300px}
ul.topCats {  -webkit-padding-start: 0px; }

table.popupStyle { width: 100%; vertical-align: top; position: relative; } 

td#imgCell { width: 50%; float: left; vertical-align: top; }

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


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

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

.shows { 
	/*margin:2%;
	width:43%;
	float:left; */
	padding-bottom: 2em;
}

a.catName h3 { 
	text-align: center; 
	font-size: 1em;
	white-space: nowrap;
	margin-top: -1em;
}

table.Cart img { max-height:75px; }

#pageLoad { display: none; }

.show-item-popup { background-color: #fff; width: 97%; float: left; margin: 0 auto; padding-left: 3%; }

.detail-pop-main-img { width: 50%; float: left; }

.detail-pop-product-info { width: 50%; float: left; }

.cat_item img { border: solid #111 4px; }

.show-item-popup h1, .show-item-popup h2 {
	text-align: center;
	width: 100%;
}

.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: 31%; 
	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 */


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

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

#footer-social-links {	DISPLAY: NONE;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#footer-social-links ul {
	margin: 0 auto;
	display: inline-block;
}

#footer-social-links li {
	list-style-type: none;
	float: left;
}

#footer-social-links img {
	max-height: 40px;
	padding: 0 8px;
}



/************************************************************************************
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: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
}


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

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

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

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


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

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

/* sidebar */
	#sidebar-left {
		width: 24%;
	}

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

	#sidebar-intro p {
    		margin: 0 0 1em;
		line-height: 1.25em;	
	}

/* 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; }

}


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

.detail-pop-main-img { width: 100%; float: left; }

.detail-pop-product-info { width: 100%; float: left; }

}
</pre></body></html>