﻿#content_player {
    background: #fff;
    clear: both;
    padding-bottom: 20px;
    min-height: 500px;
    padding-top: 0px;
    padding-left: 10px;
}
#translationTool {
    background: #fff;
    clear: both;
    padding-bottom: 20px;
    min-height: 500px;
    padding-top: 0px;
    padding-left: 10px;
}

#player_bar {
    height: 49px;
    width: 100%;
    top: 143px;
    left: 0px;
    position: absolute;
    padding: 0 0 0 0;

}

#player_separator {
    height: 5px;
    width: 100%;
    top: 75px;
    left: 0px;
    position: absolute;
    padding: 0 0 0 0;
    background: #8e9eab; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #8e9eab, #eef2f3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #8e9eab, #eef2f3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.player_top {
    position: absolute;
    background: transparent url('../images/header_bg_player_side.jpg') repeat-x;
    width: 100%;
    height: 142px;
    z-index: -1;
}

#player_bar_content {
    height: 49px;
    padding: 5px 0 6px 20px;
    margin: 0 auto;
    width: 949px;
}


#player_orderbtn a {
    background: url(../images/OrderBt.png) no-repeat top left;
    display: block;
    float: right;
    width: 156px;
    height: 42px;
    margin-top: -37px;
    margin-right: 24px;
}

    #player_orderbtn a:hover {
        background: url(../images/OrderBt.png) no-repeat bottom left;
    }

#player {
    padding-top: 45px;
}

a.play {
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin: 56px 24px 0 0;
    background-image: url(../images/play.png);
}


a.pause {
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin: 56px 24px 0 0;
    background-image: url(../images/pause.png);
}


#intabs li a {
    cursor: pointer;
}

#general {
    line-height: 18px;
}

    #general ul li {
        /*list-style-image: url(../images/list_circle.gif);*/
        background: url(../images/list_circle.gif) no-repeat scroll 0 7px;
        line-height: 25px;
        list-style: none;
        list-style-position: outside;
        padding-left: 16px;
    }

    #general h4 {
        padding-top: 10px;
    }


    #general p {
        margin-top: 20px;
    }

.table td {
    padding: 5px;
    vertical-align: inherit;
}

.table ul li {
    background: transparent;
    line-height: normal;
    list-style: none;
    padding-left: auto;
}

.reset ul li {
    background: transparent;
    line-height: normal;
    list-style: none;
    padding-left: auto;
}

/*.duration {
	width:42px;
}*/



.selected {
    background-image: url(../images/capNsubContent_05.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

    .selected b {
        background-image: url(../images/capNsubContent_03.gif);
        background-repeat: no-repeat;
        background-position: left top;
    }

.wizard li {
    display: inline;
    list-style: none;
}

.wizard span {
    text-decoration: none;
    display: block;
    color: #5c5c5c;
    float: left;
}

    .wizard span b {
        display: block;
        height: 9px;
        float: left;
        padding: 20px 20px;
    }
