  /* Table of Contents:
  PAGE STRUCTURE
  TYPOGRAPHY
  CONTENT

  colors:Sky blue (Vids duration text):#00DDFE;
  Mid grey (Vids title):#757575;
  Mid Orange: #ff7800;
  Light Orange (Vids date posted):#ffae00;
  Light Grey (Vids views):#959595;
  DARK GREY:(Vids min):#434343;
  dark-mid grey: #bfbfbf
*/
/* -----------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* -----------------------------------*/
#colA,#colB {
margin: 0 5px 10px;
overflow: hidden;
}

#colA {
  background-color: transparent;
  /*width:320px;*/
  width:260px;
  _margin-right: 2px;
}

#colB {
  overflow:hidden;

  /*width: 606px;*/
  width: 666px;
  padding: 0;
  _margin-left:2px; }


/* -----------------------------------*/
/* ---------->>> CONTENT <<<-----------*/
/* -----------------------------------*/

/*------------------------------------------------------player*/
.ModPlayer {
  padding:0px;
  border: 0px solid #bbb;
 }
.ModPlayer h2 {
  font-weight:bold;
  padding-left: 8px;
}
#player{
  width:600px;
  height:460px;
  background:black;
}

#colB .bullet{background: transparent url("/images/puce_video.gif" ) no-repeat top left;height:25px; width:25px; margin: 0 2px;}

#colB h2{
color:#CCC;
line-height:1.9em;
margin:0px;
padding:0px;
text-transform:uppercase;
}

.title-video {
  font-size: 1.6em;
  font-weight: normal;
}

.bloc_info_content {
  background: #333;
  color: #fff;
  line-height:1.4em;
  margin:0 0 0.8em 0;
  padding:10px 10px;
    -webkit-border-bottom-left-radius: 4px;  /* for Safari */
    -webkit-border-bottom-right-radius: 4px;  /* for Safari */
    -webkit-border-top-right-radius: 4px;  /* for Safari */
    -moz-border-radius-bottomleft: 4px;     /* for Firefox */
    -moz-border-radius-bottomright: 4px;     /* for Firefox */
    -moz-border-radius-topright: 4px;     /* for Firefox */
}

/*  bloc DOWNLOAD sous la video  */
#bloc_download {
  margin-right: 3px;
  padding: 0;
  background: #2F2F2F url(/images/bck-title.jpg) repeat-x bottom left;
  height: 30px;
}
#bloc_download h2 {
  background: transparent url(/images/download-icon.gif) no-repeat;
  float: left;
  padding-left: 25px;
  _padding-left: 0;
  _background:;
  margin-left: 8px;
  font-weight: bold;
}
#bloc_download h2 a {
  display:block;
  overflow:hidden;
  width:275px;
  _width:275px;
  height:28px;
}
#bloc_download h2 em{
  padding-left:50px;
}
#bloc_download div {
  float: right;
}

#imgPseudoOk, #c_imgPseudoOk {
    position:relative;
    top:4px;
}

#mod_downloadfullvideo .text_freedownload_infos {
    width:560px;
    height:65px;
    padding:15px;
    font-size:13px;
    color:red;
    font-weight:bold;
}
#mod_downloadfullvideo .text_freedownload_infos em {
    color:white;
}

#new_member {
    padding-top:25px;
}
#c_new_member, #c_member_exist {
    padding-top:15px;
}
#c_member_lostpassword {
    padding-top:12px;
}
.member_newnotconfirmed div {
    color:white;
    width:100%;
    height:78px;
}
#c_new_member .member_newnotconfirmed div {
    height:95px;
}
#c_new_member .member_newnotconfirmed img {
    top:8px;
}
.member_newnotconfirmed div img {
    position:relative;
    left:50px;
    float:left;
}
.member_newnotconfirmed div h4 {
    font-size:1.0em;
    font-weight:bold;
}
#new_member .member_newnotconfirmed div h4 {
    padding: 3px 0 0 115px;
}
#add_new_comment_div .member_newnotconfirmed div h4 {
    padding: 3px 0 0 110px;
}

