/* Generated 2010-05-29 02:17:00 by combine_css.pl */
/***** ../box/box.css *****/
/* $Id
See http://www.grsites.com/folders/
Used by smarty_block_box function.
Requires a skin.
*/

.box {
	margin: 10px 0;
}

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

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

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

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

.boxtopmid {
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	padding-bottom: 2px;
	text-align: center;
}

.boxmidmid {
	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;
}




/***** ../box/cool/skin.css *****/
/* $Id
This is a styled box class.
*/

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

.boxtopmid.cool {
	background: url(/box/cool/top-mid.png) repeat-x top left;
	color: white;
	text-shadow: #333 1px 1px 2px;
}

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

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

.boxmidmid.cool {
	background: url(/box/cool/mid-mid.png) repeat top left;
	color: black;
}

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

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

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

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



/***** ../box/warm/skin.css *****/
/* $Id
This is a styled box class.
*/

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

.boxtopmid.warm {
	background: url(/box/warm/top-mid.png) repeat-x top left;
	color: white;
	text-shadow: #333 1px 1px 2px;
}

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

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

.boxmidmid.warm {
	background: url(/box/warm/mid-mid.png) repeat top left;
	color: black;
}

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

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

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

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



/***** base.css *****/
/* Id: base.css,v 1.1 2009/10/07 17:45:21 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, 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, 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: blue;
	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;
	color: black;
	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 {
	color: #dc241f;
	line-height: 1.3;
	/*margin: 0em 0 0em 0;*/
}
H1 {
	background-color: #fff7f7;
	border-top: 1px solid #dc241f;
	border-bottom: 1px solid #dc241f;
	font-size: 2em;
}
H2 { font-size: 1.5em; }
H3 { font-size: 1.15em ; }
H4 { font-size: 1em; }
H5 { font-size: 0.85em; }
H6 { font-size: 0.67em; }


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




/***** classes.css *****/
/* Id: classes.css,v 1.4 2010-05-29 00:16:52 cmanley Exp  */

div.panelMenu, div.panelSearch, div.panelNews, div.panelCart {
	margin: 10px 0;
	padding: 5px;
}

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

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

	div.panelMenuCaption, div.panelSearchCaption, div.panelNewsCaption, div.panelCartCaption {
		font-weight: bolder;
		margin: -5px -5px 5px -5px;
		padding: 0 5px;
		text-align: center;
	}


div.panelMenu {
	background-color: #ced9ea;
	border: 1px solid #0f3677;
}

	div.panelMenuCaption {
		background-color: #0f3677;
		color: #fff;
	}

	div.panelMenu ul {
		padding-left: 5px;
	}

	div.panelMenu li {
		color: black;
	}

	div.panelMenu a {
		color: black;
	}

	div.panelMenu a:hover {
		background-color: #ced9ea;
	}


div.panelSearch {
	background-color: #fdd7d6;
	border: 1px solid #dc241f;
}

	div.panelSearchCaption {
		background-color: #dc241f;
		color: #fff;
	}

	div.panelSearch hr {
		background-color: #dc241f;
		border: 0;
		height: 1px;
		margin: 0 -5px;
		padding: 0;
	}


div.panelNews {
	background-color: #fdd7d6;
	border: 1px solid #dc241f;

}
	div.panelNewsCaption {
		background-color: #dc241f;
		color: #fff;
	}



div.advert {
	/*background-color: #0f3677;*/
	background-color: #f7faff;
	border: 1px solid #999;
	margin: 10px 0;
}

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

		div.advertImageCaptionBg {
			background-color: #0f3677;
			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;
		}




div.bannerSide { /* contains banner ad in background image */
	border: 1px solid #999;
	margin: 10px 0;
	overflow: hidden;
	text-align: center;
}




div.panelCart {
	background-color: #ced9ea;
	border: 1px solid #0f3677;
}

	div.panelCartCaption {
		background-color: #0f3677;
		color: #fff;
	}





/* 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: #ced9ea;
	border: 1px solid #0f3677;
	padding: 0.5em 1em;
	margin: 0;
	position: relative;
}

fieldset.form legend {
	background-color: #0f3677;
	border: 1px solid #000;
	color: #fff;
	padding: 0 1em;
	margin: 0;
}

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






.nowrap {
	white-space: nowrap;
}





div.ProductRows {
	/*background-color: yellow;*/
}

	div.ProductRowsPageNav {
		background-color: #f7faff;
		border-top: 1px solid #b8c9e5;
		border-bottom: 1px solid #b8c9e5;
		color: #0f3677;
		text-align: center;
	}

		div.ProductRowsPageNav a {
			color: #0f3677;
		}

	div.ProductRow {
		/*background-color: green;*/
		border-bottom: 1px dashed black;
		padding-top: 10px;
		padding-bottom: 10px;
	}

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

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

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


		td.ProductRowDescription {
			overflow: hidden;
		}

			div.ProductRowTitle {
				font-weight: bold;
			}

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

		td.ProductRowAddToCart {
			width: 100px;
		}

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

			div.ProductRowOldPrice {
				color: #999;
			}

			td.ProductRowAddToCart img {
				cursor: pointer;
			}







