
/* info block */

.ch_sys_block_info {}

.ch_sys_block_info .memberPic {
    width:70px;
    overflow:hidden;
}

.ch_sys_block_info .infoUnit {
    overflow:hidden;
}


/* videos/sounds blocks */

.ch_sys_block_videos_title_curr,
.ch_sys_block_sounds_title_curr {
    text-align:center;
}

.ch_sys_block_videos_curr,
.ch_sys_block_sounds_curr {
    position:relative;
}

.ch_sys_block_videos_curr > div,
.ch_sys_block_sounds_curr > div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

.ch_sys_block_videos_curr div.viewFile {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

.ch_sys_block_videos_icons > .sys_icon,
.ch_sys_block_sounds_icons > .sys_icon {
    float:left;
    width:auto;
}

.ch_sys_block_videos_icons > .sys_icon > img,
.ch_sys_block_sounds_icons > .sys_icon > img {
    cursor:hand;
    cursor:pointer;
    width:64px;
}

/* files block */

.ch_sys_files_wrapper .ch-def-hr:first-child {
    display:none;
}

.ch_sys_files_line {
    position:relative;
    padding:0 0 0 48px;
    min-height:48px;
}

.ch_sys_files_line .sys_icon {
    position:absolute;
    top:0px;
    left:0px;
}

.ch_sys_files_line p {
    display:block;
    font-weight:bold;
    padding-bottom:5px;
    margin:0px;
}

.ch_sys_files_line u {
    text-decoration:none;
    font-style:normal;
    text-transform:lowercase;
}

.ch_sys_files_line .ch-btn,
.ch_sys_files_line .button_wrapper {
    float:right;
    margin-left:10px;
}

.ch_sys_files_line .ch-btn:last-child,
.ch_sys_files_line .button_wrapper:last-child {
    margin-left:0px;
}