#member_exist {
    padding-top:25px;
}
.member_existnotconfirmed div {
    padding-left:40px;
    height:65px;
}
#c_member_exist .member_existnotconfirmed div {
    height:80px;
}
.member_existnotconfirmed div img {
    position:relative;
    bottom:2px;
    left:10px;
    float:left;
}
.member_existnotconfirmed div h4 {
    font-weight:bold;
    font-size:1.0em;
    color:white;
}
#member_exist .member_existnotconfirmed div h4 {
    margin:0 0 0 75px;
}
#c_member_exist .member_existnotconfirmed div h4 {
    margin:0 0 0 69px;
}
#new_comment .member_newnotconfirmed {
    height:90px;
}
#c_member_exist {
    padding-top:10px;
}
#c_member_exist div.member_existnotconfirmed {
    height:75px;
}


/*------------------------------------------------------having_problems*/
.bloc_info_content h1 {
  padding: 0.3em 0 0.9em 0;
}

.bloc_info_content h3 {
  font-size: 1.6em;
  margin-top: 1.0em;
}
.bloc_info_content .col {
  float:left;
  width: 270px;
  margin: 10px 0 5px 0;
  padding: 5px;
}

.bloc_info_content .col.last {
  margin-right: 0;
}
.bloc_info_content p{
margin:0px;
padding:0px;
}
.bloc_info_content .input, .col_2_in .input {
  width: 60%;
}
.bloc_info_content .submit {
  margin-top: 0.8em;
  border: solid 1px #999;
}

/* gestion des colonne dans info */
  .bloc_info_content .col_1 {
    float:left;
    width: 400px;
    margin: 5px 0 5px 0;
    padding: 5px;
  }
  .bloc_info_content .col_2 {
    float:right;
    width: 175px;
    margin: 5px 0 5px 0;
    padding: 5px;
  }


/*------------------------------------------------------infoPlayer*/

.bloc_info_content * {  }
.bloc_info_content p.tags{ width: 87%; margin-top: 5px; margin-bottom: 15px; }

