/* Generated 2023-12-28 10:32:15 by combine_css.pl */
/***** classes.css *****/
/* Id: classes.css,v 1.7 2014/02/09 19:39:32 cmanley Exp  */

.nowrap {
	white-space: nowrap;
}





.box ul {
	padding-left: 5px;
}

	.box ul li {
		line-height: 1.6em;
	}

.box hr {
	background-color: #4c3015;
	border: 0;
	height: 1px;
	margin: 1em 0;
	opacity:0.25; filter:alpha(opacity=25);
	padding: 0;
}

.box td.boxCartTableAmount {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.box td.boxCartTableDescr {
	text-align: left;
}



div.advert {
	background-color: #f7f3ed;
	border: 1px solid #ecb16d;
	margin: 10px 0;
}

	div.advertImage {
		position: relative;
		top: 0;
		left: 0;
		overflow: hidden;
	}

		div.advertImageCaptionBg {
			background-color: #4c3015;
			position: absolute;
			bottom: 0;
			left: 0;
			filter:alpha(opacity=50);
			opacity: 0.5;
			-moz-opacity:0.5;
		}

		div.advertImageCaptionFg {
			color: #fff;
			font-weight: bold;
			line-height: 1em;
			margin: 0.5em 0.5em;
		}


	div.advertText {
		margin: 5px 5px;
	}

	div.advertText p:first-child { /* doesn't work in IE6 */
		margin-top: 0;
	}

	div.advertText p:last-child { /* doesn't work in IE6 */
		margin-bottom: 0;
	}

		p.advertTextHeader {
			color: #000;
			font-weight: bold;
		}






/* Labels with icons used by FormCtl for validating forms. */
label.fctl {
	padding-left: 22px; /* To leave room for the icon */
}
label.fctlRequired {
	background-image: url(/js/fctl/required.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
label.fctlProblem {
	background-image: url(/js/fctl/problem.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
label.fctlComplete {
	background-image: url(/js/fctl/complete.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
/* Dummy classes:
label.fctlRequired {}
label.fctlStatus {}
*/






fieldset.form {
	background-color: #f7f3ed;
	border: 1px solid #4c3015;
	padding: 0.5em 1em;
	margin: 0;
	position: relative;
}

fieldset.form legend {
	background: #4c3015 url(/img/fieldsetLegend.gif) repeat-x left top;
	border: 1px solid black;
	color: white;
	padding: 0 1em 1px 1em;
	margin: 0;
}

fieldset.form label * {
	vertical-align: middle;
}

fieldset.form div.header {
	background-color: #fc3;
	border: 1px solid #b87333;
	color: #4c3015;
	font-style: italic;
	font-weight: bold;
	padding: 0 0.3em;
	text-align: left;
}

fieldset.form div.header a {
	font-style: normal;
	font-weight: normal;
}

fieldset.form table.rowHoverHighlights tr:hover {
	background-color: #fffaeb;
}




div.products {
}

	div.products h1 {
		margin-top: 0;
		margin-bottom: 0;
	}

	div.products h2 {
		margin: 0;
	}

	div.products > div:first-child { /* doesn't work in IE6 */
		padding-top: 0;
	}

	div.products div.hr {
		background: url(/img/products-hr.png) no-repeat bottom center;
		height: 10px;
	}

	div.products div.pageNav {
		background-color: #f7f3ed;
		border-top: 1px solid #ecb16d;
		border-bottom: 1px solid #ecb16d;
		color: #4c3015;
		text-align: center;
	}

		div.products div.pageNav a {
			color: #4c3015;
		}


	div.ProductRow {
		padding: 10px 0;
	}

		td.ProductRowPhoto {
			overflow: hidden;
			text-align: center;
			width: 100px;
		}

			td.ProductRowPhoto img {
				display: block;
				_height: 100px;
				margin: auto;
				max-height: 100px;
				max-width: 100px;
			}

		td.ProductRowDetails {
			word-wrap: break-word;
		}

			div.ProductRowTitle {
				font-weight: bold;
			}

			div.ProductRowMore {
				background-color: #e8526b;
				color: white;
				font-weight: bold;
			}

		td.ProductRowAddToCart {
			min-width: 100px;
			width: 100px;
		}

			div.ProductRowPrice {
				color: red;
				font-size: 1.15em;
				font-weight: bolder;
			}

			div.ProductRowOldPrice {
				color: #999;
			}

			td.ProductRowAddToCart img {
				cursor: pointer;
			}

		div.ProductRowDescription {
			max-width: 500px;
			word-wrap: break-word;
		}




p.ProductWarning {
	border: 2px solid #fc3;
	padding: 2px;
	background-color: white;
}





table.cart { /* http://www.somacon.com/p141.php */
	background-color: #f7f3ed;
	/*border-collapse: collapse;*/
	border: 1px solid #4c3015;
	empty-cells: show;
	width: 100%;
}

	table.cart tfoot {
		background-color: #f7f3ed;
	}

	table.cart tfoot .vat {
		color: #999;
		font-style: italic;
	}

	table.cart thead th {
		background: #4c3015 url(/img/fieldsetLegend.gif) repeat-x left top;
		border-right: 1px solid #4c3015;
		color: white;
		font-weight: normal;
		text-align: center;
	}

	table.cart > thead > tr > td:last-child {
		border-right: 0;
	}

	table.cart > tbody > tr > td {
		border-right: 1px solid #c6ccac;
		border-bottom: 1px solid #c6ccac;
	}

	table.cart tbody tr > td:last-child {
		border-right: 0;
	}

	table.cart tbody input {
		text-align: right;
	}

	table.cart > * > tr > th, table.cart > * > tr > td {
		padding: 1px 2px;
		vertical-align: top;
	}


/* Exceptions for cart in confirm page: */
fieldset.form table.cart {
	border: 0;
}
	fieldset.form table.cart > tbody tr > td:first-child {
		border-left: 1px solid #c6ccac;
	}
	fieldset.form table.cart > tbody tr > td:last-child {
		border-right: 1px solid #c6ccac;
	}






input[readonly="readonly"], input[readonly] {
	background-color: ThreeDFace;
	border: 1px solid #7f9db9;
	padding: 2px;
}

input[name="postalcode"] {
	text-transform: uppercase;
}




img.zoomable {
	cursor: url(/img/magnify.cur), pointer;
}






.tree {
	/*float: left;
	width: 158px;*/
	overflow: hidden;
}


.tree ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.tree ul.folderOpen {
	border-top: 1px solid #e3dfda;
	border-bottom: 1px solid #e3dfda;
	background-color: white;
}

.tree ul li {
	background-position: 2px 6px;
	background-repeat: no-repeat;
	padding-left: 12px;
	line-height: 18px;
}

.tree ul li.folderOpen {
	background-image: url(/img/tree/arrow_open.gif);
}

.tree ul li.folderClosed {
	background-image: url(/img/tree/arrow_closed.gif);
}

.tree ul li.level1 {
	padding-left: 24px;
	background-position: 14px 6px;
}


.tree ul li a {
	color: #4c3015;
	text-decoration: none;
	padding-right: 4px;
}

.tree ul li a:hover {
	text-decoration: underline;
}

.tree ul li.leafActive, .tree ul li.folderOpen a {
	font-weight: bold;
}






.faq { /* container for whole FAQ entity. */
	margin-bottom: 1em;
}

.faqArrowsAndQuestion {
	cursor: pointer;
}

.faqArrowsAndQuestion:hover {
	text-decoration: underline;
}

.faqArrows {
	float: left;
	margin-right: 6px;
}

.faqArrowOpen {
	background: url(/img/faq/arrow_open.gif) no-repeat bottom;
}

.faqArrowClosed {
	background: url(/img/faq/arrow_closed.gif) no-repeat bottom;
}

.faqArrowOpen, .faqArrowClosed {
	height: 1em;
	width: 7px;
}

.faqQuestion {
	color: #4c3015;
	font-weight: bold;
}

.faqAnswer {
	background-color: #f7f3ed;
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
}

.faqAnswer *:first-child { /* doesn't work in IE6 */
	margin-top: 0;
}

.faqAnswer *:last-child { /* doesn't work in IE6 */
	margin-bottom: 0;
}



table.checkoutBar {
	margin-bottom: 1em;
}
tr.checkoutBarLine {
	background: url(/checkout/img/checkoutBar/hline.gif) repeat-x top left;
	height: 11px;
}
tr.checkoutBarLine td {
	height: 11px;
}
tr.checkoutBarLine td.current {
	background: url(/checkout/img/checkoutBar/bullet.png) no-repeat top center;
}
tr.checkoutBarLine td.start {
	background: url(/checkout/img/checkoutBar/vline-start.png) no-repeat top center;
}
tr.checkoutBarLine td.start_current {
	background: url(/checkout/img/checkoutBar/vline-start-bullet.png) no-repeat top center;
}
tr.checkoutBarLine td.end {
	background: url(/checkout/img/checkoutBar/vline-end.png) no-repeat top center;
}
tr.checkoutBarLine td.end_current {
	background: url(/checkout/img/checkoutBar/vline-end-bullet.png) no-repeat top center;
}

tr.checkoutBarLabels {
	color: #8c8c8c;
}
tr.checkoutBarLabels td.current {
	color: black;
}



/***** ids.css *****/
/* Id: ids.css,v 1.3 2014/10/18 00:21:49 cmanley Exp  */

/*
+--------------------- page --------------------+
|+------------------- header ------------------+|
||                                             ||
|+---------------------------------------------+|
|+------------------ menubar -----------------+|
||                                             ||
|+---------------------------------------------+|
|+----------------main ------------------------+|
||+-mainLeft-+---- mainCenter ----+-mainRight-+||
|||          |                    |           |||
|||          |                    |(optional) |||
|||          |                    |           |||
|||          |                    |           |||
|||          |                    |           |||
||+----------+--------------------+-----------+||
|+---------------------------------------------+|
|+------------------ footer -------------------+|
||                                             ||
|+---------------------------------------------+|
+-----------------------------------------------+

*/

div#page {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}




	div#header {
		height: 80px;
		overflow: hidden;
		position: relative; left: 0; top: 0;
		text-align: center;
	}

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

			div#headerMsg span {
				background-color: InfoBackground;
				border: 1px solid InfoText;
				color: InfoText;
				font-size: 1em;
				padding: 0 0.5em;
			}

	table#menubar {
		background: #4a4c40 url(/img/menubar/bar.gif) repeat-x left top;
		color: white;
		overflow: hidden;
	}

		div#menu {
			overflow: hidden;
		}

			div#menu a {
				background: url(/img/menubar/off.gif) repeat-x left top;
				border-right: 1px solid #bcb1a7;
				color: white;
				display: block;
				float: left;
				font-weight: bold;
				line-height: 22px;
				overflow: hidden;
				text-align: center;
				text-decoration: none;
				text-shadow: 1px 1px 3px black;
				width: 120px;
			}

			div#menu a:hover {
				background:  url(/img/menubar/on.gif) repeat-x left top;
				text-decoration: none;
			}

		span#menubarWelcome {
			font-size: 1.5em;
			font-style: italic;
			line-height: 20px;
			margin: 0 5px;
			overflow: hidden;
			white-space: nowrap;
		}


	table#main {
		overflow: hidden;
		width: 100%;
	}

		td#mainLeft {
			background: repeat-y left; /* season based url set in template */
			overflow: hidden;
			padding: 0 10px 0 5px;
			width: 240px; /* excludes padding */
		}

		td#mainCenter {
			background-color: white;
			padding: 10px 0px;
			overflow: hidden;
			/* 500 or 750px wide */
		}

		td#mainCenter > *:first-child { /* doesn't work in IE6 */
			margin-top: 0;
		}

		td#mainCenter > *:last-child { /* doesn't work in IE6 */
			margin-bottom: 0;
		}

		td#mainRight {
			background: repeat-y right; /* season based url set in template */
			overflow: hidden;
			padding: 0 5px;
			padding: 0 5px 0 10px;
			width: 240px; /* excludes padding */
		}





	div#footer {
		background-color: #ffcc33;
		color: #4c3015;
		font-size: 0.8em;
		padding: 0.25em 0.5em;
	}



