html {
	height: 100%;
}
body {
/*	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; */
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #fffaea;
/*	text-align: center; */
}
.wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 97%;
	width: 98%;
	overflow: hidden;
	display: none;
}
.navLayout {
	float: right;
  width:150px;
	margin-left: -3px;
}
.sideNav {
/*	position: absolute; */
/*	position: relative;  */
/*	top: -5%; */
/*	right: 100; */
  width:150px;
/*  padding-left:10px;
  padding-right:30px;
  float: right; */
  height:250px;;
/*  text-align: center;
 *    vertical-align: middle; */
	z-index: 100;
	display: none;
}
#mainContainer{
  width: 854px;
/*  background-color: #FFF;
 *    border-left:1px solid #000;
 *      border-right:1px solid #000;
 *        height:100%; */
  position: absolute;
  top: 1%;
  overflow: hidden;
  height: 96%;
  left: 10px;
}
.content {
/*	height: 100%;
	width: 100%;
	padding-right: 180px; */
/*	width: 490px; */
	display: none;
	overflow: auto;
/*	height: 100%; */
	width: 100%;
	scrollbar-base-color: rgb(253, 199, 165);
}
.thumbnail {
  background-color:#EEEEEE;
  border:1px solid #2A2A2A;
  float:right;
  margin-bottom:10px;
  margin-right:10px;
  padding:3px 3px 8px;
}
.thumbnail a {
	border: none;
}
.thumbnail img {
	border: 1px solid silver;
}
.categoryName {
	clear: both;
	font-weight: bold;
	font-size: 14;
}
#comingSoon {
	position: absolute;
	right: 20px;
	bottom: 10px;
	height: 130px;
	width: 150px;
	border: 1px solid silver;
	display: none;
}
#comingSoon .title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#comingSoon .newBooks {
	text-align: center;
}
.credits {
	position: absolute;
/*	left: 50%; */
	bottom: 10px;
	width: 100%;
}
.credits, .credits a, .credits a:hover, .credits a:visited {
	text-align: center;
	font-size: 8px;
	text-decoration: none;
	color: black;
}
.addrDetails {
	font-size: 8px;
	text-align: left;
	padding-left: 180px;
}
.backgroundLayout {
/*	position: absolute;  */
	width: 80%; 
	height: 0%; 
	top: 0; 
	left: 0;
}
#dhtmlgoodies_slidedown_menu {
/*	position: relative; */
}

.regCaption, .regCaptionBad {
	width: 100px;
	font-weight: bold;
/*	float: right; */
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
	display: inline-block;
	vertical-align: top;
}
.regCaptionBad {
	color: red;
}
.regField {
	margin-top: 3px;
/*	border-bottom: 1px solid silver; */
}
.resultMsg, .resultMsgBad {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 24px;
	top: 40%;
	position: relative;
}

.resultMsgBad {
	color: red;
}
.regSubmit {
	margin-top: 20px;
	margin-right: 105px;
}
#statusMsg {
	margin-top: 20px;
	margin-right: 105px;
	color: red;
	font-weight: bold;
	text-decoration: blink;
}
