#player01
{
  border: 5px solid #7DA2B4;
  width: 260px;
  
  border-radius:      3px;
  -moz-border-radius: 3px;
}

.body_player
{
  background: #E9E9E9;
}

.bg_player
{
  background: #E9E9E9;
}

.box_miniplayer
{
  width: 100%;
  height: 100%;
  margin-top: 05px;
  padding-top: 10px;
  padding-bottom: 0px;
  border: 0px solid #CBC8C8;
  
  text-align: left;
  
  border-radius: 7px;
  -moz-border-radius: 7px;
}

.video_clanek
{
  float: left;
  width: 99%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 5px 5px 5px 5px;
  background: #FFE0C1;
  text-align: center; 
  
  border-radius: 7px;
  -moz-border-radius: 7px;
}

.video_text
{
  float: left;
  width: 99%;
  text-align: left; 
} 

.box_video_player
{
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  
  border: 1px solid #CBC8C8;
}

.box_video_plus
{
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 10px;
  
  border-top: 1px solid #CBC8C8;
  border-right: 1px solid #CBC8C8;
  border-left: 1px solid #CBC8C8;
}

.box_telo_video
{
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box_telo_foto
{
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
   
}

.box_video_minus_celek
{
  float: left;
  width: 100%;
  border: 0px solid red;
}

.box_telo_video_minus
{
  float: left;
  overflow: auto;  
  
  width: 100%;
  height: 400px;
  text-align: left;

  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 1px; 
  
  background-color: #AFE1FA;   
  
  border-top: 0px;
  border-right: 1px solid #CBC8C8;
  border-bottom: 1px solid #CBC8C8;
  border-left: 1px solid #CBC8C8;
  
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;    
}

.box_video_minus
{
  float: left;
  width: 94%;
  padding: 5px 5px 5px 5px;

  
  border-bottom: 1px dotted red;  
}