.proj_list {
    margin: 20px 0;
}
.proj_list_header {
    height: 60px;
    background: #999 url('img/list_header.gif') no-repeat;
}

.proj_list_body {
    padding: 0 8px;
    background: #999 url('img/list_body.gif') repeat-y;
}

.proj_list_bottom {
    height: 17px;
    background: #999 url('img/list_bottom.gif') no-repeat;
}

.proj_list_title {
    position: relative;
    width: 158px;
    left: 392px;
    text-align: center;
}

.project_item {
    background: url(/skin/img/game_fon.gif) left top no-repeat;
    position: relative;
    float: left;
    width: 234px;
    height: 75px;
    margin: 2px;
    font-size: 11px;    
}

.proj_icon {
    position: absolute;
    left: 5px;
    top: 9px;
}

.proj_descr {
    position: relative;
    left: 60px;
    top: 5px;
    width: 165px;
    text-align: justify;
}

.admin_proj_descr {
    padding: 20px 5px 5px 60px;
    width: 165px;
}

.proj_descr h1 {
    font-size: 11px;
    margin: 0;
    text-align: left;
}

.pl {
    position: absolute;
    right: 9px;
    bottom: 9px
}

.projectview h1 {text-align: center; margin: 10px 0;}
.projectview p {text-align: justify;}

.projectview .game {text-align:center}
.projectview .game object, .projectview .game embed {
    /*width: 730px;
    height: 550px;*/
}

.projectview .scrin {margin: 3px;}
