body {
    background:#000000 url(/res/gfx/player/player_body_bg.png) top left repeat-x;
    font-family:"Trebuchet MS",sans-serif;
}

body, form, input, ul, li, p, h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}

p {
    padding-bottom:17px;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a img {
    border:none;
}

li, a, img {
    outline:none;
}

div.horizontal div#player,
div.vertical div#player {
    width:900px;
    margin:6px auto;
    overflow:hidden;
}

div.horizontal div#player div#logo,
div.vertical div#player div#logo {
    height:111px;
}

div.horizontal div#player div#logo img,
div.vertical div#player div#logo img {
    margin:0 18px 0 18px;
    float:left;
}

div.horizontal div#player div#logo h1,
div.vertical div#player div#logo h1 {
    padding-top:42px;
    font-size:22px;
    color:#ecefef;
}

div.horizontal div#player div.box div.main,
div.vertical div#player div.box div.main {
    width:862px;
    height:789px;
    padding:0 19px 19px 19px;
    position:relative;
    background:url(/res/gfx/player/player_bg.png) top left no-repeat;
}

div.horizontal div#player div.box ul.slices,
div.vertical div#player div.box ul.slices {
    margin-left:19px;
    list-style:none;
}

div.horizontal div#player div.box ul.slices li,
div.vertical div#player div.box ul.slices li {
    padding-right:3px;
    float:left;
    height:33px;
    padding-top:3px;
}

div.horizontal div#player div.box ul.slices li.selected,
div.vertical div#player div.box ul.slices li.selected {
    padding-top:0;
    height:36px;
}
 
div.horizontal div#player div.box ul.slices li a,
div.vertical div#player div.box ul.slices li a {
    padding:5px 10px 0 10px;
    display:block;
    color:#ecefef;
    font-size:14px;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
}

/*
div.horizontal div#player div.box ul.slices li.selected a,
div.vertical div#player div.box ul.slices li.selected a {
    color:#a5df52;
}
*/

div.horizontal div#player div.box ul.slices li div.left,
div.horizontal div#player div.box ul.slices li div.right,
div.vertical div#player div.box ul.slices li div.left,
div.vertical div#player div.box ul.slices li div.right {
    height:33px;
    min-width:142px;
    width:auto !important;
    width:142px;
}

div.horizontal div#player div.box ul.slices li.selected div.left,
div.horizontal div#player div.box ul.slices li.selected div.right,
div.vertical div#player div.box ul.slices li.selected div.left,
div.vertical div#player div.box ul.slices li.selected div.right {
    height:36px;
}

div.horizontal div#player div.box ul.slices li div.left,
div.vertical div#player div.box ul.slices li div.left {
    background:url(/res/gfx/player/player_slice_left.png) top left no-repeat;
}

div.horizontal div#player div.box ul.slices li div.right,
div.vertical div#player div.box ul.slices li div.right {
    background:url(/res/gfx/player/player_slice_right.png) top right no-repeat;
}

div.horizontal div#player div.box ul.slices li.selected div.left,
div.vertical div#player div.box ul.slices li.selected div.left {
    background-image:url(/res/gfx/player/player_slice_left_selected.png);
}

div.horizontal div#player div.box ul.slices li.selected div.right,
div.vertical div#player div.box ul.slices li.selected div.right {
    background-image:url(/res/gfx/player/player_slice_right_selected.png);
}

div.horizontal div#player div.box div.main div.slice_separator,
div.vertical div#player div.box div.main div.slice_separator {
    height:14px;
    margin-right:1px;
    background:url(/res/gfx/player/player_slice_separator_bg.gif) top left repeat-x;
}

div.horizontal div#player div.box div.main div.content,
div.vertical div#player div.box div.main div.content {
    display:none;
}

div.horizontal div#player div.box div.main div.active,
div.vertical div#player div.box div.main div.active {
    display:block;
}

div.horizontal div#player div.box div.main div.description,
div.vertical div#player div.box div.main div.description {
    width:672px;
    height:120px;
    margin:0 auto;
    overflow:hidden;
    color:#9da0a0;
    font-size:12px;
}