#errorTable {
	background-color: white;
	border: 1px solid red;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
}

	#errorMessageCell {
		background-color: white;
		color: red;
	}



/***** base.css *****/
/* Id: base.css,v 1.1 2017/01/31 04:20:32 cmanley Exp  */
/* Based on http://www.richinstyle.com/masterclass/perfection.html */

/* Elements */

/* Fonts - change 'Verdana, Arial, Helvetica, sans-serif' to your preferred font */
ADDRESS, BLOCKQUOTE, BODY, BUTTON, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, INPUT, MENU, OL, P, SELECT, TD, TH, UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ADDRESS, BLOCKQUOTE, BODY, BUTTON, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FIELDSET, FORM, INPUT, MENU, OL, P, SELECT, TD, TH, UL {
	font-size: 11px;
}


/* Real styles */

A {
	cursor: pointer;
}

A:link {
	color: blue;
	background: transparent;
	text-decoration: none;
}


A:visited {
	color: blue;
	background: transparent;
	text-decoration: none;
}


A:active {
	color: green;
	background: transparent;
	text-decoration: none;
}


A:hover {
	text-decoration: underline;
}




ADDRESS {
	margin: 0em 0% 0em 0%;
	font: italic 1em/1.3 Verdana, Arial, Helvetica, sans-serif;
}


