

@charset "iso-8859-1";

/*******************************************************************************
*  st_gargoyles_v4.css : 2004.08.30
* -----------------------------------------------------------------------------
*  Version 4  browser specific stylesheet (primarily for IE4 & NN4)
*
*  This CSS will be seen by all browsers. So it is important that everything
*  defined in this stylesheet is redefined in st_gargoyles.css. Otherwise we
*  run the risk of a v4 style cascading down to a  v5 or better browser, which
*  could break the layout.
*******************************************************************************/

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
	{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
	}
	
h1
	{
	font-size: 220%;
	}
	
h2
	{
	font-size: 190%;
	}
	
h3
	{
	font-size: 160%;
	}
	
h4
	{
	font-size: 130%;
	}
	
h5
	{
	font-size: 100%;
	}
	
h6
	{
	font-size: 70%;
	}


a, a:link, a:visited, a:active
	{
	color: #009;
	text-decoration: none;
	}
	
a { 
	color: #09c;
	font-weight: bold;
	text-decoration: none; 
	}

.clear
	{
	clear: both;
	}
	
#leftColumn .hide
	{
	display: none;
	}
	
body
	{
	font-family: arial, helvetica, sans-serif;
	/*/*/	font-size: 100%;	/* */
	background-color: #fff;
	color: #000;	
	}
	
#pageWrapper
	{
	margin: 0 10px 0 40px;	/* set side margins here 'cause IE doesn't like it set
				   			on the body element */
	word-wrap: break-word;	/* invalid CSS but helps IE out in a jam */
	width: auto;
	color: #000;
	}

#outerColumnContainer
	{
	padding-left: 200px;
	}
	
#leftColumn
	{
	position: absolute;
	left: 0;
	top: 5px;
	width: 200px;
	}
	
#leftColumn .inside
	{
	padding: 0 5px;
	}
	
.leftBlock
	{
	margin: 10px;
	}
	
.leftBlock
	{
	background-color: #ddd;
	border: solid 1px #000;
	margin: 25px 0;
	padding: 0 5px;


.leftBlock ul, .leftBlock ul li
	{
	margin: 0;
	list-style-type: none;
	}
	
.leftBlock ul li
	{
	padding-bottom: 5px;
	}
	
#masthead h1
	{
	font-size: 120%;
	text-align: right;
	margin: 0;
	}
	
#masthead h2
	{
	font-size: 200%;
	text-align: center;
	margin: 0;
	}

.leftBlock h3
	{
	font-size: 110%;
	margin-bottom: 0;
	padding-bottom: 0;
	}

td, th
	{
	vertical-align: top;
	}

.bookmark
	{
	float: right;
	}

.bookmark a
	{
	color: #000;
	}

.bookmark img
	{
	border-width: none;
	}

.vnav ul, .vnav ul li
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.vnav
	{
	margin: 10px 0;
	}
	
.vnav ul, .vnav ul li
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}
	
.vnav ul
	{
	border: solid 0px #000;
	border-bottom-width: 0;
	}
	
.vnav ul li
	{
	border-bottom: solid 1px #000;
	}
	
.vnav ul li, .vnav ul li a
	{
	margin: 0;
	padding: 0;
	line-height: normal;
	display: block;
	}
	
.vnav ul li a
	{
	display: block;
	padding: 2px 5px 3px 5px;
	}
	
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
	{
	text-decoration: none;
	cursor: pointer;
	}
	
.vnav h3
	{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
	}

	
/* horizontal navigation stuff. mostly exactly as seen in the hnav.css styleheet
 * in the original skidoo layout.
 */

.hnav
	{
	border: solid 1px #000;
	margin: 0;
	padding: 3px 0 4px 0;
	white-space: nowrap;
	}
	
.hnav ul span.divider
	{
	display: none;
	}
	
* html .HNAV
	{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector will remove that padding */
	}
	
.hnav ul
	{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
	
.hnav ul li
	{
	display: inline;
	white-space: nowrap;
	margin: 0;
	}
	
.hnav ul li a, .hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
	{
	margin: 0 -1px 0 0;
	padding: 3px 10px 4px 10px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	cursor: pointer;
	}
	
.hnav ul li a, .hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
	{
	text-decoration: none;
	}

	
	

#footer
	{
	text-align: center;
	}
	

#wrapper
	{
	float: left;
	margin-bottom: 10px;
	width: 45%;
	padding: .5em;
	border-color : #333;
	border-style : solid;
	border-width : 0px;/* the border property in longhand*/
	background-color: #fff;
	}

#thumbwrapper
	{
	float: left;
	margin-bottom: 10px;
	width: 31%;
	padding: .5em;
	border: solid 0px #333
	background-color: #fff;
	}
	
#thumbwrapper p
	{	
	color: #808080; 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-weight: bolder; 
	font-size: 11px; 
	line-height: 120%; 
	background-color: #bdb76b; 
	text-align: left; 
	text-indent: 0px; 
	padding: 5px;
	}

.itemdescription {
	width: auto;
	margin-bottom: 13px;
	text-align: left; 
	padding: 5px;
	border-color : #48D1FF;
	border-style : dashed;
	border-width : 0.1px;/* the border property in longhand*/
	}
	
.relateditems {
	width: 98%;
	background-color: #ffff99;
	text-align: left;
	padding-bottom: 3px;
	margin-bottom: 13px;
	border-color : #000;
	border-style : solid;
	border-width : 0.1px;/* the border property in longhand*/
	}
	
.relateditems h3 {
	margin-top: 0;
	padding: 5px;
	color: #000;
	background-color: #cc9999;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	border-color : #000;
	border-style : solid;
	border-width : 0.1px;/* the border property in longhand*/
	}

.relateditems h5 {
	padding-left: 15px;
	margin-bottom: -8px;
	margin-top: -5px;
	color: #000088;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

.relateditems ul {
	padding-left: 18px;
	text-align: left;
	}

.tuneslist {
	width: 98%;
	margin-bottom: 13px;
	background-color: #dddddd;
	text-align: left; 
	line-height: 1.5em;
	padding: 5px;
	border-color : #48D1FF;
	border-style : dashed;
	border-width : 0.1px;/* the border property in longhand*/
	}	
	
/*/*//*/
	body
	{
	}
	
	.leftBlock
	{
		margin: 0 10px 10px;
	}
	
	.leftBlock ul
	{
		margin: 0 0 0 -2em;
	}
	
	th, td, div
	{
		color: #000;
	}
	
	td a
	{
		color: #009;
	}
	
	.askLibraries td input
	{
		margin-top: 5px;
	}
	
	ul.nshnav, ul.nshnav li
	{
		list-style-type: none;
	}
	
	ul.nshnav
	{
		margin: 0 0 0 -2em;
	}
	
	ul.nshnav li
	{
		list-style: none;
		display: inline;
	}
	
	.vnav
	{
		margin: 0;
		padding: 0;
		margin-top: -1em;
	}
	
	#mainMenu 
	{
		margin-top: 1em;
	}

/* End NN4 Hacks */

/******************************************************************************/