div.horizontal div#player div.box div.main div.description h2.header,
div.vertical div#player div.box div.main div.description h2.header {
    display:block;
    height:27px;
    padding:5px 18px 0 18px;
    font-weight:bold;
    font-size:16px;
    color:#ecefef;
    background:url(/res/gfx/player/player_description_header_bg.png) top left no-repeat;
}

div.horizontal div#player div.box div.main div.description div.text,
div.vertical div#player div.box div.main div.description div.text {
    padding:18px 18px 0 18px;
}

div.horizontal div#player div.box div.main div.movie,
div.vertical div#player div.box div.main div.movie {
    width:672px;
    height:410px;
    margin:0 auto;
    padding-bottom:23px;
}

div.horizontal div#player div.box div.main div.list,
div.vertical div#player div.box div.main div.list {
    height:188px;
    background:url(/res/gfx/player/player_list_bg.png) top left repeat-y;
    position:relative;
}

div.horizontal div#player div.box div.main div.list div.bt,
div.horizontal div#player div.box div.main div.list div.bb,
div.vertical div#player div.box div.main div.list div.bt,
div.vertical div#player div.box div.main div.list div.bb {
    height:3px;
    width:862px;
    background:black url(/res/gfx/player/player_list_border_bg.png) top left no-repeat;
    position:absolute;
    top:0;
    left:0;
}

div.horizontal div#player div.box div.main div.list div.bb,
div.vertical div#player div.box div.main div.list div.bb {
    background-position:left bottom;
    top:auto;
    bottom:0;
}

div.horizontal div#player div.box div.main div.list div.arrow_left,
div.horizontal div#player div.box div.main div.list div.arrow_right,
div.vertical div#player div.box div.main div.list div.arrow_left,
div.vertical div#player div.box div.main div.list div.arrow_right {
    height:44px;
    width:44px;
    position:absolute;
    top:72px;
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
}

div.horizontal div#player div.box div.main div.list div.arrows_bg {
    display:none;
}

div.horizontal div#player div.box div.main div.list div.arrow_left,
div.vertical div#player div.box div.main div.list div.arrow_left {
    left:23px;
    background-image:url(/res/gfx/player/player_list_left_arrow.png);
}

div.horizontal div#player div.box div.main div.list div.arrow_right,
div.vertical div#player div.box div.main div.list div.arrow_right  {
    right:23px;
    background-image:url(/res/gfx/player/player_list_right_arrow.png);
}

div.horizontal div#player div.box div.main div.list div.movies,
div.vertical div#player div.box div.main div.list div.movies {
    height:188px;
    width:690px;
    margin:0 auto;
    padding:0 10px 0 10px;
    overflow:hidden;
    position:relative;
}

div.horizontal div#player div.box div.main div.list div.movies table,
div.vertical div#player div.box div.main div.list div.movies table {
    float:left;
    border-spacing:0;
    border-collapse:collapse;
    position:absolute;
}

div.horizontal div#player div.box div.main div.list div.movies table tr td,
div.vertical div#player div.box div.main div.list div.movies table tr td {
    width:230px;
    height:188px;
    text-align:center;
    vertical-align:top;
}

div.horizontal div#player div.box div.main div.list div.movies table tr td img,
div.vertical div#player div.box div.main div.list div.movies table tr td img {
    margin-top:18px;
    border:2px solid black;
    width:167px;
    height:103px;
}

div.horizontal div#player div.box div.main div.list div.movies table tr td.selected img,
div.vertical div#player div.box div.main div.list div.movies table tr td.selected img {
    width:220px;
    height:122px;
}

div.horizontal div#player div.box div.main div.list div.movies table tr td div.parent,
div.vertical div#player div.box div.main div.list div.movies table tr td div.parent {
    position:relative;
    width:230px;
    height:100%;
}

div.horizontal div#player div.box div.main div.list div.movies table tr td div.parent div.text,
div.vertical div#player div.box div.main div.list div.movies table tr td div.parent div.text {
    width:230px;
    font-size:12px;
    font-weight:bold;
    color:#dadada;
    height:42px;
    position:absolute;
    bottom:5px;
    left:0;
}