.bloc_info_content p.categories      { margin-top: 2px; }
.bloc_info_content p.categories a:hover { color: #FFAE00; font-weight:bold; }

.bloc_info_content p.showvideo_from,
.bloc_info_content p.categories,
.bloc_info_content p.tags,
.bloc_info_content p.description     { font-size: 1.2em; line-height: 1.4em; }

.bloc_info_content .showvideo_add,
.bloc_info_content p.total_rate,
.bloc_info_content p.showvideo_views { font-size: 1.4em; line-height: 1.4em;  width: 100%; }

.bloc_info_content p.total_rate,
.bloc_info_content p.showvideo_views { float: none; text-align: right; }

.bloc_info_content p.showvideo_from {  }
.bloc_info_content p.showvideo_add { color: white; width: 74%; line-height: 1.1em; }

.bloc_info_content p.categories a, .bloc_info_content p.tags a { text-decoration: underline; }
.bloc_info_content p.tags a:hover { color: #FFAE00; }

/* My Comment */

.bloc_info_content p.signError{ height: 15px; text-align: right; margin-top: 0px; }
.bloc_info_content p.signError a{ color: #ff7800; }
.bloc_info_content p.signError a:hover { color: #FFAE00; }

.bloc_info_content p.showvideo_from { margin-top: 8px; }
.bloc_info_content p.description {  }


/* sponsord */
.sponsord {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #4C4C4C;
}
.sponsord span {
  color: #FF9900;
}

/*##################################  FORM  ##################################*/
.fielset_form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

fieldset { border: none; }
fieldset form          { display: block; margin-top: 10px; /*background-color: #414141;*/ padding: 5px; }
fieldset .radio        { margin-right: 10px; }
fieldset .label_radio  { padding-top: 5px; font-weight: bold; }

fieldset .label_input { width: 100px; margin: 2px 0; float: left; clear:both; padding-top: 5px; font-weight: bold; }
fieldset .input       { width: 50%; margin-left: 10px; margin: 2px 0; font-size: 1.3em; }

fieldset textarea { height: ; }
fieldset .input,
fieldset textarea {
  border: solid 1px #2A2B2B;
  padding: 2px;
  font-size: 1.4em;
}
fieldset .submit { clear: both; margin-top: 1em; _height: 20px; }
fieldset .submit_download {
  clear: both; float: left; margin: 1em 0 0 40px;
 }

fieldset p {
  padding: 0 0 0.6em 0;
}

/*################### module télécharger ##########################*/

#colB .bloc_info_content.dowload .col {
  width: 287px;
  _width:285px;
  padding: 5px;
}
#colB .bloc_info_content.dowload .col.first { float:left;  margin: 5px 0; }
#colB .bloc_info_content.dowload .col.last  { float:right; margin: 5px 0; }
#colB .bloc_info_content.dowload { background-color: #414141; color: #fff; padding: 5px; font-size: 110%; }
#colB .bloc_info_content.dowload fieldset { margin:0;padding:0; }

#colB .bloc_info_content.dowload .bloc_tel { color: #000; height: 440px; _height: 435px; background-color: #fff; margin: 0; padding: 5px; }

#colB .bloc_info_content.dowload .bloc_access form { color: #000; height: 305px; /*440px - (140px + 5px )*/ _height: 310px;  margin: 0; padding: 140px 5px 5px 5px;
  background: #E6CD1D url(/images/banners/765-1.jpg) no-repeat 0 -50px; }

#colB .bloc_info_content.dowload .bloc_access form h3 { position: absolute; margin-top: -120px; color: #fff; }
#colB .bloc_info_content.dowload .bloc_access form h3 b { color: #FF7800; }

#colB .bloc_info_content.dowload .bloc_access form .input { padding: 5px 2px; }


#colB .bloc_info_content.dowload .col h2.titre_bloc_form,
#colB .bloc_info_content.dowload .col h2.titre_bloc_tel {
  color: #000; font-weight: bold; text-align: center;
  background: #ffcc9c url(/images/bg_orange.jpg) repeat-x left bottom; padding: 5px; margin: 0;
  -webkit-border-top-right-radius: 4px;  /* for Safari */
  -webkit-border-top-left-radius: 4px;  /* for Safari */
  -moz-border-radius-topright: 4px;     /* for Firefox */
  -moz-border-radius-topleft: 4px;     /* for Firefox */
  }

#colB .bloc_info_content.dowload .bloc_tel h3 { margin: 0.3em 0 0.7em 0; padding: 0; }

#colB .bloc_info_content.dowload .bloc_tel ul { list-style: none; }


#colB .bloc_info_content.dowload .bloc_tel .form_code     { margin-top: 0.5em; }
#colB .bloc_info_content.dowload .bloc_tel .form_code img { position: relative; top: 2px; }
#colB .bloc_info_content.dowload .bloc_tel .form_code input.input_code   { display:inline;  border: solid 1px #FF7800; width: 110px; padding: 2px; }
#colB .bloc_info_content.dowload .bloc_tel .form_code input.submite_code { display:inline;  border: solid 1px #000;
  background-color:#FF7800; color: #fff; font-weight: bold; font-size: 110%; cursor: pointer;
  -webkit-border-top-right-radius: 4px;  /* for Safari */
  -webkit-border-top-left-radius: 4px;  /* for Safari */
  -webkit-border-bottom-right-radius: 4px;  /* for Safari */
  -webkit-border-bottom-left-radius: 4px;  /* for Safari */
  -moz-border-radius-topright: 4px;     /* for Firefox */
  -moz-border-radius-topleft: 4px;     /* for Firefox */
  -moz-border-radius-bottomright: 4px;     /* for Firefox */
  -moz-border-radius-bottomleft: 4px;     /* for Firefox */
}

#colB .bloc_info_content.dowload form h3      { margin: 0.3em 0 0.7em 0; padding: 0; }

#colB .bloc_info_content.dowload .why_dowload {
  padding: 5px;
  background-color: #242424;
  -webkit-border-top-right-radius: 4px;  /* for Safari */
  -webkit-border-top-left-radius: 4px;  /* for Safari */
  -webkit-border-bottom-right-radius: 4px;  /* for Safari */
  -webkit-border-bottom-left-radius: 4px;  /* for Safari */
  -moz-border-radius-topright: 4px;     /* for Firefox */
  -moz-border-radius-topleft: 4px;     /* for Firefox */
  -moz-border-radius-bottomright: 4px;     /* for Firefox */
  -moz-border-radius-bottomleft: 4px;     /* for Firefox */
}
#colB .bloc_info_content.dowload .why_dowload h2 { text-align: center; }
#colB .bloc_info_content.dowload .why_dowload p { padding-left: 20px; }

/*  DOWNLOAD_this  */

#iframeLoading { display: block; position: absolute; z-index: 100; color: #fff; margin: 0; padding:8px; height:20px; width:160px; background-color:black; }
#iframeClose { display: block; position: absolute; z-index: 100; color: #fff; margin-left: 264px; padding:0; height:12px; width:12px; background-color:white; }

