/*
	October 22, 2006
	Victor Demydov
*/

/* general including text */
body 
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 0.8em;
	margin: 8px;
	}

a            { color: #000000; font-weight: bold; }
a:hover      { color: #0B8B2F; }

img {border: none;}

#content 
{
	width: 70%;
	float:left;
	margin-left: 54px;
	margin-right:30px;
	display: inline; /*stupid ie6 bug*/
	padding-bottom: 2em;
}


#gslogo { height:59px; clear:both;}	
#rightbar  {}

#footer
{
	clear:both;
	border-top: solid 1px #808080;
	padding-bottom: 30px;
	font-size: 0.8em;
	color: #808080;
	margin-left: 54px;
	width:70%;
}	
h1 {font-weight:normal;
	color: #808080;
	font-size: 1.8em;
}
h4 
{
	padding: 0;
	margin-bottom: -0.9em;
	font-size: 1.2em;
	font-style: italic;
}
/* menu */
#mainmenu a {text-decoration:none;}
#mainmenu ul 
{
	list-style-type: disc;
	list-style-image: url('i/menudot.gif');
	list-style-position: outside;
	vertical-align: middle;
	overflow: hidden;
	}
#mainmenu li 
{
	padding-bottom: 10px;
	}

/* forms and stuff */
.tbox {border: solid 1px #AAAAAA; }

/* catalog browse and lookup pages */
#searchcatform
{
	border-top: solid 1px #808080;
	padding: 0 0 0 0;
	
}

div.searchblockhead
{
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.searchblock
{
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.searchblock h5
{
	border-bottom: dashed 1px #808080;
	padding-top: 0.5em;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 1em;
	color: #666666;
}

table.itypes 
{
	font-size: 1.2em;
	line-height: 1.5em;
	width: 99%;
}
table.itypes td
{
	text-align:left;
	width: 33%;
}

#itypes 
{
	font-size: 1.2em;
	line-height: 1.5em;
	float: left;
	width: 32%;
	
}
#ifamilies
{
	line-height: 1.5em;
	float:left;
	width: 170px;
	font-size: 1.2em;
	display: inline; /*stupid ie6*/
	position: relative;
	margin: 0;
	border: 0;
	height: 240px;
}
td.ifamiliescell 
{
	border: solid 1px #CCCCCC;
}

#iitems
{
	line-height: 1.5em;
	padding: 4px;
	width: 100%;
}
#iitems td
{
	text-align: left;
	vertical-align: top;
}

#iitems a
{
	font-weight: normal;
}
#iitems a:visited
{
	font-weight: normal;
}
#iitems a:hover
{
	font-weight: normal;
}

td.iitemshead
{
	font-weight: bold;
	font-size: 0.8em;
	line-height:1em;
	border-bottom: dashed 1px #808080;
	padding: 0 0 1px 4px;
}
