@charset "gb2312";
/* CSS Document */

        body, h1, h2, h3, h4, h5, h6, hr, p,
        blockquote, /* structural elements 结构元素 */
        dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
        pre, /* text formatting elements 文本格式元素 */
        form, fieldset, legend, button, /* form elements 表单元素 */
        th, td, /* table elements 表格元素 */
        img {
            border: medium none;
            margin: 0;
            padding: 0;
        }

        li, ol {
            list-style: none;
            vertical-align: bottom;
        }

        em {
            font-style: normal;
        }

        img {
            vertical-align: middle;
        }

        a, input, textarea, select, option, button, .logo, #icon_num li, #icon_num_top li, .blk_29 .LeftBotton, .blk_29 .RightBotton, #cal #cm .cell, .work_lcontent img, .work_detail img, .brow img {
            cursor: pointer;
        }


        .clearfix:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        *html .clearfix {
            height: 1%;
        }

        * + html .clearfix {
            height: 1%;
        }

        .clearfix {
            display: inline-block;
        }
        /* Hide from IE Mac */
        .clearfix {
            display: block;
        }

        #playerlist a {
            text-decoration: none;
            outline: none;
            color: #FFF;
        }

        #a1 {
            width: 1000px;
            height: 660px;
            float: left;
        }
        #a2, #a3 {
	width: 20px;
	height: 660px;
	float: left;
	color: #FFF;
	background-color: #666;
	line-height: 660px;
	cursor:pointer;
        }
        #playerlist {
            width: 350px;
            height: 660px;
            overflow: auto;
            float: left;
            background: #262626;
            font-size: 12px;
        }

            #playerlist li {
                list-style: none;
                height: 40px;
                line-height: 40px;
                padding-bottom: 2px;
                border-bottom: 1px solid #333;
                overflow: hidden;
                padding-left: 5px;
				cursor:pointer;
            }

                #playerlist li:last-child {
                    border-bottom: none;
                }

                #playerlist li.crent {
                    background: #1C1C1C;
                }

                #playerlist li.crent a {
                   color: #FF7900;
                }

                #playerlist li a {
                    display: block;
                    color: #fff;
                }

                #playerlist li img {
                    vertical-align: middle;
                    height: 40px;
                    margin: 0 20px 0 0;
				
                }
				.liec{
					color: #F3F3F3;
					font-size:14px;
					}				