BIG {
	font-size: 1em;
}


BLOCKQUOTE {
	margin: 0em 0% 0em 0%;
	line-height: 1.3;
}


BODY {
	/*background-color: white;*/
	font-size: 1em;
	line-height: 1.3;
	cursor: default;
}


BUTTON {
	cursor: auto;
}


CAPTION {
	margin: 0em 0% 0em 0%;
	line-height: 1.3;
}


CODE {
	font-size: 1em;
	font-family: monospace;
}
 /* To avoid overriding boldness/italicity by using font */

DIV {
	margin: 0em 0% 0em 0%;
	line-height: 1.3;
}


DD {
	margin: 0em 0% 0em 0%;
	line-height: 1.3;
}


DL {
	margin: 0em 0% 0em 0%;
}


DT {
	margin: 0em 0% 0em 0%;
	line-height: 1.3;
}

H1, H2, H3, H4, H5, H6 {
	line-height: 1.3;
	/*margin: 0em 0 0em 0;*/
}
/*
H1 {
	background-color: #f7f3ed;
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	color: #4c3015;
	font-size: 2em;
	padding-left: 0.2em;
}
*/
H1 {
	font-size: 2em;
	color: #4c3015;
	text-shadow: 0.05em 0.05em 0.2em #ccc;
}
/*
H2 { font-size: 1.5em; }
H3 { font-size: 1.15em ; }
H4 { font-size: 1em; }
H5 { font-size: 0.85em; }
H6 { font-size: 0.67em; }
*/
H2 {
	font-size: 1.25em;
	color: #b87333;
	text-shadow: 0.05em 0.05em 0.2em #eee;
}
H3 { font-size: 1.15em; }
H4 { font-size: 1em; }
H5 { font-size: 0.85em; }
H6 { font-size: 0.67em; }

