/* CSS Document */

#vidsub{
  display: none;
}

html, body {
  margin: 0;
  padding: 0;
}

ul.vypis {
	margin:0;
	padding:0;
}

.video {
	margin:0;
	padding:0;

}

body {
  font-family: 'Tahoma', sans-serif;
  font-size: 8pt;
  color: #6E6E64;
  background-color: #232319;
}

div#container {
  width: 900px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  padding: 30px 0 0 0;
}

div#top {
  width: 900px;
  height: 207px;
  background-image: url(../images/top.png);
  background-position: center top;
  background-repeat: no-repeat;
}

div#top div#akce {
  width: 700px;
  height: 30px;
  position: absolute;
  font-size: 7pt;
  margin: 177px 0 0 200px;
  background-color: #232319;
}

.star { 
  background-image: url(../images/star.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
}

.arrow { 
  background-image: url(../images/arrow.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 15px;
}

.arrow2 { 
  background-image: url(../images/arrow2.gif);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
}

.vice { 
  background-image: url(../images/arrow3.gif);
  background-position: right 5px;
  background-repeat: no-repeat;
  padding: 0 15px 0 0;
}

.line {
  width: auto;
  border-top: 1px solid #282824;
  font-size: 0;
  margin: 0;
  line-height: 0;
}

.post { 
  background-image: url(../images/post.gif);
  background-position: left 2px;
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
}

.yel { color: #F7941D; }
.red { color: #8B0006; }
.darkyel { color: #944D00; }
.gray { color: #ADADA8; }
.darkgray { color: #49493F; }
.b { font-weight: bold; }

div#top .odsad {
  width: auto;
  padding: 10px 0 0 10px;
}
div#top .odsad_anketa {
  width: auto;
  padding: 5px 0 0 0px;
}

div#body {
  background-color: #080808;
  width: 900px;
}

div#body .left {
  width: 200px;
  float: left;
}

div.other {
  width: auto;
  margin: 0;
  padding: 10px 10px 0 10px;
}


div#menu {
  width: auto;
  margin: 0;
  padding: 10px 10px 0 10px;
}

div#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#menu ul li {  
  margin: 0 0 8px 0;
  border: 1px solid #282824;
  
}

div#menu ul li a {  
  display: block;
  padding: 5px 0 4px 30px;
  color: #F7941D;
  font-weight: bold;
  background-image: url(../images/menu.gif);
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
}

div#menu ul li a:hover {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../images/menuon.gif);
}

div#menu ul li ul {  
  padding: 10px 0 5px;
}
div#menu ul li ul li{  
    border: none;    
    background: none;
}
div#menu ul li ul li a{ 
  font-weight: normal;
  background: none;
  padding: 3px 0 3px 35px;
}
div#menu ul li ul li a:hover{  
  background: none;
  color: #ffcc00;
  text-decoration: underline;
}



div.box {
  width: auto;
  border-top: 3px solid #1B1B16;
  border-left: 1px solid #25251E;
  border-right: 1px solid #25251E;
  border-bottom: 1px solid #25251E;
  padding: 0;
  color: #6E6E64;
}

div.box a {
  color: #944D00;
  text-decoration: underline;
}

div.box a:hover {
  text-decoration: none;
}

div.box .nadpis {
  width: auto;
  background-color: #25251E;
  padding: 4px;
}

div.box .odsad {
  width: auto;
  padding: 20px 10px 20px 10px;
}

div.box .odsad_anketa {
  width: auto;
  padding: 5px 0px 0px 5px;
}

div.box .odsadmix {
  width: auto;
  padding: 10px 10px 28px 10px;
}

div.box h2 {
  font-size: 8pt;
  margin: 0;
}

div.box h3 {
  font-size: 8pt;
  margin: 0;
}

div#body .center {
  width: 450px;
  float: left;
  min-height: 500px;
}

* html div#body .center {
  height: 500px;
}

div.center h2 {
  border-top: 3px solid #310002;
  margin: 10px 0 10px 0;
  font-size: 8pt;
  background-image: url(../images/arrow2.gif);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #430003;
  color: #F7941D;
  padding: 4px 10px 5px 25px;
}

div.center .news {
  width: auto;
  margin: 0;
  padding: 10px 0 15px 0;
  font-size: 7.5pt;
}

div.center .news .left{
  float:left;
  width:125px !important;
  text-align:left;
}

div.center .news .right{
  float:right;
  width:320px !important;
}

div.center .news a {
  text-decoration: underline;
}

div.center .news a:hover {
  text-decoration: none;
}

div.center .news h4 {
  margin: 0;
  padding: 0;
  font-size: 7.5pt;
  text-decoration: underline;
  display: inline;
  color: #F7941D;
}

div.mix .txt a {
  text-decoration: underline;
}

div.mix .txt a:hover {
  text-decoration: none;
}

div.texty p {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
}

div.texty a {
  text-decoration: underline;
  color: #944D00;
}

div.texty a:hover {
  text-decoration: none;
}

div.mix .txt h4 {
  margin: 0;
  padding: 0;
  font-size: 7.5pt;
  text-decoration: underline;
  display: inline;
  color: #F7941D;
}

div.mix .txt p {
  margin: 0;
  text-align: left;
  padding: 8px 0 8px 0;
}

div.center .normal h3 {
  margin: 0;
  padding: 0;
}

div.center .normal p {
  text-align: justify;
  margin: 0;
  padding: 5px 0 5px 0;
  line-height: 1.4em;
}

div.center .normal p a:hover {
  text-decoration: none;
}

div.center .news p {
  margin: 0;
  text-align: justify;
  padding: 8px 0 8px 0;
}

