#content
{
   height: 364px;
   width: 800px;

   /*background: url('../../assets/img/bgnd-player.jpg');*/
   background:url('../../assets/img/background-player-gradient.jpg');
   background-repeat:repeat-x;
}

#sidebar
{
   margin: 12px 18px 0 0;
   float: right;

   width: 176px;
   height: 347px;
   color:#fff;
}

#logos
{  
   width: 176px;
   height: 100px;

   font-weight: bold;
}

#logos img
{
   width: 75px;
   height: 75px;

   padding: 5px;
}

#more
{
   overflow: auto;
   width: 156px;
   height: 125px;
   
   font-size: 0.6em;
   
   margin: 0 0 0 5px;
   padding: 4px;
   
   border: 1px solid black;
   background: #e8f5fb;
}

   #more h3
   {
      font-size: 1.3em;
      margin: 0 0 3px 0;
   }
   
   #more ul
   {
      list-style: none;
      padding: 0;
      margin: 0;
   }
   
   #more li
   {
      padding: 0 0 1px 0;
   }


#name
{
   font-size: 0.9em;
   padding: 6px 3px 6px 3px;
   text-align: center;
}



#player
{
   float: left;
   position: relative;

   top: 12px;
   left: 5px;
   
   width: 575px;
   height: 345px;

   text-align: center;

   color: white;
   text-align: center;
}

#stats
{
   clear: both;
   
   width: 200px;
   height: 100px;

   font-size: 0.9em;
}

#stats iframe
{
   border: 0;

   width: 100%;
   height: 100px;
}

#related {
   height:140px;
   width:100%;
   background:url('../../assets/img/background-player-events.jpg');
   background-repeat:repeat-x;
   clear:both;
}

#teams {
   padding:0px 0px;
   border-top:solid 1px white;
   border-bottom:solid 1px white;
   margin-top: 10px;
}

#teams ul li {
   list-style-type:none;
   padding:0px;
   margin:6px 0px;
   clear:both;
   min-height:38px;
}

#teams ul {
   padding:0px;
   margin:0px;
}

#teams ul li img {
   width:38px;
   height:38px;
   overflow:hidden;
   float:left;
}

#teams ul li div {
   margin-left:50px;
}

#conference {
   font-weight:bold;
   font-size:1.3em;
}

#conference.small {
   font-weight:bold;
   font-size:1.1em;
}

#activity {
   margin:2px 0px;
   font-style:italic;
   font-size: 0.8em;
}

#options {
   margin-top:10px;
}

#options h4 {
   text-align:left;
   margin:0px;
}

#content #options a {
   color:#fff;
   text-decoration:underline;
   font-style:italic;
   font-size:0.8em;
}

#content #options a:hover {
   text-decoration:underline;
   color: #bb6f00;
}

