/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-family: "verdana ce", verdana, "tahoma ce", tahoma, "helvetica ce", helvetica, "arial ce", arial, sans-serif;
  line-height: 16px;
  font-size: 11px;
}
body {
  background: none #ffffff;
  margin: auto;
  padding: 0px;
  color: #000000;
  text-align: left;
}
body.web {
  background: repeat-x left top url(images/web_body_bg.gif) #ffffff;
  margin: 0px;
  padding: 0px;
  color: #000000;
  text-align: center;
  cursor: default;
}
img {
  border: 0px none;
}
a {
  color: #c16200;
  text-decoration: none;
}
a:hover {
  color: #c16200;
  text-decoration: underline;
}
i , em {
  _text-indent: 2px;
}
form {
  padding: 0px;
  margin: 0px;
}
object {
  display: block;
}
p {
  margin: 0px;
}
ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
ol {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
ul li , ol li {
  margin: 0px;
  padding: 0px;
  /*list-style: url(images/dot_li.gif);*/
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  display: block;
}
h1 , h1 * , h2 , h2 * , h3 , h3 * , h4 , h4 * , h5 , h5 * , h6 , h6 * {
}
h1 {
}
h1 , h1 * {
}
h2 {
}
h2 , h2 * {
}
h3 {
}
h3 , h3 * {
}
h4 {
}
h4 , h4 * {
}
h5 {
}
h5 , h5 * {
}
h6 {
}
h6 , h6 * {
}
input {
  margin: 0px;
}
textarea {
  /*overflow: auto;*/
  margin: 0px;
}
table {
  border: 0px none;
  border-collapse: collapse;
}
td {
}
/* --- common --- */
.clear , .f-c {
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  height: 0px;
  width: 0px;
  float: none;
  margin: 0px;
  padding: 0px;
  clear: both;
}
.print {
  display: none !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.block {
  display: block;
}
.text-left , .t-l {
  text-align: left !important;
}
.text-center , .t-c {
  text-align: center !important;
}
.text-right , .t-r {
  text-align: right !important;
}
.text-top , .t-t {
  vertical-align: top !important;
}
.text-middle , .t-m {
  vertical-align: middle !important;
}
.text-bottom , .t-b {
  vertical-align: bottom !important;
}
.float-left , .f-l {
  float: left !important;
}
.float-right , .f-r {
  float: right !important;
}
.margin-center , .m-c {
  margin: auto !important;
}
.error {
  color: #FF0000;
}
.error *.formtext {
  border-color: #FF0000;
}
.ready {
  color: #009000;
}
.ready *.formtext {
  border-color: #009000;
}
.noscript {
  position: absolute;
  top: 5px;
  left: 35%;
  text-align: center;
  color: #FF0000;
  z-index: 800;
}
/* --- forms --- */
.formtext {
  border: 1px solid #959595;
  padding: 1px 2px 1px 2px;
  vertical-align: middle;
  line-height: 14px;
  margin: 0px;
}
input.formtext {
  height: 14px;
}
submit.formtext {
}
textarea.formtext {
  overflow: auto;
}
.disabled {
}
.formbutton {
  background: none #000000;
  border: 0px none;
  padding: 1px 4px 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  height: 18px;
  vertical-align: middle;
}
a.formbutton {
  padding: 1px 8px 2px 8px;
  text-decoration: none;
  color: #FFFFFF;
}
a.formbutton:hover {
  text-decoration: none;
  color: #FFFFFF;
}
/* nepouzito
div.fieldset {
  border: 1px solid #D5D5D5;
  padding: 15px 5px 5px 5px;
  position: relative;
}
div.legend {
  background: none #FFFFFF;
  position: absolute;
  padding: 0px 5px 0px 5px;
  font-weight: bold;
  color: #FFA000;
  top: -8px;
  left: 5px;
}*/
/* --- mask --- */
div.web-all {
  background: no-repeat left top url(images/web_all_bg.jpg);
  width: 960px;
  text-align: left;
  margin: auto;
}
div.side-left {
  width: 200px;
  margin: 220px 0px 0px 0px;
  float: left;
  position: relative;
}
div.side-main {
  width: 560px;
  margin: 120px 0px 0px 0px;
  float: left;
}
div.side-right {
  width: 200px;
  margin: 58px 0px 0px 0px;
  float: right;
  position: relative;
}
div.web-foot {
  background: repeat-x left top url(images/web_foot_bg.gif);
  height: 25px; /*30px;*/
  padding-top: 5px;
  margin: 30px 0px 10px 0px;
  text-align: center;
}
/* --- side-left --- */
img.toplogo {
  position: absolute;
  left: 8px;
  top: -155px;
  width: 290px;
  height: 38px;
}
div.languages {
  position: absolute;
  left: 10px;
  top: -113px;
}
div.languages a {
  font-weight: bold;
}
div.subheading {
  position: absolute;
  left: 10px;
  top: -208px;
  color: #E0E0E0;
  line-height: 14px;
}
/*div.side-image {
  padding-top: 5px;
}
div.side-image img {
  display: block;
  margin: auto;
  border: 1px solid #808080;
  padding: 1px;
}
div.side-menu {
  text-align: center;
}*/
/* --- side-right --- */
div.menu-main {
  margin: 0px 0px 0px 15px;
}
div.menu-main a {
  background: no-repeat left top url(images/menu_dot_off.gif);
  display: block;
  height: 18px;
  padding: 0px 0px 0px 30px;
  text-decoration: none;
  color: #FFFFFF;
}
div.menu-main a b {
  display: block;
  float: left;
  height: 16px;
  padding: 0px 3px 0px 3px;
  margin: 1px 0px 1px 0px;
  background: none #484848;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
div.menu-main a:hover ,
div.menu-main a:hover b ,
div.menu-main a.active ,
div.menu-main a.active:hover ,
div.menu-main a.active b ,
div.menu-main a.active:hover b {
  text-decoration: none;
  color: #ffdd95;
}
div.menu-main a.active ,
div.menu-main a.active:hover {
  background: no-repeat left top url(images/menu_dot_on.gif);
}
/* --- web-foot --- */
div.web-foot a {
  text-decoration: none;
  color: #9f9f9f;
}
div.web-foot a:hover {
  text-decoration: none;
  color: #c16200;
}
div.web-foot-in {
  width: 936px; /*960px;*/
  margin: auto;
  padding: 0px 12px 0px 12px;
}
div.menu-bottom {
  color: #9f9f9f;
  float: right;
}
div.copyright {
  color: #9f9f9f;
  float: left;
}
/* --- winhead and content --- */
div.winhead {
  height: 16px;
  margin: 0px 20px 0px 0px;
}
div.winhead * {
  display: block;
  float: right;
  height: 16px;
}
div.winhead h1 {
  padding: 0px 12px 0px 12px;
  background: none #ffffff;
  color: #ff8100;
}
i.whr {
  background: no-repeat left top url(images/window_heading_right.gif);
  width: 4px;
  overflow: hidden;
}
i.whl {
  background: no-repeat left top url(images/window_heading_left.gif);
  width: 4px;
  overflow: hidden;
}
div.content {
  position: relative;
  margin: 0px 0px 5px 0px;
}
i.ctl ,
i.ctr ,
i.cbl ,
i.cbr {
  display: block;
  font-size: 0px;
  line-height: 0px;
}
i.ctl {
  background: no-repeat left top url(images/content_top.gif);
  float: none;
  width: auto;
  height: 10px;
  margin: 0px 4px 0px 0px;
}
i.ctr {
  background: no-repeat right top url(images/content_top.gif);
  float: right;
  width: 4px;
  height: 10px;
  position: relative;
  right: -4px;
}
i.cbl {
  background: no-repeat left bottom url(images/content_bottom.gif);
  float: none;
  width: auto;
  height: 10px;
  margin: 0px 4px 0px 0px;
}
i.cbr {
  background: no-repeat right bottom url(images/content_bottom.gif);
  float: right;
  width: 4px;
  height: 10px;
  position: relative;
  right: -4px;
}
div.main {
  background: none #dcdcdc;
  padding: 0px 20px 0px 20px;
}
div.audioplayer {
  margin: 20px 0px 0px 45px;
}
/* --- news --- */
table.news {
  margin: 0px;
}
table.news td {
  padding: 0px 10px 10px 0px;
}
table.news td.last {
  padding: 0px 0px 10px 0px;
}
/* --- common --- */
b.link , span.link {
  color: #c16200;
  cursor: default;
}
b.date , span.date {
  color: #929292;
}
b.time , span.time {
  color: #929292;
}
/* --- paging and archives --- */
div.paging {
  padding: 0px 0px 0px 0px;
  text-align: center;
}
div.paging div.summ {
  float: left;
  color: #929292;
}
a.back , a.archive {
  display: block;
  padding: 0px 14px 0px 14px;
  text-decoration: none;
  color: #929292;
}
a.back:hover , a.archive:hover {
  text-decoration: none;
  color: #000000;
}
a.back {
  background: no-repeat 0px 4px url(images/arrow_small_left.gif);
}
a.archive {
  background: no-repeat 0px 4px url(images/arrow_small_right.gif);
}
img.oneimage {
  border: 1px solid #808080;
  padding: 1px;
}
/* --- gallery --- */
table.gallery {
  width: 100%;
  margin: 0px;
}
table.gallery td {
  vertical-align: top;
  padding: 5px 2px 5px 2px;
  border-bottom: 1px solid #c0c0c0;
}
table.gallery img {
  display: block;
  margin: auto;
  border: 1px solid #808080;
  padding: 1px;
}
table.gallery a:hover img {
  border: 1px solid #c16200;
}
span.gid1 {
  color: #000000;
}
span.gid2 {
  color: #c16200;
}
span.gid3 {
  color: #929292;
}
div.gallery-big {
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 0px;
}
div.gallery-big img {
  margin: 0px;
  border: 1px solid #808080;
  padding: 1px;
}
img.gallery-loading {
  position: absolute;
  left: 45%;
  top: 0px;
  padding: 0px;
  border: 0px;
}
/* --- brutal in content --- */
table.brutal {
  margin: 0px;
  /*background: none #66625A;*/
}
table.brutal td {
  padding: 0px 1px 0px 2px;
  border-top: 1px solid #808080;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #707070;
}
table.brutal tr.head td {
  font-weight: bold;
  background: none #ffdd95;
  color: #000000;
  text-align: center;
}
/* --- basket --- */
table.basket {
  width: 100%;
  margin: 0px;
}
table.basket td {
  padding: 1px 2px 1px 2px;
  border: 1px solid #c0c0c0;
  border-width: 1px 0px 1px 0px;
}
table.basket tr.head td {
  background: none #ffdd95;
  border: 1px solid #c0c0c0;
  border-width: 1px 0px 1px 0px;
  color: #66625A;
}
table.basket tr.foot td {
  background: none #ffdd95;
  border: 1px solid #c0c0c0;
  border-width: 1px 0px 1px 0px;
  color: #66625A;
}
/* --- order --- */
table.order {
  width: 100%;
  margin: 0px;
}
table.order td {
  padding: 3px 2px 3px 2px;
  border: 1px solid #c0c0c0;
  border-width: 1px 0px 1px 0px;
}
/* ---  --- */

