html {
	background: #E5ECF3;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: georgia,verdana,serif,arial,helvetica,sans-serif !important;
}

body {
 text-align: center;
	font-family: georgia,verdana,serif,arial,helvetica,sans-serif !important;
}

.body{
	-moz-border-radius:4px;
	color:#000;
	background:#fefefe;
	margin:0 auto;
	width:960px;
	border: 1px solid #666;
	text-align: left;
}

#body_table {
 height:100%;
 width:100%;
}

a:link {
	color: #333;
	text-decoration:underline;
}
a:visited {
	color: #333;
}
a:hover, a:active, a:focus {
	text-decoration:none;
}

#header_login_link {
  margin-top: 10px;
  margin-right:5px;
  margin-top:3px;
  font-size:90%;
  float: right;
/*  display: none;*/
}

h1 {
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
 font-size: 18px;
}
h1.toptitle {
 	padding: 5px 5px 5px 5px;
}
h1.title {
  font-size: 16px;
  background: #B2D281;
  border-bottom: 1px solid gray;
 	padding: 3px 3px 3px 3px;
}

.vcats{
//  float:left;
//  height: 80%;
  padding:10px;
  margin:0px;
  margin-right:10px;
  backgroud: red;
  border-right:1px solid gray;
}
h2 {
	/*-moz-border-radius:20px 20px 0 0;*/
	font-size: 1.1em;
	margin:0;
	padding:2px 0 2px 10px;
	background: #FCBD4E;
	color:#143E10;
}

.hobby_description {
  text-align:center;
  padding:5px;
}

.categoryitem {
margin:2px;
margin-top:5px;
}

.categoryitem .hobby_title {
  font-weight: bold;
}

div.imgwrapper {
 width: 130px;
 height: 130px;
 text-align: center;
}
.imgwrapper {
	float: left;
	margin: 0 15px 15px 15px;
	padding: 2px;
}
.imgwrapper span {
	display:block;
	font-size: 1.0em;
	text-align:center;	
}
.imgwrapper img {
	background-color: #fff;
	border: 1px solid #ddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
}
.imgwrapper a:visited img {
	background-color:#fff;	
}
.imgwrapper a:hover img, .imgwrapper a:focus img {
 border: 1px solid #000;
}
.imgwrapper a:hover, .imgwrapper a:focus {
 //
}

div.detailswrapper {
 text-align: left;
 width: 100%;
}
.detailswrapper {
	float: left;
	padding: 5px;
	clear:right;
}

.detailswrapper table {
	text-align:justify;	
	font-size: 12pt;
}
.detailswrapper h1 {
	text-align:center;	
}

#slogan {
  font-size: 12px;
  padding: 0px;
  padding-left: 40px;
  border-bottom: 1px solid gray;
}

.detailsimage{
  text-align: center;
  border-bottom: 1px solid gray;
}

.detailsimage img{
/*  border: 1px solid gray; */
  padding: 2px;
}

.detailsimage a {
  /* border: 1px solid grey; 
  background: lightgrey; */
  padding: 2px;
}

#footer {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  height:20px;
  background: #B2D281;
  padding-top: 3px;
}

.strong {
  font-weight: bold;
}

.tags {
  background: #C9E998;
  padding:2px;
  border-bottom: 1px solid gray;
  min-height: 20px;
}

.tag {
 padding: 1px;
}

#header {
  background: #86B0E1;
}

.owner {
 font-size:70%;
}

.itemsList {
border-spacing: 10px;
width: 100%;
// border=0 cellspacing=0 cellpadding=0 align=center width=100% 
float: right;
}

.itemCell {
  width:20%;
  border:1px solid #e0e0e0; 
  padding:3px; 
  text-align: center;
}

.itemCell img {
  position: relative;
  margin: auto 0;
  border: 1px solid white;
}

.itemCell a:hover img {
  border: 1px solid yellow;
}


.itemDetails {
 width:100%
}

.itemDescription {
 margin-top: 10px;
 margin-bottom: 10px;
}

.latestusersbox {
 float:right;
 padding: 5px;
 padding-top: 10px;
 clear: both;
 width: 250px;
}

.latestusersbox h3 {
 font-size: 14px;
 font-weight: bold;
 margin: 0px;
 padding: 5px;
}

.latestusersbox span {
 font-size: 12px;
}

.latestusersbox a {
 text-decoration: none;
}

legend {
  font-weight: bold;
  font-size: 14px;
  padding: 3px;
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
  background: #B2D281;
}

.latestusersbox legend {
  width: 100%;
}