body {
  background-color: #232323;
  color: #aaaaaa;
  margin: 0px;
  padding: 0px;
  font-family: verdana;
  font-size: 9pt;
}
a {
  text-decoration: none;
  color: #bbbbbb;
}
a:hover {
  color: #ffffff;
}
img {
  display: block;
  border: 0px;
}

div#left {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 15px 0px 15px 15px;
  background: #000000;
}
div#main {
  margin: 15px 15px 15px 210px;
  padding: 0px;
  background: #000000;
}
img#logo {
  margin: 0px -9px 0px -9px;
}
ul#menu {
  margin: 70px 0px 0px 0px;
  padding: 0px;
}
ul#menu li {
  list-style-type: none;
  display: block;
  text-align: center;
  width: 100px;
  margin: 15px auto 10px auto;
  font-size: 11pt;
  font-style: italic;
}
ul#menu a {
  text-decoration: none;
  color: #aaaaaa;
}
ul#menu a:hover {
  text-decoration: none;
  color: #ffffff;
}

div.topframe {
  height: 21px;
  background-image: url('images/frame-t.png');
  background-repeat: repeat-x;
}
div.topframe div.left {
  height: 21px;
  width: 14px;
  float: left;
  background-image: url('images/frame-lt.png');
  background-repeat: no-repeat;
}
div.topframe div.right {
  height: 21px;
  width: 14px;
  float: right;
  background-image: url('images/frame-rt.png');
  background-repeat: no-repeat;
}
div.bottomframe {
  height: 21px;
  background-image: url('images/frame-b.png');
  background-repeat: repeat-x;
}
div.bottomframe div.left {
  height: 21px;
  width: 14px;
  float: left;
  background-image: url('images/frame-lb.png');
  background-repeat: no-repeat;
}
div.bottomframe div.right {
  height: 21px;
  width: 14px;
  float: right;
  background-image: url('images/frame-rb.png');
  background-repeat: no-repeat;
}
div.leftrightframe {
  border-left: 1px solid #303030;
  border-right: 1px solid #303030;
  padding: 0px 20px 0px 20px;
  position: relative;
}
div.clearer {
  clear: both;
  height: 10px;
}

h1.title {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-weight: normal;
  font-size: 12pt;
  font-style: italic;
}
h1.centertitle {
  padding: 0px;
  margin: 10pt 0px 15pt 0px;
  font-weight: normal;
  font-size: 11pt;
  text-align: center;
  font-style: italic;
}
h2.number {
  padding: 0px;
  margin: 10pt 0px 10pt 0px;
  font-weight: normal;
  font-size: 9pt;
  text-align: center;
}

