/* 
    Document   : type1.css
    Created on : 17.02.2013, 18:05:31
    Author     : NeuromatiK
    Description:
        Purpose of the stylesheet follows.
*/

.playerbackward	{
    display: table-cell;
    float:left;
}


#playerbar	{
    width:144px;
}

.playerborder {
    width:165px;
    padding: 10px 10px 10px 10px;
    border: 0px;
    overflow:hidden;
}

#playerbutton	{
    width:96px;
}

.playerforward	{
    display: table-cell;
    float:left;
}


.playerinfo	{
    float:left;
    font-size: 10px;
    overflow: hidden;
    width:165px;
}

.playerpause	{
    display: table-cell;
    float:left;
}

.playerplay	{
    display: table-cell;
    float:left;
}

.playerprogress{
    float:left;
    width:165px;
    height: 5px;
    line-height: 10px;
    margin-bottom: 10px;
}

.playerstop	{
    display: table-cell;
    float:left;
}

.playertime {
    float:left;
    color:#db778c;
    font-family: verdana;
    font-size:12px;
    z-index: 0;
}


.progress {
    position:relative; 
    border: #a34f5c solid 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow:hidden;
}

.progress .bar {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:0%;
    background:#db778c;
    z-index: 100;
}

.progress .buffered	{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:0%;
    background:#cfa1a3;
    z-index: 50;
    
}


#tt {
  position:absolute;
  display:block;
  background:url(images/tt_left.gif) top left no-repeat;
}

#ttbot {
  display:block;
  height:5px;
  margin-left:5px;
  background:url(images/tt_bottom.gif) top right no-repeat;
  overflow:hidden;
}

#ttcont {
  display:block;
  padding:2px 12px 3px 7px;
  margin-left:5px;
  background:#666;
  color:#fff;
}

#tttop {
  display:block;
  height:5px;
  margin-left:5px;
  background:url(images/tt_top.gif) top right no-repeat;
  overflow:hidden;
}

