* { margin: 0; padding: 0; }
a { outline: none; }
img { border: none; }
ul, ol { list-style-position: inside; }

html {
  background: transparent url(/images/layout/html-bg.jpg) left top repeat;
}
body {
	font-size: 62.5%;
	font-family: Tahoma;
	line-height: 1.8em;
	padding-bottom: 40px;
	text-align: center;
}
body * {
  text-align: left;
}

/* Container */
#container {
	width: 770px;
	margin: 16px auto 0 auto;
  background-color: #EEEAD1;
  padding: 3px;
}
#header {
  width: 770px;
  background: transparent url(/images/layout/headerbg.jpg) right top no-repeat;
  padding-top: 176px;
  position: relative;
}
/* Main Navigation */
.mainnav {
	list-style-type: none;
	height: 4em;
	background-color: #9D3725;
	border-top: solid 3px #EEEAD1;
}

.mainnav li {
	display: inline;
}

.mainnav li a {
	float: left;
  height: 100%;
	font: bold 1.4em Tahoma;
	color: #FFEAA8;
  text-decoration: none;
	padding: 0 18px;
	text-align: center;
}
#footer .mainnav li a {
  padding: 0 26px;
}

.mainnav li a:hover {
  background-color: #6E2520;
}
.mainnav .active a {
  background-color: #6E2520;
  text-decoration: underline;
}

#brdcrmbs {
  text-align: right;
  font: normal 1.2em Tahoma;
  line-height: 1.8em; /* 22px */
  padding-right: 27px;
  color: #15373F;
  background: transparent url(/images/layout/brdcrmbs-border.jpg) left bottom repeat-x;
}
#brdcrmbs a {
	color: #15373F;
  text-decoration: none;
}
#brdcrmbs span.B_currentCrumb {
}

/* End of Main Navigation */ /* End of Header */
	/* Body Text Container */
#bodytxt {
}

/* Main Text */
#maintxt {
	width: 477px;
	padding: 0 35px 30px 25px;
  display: inline;
	float: right;
}
#maintxt h1 {
  margin: 24px 0 15px;
  font: bold 2.3em Tahoma;
  color: #CF4830;
}
#maintxt h2 {
  margin: 15px 0 7px;
  font: bold 1.6em Tahoma;
  color: #CF4830;
}
#maintxt h3 {
  margin: 15px 0 7px;
  font: bold 1.3em Tahoma;
  color: #CF4830;
}
#maintxt ul {
  list-style-position: outside;
  padding-left: 20px;
}

/* End of Main Text */ /* Side Bar */
#sidebar {
	float: left;
	width: 233px;
	background-color: white;
}
#sidebar h3 {
  background: transparent url(/images/layout/h3-bg.jpg) left top repeat-x;
  border-bottom: solid 1px #B96549;
  color: #9D3725;
  font: bold 1.4em Tahoma;
  line-height: 2.6em; /* 37px */
  padding-left: 23px;
}
#sidebar p {
  padding: 23px;
}
#sidebar p.an {
	padding: 0;
  margin: 13px;
}

#sidebar ul {
  list-style: none;
  padding: 22px 0 22px 29px;
}
#sidebar li {
  padding-left: 13px;
  background: transparent url(/images/layout/marker.jpg) left 4px no-repeat;
}
#sidebar li a {
  text-decoration: none;
  font: normal 1.4em Tahoma;
  color: black;
}
#sidebar li a:hover {
  color: #CE0305;
}
#sidebar li.active a {
  text-decoration: underline;
  color: #CE0305;
}
#sidebar input, #sidebar textarea {
  width: 170px;
}
#sidebar label {
  font: normal 1.4em Tahoma;
}

#footer {
  clear: both;
  position: relative;
}
#footer p {
  background: #4D252F url(/images/layout/footer-bg.jpg) left top repeat-x;
  border-top: solid 2px #EEEAD1;
  padding: 10px 0 0 35px;
  height: 43px;
  color: white;
  font: normal 1.1em Verdana;
}
#footer address {
  position: absolute;
  left: 34px;
  top: 110px;
  color: white;
  font: normal 1.1em Arial;
}

#maintxt p, #maintxt label, #maintxt div, td {
	margin-top: 20px;
	font: normal 1.4em Tahoma;
}
#maintxt td p {
  font-size: 1em;
}
#sidebar p.an {
  font: normal 1.4em Tahoma;
} 
#anketa label {
  display: block;
}
#anketa textarea {
  width: 80%;
  height: 120px;
}

#maintxt a, #sidebar p.an a {
  /*text-decoration: none;*/
  color: black;
}
#maintxt a:hover, #sidebar p.an a:hover {
  color: #CE0305;
}
#maintxt li {
	margin: 5px 0;
  font: normal 1.4em Tahoma;
}
#logo {
  position: absolute;
  top: 12px;
  left: 24px;
}
#headertext {
  position: absolute;
  top: 46px;
  left: 204px;
}
.alphabet {
  width: 100%;
  overflow: hidden;
  list-style: none;
}
#bodytxt .alphabet a {
  text-decoration: underline;
  font-weight: bold;
}
.alphabet li {
  float: left;
  padding: 0 3px;
}
ul.books {
  list-style: none;
}
.up {
  text-align: right;
}
#bodytxt .up a {
  text-decoration: underline;
}

div.pages {
  width: 98%;
  overflow: hidden;
}
#maintxt div.pages a {
  text-decoration: underline;
}
.ditto_page, .ditto_currentpage, .page_cap {
  float: left;
  padding: 5px;
  margin: 0 5px;
}
table.border {
  border-collapse: collapse;
}
table.border td, table.border th {
  border: solid 1px black;
  padding: 0 3px;
}
td.line {
  /*white-space: nowrap;*/
}
#cat-search {
  padding-bottom: 20px;
}
#cat-search label {
  display: block;
}