div.horizontal div#player div.box div.main div.list div.movies table tr td.selected img,
div.vertical div#player div.box div.main div.list div.movies table tr td.selected img {
    margin-top:8px;
    border-color:#00315f;
}

div.horizontal div#player div.box div.main div.list div.movies table tr td.selected div.parent div.text,
div.vertical div#player div.box div.main div.list div.movies table tr td.selected div.parent div.text {
    color:#ffffff;
}

div.horizontal div#player div.box div.main div.foot,
div.vertical div#player div.box div.main div.foot {
    height:22px;
    margin-top:5px;
    background:url(/res/gfx/player/player_foot_bg.png) center center repeat-y;
}

/* Player pionowy. */
div.vertical div#player {
    width:998px;
}

div.vertical  div#player div.box div.main {
    width:960px;
    height:596px;
    margin-left:0;
    background-image:url(/res/gfx/player/player2_bg.png);
}

div.vertical div#player div.box div.main div.description {
    margin:0 0 0 5px;
}

div.vertical div#player div.box div.main div.movie {
    margin:0 0 0 5px;
    padding-bottom:10px;
}

div.vertical div#player div.box div.main div.foot {
    width:672px;
    height:30px;
    margin-left:5px;
    background-image:url(/res/gfx/player/player2_foot_bg.png);
    color:white;
    font-size:11px;
}

div.vertical div#player div.box div.main div.foot div.company {
    width:300px;
    padding-top:8px;
    padding-left:2px;
    float:left;
}

div.vertical div#player div.box div.main div.foot div.author {
    width:300px;
    padding-top:8px;
    padding-left:2px;
    float:right;
    text-align:right;
}

div.vertical div#player div.box div.main div.foot div.author a {
    color:#9da0a0;
    text-decoration:none;
}

div.vertical div#player div.box div.main div.foot div.bt {
    height:4px;
    background:black url(/res/gfx/player/player2_foot_separator_bg.png) top center no-repeat;
}

div.vertical div#player div.box div.main div.content {
    width:234px;
    height:300px;
    padding:0;
    margin:0;
    position:absolute;
    right:62px;
    top:15px;
}

div.vertical div#player div.box div.main div.list {
    height:auto;
    width:234px;
    padding:0;
    margin:0;
    background:url(/res/gfx/player/player2_list_bg.png) top left repeat-x;
}

div.vertical div#player div.box div.main div.list div.movies  {
    padding:0;
    height:555px;
    width:234px;
}

div.vertical div#player div.box div.main div.list div.bt,
div.vertical div#player div.box div.main div.list div.bb {
    width:2px;
    height:524px;
    top:0;
    bottom:auto;
    background:black url(/res/gfx/player/player2_list_border_bg.png) top left no-repeat;
}

div.vertical div#player div.box div.main div.list div.bt {
    left:0;   
}

div.vertical div#player div.box div.main div.list div.bb {
    right:0;
    left:auto;
    background-position:top right;
}

div.vertical div#player div.box div.main div.list div.movies table tr td {
    width:234px;
}

div.vertical div#player div.box div.main div.list div.movies table tr td div.parent {
    width:234px;
}

div.vertical div#player div.box div.main div.list div.arrow_left,
div.vertical div#player div.box div.main div.list div.arrow_right {
    width:34px;
    height:34px;
    right:-38px;
    z-index:1;
}

div.vertical div#player div.box div.main div.list div.arrow_left {
    top:185px;
    left:auto;
    background-image:url(/res/gfx/player/player2_list_left_arrow.png);
}

div.vertical div#player div.box div.main div.list div.arrow_right {
    top:310px;
    background-image:url(/res/gfx/player/player2_list_right_arrow.png);
}

div.vertical div#player div.box div.main div.list div.arrows_bg {
    width:36px;
    height:155px;
    background:black url(/res/gfx/player/player2_arrows_bg.png) top left repeat-x;
    position:absolute;
    top:200px;
    right:-39px;
    z-index:0;
}

/* Inne. */
div.clear {
    clear:both;
}


