#moduleheader
	{
	width: 100%;
	padding: 0; 
	margin: 0; 
	border-bottom: 1px solid #c6c6a6;
	}
h1, h2, h3, h4, h5
	{
	margin: 0;
	}
.leftheader
	{
	font-size: 10px; 
	line-height: 18px;
	}
.rightheader
	{
	font-size: 18px; 
	text-align: right; 
	font-weight: bold; 
	color: #c6c6a6; 
	letter-spacing: -1.5px; 
	margin: 0; 
	line-height: 18px;
	}
.empty
	{
	border: 2px solid #ccc; 
	padding: 24px; 
	margin: 8px 0; 
	color: #900; 
	font-size: 14px; 
	text-align: center;
	}
.toprow
	{
	margin-top: 12px;
	}
#search
	{
	float: left; 
	width: 60%; 
	margin-right: 10px;
	}
.searchBox{
  background-image:url('images/magnifier.gif');
  background-repeat:no-repeat;
  padding-left:20px;
	} 
fieldset
	{
	margin-bottom: 10px;
		background-color: #413d32;
	}
fieldset ul
	{
	list-style-type: square; 
	list-style-position: outside; 
	line-height: 120%;
	}

legend
	{
	font-weight: bold; 
	color: #900;
	}
.inventory
	{
	text-align: center;
	line-height: 150%; 
	padding: 12px 18px; 
	text-align: center;
	}
.clearer
	{
	clear: both;
	width: 99.9%;
	}
.clearer2
	{
	clear: both;
	width: 99.9%;
	margin-top: 8px;
	}
.letters
	{
	text-align: center; 
	font-size: x-small; 
	padding: 10px 0;
	white-space:normal;
	}
.introcen
	{
	text-align: center; 
	font-size: small; 
	padding: 4px 0 0 0;
	}
.float30
	{
	float: left; 
	width: 30%; 
	margin-right: 10px;
/*	border-right: 1px solid #dedede;*/
	background-color: #413d32;
	}
.float30random
	{
	float: left; 
	width: 30%; 
	margin-right: 10px;
	background-color: #413d32;	
	}

.catname
	{
	font-size: 12px; 
	font-weight: bold; 
	background-color: transparent; 
	padding: 1px 4px; 
	margin: 4px;
	}
.randterm
	{
	padding: 4px; 
	color: #f3cc57;
	}
.submission
	{
	padding: 12px; 
	margin: 0; 
	color: #f3cc57;
	}
.request
	{
	padding: 0 12px 12px 12px; 
	margin: 0; 
	color: #f3cc57;
	}
h2.cat
	{
	text-align: center;
	margin: 0;
	color: #2F5376;
	}
h3.cat
	{
	text-align: center;
	margin: 10px 0 0 0;
	color: #2F5376;
	}
h4.term, h5.term
	{
	color: #f3cc57; 
	margin: 0 0 4px 0;
	}
.catsearch
	{
	text-align: left;
	margin: 10px 0 0 0;
	color: #f3cc57;
	}
.definition
	{
	margin-left: 12px; 
	color: #c6c6a6;
	line-height: 140%;
	}
.result
	{
	margin-left: 24px; 
	color: #c6c6a6; 
	margin: 4px 0 12px 18px;
	}
.intro
	{
	margin: 2px 0 8px 0; 
	line-height: 160%;
	}
.catback
	{
	background-color: transparent; 
	padding: 4px; 
	margin: 4px 0 12px 0;
	border-bottom:1px solid #000; /*added*/
	}
p
	{
	padding: 0; 
	color: #f3cc57; 
	line-height: 130%;
	margin: 0;
	}
.small
	{
	padding-left: 18px; 
	color: #f3cc57; 
	line-height: 130%;
	margin: 0 0 6px 0;
	font-size: small;
	}
.xsmall
	{
	padding-left: 18px; 
	color: #f3cc57; 
	line-height: 130%;
	margin: 0 0 6px 0;
	font-size: x-small;
	}
.xxsmall
	{
	padding-left: 18px; 
	color: #f3cc57; 
	line-height: 130%;
	margin: 0 0 6px 0;
	padding-left: 18px; 
	font-size: xx-small;
	}
.blocksmall
	{
	font-size: xx-small; 
	display: block; 
	color: #f3cc57; 
	margin-bottom: 4px;
	}
.nopadding
	{
	padding: 0; 
	color: #f3cc57; 
	line-height: 110%;
	margin: 0;
	font-size: small;
	}
.pad4
	{
	padding: 4px;
	margin: 0;
	}
.btnDefault
	{
	margin: 2px 0;
	}

/* scriptaculous Autocomplete*/
div.autocomplete {
      position:relative;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
div.autocomplete ul {
      /*list-style-type:none;*/
      list-style-type:disc;
      margin:0px;
      padding:0px;
    }
div.autocomplete ul li.selected { 
	background-color: #ffb;
	}
div.autocomplete ul li {
      /*list-style-type:none;
      list-style-type:square;*/
      list-style-type:disc;
      display:block;
      margin:0;
      padding:2px;
      /*height:18px;*/
      height:auto;
      cursor:pointer;
    }

/* Soc Bookmark Block */
div.bookmark
	{
	width:50%;
	height:18px;
	overflow:auto;
	background-color: #ccc;
	font-weight:bold;
	color:#fff;}
.bookmark-title
	{
	background-color: #ccc;
	font-weight:bold; 
/*	text-transform:uppercase; */
	padding:3px 9px 4px 9px; 
	color:#09577f; 
	border-bottom:1px solid #000;
	}
	
/* JQuery AC */
.ac_input {
/*	width: 200px;*/
}
.ac_results {
	width: 250px;
	background: #eee;
	cursor: pointer;
	position: relative;
	left: 0;
	/*font-size: 90%;*/
	z-index: 101;
	text-align:left;
}
.ac_results ul {
	width: 250px;
	/*list-style-position: outside;*/
/*	list-style-type:none !important; //nochange*/
	list-style-type:disc; 
	/*list-style-type:circle; */
	padding: 2px;
	margin: 0;
	background-color:white;/*add*/
	border: 1px solid #888;
}
.ac_results iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:relative;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:300px;
	height:300px;
}
.ac_results li {
	width: 250px;
	/*padding: 1px 1px;*/
	list-style-type:none;/*add*/
}
.ac_results a {
	width: 100%;
}
.ac_loading {
/*	background : url('\"".XOOPS_URL."/modules/wordbook/images/indicator.gif') right center no-repeat;*/
	background : url('images/indicator.gif') right center no-repeat;	
	
}
.over {
	background: #ffb;
} 
/* Subcats*/
.subcategories
	{
	text-align: left; 
	font-size: xx-small;
	font-variant: normal;
	font-weight: normal;
	padding: 4px ;
	white-space:normal;
	}