div.video {
  width: auto;
  padding: 0 0 20px 0;
}

div.video object {
  margin:0;
  padding: 0;
}

div.mix {
  width: auto;
  padding: 15px 0 10px 0;
}

div.mix div.w220 {
  width: 220px;
}

div.mix .fr img {
  border-style: none;
}

div.mix .fl img {
  border: 1px solid #25251E;
}

.fr { float: right; }
.fl { float: left; }
.txt { width: 80px; font-size: 7pt; }

div#body .right {
  width: 250px;
  float: right;
}

ul.concerts {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.concerts p a{text-decoration: none;}

ul.concerts p a:hover
{text-decoration:none;}
ul.concerts a {text-decoration: none;}
ul.concerts a span{background: url(../icon-song.gif) no-repeat 0 50%; padding-left: 20px; text-decoration:underline;}
ul.concerts li {
  background-image: url(../images/at.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 0 10px 20px;
  line-height: 1.4em;
  margin: 10px 0 5px 0;
  font-weight: bold;
  font-size: 7pt;
  border-bottom: 1px solid #25251E;
}

ul.concerts li.first {
  margin-top: 0;
}

ul.concerts li.last {
  border-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

div#foot {
  width: 900px;
  font-size: 8pt;
}

div#foot div.copy {
  width: auto;
  padding: 15px 0 25px 15px;
  color: #6E6E64;
}

div#foot a {
  color: #F7941D;
  text-decoration: underline;
}

div#foot a:hover {
  text-decoration: none;
}

.clear { clear: both; font-size: 0; padding: 0; margin: 0; font-size: 0; line-height: 0; }


/* added*/ 

.cd{
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #282824; 
}
.cd div.img{
  float: left;
  width: 140px;
}
.cd div.img a img{
  border: 1px solid #282824;
}
.cd div.img a:hover img{
  border: 1px solid #944D00;
}

.cd div.popis{
  float: left;
  width: 300px;
}

.cd div.popis h3{
  margin: 0 0 10px 0;;
  padding: 0;
}

.cd div.popis h3 a{
  color: #F7941D;
}
.cd div.popis h3 a:hover{
  color: #944D00;
}


.gallery{
  display: block;
  float: left;
  padding: 0px;
  margin: 8px;height:130px; width:130px; overflow:hidden;text-align:center;
}

.gallery img{
  border: 1px solid #532c00; padding:2px;
}

.gallery:hover img{
  border: 1px solid #F7941D;
}

.vypis{
	padding: 5px 25px 10px 25px;
	list-style: square;
	color: #F7941D;
}
.vypis li{
	padding: 2px 0 0 0;
	margin-left:15px;
	
}
.vypis li a{
	color: #944D00;
	font-size:15px;
	line-height:1.5;

}
.vypis li a:hover{
	color: #F7941D;
}

.vypis_obrazek {
	border: 1px solid #532c00;
	padding:2px;
}


.clen{
  text-align: center;
  display: block;
  float: left;
  padding: 0px;
  margin: 8px;width:130px;height:180px;overflow:hidden;
}

.clen img{
  margin: 10px 0;
  border: 3px solid #944D00;
}
.clen a:hover img{
  border: 3px solid #F7941D;
}
.clen a{
  color: #944D00;
}
.clen a:hover{
  color: #F7941D;
}

.clen p{
  padding: 0;
  margin: 0;
}

.cdetail{}
.cdetail div.img{
  float: left;
  width: 200px;
  margin: 0 10px 0 0;
}
.cdetail div.img a img{
  border: 1px solid #944D00;
}
.cdetail div.popis{
  width: 100%;
  float: left;
}
.cdetail div.popis h3{
  padding: 0;
  margin: 0 0 10px 0;
  color: #F7941D;
  font-size: 1.2em;
  } 
  
  
  
.order{
  border-collapse: collapse;
}
.order td{
  padding: 5px;
  border: 1px solid #333333;
}
.order th{
  padding: 5px;
  color: #F7941D;
  border: 1px solid #333333;
}
.order .cena{
  text-align: center;
}
.order .nazev{
  width: 250px;
}
.order .nazevlong{
  width: 340px;
}
.order input{
  border: 1px solid #944D00;
  width: 30px;
  padding: 2px;
  font-size: 11px;
  background: #212121;
  color: #F7941D;
  text-align: right;
}

h3{
  font-size: 1.3em;
}

.formbox label{
  display:block;
  float: left;
  width: 60px;
}
.formbox input.text{
  border: 1px solid #944D00;
  width: 150px;
  padding: 2px;
  font-size: 11px;
  background: #212121;
  color: #F7941D;
  margin: 0 0 4px 0;
  float: left;
}
.formbox input.submit{
  border: 1px solid #944D00;
  width: 80px;
  padding: 2px;
  font-size: 11px;
  background: #212121;
  color: #F7941D;
  margin: 0 0 4px 0;
  cursor: pointer;
}

.odsad a, .center a{
  color: #944d00;
  text-decoration: none;
}

.odsad a:hover, .center a:hover{
  color: #944d00;
  text-decoration: underline;
}

.nazev {width: 120px; font-weight:bold;}
.cas {width: 50px;font-weight:bold;}
.hudba {width: 80px;font-weight:bold;}
.text {width: 80px;font-weight:bold;}
.ukazka {width: 50px;font-weight:bold;}
.slova {width: 50px;font-weight:bold;}

table.disco{
	border-collapse: collapse;
	margin: 0;
}
table.disco td, table.disco th{
	border: 1px solid #282824;
	padding: 3px;
	color: #6e6e64;
	font-size: 8pt;
}

.logox h1 {
	display:none;
}
.obsahx h3 {
	visibility: hidden;
}