@CHARSET "UTF-8";

.cat_model_blue {
    margin: 0px;
    padding: 0px;
}

.cat_model_blue .normal {
    position: absolute; 
    background-image: url(/images/blue_mini_bar.jpg); 
    float: left; 
    margin-left: 0px; 
    width: 116px; 
    text-align: center; 
    height: 20px; 
    left: 0px; 
    margin-top: 0px; 
    top: 0px; 
    padding-top: 5px; 
    cursor: pointer;
}

.cat_model_blue .medium {
    position: absolute;
    background-image: url(/images/green_mini_bar.jpg); 
    float: left; 
    margin-left: 116px; 
    width: 116px; 
    text-align: center; 
    height: 20px; 
    left: 0px; 
    margin-top: 0px; 
    top: 0px; 
    padding-top: 5px;  
    cursor: pointer;
}

.cat_model_blue .full {
    position: absolute; 
    background-image: url(/images/red_mini_bar.jpg); 
    float: left; 
    margin-left: 232px; 
    width: 115px; 
    text-align: center; 
    height: 20px; 
    left: 0px; 
    margin-top: 0px; 
    top: 0px; 
    padding-top: 5px; 
}

.cat_model_blue .nickname {
    position: absolute; 
    float: left; 
    margin-left: 360px; 
    width: 400px; 
    text-align: left; 
    height: 18px; 
    left: 0px; 
    margin-top: 5px;
    font-family: arial, sans;
    font-size: 14px; 
    color: #FFFF00;
}

.cat_model_blue .online {
	position: relative;
    float: right; 
    margin-top: -26px;
    z-index: 2 ;
	/*_z-index: 3000; */
    width: 240px; 
    height: 45px; 
    background-image: url(/images/header_wer_ist_online__freechat_black.jpg); 
    line-height: 48px; 
    text-align: right;
}

.cat_model_blue .online a {
    font-weight: bold; 
    font-size: 15px; 
    font-family: sans; 
    color: #fbff0d;
    margin-right: 10px;
}

#chatbox {
    float: left; 
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: -9px;
    maring-bottom: 10px; 
    z-index: 1;
}

#chatbox .panel {
    float: left; 
    height: 100%;
}

#chatbox .panel .small {
    float: left;
}

.current {
    color: #FF0000;
}

#videoiframe {
    float: left;
}

#red_tag {
    float: left; 
    height: 56px; 
    background-color: #666666; 
    width: 410px;
    margin: 0px;
    padding: 0px;
}

#red_tag img {
    width: 410px;
    float: left;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

#swf_info {
    float: left; 
    left: 769px; 
    text-align: left; 
    width: 230px;
}

#middle_holder {
    float: left;
    position: relative;
    margin-bottom: 12px;
}

#live_pic {
    width: 325px;
    _width: 327px;
    float: left;
}

#mod_live {
    margin-bottom: 3px;
}

.fakePlayerPravs {
    width: 69px;
    margin-top: 2px;
    height: 52px;
    float: left;
    position: relative;
    cursor: pointer;
}