/*
H1, H2, H3, H4, H5, H6 {
	color: #4c3015;
	line-height: 1.3;
	margin: 0em 0 0em 0;
}
H1 { font-size: 1.25em; text-shadow: 1px 1px 3px #ccc; }
H2 { font-size: 1.15em; }
H3 { font-size: 1em ; }
H4 { font-size: 0.85em; }
H5 { font-size: 0.67em; }
H6 { font-size: 0.5em; }
*/


HR {
	margin: 0em 0% 0em 0%;
}


HTML {
	background: white;
}

IMG {
	border: 0;
}

INPUT {
	cursor: auto;
}


KBD {
	font: 1em monospace;
}


LI {
	margin: 0em 0% 0em 0%;
	line-height: 1.3;
}


OL {
	margin: 0em 0% 0em 5%;
	list-style: decimal;
}


UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {
	list-style: lower-alpha;
}


OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {
	list-style: lower-roman;
}


OL OL OL OL {
	list-style: decimal;
}


P {
	margin: 1em 0% 1em 0%;
	line-height: 1.3;
}


PRE {
	margin: 0em 0% 0em 0%;
	font: 1em/1.3 monospace;
}


SAMP {
	font: 1em monospace;
}


SMALL {
	font-size: 1em;
}


SUB {
	font-size: 1em;
}


