/* boxik */
.box {
   background: #EDEDED;
   text-align: center;
   padding-bottom: 5px;
   padding-top: 5px;
	padding: 5px;
	width: 100%;
}
.box.tran { background: transparent !important; padding-top: 0px; padding-bottom: 0px; }
.box .in {
   text-align: left;
   margin: auto;
}
.col-left .box .in { width: 135px; }
.col-right .box .in { width: 240px; }
.col-center .box .in { width: 496px; }

.box .label {
   height: 20px;
   background: url('../img/menu-item-bg.gif') repeat-x;
   background-color: #656565;
   color: white;
   font-weight: bold;
   line-height: 20px;
   position: relative;
   padding-left: 5px;
   color: #EEEEEE;
}
.box .label .l {
   background: url('../img/menu-item-left.gif') no-repeat;
   width: 1px;
   height: 20px;
   display: block;
   position: absolute;
   left: 0px;
   top: 0px;
}
.box .label .r {
   background: url('../img/box-label-right.gif') no-repeat;
   width: 17px;
   height: 20px;
   display: block;
   position: absolute;
   right: 0px;
   top: 0px;
}
* html .box .label .r { right: -1px; }
.box .content {
   background: white;
   padding: 5px;
   padding-bottom: 2px;
   padding-top: 2px;
}

.box .bookmark {
   clear: both;
}
.box .bookmark span {
   display: block;
   height: 19px;
   line-height: 19px;
   float: left;
   padding-left: 5px;
   padding-right: 5px;
   color: #656565;
   font-weight: bold;
/*   background: #DADADA;	*/

	text-transform: uppercase;

}

.box .bookmark span.Next, .box .bookmark span.Next2 {
   display: block;
   height: 19px;
   line-height: 19px;
   float: right;
   padding-left: 5px;
   padding-right: 5px;
   color: #BC7979 !important;
   font-weight: normal;
/*   background: #DADADA;	*/

	text-transform: none;
}

.box .bookmark span.Next a
{
	color: #BC7979 !important;
}



.box .bookmark .it {
	border-top: 1px solid #DADADA; 
	border-left: 1px solid #DADADA; 
	border-right: 1px solid #DADADA; 
}

.box .bookmark .it.active {
   background: #656565;
   color: white;
	border-top: 1px solid #656565; 
	border-left: 1px solid #656565; 
	border-right: 1px solid #656565; 
}

.box .bookmark span.dl {
   background: transparent;
   width: 5px;
   padding: 0px;
}
.box .bookmark .border {
   clear: both;
   line-height: 0px;
   height: 2px;
   overflow: hidden;
   position: relative;
   background: #656565;
}
.box.green .bookmark .border {
   background: #BC7979;
}
.box .bookmark span a {
   color: #656565;
   text-decoration: none;
}
.box .bookmark span a:hover {
   text-decoration: underline;
}
.box .bookmark .active a {
   color: #EEEEEE;
}

.box.green { background: #D8B0B0; }
.box.green .bookmark .it { color: #F0F0F0; background: #DCEBC5; border-top: 1px solid #ADC677; border-left: 1px solid #ADC677; border-right: 1px solid #ADC677; }
.box.green .bookmark .it.active { background: #BC7979; border-top: 1px solid #BC7979; border-left: 1px solid #BC7979; border-right: 1px solid #BC7979; }
.box.green .bookmark span { color: #16251D; }
.box.green .bookmark span a { color: #16251D; }
.box.green .bookmark span.active a {  color: #F0F0F0; }

.box table {
   clear: both;
   width: 100%;
}
.box table th {
   text-align: left;
   font-weight: normal;
   background: #DADADA;
   color: #656565;
}
.box.green table th {
   background: #adc677;
   color: #000000;
}
.box table th,
.box table td {
   padding-left: 5px;
   padding-bottom: 3px;
   padding-top: 3px;
   padding-right: 5px;
   border-bottom: 1px solid #DADADA;
   border-collapse: separate;
   /*width: auto;*/
}
.box table th { border-right: 1px solid #DADADA; }
.box.green table th { border-right: 1px solid #9BAE72; border-bottom: 1px solid #ADC677;}

.box table td { background: white; vertical-align: top; border-right: 1px solid #EDEDED; }
.box.green table td { border-right: 1px solid #DCEBC5; border-bottom: 1px solid #DCEBC5; }
.box .c {   text-align: center; }
.box .right {   text-align: right; }
.box .left {   text-align: left; }
.box.green table td a { color: #950022; }
.box .bar {
   background: #656565;
   color: white;
   display: block;
   line-height: 20px;
   padding-left: 5px;
}
.box .bar a {
	color: white !important;
}
.box.green .bar { background: #41584A; }

.box .bar img {
	position: absolute;
	margin-top: 2px;
}


td.pos {
   width: 17px !important;
}
td.pos .rank {
   float: left;
}

/* boxik:end */


.cl {
   clear: both;
   font-size: 0px;
   line-height: 0px;
   height: 0px;
   overflow: hidden;
   position: relative;
}

div.white
{
	background: white;
	padding: 5px 5px;
	line-height: 160%; 
}


.reakce
{
	font-weight: bold;
	color: #A3A3A3;
}


.cl.h40 {   height: 40px; }
.cl.h20 {   height: 20px; }
.cl.h15 {   height: 15px; }
.cl.h10 {   height: 10px; }
.cl.h5 {   height: 5px; }

/* boxik:end */