/* pracka nad obrazekm v popupu */
.popup img.pointer {
	cursor: pointer;
}

/* texty club.autofun - o clubu, faq, ... */
.moje-auto-texty #primary-content h2,
.moje-auto-texty #primary-content h3,
.moje-auto-texty #primary-content h4,
.moje-auto-texty #primary-content h5,
.moje-auto-texty #primary-content p,
.moje-auto-texty #primary-content ul {
  margin: 0 20px;
}

.moje-auto-texty #container {
  border-top: 0;
}

.moje-auto-texty #primary-content p,
.moje-auto-texty #primary-content ul,
.moje-auto-texty #primary-content ol,
.moje-auto-texty #primary-content dl {
  font-size: 110%;
  margin: .5em 1.5em;
}
.moje-auto-texty #primary-content p {
  text-indent: 1.5em;
}
.moje-auto-texty #primary-content p.perex {
  font-weight: bold;
}

/* tabulky - oprava tabulek poslednich komentaru */
.article #primary-content table.comments th {
    background: #808080;
}
.article #primary-content table.comments td {
  background: #3a3a3a;
  color: white;
}
.article #primary-content table.comments tr.even td {
	background: #484848;
}
.article #primary-content table.comments tr:hover td {
	background: #101010;
}

/* tabulky class FIRST funguje stejne jako TH */
.article #primary-content tr.first th,
.article #primary-content tr.first td,
.article #primary-content td.first {
    background: #808080;
    font-weight: bold;
    color: white;
}

/* diskuse - formular pro pridani prispevku pod clankem */
.article #primary-content #reakce-ul {
	font-size: 100%;
}
.article #primary-content ul#reakce-ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.article #primary-content #reakce-ul span#smiles {
	display: block;
	clear: left;
	margin-right: 38px;
	_margin-right: 15px;
}

.article #primary-content #reakce-ul form #smiles {
	display:inline;
	float:right;
}

/* oprava smajliku IE */
span#smiles, .diskuze.wide-content span#smiles {
  _margin-right: 15px;
}
.diskuze span#smiles {
  _margin-right: 15px;
}

/* ankety reakce */
h5.r-anketa.reakce{
	margin:0pt 10px 10px 30px;
	color: #FFCC00;
}

/* centrovana reklama v clanku - jeden odstavec */
#articlebanner.center_banner  {
	clear:both;
	float:none;
	margin-left:135px;
}

/* centorvane widesquare */
#articlesbanner * {
	margin: 0 auto !important;
}

/* siroke posledni prispevky v clubu */
.moje-auto table.comments {
	width: 715px !important;
}

/* novinky club */
.moje-auto-novinky h2 {
	padding-top: 12px;
	background: transparent url(img/hr.png) repeat-x scroll right top;
}
.moje-auto-novinky ul.meta {
      padding: 0 5px 0 0;
    	text-align: right;
    	font-size: 92%;
    	clear: both;
    	line-height: 55px;
    }
      .moje-auto-novinky ul.meta li {
      	display: inline;
      	margin: 0 6px 0 0;
      	padding: 0 0 0 8px;
      	border-left: 2px groove white;
      	background-image: none;
      }
        .moje-auto-novinky ul.meta li.time {
        	border: 0;
        	padding: 0 0 0 26px;
        	background: url(img/ico-calendar.png) 6px 50% no-repeat;
        }

/* odtucneni redaktori v clancich */
ul.r-nejctenejsi li strong a {
	font-size: 100%;
}