.titre_bloc_orange { background: transparent url(/images/bg_orange.jpg) repeat-x left top; padding: 5px; margin: 0; }
.titre_bloc_blue   { background: transparent url(/images/bg_blue.jpg) repeat-x   left top; padding: 5px; margin: 0; }
.titre_bloc_grey1  { background: transparent url(/images/bg_grey1.jpg) repeat-x  left top; padding: 5px; margin: 0; }
.titre_bloc_orange, .titre_bloc_blue, .titre_bloc_grey1 {
  color: #000; font-weight: bold; text-align: center;
  -webkit-border-top-right-radius: 4px;  /* for Safari */
  -webkit-border-top-left-radius: 4px;  /* for Safari */
  -moz-border-radius-topright: 4px;     /* for Firefox */
  -moz-border-radius-topleft: 4px;     /* for Firefox */
}

.submite_style1 {
  background-color:#FF7800;
  color: #fff;
  /*font-weight: bold;*/
  /*font-size: 110%;*/
  cursor: pointer;

  border: solid 1px #000;
  -webkit-border-top-right-radius: 4px;  /* for Safari */
  -webkit-border-top-left-radius: 4px;  /* for Safari */
  -webkit-border-bottom-right-radius: 4px;  /* for Safari */
  -webkit-border-bottom-left-radius: 4px;  /* for Safari */
  -moz-border-radius-topright: 4px;     /* for Firefox */
  -moz-border-radius-topleft: 4px;     /* for Firefox */
  -moz-border-radius-bottomright: 4px;     /* for Firefox */
  -moz-border-radius-bottomleft: 4px;     /* for Firefox */

  word-break: break-all; /* Internet Explorer  */
  white-space: pre; /* Mozilla */
  _white-space: normal; /* Internet Explorer 6.0  */
  scrollbar-base:none;
}


.buttonImg {
  margin:0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  top: 4px; position: relative;
}
.buttonImg img { padding: 0; margin: 0; }

.fleche_download {
  position: absolute;
  margin-left: -50px;
  margin-top: -24px;
  height: 59px;
  width: 100px;
  background: transparent url(/images/fleche-download.png) no-repeat 0 0;
}
.dowload_this {  }
.dowload_this ul { list-style: none; padding:0; width: 260px; margin: 0 auto; }
.dowload_this .bloc_tel { color: #000; background-color: #fff; margin: 0; padding: 5px; font-size: 110%; }




.dowload_this .bloc_tel h3 { margin: 0.3em 0 0.7em 0; padding: 0; }

.dowload_this  .bloc_tel .form_code     { margin-top: 0.5em; }
.dowload_this  .bloc_tel .form_code img { position: relative; top: 2px; }
.dowload_this  .bloc_tel .form_code input.input_code   { display:inline;  border: solid 1px #FF7800; width: 120px; padding: 2px; }


.uliForm {
  line-height: 1.5em;
  font-size: 12px;
  list-style-type: none;
  margin:0;
  padding:5px;
}
.tableModRight {
  line-height: 1.5em;
  font-size: 12px;
  list-style-type: none;
  margin:0;
  margin:5px;
}

.imgBt { cursor: pointer; }
.radio     { padding:0; margin-right: 0.5em; }
.input_text { border: solid 1px #000; background-color: #FEFFC5; }



/*######  accesIllimite  #########*/
.accesIllimite {
  background-color: #FFECAC;
}

.accesIllimite .input_text.float-left,
.accesIllimite .label.float-left { margin: 3px 0; }

.accesIllimite .button { margin-left: 30px; }
.accesIllimite .label { width: 90px; text-align: right; }

.avantage {
  -webkit-border-top-right-radius: 4px;  /* for Safari */
  -webkit-border-top-left-radius: 4px;  /* for Safari */
  -moz-border-radius-topright: 4px;     /* for Firefox */
  -moz-border-radius-topleft: 4px;     /* for Firefox */
}
.uliAvantage {
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  padding: 5px 5px 5px 20px;
  background-color: #B5B5B5;
  height: 100%;
  list-style-type: disc;
  list-style-position: inside;
}
.uliAvantage li { margin: 2px 0; float: left; clear: left; width: 100%; }


ul#menu_info{
}


#player_button {
overflow:hidden;
padding: 5px;
}

#player_button *{ color:#000;}

#player_button #btn_hq {
background:transparent url("/images/btn_hq.jpg") no-repeat;
height:4em;
width:23.3em;
}
#player_button #btn_hq p {
line-height: 4em;
margin: 0 0 0 5em;
}
#player_button #btn_dl p {
line-height: 4em;
margin: 0 4.7em 0 0;
}