div.thumbnail {
  width: 170px;
  height: 190px;
  float: left;
  margin: 4px 8px 4px 0px;
  border: 1px solid #3c3c3c;
  padding: 0px;
  position: relative;
  background-color: #1e1e1e;
} 
div.thumb-image {
  width: 170px;
  height: 170px;
  display: table;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.thumb-image div.tnaux1 {
  display: table-cell;
  vertical-align: middle;
  /* debilni IE: */
  #position: absolute;
  #top: 50%;
}
div.thumb-image img {
  padding: 1px;
  margin: 1px;
  background-color: #ffffff;
  margin: 0px auto;
  display: block;
  /* debilni IE: */
  #position: relative;
  #top: -50%;
}
div.thumb-text {
  width: 170px;
  padding: 0px;
  display: table;
  overflow: hidden;
  height: 25px;
  position: absolute;
  left: 0px;
  bottom: 1px;
}
div.thumb-text div.tnaux2 {
  display: table-cell;
  vertical-align: middle;
  /* debilni IE: */
  #position: absolute;
  #top: 50%;
}
div.thumb-text span {
  margin: 0px auto;
  display: block;
  width: 162px;
  font-size: 7pt;
  text-align: center;
  /* debilni IE: */
  #position: relative;
  #top: -50%;
}
div.image {
}
div.image img {
  padding: 2px;
  margin: 2px;
  background-color: #ffffff;
  margin: 0px auto;
}

div.galpadding {
  height: 80px;
}
table.galindex {
  margin: 0px auto 40px auto;
}
table.galindex td {
  text-align: center;
  vertical-align: top;
  font-size: 11pt;
  font-style: italic;
  background-color: #1e1e1e;
  border: 1px solid #3c3c3c;
  padding-bottom: 8px;
}
table.galindex img {
  display: block;
  margin: 8px 8px 8px 8px;
  border: 1px solid #ffffff;
}
table.galindex ul {
  margin: 5pt 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
table.galindex li {
  font-size: 9pt;
}

div.pages {
  float: right;
}
div.pages span {
  color: #262626;
}
div.pages a {
  color: #ffffff;
  padding: 0px 2pt 0px 2pt;
}
div.pages b {
  color: #ffffff;
  padding: 0px 2pt 0px 2pt;
}

div.introtext {
  padding: 20px;
  width: 600px;
  margin: 0px auto;
}
.introtext p {
  margin: 0px;
  font-size: 9pt;
  text-align: center;
}

div.back {
  clear: both;
  font-size: 9pt;
  padding-left: 16px;
  background-image: url('images/backarrow.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  float: left;
}
div.addcomment {
  clear: both;
  font-size: 9pt;
  padding-left: 16px;
  background-image: url('images/addcomment.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  float: left;
}
div.addcommenttop {
  font-size: 9pt;
  padding-right: 16px;
  background-image: url('images/addcomment.png');
  background-repeat: no-repeat;
  background-position: right 3px;
  float: right;
}
div.basket {
  font-size: 9pt;
  padding-right: 16px;
  background-image: url('images/basket.png');
  background-repeat: no-repeat;
  background-position: right 1px;
  float: right;
}

hr {
  border: 0px;
  background-color: #666666;
  color: #666666;
}

div.delete {
  padding-left: 11px;
  background-image: url('images/delete.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  margin: 0px auto;
  width: 100px;
}

.max {
  width: 100%;
}
.defedit {
  border: 1px solid #3c3c3c;
}
.defbutton {
  background-color: #4c4c4c;
  color: #aaaaaa;
  border-left: 1px solid #5c5c5c;
  border-top: 1px solid #5c5c5c;
  border-right: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
}

div.commentseparator {
  clear: both;
  height: 1px;
  border: 1px solid #303030;
  margin: 40px 0px 0px 0px;
  font-size: 1px;
}

h3.comments {
  text-align: center;
  margin: 2px 0px 5px 0px;
  font-size: 10pt;
}

div.comment {
  border: 1px solid #303030;
  margin: 0px 0px 10px 0px;
}
div.comment div.header {
  font-size: 8pt;
  padding: 2px 10px 2px 10px;
  background-color: #131313;
  position: relative;
}
div.comment div.header span.name,
div.comment div.header span.web,
div.comment div.header span.web a {
  color: #7f7f7f;
}
div.comment div.header span.email {
  color: #676767;
}
div.comment div.header span.date {
  color: #676767;
  font-style: italic;
  float: right;
  width: 120px;
  text-align: right;
}
div.comment div.text {
  padding: 10px;
  color: #777777;
}

table.commentable {
}
table.commentable tr.sizer td {
  height: 0px;
}
table.commentable td.r {
  text-align: right;
  padding-right: 10px;
}
table.commentable td.title {
  padding-left: 10px;
}
table.commentable td.input.last {
  padding-right: 22px;
}
table.commentable td.image {
  width: 160px;
  text-align: center;
  vertical-align: middle;
}
table.commentable td.image img {
  margin: 0px auto;
}
table.commentable td.send {
  text-align: center;
}

div.ok,
div.posterror {
  margin: 0px 0px 20px 0px;
}
div.posterror {
  color: #A80000;
}
