* {
  margin: 0;
  padding: 0;
}

body {
  background: #cccccc;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #333333;
  text-align: center;
}

body * {
  font-size: 100.01%;
}

img, fieldset {
  border: 0;
}

ul {
  list-style: none;
}

/* forms */

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  vertical-align: middle;
}

input.text {
  padding: 1px;
}

input.button {
  font-weight: bold;
}

.nocss {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

#wrapper {
  width: 998px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #999999;
  border-top: none;
  background: #eeeeee;
}


/* HEADER */

#header {
  width: 100%;
  overflow: hidden;
  background: #006699 url("../img/bg_header.gif") 0 0 no-repeat;
  text-align: right;
  height: 100px;
}

#header h1 {
  margin: 20px 38px 0 0;
}


/* METANAVIGATION */

#metanavigation {
  width: 100%;
  overflow: hidden;
  background: #d2d5db url("../img/bg_metanavigation.gif") left bottom repeat-x;
}

#metanavigation a {
  color: transparent;
  text-decoration: none;
}

#metanavigation h2 {
  float: left;
  padding: 5px 0 7px 9px;
  white-space: nowrap;
}

#metanavigation h2 img {
  margin: 0 5px 0 0;
}

#metanavigation h3 {
  float: right;
}

#metanavigation h3 select {
  margin: 7px 12px 0 0;
}

/* TOOLBAR */
#second_toolbar {
	display: none;
}

#toolbar {
  width: 100%;
  overflow: hidden;
  background: #daebf3 url("../img/bg_toolbar.gif") left bottom repeat-x;
  color: #020202;
  line-height: 1.65em;
  font-size: 0.6875em;
  border-top: 2px solid #e6f2f8;
}

#toolbar #booknavigation {
  float:right;
  text-align: right;
  white-space: nowrap;
}

#toolbar a {
  color: #020202;
  text-decoration: none;
}

#toolbar a:hover {
  text-decoration: none;
}

/* btn-view-wrapper */

#toolbar .btn-view-wrapper {
  float: left;
  padding: 1px 19px 0 15px;
  background: url("../img/bg_toolbar_seperator.gif") right top no-repeat;
}

#toolbar .btn-view-wrapper li {
  display: inline;
}

#toolbar .btn-view-wrapper span {
  display: none;
}

#toolbar .btn-view-wrapper #btn-single-view,#btn-single-view2 {
  float: left;
  width: 30px;
  height: 35px;
  background: url("../img/bg_icon_single_inactive.gif") 0 0 no-repeat;
  color: transparent;
}

#toolbar .btn-view-wrapper .single-active { background: url("../img/bg_icon_single_active.gif") 0 0 no-repeat !important; }

#toolbar .btn-view-wrapper #btn-double-view,#btn-double-view2 {
  float: left;
  width: 49px;
  height: 35px;
  background: url("../img/bg_icon_double_inactive.gif") 0 0 no-repeat;
  color: transparent;
}

#toolbar .btn-view-wrapper .double-active { background: url("../img/bg_icon_double_active.gif") 0 0 no-repeat !important; }

/* change-view */

#toolbar .change-view {
  float: left;
  padding: 8px 17px 5px 14px;
  background: url("../img/bg_toolbar_seperator.gif") right top no-repeat;
}

#toolbar .change-view a {
  text-decoration: underline;
}

/* slider_wrapper */

#toolbar .slider_wrapper {
  float: left;
  background: url("../img/bg_toolbar_seperator.gif") right top no-repeat;
  padding: 6px 13px 0 11px;
}

#toolbar .slider_wrapper a {
  color: transparent;
}

#toolbar .slider_wrapper #slider {
  width: 120px;
  background: url("../img/bg_icon_slider.gif") 0 0 repeat-x;
  height: 12px; 
  position: relative;
  float: left
}

#toolbar .slider_wrapper #handle {
  width: 11px;
  height: 21px;
  background: url("../img/bg_icon_slider_handle.jpg") 0 0 no-repeat;
  cursor: pointer;
  position: absolute;
}

#toolbar .slider_wrapper .slider_down, #toolbar .slider_wrapper .slider_up {
  float: left;
  margin: 0 5px 0 5px;
}

/* paginator */

#toolbar .paginator {
  float: left;
  padding: 6px 14px 0 12px;
}

#toolbar .paginator img {
  vertical-align: middle;
}

#toolbar .paginator li {
  display: inline;
  padding: 0 4px 0 4px;
}

#toolbar .paginator li .paginator-info {
  padding: 0 2px 0 2px;
}

/* goto-page */

#toolbar .goto-page {
  float: left;
  padding: 0 38px 5px 17px;
  background: url("../img/bg_toolbar_seperator.gif") left top no-repeat;
}

#toolbar .goto-page * {
  float: left;
}

#toolbar .goto-page label {
  margin: 7px 0 0 0;
}

#toolbar .goto-page input.text {
  width: 30px;
  margin: 7px 6px 0 6px;
}

