/*-------------------------------------------------------------------- elements */

/*------------------------------------------------ global */

body
{
	margin: 0px;
	padding: 0px;
	float: none;
	text-align: center;
	font-size: 76%;
	font-family: verdana, sans-serif;
	font-weight: 400;
	background-color: #B0B295;
	color: #20201D;
	background-image: url(/navimg/hd-body-bg1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


form {display: inline; }

hr
{
	clear: both;
	height: 1px;
	border: 0px;
	margin: 0 0 16px 0;
	color: #868871;
	background-color: #868871;
}

div.break
{
	height: 1px;
	clear: both;
	width: 99%;
	margin: 0 0 16px 0;
	background-color: transparent;
}

.sub 
{
	font-size: 0.8em;
}

code { font-size: 1.1em; }

a { text-decoration: none; color: #1236B4; }
	a:visited { color: #543654; }
	a:hover {}
	a:active {}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, sans serif;
	color: #5a5b51;
}

h1
{
	font-size: 1.8em;
	line-height: 0.8em;
	border-bottom: #878871;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 0.9em;}


/*------------------------------------------------ banner */
#banner
{
	position: absolute;
	/*position: relative to insert before wrapper, absolute for under wrapper*/
	height: 346px;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 0px;
	z-index: 1;
	overflow: hidden;
	background-image: url(/navimg/hd-logo-bg2b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*------------------------------------------------ wrapper */
#wrapper
{
	width: 790px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	z-index: 100;
	text-align: left;
	background-color: transparent /*#c7c7ae*/;
	overflow: auto;
	border-width: 0px;
	/*border-style: solid;
	border-color: #96977f;*/
	overflow: auto;
}

/*------------------------------------------------ logo */
#logo
{
	width: 100%;
	height: 75px;
	background-color: transparent;
}

/*------------------------------------------------ top nav */
div#topnav
{
	position: absolute;
	left: 0px;
	top: 118px;
	width: 780px;
	height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-size: 0.9em;
	line-height: 0.8em;
}

	div#topnav ul
	{
		list-style: none;
		margin: 0px; 
		padding: 0px;
	}
	
		div#topnav li 
		{
			float: right;
	border-color: #878872;
	border-width: 1px 1px 0 1px;
	border-style: solid;
		}
		
			div#topnav li a, div#topnav li a:visited
			{
				display: block;
				margin: 0px;
				padding: 4px 16px 4px 16px;
				color: #c2c2ac;
				background-color: #878872;
			}
							
				div#topnav li a:hover
				{
					color: #68695B;
					background-color: #A1A291;
				}
	
				div#topnav li a:active {}
	
		div#topnav li a.on, div#topnav li a.on:visited
		{
			color: #7F806D;
			background-color: #c2c2ac;
		}
	
			div#topnav li a.on:hover {}
	
			div#topnav li a.on:active {}
			
/*------------------------------------------------ side nav */

div#sidenav
{
	display: inline;
	float: right;
	width: 149px;
	font-size: 0.9em;
	line-height: 0.9em;
	margin: 100px 20px 0 0px;
	background-color: transparent;
}

	div#sidenav ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		div#sidenav ul ul
		{
			
		} /* extra indenting for sub pages */
	
		div#sidenav li 
		{
			
		}
		
			div#sidenav li a, 
						div#sidenav li a:visited
			{
				display: block;
				padding: 5px 5px 5px 10px;
				/*background-image: url(/navimg/genl-sn7-spot.gif);
							background-repeat: no-repeat;
							background-position: 0px 7px;*/
				background-color: #C2C2AC;
		border-color: #A8AA90;
		border-width: 1px;
		border-style: solid;
				color: #878871;
			}
					div#sidenav li li a, 
					div#sidenav li li a:visited /* less padding for sub pages*/
					{
						text-align: right;
						padding: 3px 5px 3px 20px;
						color: #878871;
					}
							
				div#sidenav li a:hover,
				div#sidenav li li a:hover
				{ 
					color: #68695B;
					background-color: #A1A291;
					/*background-image: url(/navimg/genl-sn7-spot-on.gif); */
				} 
	
				div#sidenav li a:active {}
	
				div#sidenav li a.on, 
				div#sidenav li a.on:visited, 
				div#sidenav li.nestopen a.neston, 
				div#sidenav li.nestopen a.neston:visited
				{ 
					color: #c2c2ac;
					background-color: #878872;
					/*background-image: url(/navimg/genl-sn7-spot-on.gif); */
				}
	
					div#sidenav li a.on:hover {}
	
					div#sidenav li a.on:active {}


	div#sidenav h1, 
			div#sidenav h2, 
			div#sidenav h3, 
			div#sidenav h4, 
			div#sidenav h5, 
			div#sidenav h6
	{
		margin: 10px 0px 0px 0px;
		text-align: left;
		border-bottom: #878872;
		border-width: 0 0 1px 0;
		border-style: none none solid none;
	}

	div#sidenav h1 {}
	
	div#sidenav h2 {}

	div#sidenav h3 {}
	
	div#sidenav h4 {}
	
	div#sidenav h5 {}
	

/*--------------- sidebar */

	#sidebar
	{
		line-height: 1.1em;
		color: #707160;
		width: 149px;
	}
		div#sidebar a, 
		div#sidebar a:visited
		{ display: inline; }
		
		div#sidebar h1,
		div#sidebar h2,
		div#sidebar h3,
		div#sidebar h4
		{ border: none;}

			div#sidebar h1 {}
			div#sidebar h2 {}
			div#sidebar h3 {}
			div#sidebar h4 {}
		
		div#sidebar p {  }

		div#sidebar .imgbox, div#sidebar .imgbox-r, div#sidebar .imgbox-c, 
		div#sidebar .movbox, div#sidebar .movbox-r, div#sidebar .movbox-c
		{ 
			font-size: 0.9em;
			margin-left: 10px; 
		}

/*------------------------------------------------ search */

div#search 
{
	position: absolute;
	top: 25px; /* 145px ?*/
	width: 220px;
	left: 550px;
	z-index: 10;
	font-size: 0.9em;
	text-align: right;
}
	
	div#search label 
	{ 
		font-size: 0.9em; 
		color: #878872; 
	}

	div#search a, div#search a:visited
	{}

		div#search a:hover {}

		div#search a:active {}

	div#search input
	{
		border-width: 1px;
		border-style: solid;
		width: 110px;
		padding: 1px;
		font-size: 0.9em;
		font-weight: bold;
		border-color: #878872;
		color: #878872;
		background-color: #c7c7ae;
	}

		div#search input:hover { background-color: #c2c2ac; color: #000; border-color: #000;  }
	
		div#search input.btn
		{
			width: 40px;
			margin: 0px 0px 0px 2px;
			padding: 0px;
			border-color: #878872;
			color: #878872;
		}

			div#search input.btn:visited {}

			div#search input.btn:hover			
			{
				background-color: #c2c2ac; 
				border-color: #000; 
				color: #000;
			}

/*------------------------------------------------ content :  container */

div#content 
{
	/*float: right;   can combined with float:left on #sidenav to reverse content and sidenav  */
	float: left;
	clear: none;
	position: relative;
	width: 550px; /* rmv width to have cont flow around sidenav/sidebar ?? margin-doubling on img in IE*/
	left: 35px;
	margin-top: 100px;
	color: #676767;
	font-size: 1em;
		line-height: 1.3em; /* should be in body? or differnet for each main container?*/
}

/*--------------------------------------------------------------------- content */



/*------------------------------------------------ content :  general text */

	div#content p, 
	div#content ul, 
	div#content ol, 
	div#content table 
	{ margin: 0 0 1em 0; }

		div#content blockquote
		{ margin: 0 2em 1em 2em; }

		div#content a { }
			div#content a:visited { }
			div#content a:hover {}
			div#content a:active {}

	div#content h1, 
	div#content h2, 
	div#content h3, 
	div#content h4, 
	div#content h5, 
	div#content h6
	{
	}

	div#content h1
	{	}
	
	div#content h2 {}
	div#content h3 {}
	div#content h4 {}
	div#content h5 {}
	div#content h6 {}


p.author { font-size: 0.8em; }

div.footer
{
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	text-align: center;
	background-color: transparent;
	color: #555555;
}

	.hilite
	{ background-color: #C5FFE3; }
	
	.alert 
	{color: #F00;}


/*   ------------------------  content :  forms */

		div#content input, 
		div#content textarea, 
		div#content option, 
		div#content a.btn		
		{
			padding: 2px;
			border-width: 1px;
			border-style: solid;
			font-size: 0.9em;
			color: #000;
			border-color: #878688;
			background-color: #EEE;
		}

		div#content textarea 
		{ font-family: verdana, helvetica, sans-serif;}
		
		div#content option {}
		
		div#content input {}
		
			div#content input.btn, div#content a.btn, div#content a.btn:visited
			{
				color: #000;
				background-color: #EEE;
			}

		div#content .radiobtn
			{
				width: 1em;
			}
			
			/* fixed padding mis-match between anchor and inputs with class="btn" */
		div#content input.btn 
		{
			padding: 1px 3px 0px 3px;
		}
		div#content a.btn, 
		div#content a.btn:visited
		{
			padding: 2px 7px 1px 6px;
		}

			div#content a.btn:hover {}
			
			div#content a.btn:active {}

/*------------------------- content :  tables */

	div#content table	
	{
		clear: none;
		font-size: 1em;
		margin: 0 0 16px 0;
	}
	
		div#content table tr td
		{
			padding: 5px;
		}

			div#content table thead tr td
			{
				font-size: 0.8em;
				line-height: 0.9em;
				vertical-align: bottom;
			}

			div#content table tfoot tr td
			{
				font-size: 1em;
				line-height: 1em;
			}

			div#content table tbody tr td
			{
				font-size: 1em;
				line-height: 1.2em;
			}

	div#content table.bordered,
	div#content table td.bordered,
	div#content table tr.bordered td
	{
		border-width: 1px;
		border-style: solid;
		border-color: #B4B4B4;
	}

td.labelcell 
{ 
	text-align: right; 
	vertical-align: top;
}
td.numbercell { text-align: right; }

/*------------------------- content :  images and movies */

			/*from core*/
			.imgbox, 
			.imgbox-r, 
			.imgbox-c,
			.imgbox-full,
			.movbox, 
			.movbox-r, 
			.movbox-c
			{
				display: block; 
				clear: none;
				padding: 0px;
				/*border-width: 1px;
				border-style: solid;
				border-color: #555;
				*/
				border-width: 0px;
				font-size: 0.8em;
				line-height: 0.8em;
				text-align: center;
				background-color: transparent;
				color: #6E6E6E;
			}
						/* needed ??? */
						a.imgbox, 
						a.imgbox-r, 
						a.imgbox-c,
						a.imgbox-full,
						a.movbox, 
						a.movbox-r, 
						a.movbox-c,
						a.imgbox:visited, 
						a.imgbox-r:visited, 
						a.imgbox-c:visited,
						a.imgbox-full:visited,
						a.movbox:visited, 
						a.movbox-r:visited, 
						a.movbox-c:visited
						{ color: #6E6E6E; }

						a.imgbox:hover,
						a.imgbox-r:hover, 
						a.imgbox-c:hover,
						a.imgbox-full:hover, 
						a.movbox:hover, 
						a.movbox-r:hover, 
						a.movbox-c:hover, 
						div.result a.imgbox:hover, 
						div.result a.imgbox-r:hover
						{
							color: #000;
							border-color: #000;
						}


					.imgbox, .movbox
					{
						float: left; 
						margin: 0px 15px 5px 0px;
					}

					.imgbox-r, .movbox-r,
					div.right .imgbox, div.right .movbox
					{
						float: right;
						margin: 0px 0px 5px 15px;
					}

					.imgbox-c, .imgbox-c span,
					.movbox-c, .movbox-c span,
					div.center .imgbox, 
					div.center .movbox, 
					div.center .imgbox span, 
					div.center .movbox span
					{
						position: relative;
						display: block;
						float: none;
						clear: both;
						margin-left: auto;
						margin-right: auto;
						margin-top: 5px;
						margin-bottom: 5px;
					}
						.imgbox-c span,
						.movbox-c span,
						div.center .imgbox span, div.center .movbox span
						{
						margin-top: 0px;
						margin-bottom: 8px;
						}

					/* #main used in galleries, imgbox-full used inline */
					.imgbox-full
					{	
						margin: 5px 0px 20px 0px;
						float: none; clear: both;
					}
			
					div.result .imgbox,
					div.result .imgbox-r
					{
						width: 100px; 
						clear: left;
						margin: 0px 10px 10px 0px;
					}
					
					div.result .imgbox img, 
					div.result .imgbox-r img,
					div.blog .imgbox img, 
					div.blog .imgbox-r img,
					div.forum .imgbox img, 
					div.forum .imgbox-r img
					{ margin: 0px 0px 0px 0px; }

		.imgbox img, 
		.imgbox-r img, 
		.imgbox-c img, 
		.imgbox-full img,
		.movbox img, 
		.movbox-r img, 
		.movbox-c img
		{
			float: none;
			margin: 5px 0px 7px 0px;
			/*
			margin for imgbox with borders
			margin: 15px 15px 7px 15px;
			*/
			padding: 0px;
			border: 0px;
		}
				.imgbox-full img
				{margin: 30px 15px 14px 15px;}

		.imgbox span, 
		.imgbox-r span,
		.imgbox-c span,
		.imgbox-full span,
		.movbox span, 
		.movbox-r span, 
		.movbox-c span
		{
			display: block;
			clear: left;
			/*
			margin for imgbox with borders 
			margin: 0px 15px 8px 15px;*/
			margin: 0px 0px 8px 0px;
			padding: 0px;
			text-align: center;
		}
		
		.imgbox#main img,
		.imgbox#main span,
		div#content .imgbox-full span 
		{
			margin-left: auto;
			margin-right: auto;
		}
		
/*---------------------------------------------------------------- GALLERIES AND IMAGE ZOOM*/

/* --------------------------------- gallery/artwork grid layout  */

div.preload { display: none; }

div.imagegrid
{ clear: both; padding-left: 10px;}

div.imagegrid div.gridholder
{
	width: 150px;
	height: 150px;
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	margin: 0 15px 0px 15px;
	_margin: 0 10px 10px 10px;
	/* to make 3 to a row fit in IE. reasons unknown... margin doubling? */
	text-align: center;
	vertical-align: middle;
}

div.imagegrid .imgbox
{
	text-align: center;
	float: none;
	padding: 5px;
			border-color: #C7C7AF;
			border-width: 1px;
			border-style: solid;
}

div.imagegrid .imgbox.on
{
	border-color: #B6B59B;
	border-width: 1px;
	border-style: solid;
}

div.imagegrid .imgbox span
{
	margin: 0px 0px 4px 0px;
}

div.imagegrid .imgbox:hover
	{
		/*background-color: #E6E6E6;*/
			border-color: #96967C;
			border-width: 1px;
			border-style: solid;
	}


/* --------------------------------- main image display bits  */

div#toplinks
{
	padding-top: 5px;
	text-align: center;
	font-size: 0.9em;
}

div#imagezoomgallery div#toplinks, div#imagezoomzoom div#toplinks
{
	padding-top: 10px;
}

	a#galleryhome
	{
	}

	a#closeimagezoom, a#closeimagezoom:visited { color: #707070; }

		a#closeimagezoom:hover
		{ 	
			color: #000;
		}

		/* if different colours for gallery zoom close */	
		div#imagezoomgallery a#closeimagezoom, div#imagezoomgallery a#closeimagezoom:visited
		{ 	
			/*color: #bababa;*/
		}
			div#imagezoomgallery a#closeimagezoom:hover
			{ 	
				color: #000;
			}

		.imgbox#main
		{
			float: none;
			margin-left: auto;
			margin-right: auto;
			margin-top: 15px;
			margin-bottom: 15px;
				/* needed for bordered images 
				border: 0px; */
		}

			.imgbox#main img /* needed to override bordered .imgbox */
			{
				margin: 0px 0px 0px 0px;
			}

		
		div#content .imgbox#main
		{
			margin-top: 0px;
		}

		#loadinggall, #loadingimglarger, #loadingimgzoom
		{
			margin-top: 150px;
			font-size: 2em;
			font-weight: bold;
			color: #CFCFCF;
		}

	/*div#imagezoom*/ div.caption
	{
		clear: both;
		text-align: center; 
		margin-bottom: 20px;
	}

		div.caption h1, div.caption h2, div.caption h3
		{
			text-align: center;
			margin: 0px 0px 5px 0px;
			border-width: 0px;
			border-style: none;
		}
			div.caption h1 { font-size: 1.2em;}
			div.caption h2 { font-size: 0.9em;}



/* --------------------------------- new window images  */

	/*div#content.gallery { width: 100%;}*/

body.gallery,
div#wrapper.gallery
{ background-image: none; }

div#banner.gallery
{
	height: 50px;
	width: 90%;
	/*background-position: right center;
	background-image: url(/navimg/mini-logo.gif);
	background-repeat: no-repeat;*/
}

div#wrapper.gallery 
{ min-height: 600px; overflow: visible; }

	body.gallery div#imagezoomgallery
	{
		display: block;
		width: 770px;
	}
			body.gallery div#imagezoomgallery .imgbox#main
			{ 
				margin-top: 50px;
				background-color: transparent;
				padding: 10px;
				border-style: none;
			}

/* ---------------------------------ajaxy imagezoom  */

/* for zooming artwork, lives outside of the div#wrapper */
div#mask 
{ 
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	background:#C7C7AF; 
	width:100%; height:100%;
	-moz-opacity:0.9!important;
	filter:alpha(opacity="90")!important;
	opacity:0.9!important;
}


div#imagezoomzoom 
{
	display: none;
	/* essential for AJAX*/
	position: absolute;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 130;
	text-align: center;
		border-width: 0px;
		width: 100%;
	/*
		background-image: url(/navimg/24bittrans-black75.png);
		background-repeat: repeat;
	*/
	background-color: transparent;
	color: #fff;
	overflow: auto;
}

	div#imagezoomzoom .imgbox
	{
		background-color: #fff;
		padding: 50px;
		border-color: #717171;
		border-width: 1px;
		border-style: solid;
	}

	div#imagezoomzoom a, div#imagezoomzoom a:visited,
	div#imagezoomzoom h1, div#imagezoomzoom h2, div#imagezoomzoom h3
	{  }

	div#imagezoomzoom div.caption {}

div#imagezoomgallery 
{
	display: none;
	/* essential for AJAX*/
	position: absolute;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: transparent;
	z-index: 131;
	/*
		border-color: #959595 #363636 #242424 #787878;
		border-width: 1px 1px 2px 1px;
		border-style: solid;
		background-color: #fff;
	*/
	overflow: auto;
}
		div#imagezoomgallery div.imagegrid
		{
			width: 550px;
			float: none;
			margin-left: auto;
			margin-right: auto;
			overflow: auto;
			text-align: center;
			padding-left: 20px;
		}
			div#imagezoomgallery .imgbox#main
			{ 
				background-color: #fff;
				padding: 50px;
				border-color: #717171;
				border-width: 1px;
				border-style: solid;
			}
				div#imagezoomgallery .imgbox#main img { margin: 0px; }
			div#imagezoomgallery div.imagegrid .imgbox { border-color: #E2E2E2; }
			div#imagezoomgallery div.imagegrid .imgbox.on,
			div#imagezoomgallery div.imagegrid .imgbox:hover
			{ border-color: #717171; }

div#imagezoomlarger  /* inside wrapper */
{
	display: none;
	/* essential for AJAX*/
	position: absolute;
	z-index: 132;
	text-align: center;
		margin-top: 10px;
		padding: 10px 30px 10px 30px;
		border-color: #96967C #7E7F6C #646454 #96967C;
		border-width: 1px 1px 2px 1px;
		border-style: solid;
		font-size: 1em;
		background-image: url(/navimg/24bittrans-white90.png);
		background-repeat: repeat;
		background-color: transparent;
		/*width (for IE) set by js according to image width */
		overflow: auto;
	}
				/* if different colours for larger zooms */
				div#imagezoomlarger a#closeimagezoom, div#imagezoomlarger a#closeimagezoom:visited { color: #7B7B7B; }
				div#imagezoomlarger a#closeimagezoom:hover
				{ 	
					color: #000;
				}

	
	/* --------------------------------- gallery back/next  */
	
	
	div#imagezoomgallery div#gallerynav
	{
		position: absolute;
		top: 250px;
		left: 0px;
		width: 100%;
		z-index: 129;
	}

	div#content div#gallerynav
	{
		position: absolute;
		top: 175px;
		left: 0px;
		width: 100%;
	}
	
		a.contbtngallery, a.contbtngallery:visited
		{
			display: block;
			margin: 0px;
			color: #C7C7AF;
			height: 37px;
			font-size: 0.9em;
		}
	
			a.contbtngallery#next
			{
				float: right;
				clear: none;
				padding: 6px 28px 0 0px;
				margin-right: 20px;
				background-image: url(/navimg/arrow-right.gif);
				background-repeat: no-repeat;
				background-position: right top;
				text-align: right;
			}

					div#content a.contbtngallery#next
					{
						padding: 25px 5px 0 0px;
						background-position: right top;
						margin-right: 0px;
					}

				a.contbtngallery#next:hover
				{
					text-decoration: none;
					color: #000;
					background-image: url(/navimg/arrow-right-over.gif);
				}
			a.contbtngallery#back
			{
				float: left; 
				clear: none;
				padding: 6px 0px 0 28px;
				margin-left: 20px;
				background-image: url(/navimg/arrow-left.gif);
				background-repeat: no-repeat;
				background-position: left top;
				text-align: left;
			}
					div#content a.contbtngallery#back
					{
						padding: 25px 0px 0 5px;
						background-position: left top;
						margin-left: 0px;
					}

				a.contbtngallery#back:hover
				{
					text-decoration: none;
					color: #000;
					background-image: url(/navimg/arrow-left-over.gif);
				}
			a.imgnav#home
			{
			}
	
/*---------------------------------------------------------- end galleries and imagezoom */	

/*------------------------- content :  file downloads and pdfs */

	div#content a.filebox, div#content a.filebox-r,
	div#content a.pdfbox, div#content a.pdfbox-r
	{
		display: block;
		clear: none;
		padding: 50px 3px 3px 3px;
		border-width: 0px;
		border-style: none;
		font-size: 0.8em;
		line-height: 0.8em;
		background-position: center top;
		background-repeat: no-repeat;
		text-align: center;
		color: #6E6E6E;
	}

	div#content a.filebox, div#content a.filebox-r
	{
		background-image: url(/navimg/gen-dl-icon-small.gif);
	}
	div#content a.pdfbox, div#content a.pdfbox-r
	{
		background-image: url(/navimg/pdf-dl-icon-small.gif);
	}

	div#content a.filebox, div#content a.pdfbox
	{
		float: left;
		margin: 0px 10px 5px 0px;
	}
	
	div#content a.filebox-r, div#content a.pdfbox-r
	{
		float: right;
		margin: 0px 0px 5px 10px;
	}
	
		div#content a.filebox:hover, div#content a.pdfbox:hover
		{
				color: #000;
				text-decoration: none;
		}
				
		div#content a.filebox-r:hover, div#content a.pdfbox-r:hover
		{
				color: #000;
				text-decoration: none;
		}

/*------------------------- content :  styled boxes */

div#content div.quote
{
	display: inline;
	float: right;
	width: 160px;
	padding: 10px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin: 0 10px 10px 10px;
}

div#content div.media
{
	display: inline;
	float: right;
	width: 100px;
	padding: 0;
	margin: 0 10px 10px 10px;
}

div#content div.right /* also see imgbox-r for img override */
{
	display: inline;
	float: none;
	text-align: right;
}
	div#content div.right p {text-align: right;}

div#content div.center /* also see imgbox-c for img override */
{
	display: inline;
	float: none;
	text-align: center;
}
	div#content div.center p {text-align: center;}
	div#content div.center .imgbox {float: none; clear: both;}

div#content div.quote p, div#content div.media p
{
	margin: 0px;
	padding: 0px;
}

div#content div.twocol
{
	background-color: transparent;
	width: 240px;
	margin: 0 10px 0 0;
	float: left;
}
div#content div.scrollbar
{
	background-color: transparent;
	margin: 10px:
	overflow: auto;
	width: 500px;
	height: 200px;
	margin-bottom: 16px;
}


/*------------ content :   browse by letter/genre/type gadget 
					used in #sidebar & #content
*/
		div.browse
		{}
			/*--  larger/wider version for content (as opposed to sidebar) --*/
			div#content div.browse
			{}
				
				div.browse h1,
				div.browse h2,
				div.browse h3
				{}
		
			div.browse select
			{}
			
			div.browse option
			{}
		
			div.browse div.letter
			{
				display: block;
				float: left;
				clear: none;
				height: 22px;
				width: 22px;
				margin: 0px;
			}
		
			div.browse div.letter a, 
			div.browse div.letter a:visited
			{
				display: block;
				padding: 5px 5px 5px 5px;
				text-align: center;
			}
		
			div.browse div.letter a.on,
			div.browse div.letter a:hover
			{}

/*------------------------- content :  back/next generic */

div.backnext
{
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0px;
	text-align: center;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #7F7F7F;
	font-size: 0.9em;
}

div.backnext div
{ clear: none;}

	div.backnext .contbtn
	{
		/*may need some bottom margin if more than one line of page numbers?*/
		clear: none;
		display: block;
	}
		div.backnext #back { float: left; }
		div.backnext #next { float: right; }

	div.backnext a, div.backnext button, div.backnext input
	{
		margin: 0px;
		padding: 1px 5px 1px 5px;
		color: #606E86;
		background-color: #fff;
		font-size: 1em;
		border: none;
	}

		div.backnext a:hover
		{
			color: #000;
		}
		div.backnext a.on 
		{
			border-width: 1px;
			border-style: solid;
			border-color: #8F8F8F;
		}

/*-------------------------------- content :  results, blogs & forums */

span.orderby
{
	float: right;
}
	span.orderby a
	{
		border-width: 1px;
		border-style: solid;
		border-color: #A8AA90;
		color: #878872;
		font-size: 0.9em;
		padding: 0 2px 0 2px;
		margin: 2px;
	}
		/* should have bg img for arrows ??? */
		span.orderby a.on,
		span.orderby a:hover
		{
			color: #000;
			border-color: #000;
		}

div#head 
{
	padding: 0 0px 0 0px;
	border-color: #878872;
}
div#subhead
{
	border-color: #878872;
	font-size: 0.9em;
	padding: 0 0 5px 0;
}

div.result, 
div.blog, 
div.forum
{

	/*overflow: auto;
	 need this to force result divs to expand around portrait thumbnails - not working in ie */
	
	/*margin: 1px 0 1px 0;*/
	/* need this to make sure that dividing lines (top border) remain visible ???*/
	
	clear: left;
	/* can clear both, but causes divs to clear below side nav. clear left works with right floated sidenav */
	padding: 10px 10px 0px 10px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #A8AA90;
	margin: 0px 0px 0px 0px;
}

 div.result h2, 
div.blog h2, 
div.forum h2
{
	margin: 0px 0px 10px 0px;  /* manually set margins here to fix discrepencies between IE and the rest of the planet */
}

div#content div.result h2 a.title, 
div#content div.blog h2 a.title, 
div#content div.forum h2 a.title
{
	color: #5a5a50;
}
	div#content div.result h2 a.title:hover, 
	div#content div.blog h2 a.title:hover, 
	div#content div.forum h2 a.title:hover
	{
		color: #000;
		text-decoration: none;
	}

div#head h1 { border: none; }

/*----------------- results list only */

div.result#head,
div.result#subhead
{ 
}
	
div.result
{
}
	div.result h2 { }
	div.result h2 a {}
		div.result a:visited {}
	div.result p.resultfoot { color: #8C8F7A; }
		div.result p.resultfoot span.sub {  }
		div.result p.resultfoot span.sub span { color: #6E6F64; }

		div.result div.cartadd		
		{
			float: right;
			clear: none;
			margin: 0px 0 0 0;
			padding: 0px;
			border-width: 0px;
			overflow: visible;
			background-color: transparent;
		}


div.backnext#backnextresult { width: 100%; clear: both; }
	div.backnext#backnextresult a.contbtn#back {}
	div.backnext#backnextresult a.contbtn#next {}
	div.backnext#backnextresult a {}
		div.backnext#backnextresult a.on {}

/*----------------- .browseresultlist mods */
				/* results list modified to show two columns of results ; 
				handy for artworks/products 
				also requires changes to width of div.result .imgbox...
				*/
				div.browseresultlist
				{ text-align: center;}
				
				div.browseresultlist div.result#head,
				div.browseresultlist div.result#subhead
				{ 
					width: 100%; 
					height: auto;
					border-width: 1px 0 0 0; 
					margin: 0px 0px 0px 0px;
					text-align: left;
					overflow: visible;
				}
					
				div.browseresultlist div.result
				{
					width: 150px;
					height: 150px;
					float: left;
					clear: none;
					border-width: 0px;
					padding: 0px 0px 0px 0px;
					margin: 0 15px 15px 15px;
					_margin: 0 10px 10px 10px;
					/* to make 3 to a row fit in IE. reasons unknown...*/
					text-align: center;
					overflow: hidden; /*sync to master??? maybe not??? */
				}
					div.browseresultlist div.result h2
					{
						clear: left;
						font-size: 1em;
						font-weight: normal;
						line-height: 1em;
						padding: 0px 0px 0px 0px;
						margin: 0px 0px 0px 0px;
					}
					div.browseresultlist div.result p.synopsis { font-size: 0.8em;}
					div.browseresultlist div.result p.resultfoot { display: none;}
					div.browseresultlist div.result p.synopsis { display: none;}

					div.browseresultlist div.result .imgbox
					{
						display: inline; /*IE margin-doubling fix*/
						width: 150px;
						padding: 10px 0px 0px 0px;
						margin: 0px 0px 3px 0px;
						/* with borders 
						width: 110px;*/
						clear: left;
					}

/*----------------- blog only */

div.blog#head {}
div.blog#subhead {}
	div.blog#subhead span.orderby {}
	
div.blog {}
	div.blog h2 {}
	div.blog h2 a {}
		div.blog a:visited {}
	div.blog p.blogfoot { color: #8C8F7A; }
		div.blog p.blogfoot span.sub {}
		
div.backnext#backnextblog {}
	div.backnext#backnextblog a.contbtn#back {}
	div.backnext#backnextblog a.contbtn#next {}
	div.backnext#backnextblog a {}
		div.backnext#backnextblog a.on {}


/*----------------- forum only */

div.forum#forumsearch {}

div.forum#newmssg {}


p.forumcrumbs {}
	p.forumcrumbs a.crumb {}
	p.forumcrumbs span.sub {}

div.forum#head {}
div.forum#subhead { color: #9E9E9E; }
	div.forum#subhead span.orderby {}
	
div.forum {}
	div.forum h2 {}
	div.forum h2 a {}
		div.forum a:visited {}
	div.forum p.forumfoot { color: #8C8F7A; }
		div.forum p.forumfoot span.sub {}
		
div.backnext#backnextforum {}
	div.backnext#backnextforum a.contbtn#back {}
	div.backnext#backnextforum a.contbtn#next {}
	div.backnext#backnextforum a {}
		div.backnext#backnextforum a.on {}
	
/*------------------------------------------------ content :  TOCs */


/*------------------------------------------------ content :  movie */


/*------------------------------------------------ content :  cart/checkout */

table#carttable {}

	table#carttable td.labelcell {} 
	table#carttable td.numbercell {}
	table#carttable td.numbercell#total {font-weight: bold;} 

			table#carttable thead tr td#qty { width:; }
			table#carttable thead tr td#description { width:; }
			table#carttable thead tr td#cat { width:; }
			table#carttable thead tr td#stockstatus { width:; }
			table#carttable thead tr td#price { width:; }
			table#carttable thead tr td#itemtotal { width:; }
			table#carttable thead tr td#itemtotalincvat { width:; }
			table#carttable thead tr td#remove { width:; }
			
		table#carttable tbody tr.bordered
		{
			border-bottom: #midborder;
			border-width: 0 0 1px 0;
			border-style: none none solid none;
		}

/*----------------- content :  cart backnext */

div.backnext#backnextcart {}
	div.backnext#backnextcart a {}
	div.backnext#backnextcart a.on {}
	div.backnext#backnextcart span {}


/* for paypal btn*/

button.bankbtn
{
	margin: 0 15px 10px 0;
}

div#content p.bankbtn
{
	text-align: center;
}


/*------------------------------------------------ content :  product */

div.productbox, 
div.artinfo
{

	float: left;
	clear: both;
	margin: 0px 15px 0px 0px;
	width: 120px;
	text-align: right;
	border-width: 0 1px 0 0px;
	border-style: none solid none none;
	border-color: #878872;
	background-color: transparent;
	overflow: auto;
}
	div.productbox p, div.artinfo p
	{ 
		font-size: 0.9em;
		line-height: 1em;
		padding: 0 15px 0 0;
		font-weight: bold;
	}

		div.productbox p span.sub, div.artinfo p span.sub
		{
			display: block;
			font-size: 0.9em;
			letter-spacing: 0em;
			font-style: italic;
			font-weight: lighter;
		}
/*------------------ content :  add to cart */
	
div.cartadd
{
	float: none;
	clear: both;
	margin: 0px 0 10px 0px;
	/*border-width: 1px;
	border-style: solid;
	border-color: #b4b4b4;
	background-color: #F0F0F0;*/
	padding: 5px 5px 0px 5px;
	overflow: auto;
	/*background-image: url(/navimg/cart.gif);
		background-repeat: no-repeat;
		background-position: right center;*/
}	
	
	div.cartadd h3 { margin: 0px; text-align: center;}
	div.cartadd p
	{
		margin: 0px;
		text-align: center;
		font-weight: bold;
	}

	div.cartadd p span.sub {}
	div.cartadd input.btn {}

	/* from mpa : working??? */
	div.cartadd p.addform
	{
		padding: 2px 0 2px 0;
		text-align: center;
		/*background-image: url(/navimg/cart.gif);
		background-repeat: no-repeat;
		background-position: right center;*/
	}
	div.cartadd p.addform input
	{ width: 20px; }

	div.cartadd p.addform input.btn
	{ width: 75px; }

/*------------------------------------------------ content :  software product */

/*------------------------------------------------ content :  artwork */

div.artinfo {}
	div.artinfo p {}
		div.artinfo p span.sub {}


/*------------------------------------------------ content :  events */

/*------------------------------------------------ content :  micronav */

div#micronav {}
	div#micronav a {}
		div#micronav a.on {}
		
/*------------------------------------------------ content :  site users */

table#siteuseredit {}

/*------------------------------------------------ content :  vacancies */

table#vacancies {}

/*------------------------------------------------ content :  administrivia */


div.loginlink {}

forgotton password
denied



/*------------------------------------------------ content :  music pro */
/*------------------------------------------------ content :  music dist/pub */

/*------------------------------------------------ admin :   */

/* Admin/site/ has .result divs containing "section name" and "custom template" 
form inputs that need to be in paras or inside table... temp override:*/

body.admin div.result { padding: 5px 0 5px 0; }


a#lobebug, a#lobebug:visited
{
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	line-height: 1em;
	text-align: center;
	display: block;
	width: 155px;
	height: 65px;
	padding: 56px 0px 0 0px;
	color: #6B817C;
	background-image: url(/navimg/weblobe-generic-C7C7AF.gif);
	background-repeat: no-repeat;
}
	a#lobebug:hover
	{
		color: #000;
	}
	