        li.pm {
            list-style:none;
            padding:0 18px 0 0;
            float:left;
            font:11px tahoma;
            color:gray;
        }
        li.pm a {
            font: 11px tahoma;
            color:#000;
            text-decoration:none;
            /*background:url(<? echo $baseurl; ?>/special/img/shop-arrow.jpg) no-repeat 0% 3px;
            padding:0 0 0 13px;*/
        }
        li.pm a:hover {
            border-bottom:1px solid orange;
        }
        
        h1 {
            font:17px tahoma;
            padding:0 0 10px 0;
            margin:0;
        }
        
        #player_info {
            width:400px;
            margin:0 0 30px 0;
        }
        #player_info .top {
            background:url(<? echo $baseurl; ?>/special/img/anketa-top.jpg) no-repeat 0%;
            height:19px;
            border:0;
        }
        #player_info .top td {
            font-weight:bold;
            font-size:14px;
        }
        #player_info td {
            font:11px tahoma;
            border-bottom:0px solid #85A7D7;
            padding:5px 0 5px 10px;
        }
        
        #player_pics {
            width:450px;
            margin:0 40px 0px 0px;
        }
        #player_pics .top {
            background:url(<? echo $baseurl; ?>/special/img/bildes-top.jpg) no-repeat 0%;
            height:19px;
            border:0;
        }
        #player_pics .top td {
            font-weight:bold;
        }
        #player_pics td {
            font:11px tahoma;
            border-bottom:0px solid #f5f5f5;
            padding:5px 0 5px 0px;
            text-align:center;
        }
        
        #player_pics a {
            padding:0 22px 0 0;
        }
        
        #teamtable {
            font:11px tahoma;
            text-align:center;
            margin:0 0 20px 0;
            width:100%;
        }
        
        #teamtable td {
            padding:0 7px 20px 7px;
        }
        
        #teamtable a {
            color:#000;
            text-decoration:none;
            font:13px tahoma;
            font-weight:bold;
        }
        
        #teamtable_front a {
            color:#000;
            text-decoration:none;
            font:11px tahoma;
        }
        
        #teamtable_front td {
            padding:2px 7px 0px 8px;
        }
        
        #teamtable a:hover {
            text-decoration:underline;
        }
        
        #tpic {
            width: 130px;
            height: 130px;
            margin:0 0 5px 0;
            border:1px solid #9EC0DE;
            text-align:center;
            background:url(special/img/team-no-photo.jpg) no-repeat;
        }
        
        #tpic_front {
            width: 75px;
            height: 75px;
            margin:5px 0px 5px 0;
            text-align:center;
            background:#f1f1f1;
        }