#player_button #btn_dl {
background:transparent url("/images/btn_dl.jpg") no-repeat;
width:118px;
height:40px;}

#colB ul {
margin:0;
padding:0;
}

#player_menu {
  height: 35px;
}


#relative_video ul#relative_tab, ul#c_relative_tab {
  height: 24px;
}
#player_menu ul,#relative_video ul#relative_tab, ul#c_relative_tab{
float:left;
list-style: none;
list-style-image: none;
padding: 11px 0 0 0;
_margin:0;
}



#player_menu li a #bullet_tabs{
  background: transparent url("/images/puce.png") no-repeat left top;
  border:1px solid #f00;
  display:block;}

.player_action {
  float: right;
  margin-top: 7px;
}

/* ========================= */
/* = onglet video relative = */
/* ========================= */
.icon_onglet { position: relative; margin-right: 3px;
              float:left; margin-top: 5px;  }

  #player_menu li,#relative_video ul#relative_tab li, ul#c_relative_tab li{
    color:#fff;
    float:left;
    line-height: 24px;
    height:21px;
    margin:0 3px 0 0;
    text-align: center;
  }



/*  force la largeur des onglets */
  #relative_video ul#relative_tab li, ul#c_relative_tab li{
    width: 170px;
  }

  #player_menu li a, #relative_video ul#relative_tab li a, ul#c_relative_tab li a {
    background: transparent url("/images/tabs_o_left.png") no-repeat left top;
    display:block;
    padding: 0 0 0 10px;
    cursor: pointer; }

  #player_menu li a span, #relative_video ul#relative_tab li a span, ul#c_relative_tab li a span {
    background: transparent url("/images/tabs_o_right.png") no-repeat right top;
    display:block;
    padding: 0 10px 0 0;
  }

  #player_menu li a.current-tabs, #relative_video ul#relative_tab li a.current-tabs, ul#c_relative_tab li a.current-tabs {
    background: transparent url("/images/tabs_g_left.png") no-repeat left top;}

  #player_menu li a.current-tabs span, #relative_video ul#relative_tab li a.current-tabs span, ul#c_relative_tab li a.current-tabs span {
    background: transparent url("/images/tabs_g_right.png") no-repeat right top;
  }

  #player_menu li a span strong.fix,   #relative_video ul#relative_tab li a span strong.fix, ul#c_relative_tab li a span strong.fix {
    /* float: left; */
    position: relative;
    bottom: 6px;
  }
  #player_menu li a span img,   #relative_video ul#relative_tab li a span img, ul#c_relative_tab li a span img {
    /* float: left; */
    position: relative;
/*    margin: 1px 6px;*/
  }



#player_action li{
background: #222;
float:right;
list-style: none;
list-style-image: none;
margin:0px 5px;
padding:10px 10px 0 10px;
}

#ads_one{   border:1px solid #ddd; margin-bottom: 1em; }
.ads_two{   /*border:1px solid #ddd;*/ margin-bottom: 1.5em; }
#ads_three{ /*border:1px solid #ddd;*/ margin-bottom: 1em; }
/*----------------------------------------------------RELATIVE TABS---------------------------------------------*/


.modul_bottom {
  background: #fff;
  padding: 5px 0 0 0;

  border-top-width: 1px;
  border-top:    5px solid #414141;
  border-left:   1px solid #414141;
  border-right:  1px solid #414141;
  border-bottom: 1px solid #414141;

    -webkit-border-bottom-left-radius: 4px;  /* for Safari */
    -webkit-border-bottom-right-radius: 4px;  /* for Safari */
    -moz-border-radius-bottomleft: 4px;     /* for Firefox */
    -moz-border-radius-bottomright: 4px;     /* for Firefox */

  overflow: hidden;
  margin-bottom: 0.8em;
  clear: both;
}

/*-------------------------relative videos*/
/* =================== */
/* = BOUTON SCROLLER = */
/*  voir global line 325  */
/* =================== */
/* positionne les SCROLLERs */
  .btn_scroller_left  { margin: 110px 0 0 8px; }
  .btn_scroller_right { margin: 110px 8px 0 0; }



/* ----------------------------------------*/
/* ---------->>> VIDEO RELATIVE <<<-----------*/
/* ----------------------------------------*/


