<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img.img_left {
	float: left;
	margin: 0 10px 10px 0;
}
img.img_right {
	float: right;
	margin: 0 0 10px 10px;
}

/* DOWNLOADS AREA */

#mainarea .files, .files {
	list-style: none;
}

#mainarea .files li, .files li {
	padding: 0 0 10px 0;
	background: none;
	list-style: none !important;
}

#mainarea .files li .icon, .files li .icon {
	display: block;
	width: 16px;
	float: left;
	margin-right: 10px;
}
.main-content .files img, .files img {
	border: none;
	vertical-align: middle !important;
}

#mainarea .files li .file_info, .files li .file_info {
	float: left;
	width: 300px;
}

#mainarea .files li .file_info p, .files li .file_info p {
	font-size: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

#mainarea .files li .file_info p a, .files li .file_info p a {
	font-weight: bold;
}

#mainarea .files li .file_info p.description, .files li .file_info p.description {
	font-size: 90%;
}

img.no_border {
	border: none;
}

/* swatches */

#swatches {}
#swatches .swatch {}
#swatches .swatch h3 { font-size: 1.2em; }
#swatches .swatch .swatch_colours {}
#swatches .swatch .swatch_colour { float: left; width: 160px; margin-bottom: 8px; }
#swatches .swatch .last_row { margin-bottom: 0; }
#swatches .swatch .swatch_colour_colour { width: 48px; height: 30px; float: left; border: 1px solid #eaebec; }
#swatches .swatch .swatch_colour_name { float: left; display: block; width: 77px; padding-left: 13px; padding-top: 8px; font-size: 90%; }

/* end swatches */

ul.slideshow, ul.slideshow_without_height_match { list-style: none; }

/* Calendar */

p.calendar_controls {
	font-weight: bold;
	font-size: 130%;
}
p.calendar_controls img {
	vertical-align: middle;
}
table.calendar {
	color: #939598;
	font-size: 0.8em;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 100%;
}
table.calendar a {
	color: #000;
}
table.calendar a {
	display: block;
	overflow: hidden;
}
table.calendar a:hover {
	cursor: pointer;
}
table.calendar th {
	width: 97px;
	padding: 4px;
	margin: 0;
	background: #fff;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
table.calendar td {
	position: relative;
	margin: 0;
	padding: 12px 4px 4px 4px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: top;
	background: #fff;
	width: 14%;
}
table.calendar td div.limit {
	position: relative;
	width: 100%;
	min-height: 50px;
}
table.calendar td.last {
	border-right: none;
}
table.calendar td.not_this_month {
	background-color: #efefef;
}
table.calendar td.holiday {
	background-color: #FFC;
}
table.calendar td span.time img {
	margin: -2px 2px 0 0;
}
table.calendar td span.day {
	position: absolute;
	margin: -12px 0 0 -4px;
}

/* VIDEO */

img.embed_snippet_icon {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

/* MISC */

.smaller {
	font-size: 80%;
}
.larger {
	font-size: 120%;
}

.hidden_wrap {
	position: absolute;
}

/* cart */

.cart_table .delete_link {
	display: inline-block;
	height: 17px;
	width: 17px;
	background: url(/images/del.png);
}

.cart_table .delete_link span {
	display: none;
}


/* SEARCH RESULTS */

.search_results ol {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style: decimal;
}
.search_results li {
	margin: 0 0 6px 0;
}
.search_results li a {
	text-decoration: none;
}
.search_results li a:hover {
	text-decoration: underline;
}
.search_results li p {
	margin: 0;
	padding: 0;
}</pre></body></html>