#toolbar .goto-page #go_to_page {
  margin: 6px 0 0 0;
}


/* PAGEBODY */

#pagebody {
  width: 975px;
  overflow: hidden;
  padding: 23px 0 23px 10px;
}

#content {
  float: left;
  width: 762px;
  overflow: hidden;
  line-height: 1.65em;
  font-size: 0.6875em;
  position: relative;
}

#rightbar {
  float: right;
  width: 200px;
  overflow: hidden;
  line-height: 1.35em;
  font-size: 0.6875em;
}


/* CONTENT */

#content a {
  color: #b40014;
}

#content p, #content ul {
  margin: 0 0 1em 0;
}

#content #pageview {
  width: 762px;

  overflow: hidden;
  white-space: nowrap;
}

#content #loader {
  position: absolute;
  top: 3em;
  left: 0;
  width: 100%;
  visibility: hidden;
  text-align: center;
  z-index: 9999;
}

#content #loader .loader-inner {
  background: white;
  margin: 0 auto;
  border: 2px solid #5e6a71;
  text-align: left;
  width: 182px;
  font-size: 1.1818em;
  color: #5e6a71;
  padding: 9px 0 9px 15px;
}

#content #loader .loader-inner img {
  vertical-align: middle;
  margin: 0 0 0 7px;
}
/*
#content #page_content #page1, #content #page_content #page2 {
  /*margin: 0 0 10px 0;
}*/

#content #page_content #page2 {
  border: 1px solid #d3d3d3;
  border-left: 1px solid #e2e2e2;
}

#content .page-content-single #page1-wrapper #page1{
  border: 1px solid #d3d3d3;
}

#content .page-content-double #page1-wrapper #page1{
  border: 1px solid #d3d3d3;
  border-right: 1px solid #e2e2e2;
}

/* RIGHTBAR */

#rightbar .sidebar-item {
  margin: 0 0 2px 0;
  color: #494949;
}

#rightbar .sidebar-item h3 {
  padding: 3px 0 4px 25px;
  background: #a4c8da url("../img/bg_arrow_h3.gif") 11px 5px no-repeat;
  line-height: normal;
  font-size: 1.0909em;
}

#rightbar .sidebar-item h3.header-active {
  background: #a4c8da url("../img/bg_arrow_h3_down.gif") 8px 8px no-repeat;
}

#rightbar .sidebar-item h3 a {
  color: white;
  text-decoration: none;
}

#rightbar .sidebar-item h3 a:hover {
  text-decoration: underline;
}

#rightbar .sidebar-item #sidebar-item-body a {
  color: #006699;
}

#rightbar .sidebar-item #sidebar-item-body a:hover {
  text-decoration: none;
}

#rightbar #book_informations, #rightbar #book_contents, #rightbar #book_links, #rightbar #book_search .book-searchform {
  background: white;
  padding: 6px 9px 4px 9px !important;
}

#rightbar #book_informations li {
  padding: 0 0 4px 0;
}

#rightbar #book_contents li {
  background:url("../img/bg_list.gif") 0 5px no-repeat;
  padding: 0 0 4px 16px;
}

#rightbar #book_links li {
  background:url("../img/bg_arrow_link.gif") 0 3px no-repeat;
  padding: 0 0 4px 16px;
}

/* book_search */

#rightbar #book_search .book-searchform {
  width: 182px;
  overflow: hidden;
}

#rightbar #book_search input {
  float: left;
}

#rightbar #book_search input#search_text {
  width: 135px;
  margin: 0 5px 0 0;
}

#rightbar #book_search input#reset_search {
  width: 182px;
  margin: 4px 0 2px 0;
}

#rightbar #book_search #search_result h5 {
  margin: 2px 0 0 0;
  background: #e7f2f8;
  padding: 6px 9px 4px 9px !important;
  font-size: 1.0909em;
  line-height: 1.35em;
}

#rightbar #book_search #search_result h5 span {
  font-weight: normal;
}

#rightbar #book_search #search_result .search-result-list {
  padding: 4px 9px 10px 9px;
  color: #666666;
}

#rightbar #book_search #search_result .search-result-list li {
  padding: 0 0 2px 0;
}

#rightbar #book_search #search_result .search-result-list li a {
  font-weight: normal;
}

#rightbar #book_search #search_result .search-result-list li span {
  background: #ff9b52;
  font-weight: bold;
}

#rightbar #book_search #search_result .more-link {
  text-align: right;
}

#rightbar #book_search #search_result .more-link a {
  font-weight: normal;
}

/* FOOTER */

#footer {
  width: 100%;
  overflow: hidden;
  background: #999999;
  color: #dddddd;
  line-height: 1.65em;
  font-size: 0.6875em;
}

#footer a, #footer span {
  color: white;
}

#footer p {
  padding: 2px 0 2px 5px;
}

#ajax_book_search {
  text-align: center;
  display: none;
}

/* added by oe */

#page_content {
  min-height: 200px;
  height: auto !important;
  height: 200px;
}