SUP {
	font-size: 1em;
}


TD {
	line-height: 1.3;
}


TEXTAREA {
	cursor: text;
}


TH {
	font: bold 1em/1.3 Verdana, Arial, Helvetica, sans-serif;
}


TT {
	font: 1em monospace;
}


UL {
	list-style: disc;
	margin: 0em 0% 0em 5%;
}


UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {
	list-style: circle;
}


OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {
	list-style: square;
}


UL UL UL UL {
	list-style: disc;
}



/***** ../box/box.css *****/
/* Id: box.css,v 1.2 2011-08-03 23:37:31 cmanley Exp 
See http://www.grsites.com/folders/
Used by smarty_block_box function.
*/

.box {
	margin: 10px 0;
}

.boxtopleft, .boxtopmid, .boxtopright {
	/* var height */
}

.boxtopleftcaptionless, .boxtopmidcaptionless, .boxtoprightcaptionless .boxbotleft, .boxbotmid, .boxbotright  {
	height: 9px;
}

.boxtopleftcaptionless .boxtopleft, .boxtopright, .boxtoprightcaptionless .boxmidleft, .boxmidright, .boxbotleft, .boxbotright  {
	width: 9px;
}

.boxtopleft {
	background: url(/box/top-left.png) no-repeat top right;
}

.boxtopleftcaptionless {
	background: url(/box/top-left-captionless.png) no-repeat top right;
}

.boxtopmid {
	background: url(/box/top-mid.png) repeat-x top left;
	color: #4c3015;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	padding-bottom: 2px;
	text-align: center;
	text-shadow: 0.05em 0.05em 0.2em #eee;
}

.boxtopmid a {
	color: #4c3015;
	text-decoration: none;
}

.boxtopmidcaptionless {
	background: url(/box/top-mid-captionless.png) repeat-x top left;
}

.boxtopright {
	background: url(/box/top-right.png) no-repeat top left;
}

.boxtoprightcaptionless {
	background: url(/box/top-right-captionless.png) no-repeat top left;
}

.boxmidleft {
	background: url(/box/mid-left.png) repeat-y top right;
}

.boxmidmid {
	background: url(/box/mid-mid.png) repeat top left;
	color: #4c3015;
	font-size: 11px;
	padding-top: 0.5em;
}

.boxmidmid > *:first-child { /* doesn't work in IE6 */
	margin-top: 0;
}

.boxmidmid > :last-child { /* doesn't work in IE6 */
	margin-bottom: 0;
}

.boxmidright {
	background: url(/box/mid-right.png) repeat-y top left;
}

.boxbotleft {
	background: url(/box/bot-left.png) no-repeat top right;
}

.boxbotmid {
	background: url(/box/bot-mid.png) repeat-x top left;
}

.boxbotright {
	background: url(/box/bot-right.png) no-repeat top left;
}