table.cart { /* http://www.somacon.com/p141.php */
	background-color: #f7faff;
	border: 0 hidden transparent;
	border: 1px solid transparent; /* IE7 IE8? */
	_border: 1px solid white; /* IE6 */
	border-collapse: collapse;
	empty-cells: show;
}

	table.cart tfoot {
		/*background-color: #fdd7d6;*/
		background-color: #ced9ea;
	}

	table.cart thead th {
		background-color: #ced9ea;
		font-weight: normal;
		text-align: center;
	}

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

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

	table.cart tbody th, table.cart tbody td, table.cart thead th, table.cart thead td {
		border: 1px dotted #ccc;
		_border: 1px solid #ccc; /* IE6 */
	}





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



.box hr.search {
	background-color: #dc241f;
	border: 0;
	height: 1px;
	margin: 1em 0;
	opacity:0.3; filter:alpha(opacity=30);
	padding: 0;
}



/***** error.css *****/
/* $Id */

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

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



/***** ids.css *****/
/* Id: ids.css,v 1.2 2010-05-29 00:16:52 cmanley Exp  */

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

*/

div#page {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 1000px; /* Fits in a maximized 1024 pixel wide browser. */
}




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

		div#headerMsgCookie {
			margin: 5px auto;
			text-align: center;
		}

			div#headerMsgCookie span {
				border: 1px solid #e2b5d0; /* light pink */
				color: #fff;
				font-size: 1em;
				font-weight: bold;
				padding: 0 0.5em;
			}

		div#headerMsgTest {
			position: absolute;
			left: 394px;
			bottom: 5px;
			margin: 0 auto;
			text-align: center;
		}

			div#headerMsgTest span {
				border: 1px solid red;
				background-color: #cfc;
				color: red;
				font-size: 1em;
				font-weight: bold;
				padding: 0 0.5em;
			}






	div#hmenubar {
		/*background: #fff url('/img/hmenubar/bg.jpg') no-repeat top right;*/
		background: #fff url('/img/hmenubar/bg.png') repeat-x;
		border-top: 1px solid #b8c9e5;
		border-bottom: 1px solid #b8c9e5;
		overflow: hidden;
		height: 22px; /* needed for IE6 */
	}

		span#hmenubarWelcome {
			color: #dc241f;
			font-size: 1.5em;
			line-height: 21px;
			margin-left: 5px;
			overflow: hidden;
			white-space: nowrap;
			width: 500px;
		}

		table#hmenubarMenu {
			border-collapse: collapse;
			float: right;
			height: 22px;
		}

			table#hmenubarMenu td {
				border-left: 1px solid #b8c9e5;
				border-right: 1px solid #b8c9e5;
				margin: 0;
			}

			table#hmenubarMenu a {
				background: url('/img/hmenubar/btn-bg.png') repeat-x;
				color: #000;
				display: block;
				height: 22px;
				line-height: 22px;
				text-align: center;
				width: 110px;
			}

			table#hmenubarMenu a:hover {
				background: url('/img/hmenubar/btn-bg-on.png') repeat-x;
				text-decoration: none;
			}

		div#hmenubarLogo {
			float: right;
			height: 22px;
			width: 24px;
		}

			div#hmenubarLogo a:hover, div#hmenubarLogo img:hover {
				background: url('/img/hmenubar/btn-bg-on.png') repeat-x;
			}

			div#hmenubarLogo img {
				display: block;
				border: 0;
			}






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

		td#mainLeft {
			background: #e8edf5 url('/img/mask-v-trans-to-white.png') repeat-y right;
			_background: #e8edf5; /* lte IE6 */
			overflow: hidden;
			padding: 0 5px;
			width: 240px; /* excludes padding */
		}

		td#mainCenter {
			background-color: white;
			padding: 10px 5px;
			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: #e8edf5 url('/img/mask-v-white-to-trans.png') repeat-y left;
			_background: #e8edf5; /* lte IE6 */
			overflow: hidden;
			padding: 0 5px;
			width: 240px; /* excludes padding */
		}





	div#footer {
		background-color: #b8c9e5;
		color: #fff;
		font-size: 0.8em;
		padding: 0.25em 0.25%;
	}

	div#footer a {
		color: #fff;
	}




