@charset "utf-8";
/* CSS Document */

* { font-family:Arial, Helvetica, sans-serif; } 
body { background: #EDEDED url(/img/bg.jpg) repeat-x; font-size:12px; min-height:820px }

h1{ font-size: 20px; font-weight: bold;}
h2{ font-size: 18px; font-weight: bold; color:#2C3439;}
h3 { font-size: 14px; color:#ff6600; font-weight:bold; }

a { text-decoration: none; color: #616E76;}
a:visited {text-decoration: none;outline:none}
a:active {text-decoration: none; outline:none}

/* Structure */
.wrapper { width:980px; margin:0 auto; position: relative; }

.clear  { clear:both; height:1%; }
.left{ float: left }
.right{ float: right }

 
 /*** header ***/
#header{ background: #FFF url(http://www.cda.pl/img/top_back.jpg) center top no-repeat; height: 128px; }
 

#header .logo{ float: left; margin-top:15px; padding:12px 17px; }

#header .search { border:1px solid #E5E6E8; position:absolute; left: 266px; top: 34px; height:33px; width:279px; }
#header .search .field { border:1px solid #BABBBE; background-color: #F7F7F7; float:left; font-size:11px; height:17px; letter-spacing:1px; margin:4px 0 0 4px; padding:4px 5px 2px; width:195px; }
#header .search button { background:url(http://www.cda.pl/img/btn.search.white.jpg) no-repeat; color:#616E76; cursor:pointer; border:0 none; font-weight:bold; float:right; height:23px; margin:5px 4px 0 0; text-align:center; text-indent: -9999px; width:58px; }
#header .search button img { display:none; }
#header .search button span:focus { outline: 0; }


#header .right { margin-top:14px; padding-right:10px; padding-top:6px; position:relative; width:365px;  }
    #header .right #login_menu { color:#FF6600; font-size:14px; position:absolute; left:122px; top:6px; }
        #header .right #login_menu strong { color:#FF6600; font-weight:bold; }
#header .right .light{ float:right; font-size:13px; font-weight:bold; width:100px; }
#header .right .light img{ float:left; }
#header .right .light img{ float:left; }
#header .right form#loginform { padding:19px 0 0 60px; overflow:hidden; width:300px; }
    #header .right form#loginform input#username { background: #fafafa url('/img/login.png') no-repeat; border:1px solid #BABBBE; color:#d67c25; float:left; margin:0 3px 0 0; height:18px; padding:3px 5px 2px; width:96px; }
    #header .right form#loginform input#password { background: #fafafa url('/img/login.png') 0 -23px no-repeat; border:1px solid #BABBBE; color:#d67c25; float:left; margin:0 3px 0 0; height:18px; padding:3px 5px 2px; width:92px; }
    #header .right form#loginform input#login_submit { background: url('http://www.cda.pl/img/btn.login.white.jpg') 0 0 no-repeat; border:0 none; color:#616E76; float:left; font-weight:bold; height:23px; margin-top:1px; text-indent: -9999px; width:58px; }
    
#header .right ul.profile { float: right; margin-top: 20px; margin-right: 30px; width:214px; }
#header .right ul.profile li {  float: left; margin-right: 10px;}
#header .right ul.profile li a{ text-decoration: none; color:#333; font-weight:bold; }

    #header .right ul.profile li a.messLink { background: url(http://www.cda.pl/img/ico/ham.png) no-repeat 6px 0px; display:block; font-weight:normal; height:20px; line-height:18px; padding-left:26px; }
    #header .right ul.profile li a.postLink { background: url(http://www.cda.pl/img/ico/koperta.png) no-repeat 6px 0px; display:block; height:20px; line-height:18px; padding-left:26px; }
    #header .right ul.profile li a.loOUtLink { background: url(http://www.cda.pl/img/ico/logout.png) no-repeat 6px 0px; display:block; height:20px; line-height:18px; padding-left:26px; }

#header .avatar{ float: left; margin-left:60px; padding: 0px 0; }
#header .avatar img{ border: solid #F6A12F 1px; padding: 1px; }

/*** MENU ***/
#menu{ background: #FFF url(http://www.cda.pl/img/menu/line.bg.gif) bottom repeat-x; height: 46px; }
#menu :focus { outline: 0; }
#menu ul{ margin:0 auto; width: 780px;  }

#menu ul li{ float: left;  background: url(http://www.cda.pl/img/menu/line-normal.bg.gif) repeat-x top; height: 45px; width: 150px; margin: 0 2px; }
#menu ul li div { background: url(http://www.cda.pl/img/menu/normal-l.gif) no-repeat left top; }
#menu ul li div a { display:block; background: url(http://www.cda.pl/img/menu/normal-r.gif) no-repeat right top; height: 45px; text-decoration:none; color: #3A474D; font-weight:bold; font-size: 14px; text-align: center;}
#menu ul li div a span { display:block; padding: 16px 0 0; }

#menu ul li.selected{ background: #FFF url(http://www.cda.pl/img/menu/line.bg.gif) repeat-x top; height: 46px;  }
#menu ul li.selected div { background: url(http://www.cda.pl/img/menu/select-l.gif) no-repeat left top; height: 46px; }
#menu ul li.selected div a { background:  url(http://www.cda.pl/img/menu/select-r.gif) no-repeat right top; height: 46px; }
 
#header .header-container .search .hintbox_list_container { left:0px; }
 
 
/**** CONTENT ****/
#center{ background: #FFF url(http://www.cda.pl/img/content-bg.gif) repeat-x;  }
 

#center  .top_rl{ position: absolute; left: 0;  top: -2px ;  background:url(http://www.cda.pl/img/border-rl.gif) no-repeat; width:7px; height:7px; z-index:9; }
#center  .top_rr{ position: absolute; right: 0; top: -2px ; background:url(http://www.cda.pl/img/border-rr.gif) no-repeat; width:7px; height:7px; z-index:9; }

#dolny_pasek {left:0;position:absolute;margin-top:-20px;width:980px}
#dolny_pasek div.bottom_rl {float:left;}
#dolny_pasek div.bottom_rr {float:right;}

#center  .bottom_rl{ position: absolute; left:0; background:  url(http://www.cda.pl/img/center-bottom-l.gif); width: 40px; height:20px; }
#center  .bottom_rr{ position: absolute; right:0; background:  url(http://www.cda.pl/img/center-bottom-r.gif); width: 40px; height:20px; }
 

#center .center_container { background: #fff; margin: 0 2px; min-height:500px; padding: 15px 15px 10px; overflow:hidden; }
    #center .center_container .uploadGameOrVideo { background:  url('http://www.cda.pl/img/forms/btn.red.png') no-repeat 0 0; color:#fff; display:block; font-weight:bold; height:29px; line-height:29px; overflow:hidden; position:absolute; right:15px; text-align:center; top:10px; width:153px; }

#path{ color: #E28525; font-size:12px; margin: 0 5px 20px; width:784px}
#path a { text-decoration: none; color: #616E76;}
#path a:hover { text-decoration:overline; }
#path span{ color: #616E76; }

.block{ margin-bottom: 15px; }
.block .top{ background:url(http://www.cda.pl/img/block-t.gif) repeat-x top; height:7px; position: relative; }
.block .top .rl { background:url(http://www.cda.pl/img/block-tl.gif) no-repeat; width:7px; height:7px; position: absolute; left: 0;   }
.block .top .rr { background:url(http://www.cda.pl/img/block-tr.gif) no-repeat; width:7px; height:7px; position: absolute; right: 0;  }
.block .container{ border-left: 1px solid #B9BABD; border-right: 1px solid #B9BABD; }
.block .bottom{ background:url(http://www.cda.pl/img/block-t.gif) repeat-x bottom; height:7px; position: relative; }
.block .bottom .rl { background:url(http://www.cda.pl/img/block-bl.gif) no-repeat; width:7px; height:7px;  position: absolute; left: 0;    }
.block .bottom .rr { background:url(http://www.cda.pl/img/block-br.gif) no-repeat; width:7px; height:7px;  position: absolute; right: 0;   }

.block .container .head{ height: 35px; padding-top: 10px; }
.block .container .head h2{ margin: 0 15px; float: left;}
.block .container .head .menu{ float: right;  color: #E28525; margin-right:40px; }
.block .container .head .menu a{ color: #000; font-size:12px; text-decoration:none; }
.block .container .head .menu a.b{ font-weight:bold} 

.block .container .content{ background:#EFEEEE; overflow:hidden; padding: 10px; }

.block .container .content_bok{ background:#EFEEEE; padding: 2px; }

.block .container .footer{ height: 22px; padding-top: 5px; clear:both}
.block .container .footerocena{ height: 29px; padding-top: 5px; clear:both}
.block .container .footer .menu{ float: right; color: #E28525; margin-right:10px; }
.block .container .footerocena .ocenagwiazdki{ float: left; color: #E28525; }
.block .container .footer .menu a{ color: #000; font-size:12px; text-decoration:none; }


 
/*** Menu Block ***/

.block_menu .head{ background:url(http://www.cda.pl/img/menu/line.bg.gif) repeat-x bottom; height: 38px; }
.block_menu .head h2{ float: left }
.block_menu .head .menu{ height: 38px; float: right; margin-right: 30px;}
.block_menu .head .menu li{ height: 36px;  width: 160px; text-align:center;  float: left;  background:url(http://www.cda.pl/img/menu_block/normal-l.gif) no-repeat;  margin-left: 4px;}
.block_menu .head .menu li a{ display:block; height: 36px;  background:url(http://www.cda.pl/img/menu_block/normal-r.gif) no-repeat right; text-decoration:none; outline:none; }
.block_menu .head .menu li a span{ display:block; padding: 13px 15px 5px; color:#2C3439; font-weight:bold; font-size:13px }

.block_menu .top{ position: relative}
.block_menu .top .rl { background:url(http://www.cda.pl/img/border-rl.gif) no-repeat; width:7px; height:7px; position: absolute; left: 0;  top: -2px}
.block_menu .top .rr {background:url(http://www.cda.pl/img/border-rr.gif) no-repeat; width:7px; height:7px; position: absolute;  right: 0; top: -2px}

.block_menu .head .menu li.select{ height: 38px; background:url(http://www.cda.pl/img/menu_block/select-l.gif) no-repeat; }
.block_menu .head .menu li.select a{ height: 38px; background:url(http://www.cda.pl/img/menu_block/select-r.gif) no-repeat right; }

.block_menu .bottom{ background:url(http://www.cda.pl/img/block-t.gif) repeat-x bottom; height:5px; line-height:0px; font-size:0px; position: relative; }
.block_menu .bottom .rl { background:url(http://www.cda.pl/img/block-bl.gif) no-repeat; width:7px; height:7px; position: absolute; left: 0; bottom: 0 }
.block_menu .bottom .rr { background: #FFF url(http://www.cda.pl/img/block-br.gif) no-repeat -1px 0; width:7px; height:7px; position: absolute; right: 0; bottom: 0 }

.block_menu .content{ background: #FFF url(http://www.cda.pl/img/menu_block/content.bg.gif) repeat-x 0 3px;}
.block_menu .content .content_container{ background: #FFF; margin: 0 2px;}

.block_menu .footer{ height: 22px; padding-top: 5px;}
.block_menu .footer .menu{ float: right; color: #E28525; margin-right:10px; }
.block_menu .footer .menu a{ color: #000; font-size:12px; text-decoration:none; }

.smoke{  background:url(http://www.cda.pl/img/block-smoke.gif) no-repeat top center }



img.profile{ border: solid gray 1px; padding: 1px; }
img.profile:hover { border: solid #E44D21 1px; }



div.name{ margin: 0 3px 5px 0;	width:56px;	float:left; overflow:hidden; text-align:center }
 
div.name span{ color: #F60; font-weight:bold; font-size:10px }



div.video_glowna{ margin: 0 3px 5px 0;	width:125px;	height: 145px; float:left; overflow:hidden; text-align:center }
 
div.video_glowna span{ color: #F60; font-weight:bold; font-size:12px }

div.video_glowna span.time{ color: #999  ; font-weight:normal; font-size:11px }



div.video_listabok{ margin: 0 0px 0px 0;	width:127px;	height: 145px; float:left; overflow:hidden; text-align:center }
 
div.video_listabok span{ color: #F60; font-weight:bold; font-size:12px; display:block; }

div.video_listabok span.time{ color: #999  ; font-weight:normal; font-size:11px }



/**** treści ****/

.komentarz{ clear:both; margin-top: 10px;; }
.komentarz img{ float: left; margin: 0 8px 8px 0;}
 
.komentarz .autor{ display:block; color: #E28525; font-weight:bold; text-decoration:none }
.komentarz .autor:hover{ text-decoration:underline}

.komentarz .more{ color: #E28525; text-decoration:none }
.komentarz .autor:hover{ color: #E44D21}

ol.wyszukiwane{ width: 120px; margin-top: 10px}
ol.wyszukiwane li{  list-style-image:url(http://www.cda.pl/img/ico/new.li.gif); margin-left: 20px }

.cloud{ background: #EFEEEE; margin: 20px 0; padding: 10px 4px;}
.cloud a{ color: #AFB2B9; margin: 5px; text-decoration:none}
.cloud a:hover { color: #000}
.cloud .a1{ font-size: 9px;}
.cloud .a2{ font-size: 10px;}
.cloud .a3{ font-size: 12px;}
.cloud .a4{ font-size: 14px;}
.cloud .a5{ font-size: 16px;}
.cloud .a6{ font-size: 18px;}
 


/*** footer **/
#footer{ padding-top: 20px; height: 30px; color: #AFB2B9;}
#footer .title{ float: left;}
#footer .menu{ float: right;} 
#footer a{ text-decoration:none; color: #AFB2B9; margin: 0 2px;}
#footer a:hover{ text-decoration:underline}
  
/* pagination control */

.paginationControl { height:26px; line-height:24px; overflow:hidden; padding:5px 0; text-align:center; }
    .paginationControl a, .paginationControl a:visited { background: #fff; border:1px solid #c1c1c1; color:#616161; line-height:14px; margin:0px 2px; padding:3px 3px 3px 5px; }
    .paginationControl a:hover { font-weight:bold; }
    .paginationControl span.disabledPage { background: #eeeeee; border:1px solid #ee7b2b; color:#555555; font-weight:bold; line-height:14px; margin:0 -1px 0 2px; padding:3px 4px; }
    .paginationControl span.disabled { display:none; background: #6a4a17; border:1px solid #ee7b2b; line-height:14px; margin:0px 2px; padding:3px 3px 3px 5px; }


/* komentarze */

#dodaj_komentarz, #dodaj_komentarz:visited { color:#555555; cursor:pointer; display:block; font-weight:bold; margin:20px 0 10px; }
.commentCont { margin:10px 0 40px; overflow: hidden; width:100%; }
    .commentContent { background: transparent; border:1px solid #54524c; float:left; height:100px; margin-right:20px; padding:2px; width:310px; }
    .sendComment { cursor:pointer; display:block; float:left; height:21px; margin-right:10px; width:130px; opacity:0.5;filter:Alpha(Opacity=50);background:url("http://www.cda.pl/img/btns.white.png") no-repeat scroll 0 0 transparent;text-indent:-9999px; }
    .sendComment:hover { opacity:1;filter:Alpha(Opacity=100);}
    .komentarz { /*overflow:hidden;*/ }

/* comments */

.comment { background:#EFEEEE; border:1px solid #E1E1E1; padding:4px 8px; color:#555555; overflow:hidden; position:relative; }
    .comment .commentDate { color:#aaaaaa; font-size:10px; position:absolute; top:5px; right:5px; }
    .comment div { float:left; margin-top:4px; width:89%; }
    .col .bgGray {  }
    .comment img.profile { border:1px solid #E28525; margin:4px 8px 8px 0; }



/* poczekalnia */

.poczekalniaContainer {  }
    .poczekalniaContainer h3 { margin-bottom:20px; }


.upload .container { padding:10px; }

#list1 { float:left; width:260px; }
#list1 ul { border-top:1px solid #e1e1e1; }
    #list1 ul > li:hover { /*background: #efefef;*/ }
    #list1 ul > li a:hover { background-color: #efefef; }

    .menubokcz { border-bottom:1px solid #e1e1e1; min-height:30px; line-height:30px; position:relative; }
        .menubokcz a { color:#777; display:block; font-size:11px; text-decoration:none; margin:2px; padding:0 0 0 6px; }
    .menubokpoczekalnia { border-bottom:1px solid #e1e1e1; min-height:30px; line-height:30px; position:relative; }
        .menubokpoczekalnia a { color:#777; display:block; font-size:11px; font-weight:bold; text-decoration:none; margin:2px; padding:0 0 0 30px; }
    li a.poczekalniaLink, li a.poczekalniaLink:hover { background: url('http://www.cda.pl/img/ico/poczekalnia.png') 6px 6px no-repeat; }
    .menuboksz { border-bottom:1px solid #e1e1e1; min-height:30px; line-height:30px; position:relative; }
        .menuboksz a { color:#777; display:block; font-size:11px; text-decoration:none; margin:2px; padding:0 0 0 6px; }
    .subMenu { display:none; }
        .subMenu li { line-height:20px; min-height:20px; padding-left:10px; }
    #list1 .subMenu { background: #fff; border-top:0px; }
        .subMenu li a { font-weight:normal; }
        .subMenu li a:hover { background: none; }
        .menubokcz .subMenu li {  }
        .menuboksz .subMenu li {  }

#list1 a.active { text-decoration:underline; }

#list1 .show { color:#a1a1a1; font-weight:normal; height:20px; line-height:26px; padding:0; position:absolute; top:0px; right:4px; }
    #list1 .show:hover { background: none; }
#list1 a:hover { color:#333; }
#list1 .container { padding:10px 0; }
#list1 .container h3 { padding-left:10px; }

#list2 { float:left; margin-left:13px; width:400px; }
    #list2 .container p, #list2 .container form { margin-bottom:10px; }
        /* #list2 .container form .checkboxGray { float:left; }*/
        #list2 .container form label { line-height:16px; }
    .video_lista { height:110px; margin:0 3px 5px 0; overflow:hidden; text-align:center; width:370px; }
        .video_lista img { border:1px solid gray; margin-bottom:5px; padding:1px; float:left; }
        .video_lista .text { float:left; padding:0 4px; text-align:left; width:230px}
            .video_lista .text a#title { color:#FF6600; display:block; font-size:12px; font-weight:bold; padding:0 3px;}
            .video_lista .text div#dodal {color:#7C8186;} 
            .video_lista .text .time { color:#7c8186; font-size:11px; padding:0 3px; }
            .video_lista span.time a { color:#999999;font-size:11px;font-weight:normal; float:right; }       
        .video_lista .points { background-color:#e1e1e1; border:1px solid #bbb; float:left; margin-top:25px; margin-left:3px; padding:8px 4px; width:20px;  text-align:center}
        .video_lista .iloscocen {float:left;font-size:11px;margin:3px;color:#7C8186;width:220px}
        .video_lista .ocenagwiazdki { margin-left:1px; float:left;margin-top:20px;width:80px;height:15px}



#list3 { float:left; margin-left:13px; width:260px; }
    .video_lista_bok { float:left; height:50px; margin:0 3px 5px 0; overflow:hidden; text-align:center; width:245px; }
    .video_lista_bok .points { background-color:#e1e1e1; border:1px solid #bbb; float:left; margin-right:8px; padding:8px 4px; width:24px;text-align:center;}
    .video_lista_bok img { border:1px solid gray; margin-bottom:5px; padding:1px; float:left; }
    .video_lista_bok .text { float:left; margin-left:3px; padding:0 4px; text-align:left; width:133px; }
        .video_lista_bok .text .time { color:#7c8186; font-size:11px; padding:0 3px; }
    .video_lista_bok .text a { color:#FF6600; font-size:12px; font-weight:bold; }
    

/* uploader */

.uploaderContainer {min-height:500px}
    .uploaderContainer h3 { margin-bottom:20px; }
    .uploaderContainer .btnGray { margin-top:30px; }
    .uploaderContainer .title { display:block; font-weight:bold; margin:3px 12px; }
    .uploaderContainer .descriptionSmall { color:#646b6f; display:block; font-size:10px; margin:0 20px 30px; }
    .uploaderContainer .textareaGray { margin:0 auto; width:356px; }
    #upload1 { float:left; width:180px; }
    #upload2 { float:left; margin-left:13px; width:340px; }
        #upload2 h3 { margin-left:10px; }
        #upload2 p { margin:20px 10px 10px; }
        #upload2 ul { margin-bottom:20px; list-style-type:disc; }
            #upload2 ul li { margin-left:30px; list-style-type:disc; }
        .uploaderContainer #upload2 .inputGray { margin:0px auto; width:200px; }
            .uploaderContainer #upload2 .inputGray input { left:-4px; position:absolute; top:4px; width:200px; }
        .uploaderContainer #upload2 .textareaGray { height:32px; width:295px; }
            .uploaderContainer #upload2 .textareaGray textarea {  }
            .uploaderContainer #upload2 .textareaGray input[type=text] { background: #fff; font-size:11px; height:19px; left:3px; margin:0; padding:4px 0 0 2px; position:absolute; top:4px; width:222px; }
            .uploaderContainer #upload2 .textareaGray input[type=submit] { background: url('http://www.cda.pl/img/forms/btn.whSmall.png') 0 0 no-repeat; border:0 none; color:#FFFFFF; cursor:pointer; height:26px; margin:0; position:absolute; right:3px; top:4px; width:60px; }

    #upload3 { float:left; margin-left:13px; width:400px; }
        #upload3 h3 { margin-left:10px; }
        .uploaderContainer #upload3 .inputGray { margin:0px auto; width:340px; }
            .uploaderContainer #upload3 .inputGray input { left:-4px; position:absolute; top:4px; width:342px; }
        .uploaderContainer #upload3 .selectGray { margin:0px auto; width:340px; }
            .uploaderContainer #upload3 .selectGray select { height:25px; left:-4px; position:absolute; top:4px; width:348px; }
        .uploaderContainer #upload3 .textareaGray textarea { overflow: auto; padding:4px; width:340px; }

    .btmBox { margin:0px 10px; }
        /* .btmBox .checkboxGray { float:left; margin-right:2px; } */
        .btmBox label { float:left; width:140px; }
        .btmBox input[type=submit] { background: url('http://www.cda.pl/img/forms/btn.red.png') 0 0 no-repeat; border:0px; color:#fff; cursor:pointer; font-weight:bold; float:right; height:27px; width:153px; }

/* video */

.videoContainer h3 { margin-bottom:20px; }
.videoContainer h4 { font-size:24px; }
.videoContainer #upload2 { clear:left; margin-left:0px; width:260px; }
.videoContainer #video2 { clear:right; float:right; position:relative; width:672px; }

.videoContainer .descriptionSmall { color:#646b6f; display:block; font-size:10px; margin:0 2px 30px; }
.videoContainer .title { display:block; font-weight:bold; margin:3px 2px;}
.videoContainer #upload2 .textareaGray { height:32px; width:236px; }
    .videoContainer #upload2 .textareaGray input[type=text] { background: #fff; font-size:11px; height:19px; left:3px; margin:0; padding:4px 0 0 2px; position:absolute; top:4px; width:164px; }
    .videoContainer #upload2 .textareaGray input[type=submit] { background: url('http://www.cda.pl/img/forms/btn.whSmall.png') 0 0 no-repeat; border:0 none; color:#FFFFFF; cursor:pointer; height:26px; margin:0; position:absolute; right:3px; top:4px; width:60px; }

.videoElem { float:left; margin:0 16px 10px; min-height:166px; width:120px; }
    .videoElem img { border:1px solid gray; padding:1px; margin-bottom:5px; }
    .videoElem .text { text-align:center;}
    .videoElem .text a { color:#FF6600; display:block; font-size:12px; font-weight:bold; text-align:center; height:31px;overflow:hidden; }
    .videoElem .text .time { color:#7C8186; font-size:11px; font-weight:normal; padding:0 3px; }
        .videoElem .text .time a { color:#7C8186; font-size:11px; font-weight:bold; display:inline !important; height:auto; }

.additionalMenu { color:#E28525; font-size:12px; margin:0 5px 20px; position:absolute; top:20px; right:10px; }
    .additionalMenu a { color:#616E76; }
    .additionalMenu a.active { color:#FF2200; }
.videoContainer .paginationControl { margin:10px 0; }
.videoContainer h2 { margin-bottom:20px;width:440px }


.btnGray { background: url('http://www.cda.pl/img/forms/bg.btn.white.png') 0 -33px repeat-x; color:#232629; cursor:pointer; display:block; font-size:12px; font-weight:bold; height:33px; line-height:33px;  margin:0 8px; position:relative; text-align:center; }
    .btnGray .gL { background: url('http://www.cda.pl/img/forms/bg.btn.white.png') 0 0 no-repeat; display:block; height:33px; left:-8px; position:absolute; top:0px; width:8px; }
    .btnGray .gR { background: url('http://www.cda.pl/img/forms/bg.btn.white.png') 0 -66px no-repeat; display:block; height:33px; position:absolute; right:-8px; top:0px; width:8px; }

.inputGray { background: url('http://www.cda.pl/img/forms/bg.input.white.png') 0 -33px repeat-x; color:#fff; display:block; font-size:12px; font-weight:bold; height:33px; line-height:33px;  margin:0 8px; position:relative; text-align:center; }
    .inputGray .gL { background: url('http://www.cda.pl/img/forms/bg.input.white.png') 0 0 no-repeat; display:block; height:33px; left:-8px; position:absolute; top:0px; width:8px; }
    .inputGray .gR { background: url('http://www.cda.pl/img/forms/bg.input.white.png') 0 -66px no-repeat; display:block; height:33px; position:absolute; right:-8px; top:0px; width:8px; }
    .inputGray input { background: #fff; border:1px solid #c5c5c5; height:19px; padding:4px 2px 0; }

.selectGray { background: url('http://www.cda.pl/img/forms/bg.input.white.png') 0 -33px repeat-x; color:#fff; display:block; font-size:12px; font-weight:bold; height:33px; line-height:33px;  margin:0 8px; position:relative; text-align:center; }
    .selectGray .gL { background: url('http://www.cda.pl/img/forms/bg.input.white.png') 0 0 no-repeat; display:block; height:33px; left:-8px; position:absolute; top:0px; width:8px; }
    .selectGray .gR { background: url('http://www.cda.pl/img/forms/bg.input.white.png') 0 -66px no-repeat; display:block; height:33px; position:absolute; right:-8px; top:0px; width:8px; }
    .selectGray select { background: #fff; border:1px solid #c5c5c5; height:19px; padding:0; }

.textareaGray { background: #cbcbcb; border:1px solid #bebebe; position:relative; }
    .textareaGray .gTL { background: url('http://www.cda.pl/img/forms/bg.rnd.white.png') 0 0 no-repeat; height:5px; position:absolute; left:-1px; top:-1px; width:5px; }
    .textareaGray .gTR { background: url('http://www.cda.pl/img/forms/bg.rnd.white.png') -7px 0 no-repeat; height:5px; position:absolute; right:-2px; top:-1px; width:5px;  }
    .textareaGray .gBL { background: url('http://www.cda.pl/img/forms/bg.rnd.white.png') 0 -7px no-repeat; height:5px; position:absolute; left:-1px; bottom:-2px; width:5px;  }
    .textareaGray .gBR { background: url('http://www.cda.pl/img/forms/bg.rnd.white.png') -7px -7px no-repeat; height:5px; position:absolute; right:-2px; bottom:-2px; width:5px;  }
    .textareaGray textarea { background: #fff; border:1px solid #c5c5c5; margin:3px; }
    .textareaGray input { background: #fff; border:1px solid #c5c5c5; margin:3px; }

/* .checkboxGray { height:16px; width:16px; float:left;}
.checkboxGrayActive { height:16px; width:16px; }        */
/* .checkboxGray input, .checkboxGrayActive input { opacity:0; } */


/*** messages Box ***/

.messagesList {  }
    .messagesList ul { border-top:1px solid #E1E1E1; border-left:1px solid #E1E1E1; border-right:1px solid #E1E1E1; }
        .messagesList ul li { border-bottom:1px solid #E1E1E1; cursor:pointer; line-height:30px; min-height:30px; overflow:hidden; padding:1px 1px 1px 0; position:relative; width:100%; }
            .messagesList ul li.first { cursor:auto; }
                .messagesList ul li.first div { background: #ddd; }
            .messagesList ul li div { color:#777777; font-size:11px; font-weight:bold; float:left; margin-left:1px; min-height:30px; }
                .messagesList ul li div.com1 { width:30px; }
                    .messagesList ul li div.com1 img { margin:7px 0 0 7px; }
                .messagesList ul li div.com2 { width:30px; }
                    .messagesList ul li div.com2 input { margin:8px 0 0 8px; }
                .messagesList ul li div.com3 { font-weight:normal; padding:0 5px; width:180px; }
                .messagesList ul li div.com4 { padding:0 5px; width:258px; overflow:hidden;}
                .messagesList ul li div.com5 { font-weight:normal; padding:0 5px; width:116px; }
            .messagesList ul li.hov div { background: #efefef; }
            .messagesList ul li a {  }            
        .delRow {  }
            .delRow a { background: url('http://www.cda.pl/img/ico/del.gif') right 0 no-repeat; display:block; font-size:11px; height:16px; line-height:16px; margin:5px 8px; text-align:right; padding-right:20px; width:90px; float:right;}
        .infoNoMessages, .messagesList ul li.infoNoMessages { border:0px; color:#777777; font-size:16pt; width:170px;margin:30px auto; font-style:italic; text-align:center;}

/*** profil ***/
.profilRanking { margin:5px; margin-left:10px; color:#616E76;}
.profilRankingMessage {margin:5px; color:#616E76;}
img.profile1 { margin:10px; }

.profileNavi li a { padding:0 0 0 30px; }
    li a.addToFr, li a.addToFr:hover { color:#616E76; background: url('http://www.cda.pl/img/ico/user2.gif') 6px 6px no-repeat; }
    li a.findFr, li a.findFr:hover { color:#616E76; background: url('http://www.cda.pl/img/ico/filt_search.gif') 6px 6px no-repeat; }
    li a.newMess, li a.newMess:hover { color:#616E76; background: url('http://www.cda.pl/img/ico/koperta.png') 6px 6px no-repeat; }
    li a.addPhoto, li a.addPhoto:hover { color:#616E76; background: url('http://www.cda.pl/img/ico/add_photo.png') 6px 6px no-repeat; }
    li a.photoGall, li a.photoGall:hover { background: url('http://www.cda.pl/img/ico/zdjecia.png') 6px 6px no-repeat; }
    li a.settings, li a.settings:hover { background: url('http://www.cda.pl/img/ico/settings.gif') 6px 6px no-repeat; }
    li a.addInv, li a.addInv:hover { background: url('http://www.cda.pl/img/icon_envelope.png') 6px 6px no-repeat; }
    li a.dodaneMaterialy, li a.dodaneMaterialy:hover { background: url('http://www.cda.pl/img/ico/materialy.png') 6px 6px no-repeat; }

    .frBox a.findFr, .frBox a.findFr:hover { background: url('http://www.cda.pl/img/ico/filt_search.gif') 6px 4px no-repeat; display:block; height:22px; line-height:22px; margin:5px 10px; padding-left:26px; }
    .frBox a.showFr, .frBox a.showFr:hover { background: url('http://www.cda.pl/img/ico/ludzie1.png') 6px 3px no-repeat; display:block; height:22px; line-height:22px; margin:5px 10px; padding-left:26px; }

.upload .frBox { padding:10px 0; }
.frBox div.name { margin:0 3px 12px 0; width:76px; }
    .frBox div.name a { display:block; }
.frBox div.name img.profile { margin:0px; }
.bgDark { background-color: #EFEEEE; overflow:hidden; padding:10px; }
.noFr { color:#999999; line-height:18px; margin:10px 0; text-align:center; font-weight:bold; }

/*** regulamin ***/

.regPage #list1 { width:300px; float:left; }
    .regPage #list1 h3 { margin-bottom:20px; }
    .regPage #list1 .container { padding:10px 0; }
#regulamin { line-height:18px; margin-left:10px; }
#regulamin a { color:#FF6600; }
    #regulamin a:hover { text-decoration:underline; }

/*** aktywacja konta ***/

#aktywacja { margin:40px auto; width:650px; }

/*** faq ***/

.faqPage #list1 { width:300px; float:left; }
    .faqPage #list1 h3 { margin-bottom:20px; }
    .faqPage #list1 .container { padding:10px 0; }
.ads1 { width:300px; float:left; clear:left; }
#faq { float:right; width:635px; }
#faq h3 { margin-left:10px; }
#faq .content { background-color:transparent; }
.toggler { /*border-bottom:1px solid #E1E1E1;*/ }
    .toggler tr { /*border-top:1px solid #E1E1E1;*/ }
    .toggler tr.odpowiedz { border-top:0px; }
        .toggler tr.odpowiedz td { line-height:16px; }
            .toggler tr.odpowiedz td a { color:#FF6600; }
            .toggler tr.odpowiedz td a:hover { text-decoration:underline; }
        .toggler tr.odpowiedz td .odpC { background: #eee; border:1px solid #E1E1E1; font-weight:normal; padding:10px; }
    .toggler tr td { color:#777777; font-size:12px; margin:2px; padding:0 10px 0 10px; line-height:18px; min-height:30px; padding-top:12px; }

/*** register ***/

.ui-dialog { background: #eee; }
#rejestracja {  }
    #rejestracja table {  }
        #rejestracja table tr {  }
            #rejestracja table tr td { padding-top:5px; padding-bottom:5px; }
            #rejestracja table tr td:first-child { font-size:12px; font-weight:bold; padding-right:10px; text-align:right; width:110px; }
            #rejestracja table tr td.element { padding-right:10px; }
                #rejestracja table tr td.element input { border:1px solid #CCCCCC; font-size:12px; padding:4px; width:200px; }
            #login_error_space, #pass_error_space, #email_error_space { font-size:12px; font-weight:bold; }

        #rejestracja #regulamin { 
          background-color:#ddd; 
          border:1px solid #aaa; 
          height:230px; 
          margin:10px 0 20px 65px; 
          width:616px;
          overflow:auto;
          padding:10px; 
        }
        #pobieranie_regulaminu { font-size:12px; margin:1px auto; overflow:hidden; position:absolute; right:86px; top:240px; }
			*:first-child+html #pobieranie_regulaminu { top:216px; }
			#pobieranie_regulaminu span { color:#999; float:left; line-height:16px; margin-right:5px; }

    #rejestracja .required { float:left; font-size:12px; margin-left:67px; }
    #rejestracja_dialog_akceptacja { float:left; margin:2px 4px; }
    *:first-child+html #rejestracja #akceptacja { margin:0 4px; }
    #rejestracja .optional { display:none; }
    #rejestracja #register { background:url(http://www.cda.pl/img/forms/btn.red.png) no-repeat 0 0; border:0px; color:#FFFFFF; cursor:pointer; font-weight:bold; height:29px; line-height:29px; margin-left:340px; overflow:hidden; padding-bottom:5px; text-align:center; width:153px; }


.topRegSteps { overflow:hidden; margin:10px 0 20px 180px; }
#rejestracja .textareaGray { float:left; font-size:18px; font-weight:bold; height:30px; line-height:30px; opacity:0.4;filter: alpha(opacity = 40); margin-right:20px; text-align:center; width:120px; }
#rejestracja .active { opacity:1;filter: alpha(opacity = 100); }
.birthRow {}
    .birthRow select { color:#000; font-size:12px; }
        .birthRow select option { color:#000; }
    .birthRow #rok { width:60px; }
    .birthRow #miesiac { width:86px; }
    .birthRow #dzien { width:56px; }


#krok2 h2 { padding:10px 0 10px 80px; }
    #krok2 .regRow { overflow:hidden; margin:15px 0; }
        #krok2 .regRow label { display:block; float:left; font-size:12px; font-weight:bold; margin-left:50px; line-height:24px; text-align:right; padding-right:10px; width:120px; }
        #krok2 .regRow input { border:1px solid #CCCCCC; color:#000000; font-size:12px; padding:4px; width:200px; }
        #krok2 .regRow select { border:1px solid #CCCCCC; color:#000000; font-size:12px; height:22px; width:67px; }
        #krok2 .regRow select#plec { width:210px; }

    #krok2 .btnsRow { margin:20px 0; overflow:hidden; }
        #krok2 .btnsRow #gotoStep3 { background:url(http://www.cda.pl/img/forms/btn.red.png) no-repeat 0 0; border:0; color:#FFFFFF; cursor:pointer; display:block; font-weight:bold; height:29px; line-height:29px; margin-left:340px; overflow:hidden; padding-bottom:5px; text-align:center; width:153px; }


#krok3 {  }
    #krok3 .singleFr { overflow:hidden; padding:10px; }
        #krok3 .singleFr img { border:1px solid gray; float:left; height:50px; margin:0px 8px 5px 0; padding:1px; width:50px; }
        #krok3 .singleFr img:hover { border:1px solid #E44D21; }
        #krok3 .singleFr a { display:block; font-size:11px; }
            #krok3 .singleFr a strong { font-size:12px; font-weight:bold; }
        .singleFr span { display:block; font-size:11px; margin-top:5px; overflow:hidden; }
        #krok3 .singleFr span label, #krok3 .singleFr span input { float:left; }
        #krok3 .singleFr span input { margin:3px 4px; }
        #krok3 .singleFr span label { line-height:18px; }

   #krok3 .btnsRow { overflow:hidden; }
        #krok3 .btnsRow span { background:url(http://www.cda.pl/img/forms/btn.red.png) no-repeat 0 0; border:0; color:#FFFFFF; cursor:pointer; float:right; font-weight:bold; height:29px; line-height:29px; margin-left:10px; overflow:hidden; padding-bottom:5px; text-align:center; width:153px; }
        #krok3 .btnsRow span#powrot { background: none; color:#999; }
         #krok3 .btnsRow span#powrot:hover { color:#333; }
    #znajomiSpace { margin:10px 0; height:280px; }
    #znajomiSpace .singleFr { background:#fff; border:1px solid #CCCCCC; margin:1px 0; }
    .inv { overflow:hidden; }
    .inv label { font-size:11px; float:left; line-height:18px; }
        .inv label strong { font-size:12px; font-weight:bold; }
        .inv input { float:left; margin:3px; }

   #loginBox { overflow:hidden; }
        #loginBox label { clear:left; display:block; font-size: 12px; font-weight: bold; float:left; line-height:28px; margin-right:5px; margin-bottom:5px; text-align: right; width:300px; }
        #loginBox input { border:1px solid #CCCCCC; color:#000000; float:left; font-size:12px; margin-bottom:5px; padding:4px; width:200px; }
        #haslopoczta { background:url(http://www.cda.pl/img/forms/btn.red.png) no-repeat 0 0; border:0; color:#FFFFFF; cursor:pointer; float:left; font-weight:bold; height:29px; line-height:29px; margin-left:10px; overflow:hidden; padding-bottom:5px; text-align:center; width:153px; }

    #rejestracja .infoBox { font-size:12px }
    
#endOfReg { background:url(http://www.cda.pl/img/forms/test.gif) no-repeat 0 0; border:0; color:#FFFFFF; cursor:pointer; float:right; font-weight:bold; height:29px; line-height:29px; margin-left:10px; overflow:hidden; padding-bottom:5px; text-align:center; width:153px; }
    
/*** game subpage ***/

.infoBox { background: #c1e3ff url(http://www.cda.pl/img/ico/info_32.png) no-repeat 15px 10px; border:1px solid #008aff; margin:10px 16px; padding:20px 20px 20px 60px; }
    .infoBox a { color:#008aff; }
    .infoBox a:hover { text-decoration:underline; }
.infoBoxPoczekalnia { background: #c1e3ff url(http://www.cda.pl/img/ico/info_32.png) no-repeat 15px 10px; border:1px solid #008aff; margin:10px 16px; padding:10px 10px 10px 60px; }
    .infoBoxPoczekalnia a { color:#008aff; }
    .infoBoxPoczekalnia a:hover { text-decoration:underline; }
    
.graContainer { width:100%; zoom:1; }
    .graContainer #gra2 { float:left; width:636px; }
    .graContainer .infoBox { clear:both; }
    .graContainer .content { clear:both; }
    /*.graContainer .adBoxBottom { float:left;}*/
    .graContainer #najaktywniejsi { width:300px; float:right; }
        .graContainer #najaktywniejsi div.video_listabok { width:146px; }
    .graContainer #ostatnie_komentarze_video { width:636px; }
    .graContainer div.video_listabok  { margin-top:8px; }
    .graContainer .block .container .content_bok { overflow:hidden; }
    .graContainer .block .container .content { padding:10px 16px; }

    .graContainer .tags a, .graContainer .tags a:visited { color:#E28525; }
    .graContainer .tags a:hover { text-decoration: underline; }
    .graContainer .tags span {float:left;margin-right:3px}
    .graContainer .tags div {float:left;width:84%}

    .graContainer .content { overflow:hidden; }
        .graContainer .content .stopka_left {float:left;width:40%}
        .graContainer .content .footerocena { float:left;height:40px;padding:0 }
        .graContainer .content .commBox { float:left; position:relative; width:60% }
            .graContainer .content .commBox img { border:1px solid #E28525; margin:4px 8px 8px 0; float:left}
            .graContainer .content .commBox span { position:absolute; top:0px; right:0px; }
        

        .catBox { clear:both; display:block; margin-bottom:3px }
            .catBox a { color:#E28525; }
        .commentVoteBox { position:absolute; right:90px; top:0; width:60px !important; }
            .commentVoteBox span { margin: 2px; display: block; float: left; font-size: 10px; line-height: 11px; }
            .commentVoteBox img { margin: 2px; cursor: pointer; }


/*** poczta ***/

#newMessageBox { display:none; }
    .block_menu #newMessageBox .top .rr { background:url(/img/block-tr.gif) no-repeat 0 0; height:7px; position:absolute; right:0; top:0px; width:7px; }
    .block_menu #newMessageBox .top .rl { background:url(/img/block-tl.gif) no-repeat 0 0; height:7px; left:0; position:absolute; top:0px; width:7px; }
    .formRow { margin:5px 0; overflow:hidden; }
        .formRow label { float:left; line-height:24px; width:100px; }
        .formRow input { border:1px solid #e1e1e1; float:left; padding:4px; width:400px; }
        .formRow textarea { border:1px solid #e1e1e1; height:60px; padding:4px; width:98%; }
        .btnsRow { overflow:hidden; }
            .btnsRow span { color:#d1d1d1; cursor:pointer; font-size:12px; font-weight:bold; }
            .btnsRow span:hover { color:#000; }
            .btnsRow #sendMessageButton { float:left; background:url(/img/forms/btn.red.png) no-repeat 0 0; color:#FFFFFF; display:block; font-weight:bold; height:29px; line-height:29px; overflow:hidden; text-align:center; width:153px; }
            .btnsRow #abortMessageButton { float:left; margin-left:20px; line-height:28px; }

.singleMessage { border:1px solid #e1e1e1; padding:25px; }
    .singleMessage h3 { margin-bottom:7px; }
.reply { background:url(/img/forms/btn.red.png) no-repeat 0 0; color:#FFFFFF; display:block; font-weight:bold; height:29px; margin:10px 0; line-height:29px; overflow:hidden; text-align:center; width:153px; }
.minH { min-height:520px; max-height:580px}
#backToWyslane, #backToOdebrane, #backToUsuniete { background:url(/img/ico/back.png) no-repeat 0 0; height:22px; display:block; padding-left:26px; line-height:22px; }
.cont { color:#777777; max-height:325px;overflow:auto;}
.cont a { color:#FF6600; }


/*** dialog/login.html ***/

#dialog_login .formRow label { }
#dialog_login .formRow input { width:300px; }
#dialog_login .btnsRow input { background: url(/img/forms/btn.red.small.png) no-repeat 0 0; border:0 none; color:white; cursor:pointer; float: right; margin-right:14px; height:23px; margin-top:0;  width:58px; font-weight:bold;line-height:23px }

#dialog_message .formRow #modal_do, #dialog_message .formRow #modal_temat { width:362px; }
#dialog_message .btnsRow input { background:url("/img/forms/btn.red.png") no-repeat scroll 0 0 transparent; border:0 none; color:white; cursor:pointer; float: right; height:27px; margin-top:0;  width:153px; font-weight:bold;}

.indxDownld { width:47%; margin:3px; padding:5px; border:1px solid #DDD; float:left; height:200px }
.indxDownld div { float:left; width:100% }
.indxDownld div a img { float:left; margin-right:5px; margin-bottom:5px; border:1px solid #FF6600; padding:1px; }
.indxDownld div a h2 { float:left; width:70%; height:50px; text-align:center; }
.indxDownld div span { margin-left:22%; }
.indxDownld p { background-color:#EDEDED; float:left; width:98%; height:43%; padding:3px; text-align:justify; overflow:hidden; }


.stdBtn { border:1px solid #777; color:#777; display:block; font-size:12px; margin:0 auto; opacity:0.8;filter:Alpha(Opacity=80); padding:2px; text-align:center; }
    .stdBtn:hover { opacity:1;filter:Alpha(Opacity=100); }

.settingsCont2 .formRow label { width:150px; }
.settingsCont2 .formRow ul { float:left; }
    .settingsCont2 .formRow ul li { margin:2px 0; overflow:hidden; }
    .settingsCont2 .formRow ul li input { border:0px; width:auto; }
    .settingsCont2 .formRow ul li span { padding-left:5px; }
    
.redBtn { background:url(/img/forms/btn.red.png) no-repeat 0 0; border:0px; color:#FFFFFF; display:block; font-weight:bold; height:29px; line-height:29px; margin:10px 0 0; overflow:hidden; text-align:center; width:153px; }

.wyniki {
  width:125px;
  float:left;
  margin-right:15px;
  margin-bottom:15px;
}

.wyniki img{
  border:1px solid #FF944D;
  padding:1px;
}


.kontaktPage #kontakt {
  width:635px;
  float:right;
}

.kontaktPage #list1 {
  width:300px;
}

.kontaktPage #list1 .container h3 {
  margin-bottom:20px;
}

.regPage #reg_arch {
  float:right;
  width:635px;    
}

.regPage #reg_arch table {
  width:100%;
}

.search_text_result {
  font-weight:bold;
}

#nowy_regulamin h1 {
  display:block;
  width:100%;
  text-align:center;
  margin-bottom:20px;
}

#nowy_regulamin h2 {
  display:block;
  width:100%;
  text-align:center;
  margin-bottom:20px;
}

#nowy_regulamin {
  padding:30px;
}

#nowy_regulamin #regulamin {
  margin-left:1%;
  width:96%;
  height:600px
}

#nowy_regulamin input { 
  background:url(/img/forms/btn.red.png) no-repeat 0 0;
  border:0px; 
  color:#FFFFFF; 
  cursor:pointer; 
  font-weight:bold; 
  height:29px; 
  line-height:29px;
  overflow:hidden;
  padding-bottom:5px;
  text-align:center;
  width:153px; 
  margin-left:360px !important;
}

#abuse_dialog a{
  height:6px;
  text-align:center;
  width:100%;
  display:block;
}

.b {font-weight:bold;}

.index_download {
  width:220px;
  height:100px;
  float:left;
  margin-right:10px;
  margin-top:20px;
  margin-bottom:10px;
}

.index_download .img_container {width:70px;float:left;margin-right:10px;}
.index_download .desc_container {float:left;width:140px;}

.poczekalniaContainer #niepokazuj {height:30px}
.poczekalniaContainer #niepokazuj input {float:left;margin:0;padding:0;margin-right:7px;height:20px}
.poczekalniaContainer #niepokazuj label {float:left;height:20px;line-height:20px}
.poczekalniaContainer .video_lista .text a {max-width:230px;}
.poczekalniaContainer .video_lista .text .time a { display:inline; float:none; }
#dialog_uploadify  #fileInputUploader {margin:10px 0;margin-left:150px}
#dialog_uploadify #kolejka {max-height:500px;overflow:auto;}
#dialog_uploadify #ocokaman {margin-top:15px;text-align:center}
#dialog_uploadify .uploadifyQueueItem {background:none;margin:0;border:1px solid #666666;margin-bottom:5px;margin-left:25px}

#report_abuse { float:right; margin-right:20px; margin-top:4px; width:16px; }
#report_abuse img { margin:0px !important; }



#doYouKnow1 { margin-right:40px; overflow:hidden; float:right; }
#doYouKnow1 .container p { margin:10px 0; }
#doYouKnow1 .container ul { list-style-type: disc; }
    #doYouKnow1 .container ul li { list-style-type: disc; margin-left:20px; }

#log1Box .formRow input { width:308px; }
#log1Box .btnsRow { text-align:right; overflow: hidden; }
#log1Box .btnsRow input { background:transparent url(/img/btn.login.white.jpg) no-repeat scroll 0 0;
border:0 none;
color:#616E76;
float:right;
font-weight:bold;
height:23px;
margin-right:20px;
margin-top:1px;
text-indent:-9999px;
width:58px; }

#log1Box .container { height:180px; }
.center_container .mrTop { margin:40px 16px 10px; }

/*** IE hacks ***/

* html .block_menu .bottom .rl { bottom: -1px; }
* html .block_menu .bottom .rr { bottom: -1px; }
* html #download .content .content_container { overflow: hidden; width:942px; }
* html .videoElem { height: 166px; margin:0 11px 10px; }
* html .indxDownld { margin:3px; width:46%; }

* html #header .avatar { height:50px; width:50px; }
* html #header .right #login_menu { left:182px; top:6px; }
* html #header .right ul.profile { left:172px; position:absolute; top:20px; width:244px; }
* html #header .right ul.profile li { width:40%; }
* html #opis_ramka { overflow:hidden; width:670px; }
* html #opis_ramka .container { overflow:hidden; width:668px; }
* html #opis_ramka .container .content { margin:0 0 0 5px; overflow:hidden; width:628px; } 
* html .opisArea { width:620px; } 
* html #opis_ramka .container { border-right:1px solid #B9BABD; padding:10px 0 10px 10px; width:658px; }
* html #ostatnie_komentarze_video .bottom { font-size:0px; line-height:0px; }
* html #ostatnie_komentarze_video .clear { font-size:0px; height:0px; line-height:0px; }
* html .minH { height:520px; }
* html .messagesList ul li div { height:30px; }


* html .graContainer .content .commBox a { display:block; float:left; width:58px; }
* html .graContainer .content .commBox p { display:inline; }
    * html .graContainer .content .commBox p a { display:inline; float:none; width:auto; }
* html .graContainer .content .commBox img { float:left; }

* html .graContainer #player { float:left; margin-bottom:5px; margin-left:8px !important; padding:0px; width:604px; }
* html .infoBox { margin:10px 0 10px 8px; padding:20px 20px 20px 60px; }

* html .video_lista { text-align: left; }
    * html .video_lista a { display:block; float:left; width:120px; }
        * html .video_lista .text { position:relative; }
        * html .video_lista .text a { float:none; text-align:left; width:auto; }
            * html .video_lista .text .time { left:5px; }
                * html .video_lista .text .time a { display: inline; } 
        * html .video_lista .text span {  }
        * html .video_lista .text .star-rating-control { display:block; height:15px; /*overflow:hidden;*/ width:auto; zoom:1; }
        * html .video_lista .text .star-rating-control .star-rating { clear:none; float:left !important; }
            * html .video_lista .text .star-rating-control .star-rating a { float:left !important; }
             * html .video_lista .text .star-rating-control * { float:left; zoom:1; }
        * html .ocenagwiazdki input { float:left; }
    
    * html .video_lista_bok a { display:block; float:left; width:44px; }
        * html .video_lista_bok .text a { display:inline; width:auto; }
        * html .video_lista_bok .text { width:130px; }
        
        
* html .upload .container { overflow: hidden; }
* html #upload2 { overflow:hidden; }
    * html #upload2 .container { width:318px !important; } 
* html #upload3 { overflow: hidden; }
    * html #upload3 .container { width:378px !important; }

* html .uploaderContainer #upload2 .textareaGray { width:294px; }
.textareaGray .gTL,  
.textareaGray .gTR, 
.textareaGray .gBL, 
.textareaGray .gBR { font-size:0px; line-height:0px; }

* html .uploaderContainer #upload2 .textareaGray input.inText { background: #fff; font-size:11px; height:19px; left:3px; margin:0; padding:4px 0 0 2px; position:absolute; top:4px; width:222px; }
* html .uploaderContainer #upload2 .textareaGray input.inSubmit { background: url('/img/forms/btn.whSmall.png') 0 0 no-repeat; border:0 none; color:#FFFFFF; cursor:pointer; height:26px; margin:0; position:absolute; right:3px; top:4px; width:60px; }
* html #file_picker_container { margin:0; width:auto; }
* html #upload_buttons_container { height:26px; margin:0; position:absolute; right:0px; top:0px; width:60px; }
* html #file_picker_container .upfile_ultimo { height:24px; width:222px; }

* html .indxDownld div a.miniPhoto { display:block; float:left; height:110px; width:75px; }
* html .indxDownld div a h2 { width:195px; }

* html .asd .top .rl,
* html .asd .top .rr,
* html .asd .bottom .rl,
* html .asd .bottom .rr { font-size:0px; line-height:0px; }

* html .asd { overflow:hidden; }
* html .asd h2 { width:250px; }
* html #pliki { background: #fff; }
* html #wymagania { background: #fff; }

* html .comment a { display:block; float:left; width:58px; }
* html .comment a.autor { float:none; width:auto; }

* html #header .right { width:425px; }

* html .videoContainer #prawa { float:right !important; margin-left:0 !important; }

* html .ocenagwiazdki .star-rating-readonly {float:left; }
* html .ocenagwiazdki #rating_error { clear:both; float:none; }

* html .register {margin-left:20px; }

* html .videoContainer #upload2 .container { width:258px !important; }

* html .videoContainer #upload2 .upload2Container { width:278px !important; }

* html #gra2 .commBox .autor { left:105px; position:absolute; top:0; }

* html #poczekalnia_info { width:535px; }

* html * { }
 
#logo_poczta {-moz-border-radius:6px 6px 6px 6px;margin-left:16px;border:1px solid #999999;}
#avatarPodglad {width:90px;height:90px;padding:1px;border:1px solid #666666;float:left;margin-right:20px}
#ladowaczObrazka {width:500px;}
#ladowaczObrazka input {float:left;}

#fileInputUploader {width:219px;height:30px;}
.zbior {background:url("/img/zbiory.png") no-repeat scroll -3px -3px transparent;margin-left:7px;margin-right:16px;margin-top:-6px;width:130px;}
.zbior a img {margin-top:-3px;margin-left:-4px;}
.zbior .text {margin-top:6px}
div#qTip {padding: 3px;border: 1px solid #E44D21;display: none;background: white;color: black;text-align: left;font-size:11px;position: absolute;max-width:300px;z-index: 10}


#spis {
  background-color:#FFFFFF;
  padding:10px;
  margin-bottom:10px;
}

.adBoxRight {
  overflow:hidden;
}