#relative_video {
  margin: 0px 5px 20px 5px;

}
#relative_video ul.videos_related {
  margin: 0 auto;
  padding: 10px 0;
}
#relative_video ul.videos_related li{
  margin-left: 7px;
  margin-right: 7px;
  _margin-left: 6px;
  _margin-right: 6px;
}








/* ----------------------------------------*/
/* ---------->>> Commentaire <<<-----------*/
/* ----------------------------------------*/
.comments_block {
  _width: 928px;
  padding: 5px 5px 0 5px;
  font-size: 1.1em;
  color: #000;
}
.comments_block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments_block .descript {
  color: #000;
}

li.comment_list {
  background-color: #414141;
  margin: 0 0 9px 0;
  padding: 7px;
}

.img_comment {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.img_comment img { margin:0; padding:0; }

.comment {
  position: relative;
  float: left;
  width: 855px;
}
.img_comment {
  margin-right: 8px;
  width:  50px;
  height: 60px;
  background-color: #999;
}

.comment .user{
  background-color: #555;
  border: solid 1px #2A2B2B;
  padding: 5px;
  margin-bottom: 0.2em;
}
.comment .user span {
  color: #FF7800;
}
.comment .user i {
 color:white;
}


.comment .text {
  color: white;
  padding: 5px;
  line-height: 1.3em;
}

#nocommentsyet .comment .text {
  color: white;
  padding: 5px;
  line-height: 1.3em;
  font-size: 1.3em;
}
#nocommentsyet .comment_list {
  border: solid 1px #000;
}

.bt_add_comment {
  display: inline;
  float: right;
  margin: 8px 0;
  height: 25px;
}


#new_comment {
  background-color: #414141;
  margin-bottom: 5px;
  padding: 7px;
}


.col_2_in {
  float: left;
  display: inline;
  margin: 0;
  padding: 7px;
  width: 440px;
  _width: 440px;
}

.col_2_in p .input {
  width: 330px;
}
.col_2_in p .label_input {
  width:100px;
}

p.check_code_form {
  line-height: 1.2em;
}
p.check_code_form img {
  position: relative;
  top: 5px;
}
p.check_code_form .label_input {
  width: 100%;
}
p.check_code_form .input {
  position: relative;
  top: -3px;
  width: 120px;
  font-size: 1.8em;
}


.bt_close { height: 15px; width: 15px; float: right; margin: 0; background: transparent url( /images/bt_close.gif) no-repeat 0 0; cursor: pointer; }
.bt_close_big { height: 24px; width: 24px; float: right; margin: 0; position: relative; bottom: 5px; background: transparent url( /images/bt_close_big.gif) no-repeat 0 0; cursor: pointer; }


.white { color: #fff; }
.black { color:#000; }



/* ====================== */
/* = gestion black_skin = */
/* ====================== */
.black_skin #player_menu li a, .black_skin #relative_video ul#relative_tab li a, ul#c_relative_tab li a {
  background: transparent url("/images/tabs_o_left_black.png") no-repeat left top; }

.black_skin #player_menu li a span, .black_skin #relative_video ul#relative_tab li a span, ul#c_relative_tab li a span {
  background: transparent url("/images/tabs_o_right_black.png") no-repeat right top; }

.black_skin #player_menu li a.current-tabs, .black_skin #relative_video ul#relative_tab li a.current-tabs, ul#c_relative_tab li a.current-tabs {
  background: transparent url("/images/tabs_g_left_black.png") no-repeat left top;}

.black_skin #player_menu li a.current-tabs span, .black_skin #relative_video ul#relative_tab li a.current-tabs span, ul#c_relative_tab li a.current-tabs span {
  background: transparent url("/images/tabs_g_right_black.png") no-repeat right top;}

.black_skin .ModPlayer {
  padding:0px;
  border: 0px solid #bbb;
/*  background-color: black;*/
}
.black_skin #colB .ModPlayer h2 {
  height: 31px;
  font-weight:bold;
  padding-left: 8px;
  background: transparent url(/images/bck-title-video-start.png) no-repeat 0 0;
  _background: transparent url(/images/bck-title-video-start.gif) no-repeat 0 0;
}
.black_skin #colB .ModPlayer h2 span{
  display: block;
  height: 31px;
  background: transparent url(/images/bck-title-video.png) no-repeat top right;
  _background: transparent url(/images/bck-title-video.gif) no-repeat top right;
  margin-right: 4px;
}

