body {font-family:Arial, Serif; font-size:12px; color:#000; padding:0; margin:0; background:#F5EEE5;}
h1 {font-size: 18px;margin:10px 0; padding:0;}
h2 {font-size: 16px;margin:10px 0; padding:0;}
h3 {font-size: 14px;margin:10px 0; padding:0;}

#cats {
	font-size:12px;
}

.bold{font-weight:bold;}

.loading {
	padding: 20px 0;
	background: url('spinner.gif') no-repeat center;
	height:20px;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #F5EEE5;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #fff;
}

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
/*.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  */
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 

a img {
border:0;
}

input {border:1px solid #8C4500; background:#fff;}

.tabs { 
   background-color: #eee; 
   border-bottom: 1px solid #ccc; 
   list-style: none;
   margin: 0; 
   padding: 1px 5px 1px 5px;
   zoom:1;
   font-size:12px;
}
.tabs:after { 
   display: block; 
   clear: both; 
   content: " "; 
}

.tabs li {
   float: left; 
   margin: 64px 1px 0 0; 
   padding-left: 5px; 
}
.tabs a {
   display: block; 
   position: relative; 
   top: 1px; 
   border: 1px solid #ccc;
   border-bottom: 0; 
   z-index: 2; 
   padding: 2px 9px 3px; 
   color: #444; 
   text-decoration: none;
   white-space: nowrap;
}
.tabs a:focus,
.tabs a:active { 
   outline: none; 
}
.tabs a:hover,
.tabs a:focus,
.tabs a:active { 
   background: #fff; 
   cursor: pointer; 
}
.ui-tabs-selected a { 
   background-color: #fff; 
   color: #000; 
   font-weight: bold; 
   padding: 2px 8px 1px; 
   border-bottom: 1px solid #fff; 
   border-top: 3px solid #8C4500;
   border-left: 1px solid #8C4500;
   border-right: 1px solid #8C4500;
   margin-bottom: -1px; 
   overflow: visible;
}
.ui-tabs-hide { 
   display: none; 
   background-color: #fff 
}


#outer_wrapper {
height:auto;
min-height:100%;
width:100%;
}
#content2 {
height:100%;
padding-left:0;
}
#left-column {
float:left;
height:100%;
margin-left:0;
margin-top:0;
text-align:left;
width:300px;
}
#main-column {
margin-left:300px;
min-width:532px;
}

#header {
	height:90px;
}

#header div {
	float:left;
}
#header #tabs1 {
	width:100%;
}

#f_login{
	width:350px;
	margin-left:-350px;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 120px;
	height: 120px;
}

.gallery a {
	text-decoration: none;
	color: #999;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	border: none;
	padding: 14px 12px 12px 13px;
}
.clear{
	clear:both;
}

#hsearch{
	margin-left:-610px;
	width:280px;
}

#rss{
	right:10px;
	top:70px;
	z-index:2;
	position:absolute;
}
a.logo, a:hover.logo {
	background:#eee;
	border:0;
}
