body {
  /*color: #a7a7a7;
  background: #000 url(/images/multimedia/bg.png) repeat-x;*/
}

body.player {
  margin-top: 200px;
}


h1.custom-title {
  width: 197px;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
  margin-top: 4px;
  background: transparent url(../images/multimedia/title.png) no-repeat top left;
}



#player {
  float: left;
  width: 702px;
  height: 288px;
  background: #434343;
  border: 1px solid #797979;
  margin-top: 14px;
  padding: 14px 0 14px 14px;
}



/* Regular player styles ----------------------------------------------------------- */

.black-wrapper {
  background-color: #000;
  padding: 10px;
  margin-top: 10px;
  height: 335px;
}

#player .swiff {
  float: left;
  width: 384px;
  height: 288px;
}

#player .info {
  float: right;
  width: 302px;
  font-size: 12px;
  line-height: 16px;
  color: #dedede;
}

#player .info .type {
  color: #0bcafb;
}

#player .info h2 {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 7px;
}

#player .info .scrollable {
  height: 235px;
  overflow: auto;
  margin-bottom: 12px;
  padding-right: 30px;
}

#player .share {
  margin-right: 14px;
}

#player .share a {
  display: block;
  float: left;
  color: #999;
  margin-right: 10px;
  margin-bottom: 2px;
}

#player .share a small {
  color: inherit;
}

#player .share a.selected {
  color: #dedede;
  cursor: default;
}

#player .share a.selected:hover {
  text-decoration: none;
}

#player .share input {
  display: none;
  border: 1px solid #666;
  background: transparent;
  padding: 3px;
  width: 261px;
  color: #dedede;
  font: 12px "helvetica neue", arial, sans-serif;
}

#player .share input.selected {
  display: block;
}



#packages ol {
  margin-top: 20px;
  border-left: 1px solid #282828;
  float: left;
  width: 240px;
}

#packages ol.first {
  border-left: 0;
  width: 239px;
}

#packages small {
  color: #0bcafb;
  line-height: 15px;
}

#playlist li .image,
#packages li .image {
  float: left;
}

#playlist li img {
  opacity: 0.3;
  zoom: 1;
  filter:alpha(opacity=30);
}

#packages li img {
  opacity: 0.5;
  zoom: 1;
  filter:alpha(opacity=50);
}

#playlist li a,
#packages li a {
  position: relative;
  display: block;
  color: #a7a7a7;
  padding: 19px 9px 18px 9px;
}

#packages li a {
  color: #ccc;
  padding: 14px 9px 13px 20px;
  height: 63px;
}


#playlist li a:hover,
#packages li a:hover {
  color: #fff;
  text-decoration: none;
  background: #444;
}

#packages li a:hover {
  background: #111;
}

#packages li a:hover h4 {
  text-decoration: underline;
}

#playlist li a:hover img,
#packages li a:hover img {
  opacity: 1.0;
  zoom: 1;
  filter:alpha(opacity=100);
}

#playlist li .info,
#packages li .info {
  display: block;
  float: left;
  width: 138px;
  margin: 0;
  padding-left: 10px;
}

#packages li .info {
  width: 132px;
}

#packages ol.first li .info {
  width: 131px;
}


#playlist li h4,
#packages li h4 {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
}

#playlist div.selected {
  display: block;
}

#playlist .status,
#packages .status {
  position: absolute;
  top: 18px;
  left: 9px;
  width: 65px;
  height: 0;
  padding-top: 44px;
  overflow: hidden;
  background: transparent url(../images/multimedia/play.png) no-repeat center center;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

#playlist li .playing .status,
#packages li .playing .status {
  width: 63px;
  height: auto;
  line-height: 46px;
  border: 1px solid #0bcafb;
  background: transparent;
  padding-top: 0;
}

#packages li .image {
  border: 2px solid #999;
  margin-top: 2px;
}

#packages li .selected .image {
  border-color: #0bcafb;
}

#channels {
  margin-top: 10px;
  float: left;
  background: #434343;
  border: 1px solid #797979;
  width: 243px;
  background: #000;
}

#channels .position {
  padding: 0 4px 0 10px;
  background: #383838;
  line-height: 30px;
}

#channels .title {
  float: left;
  color: #999;
}

#channels .back {
  float: right;
  display: block;
  margin-top: 5px;
  width: 21px;
  height: 0;
  padding-top: 21px;
  overflow: hidden;
  background: transparent url(../images/multimedia/arrows.png) no-repeat;
}

.disabled {
  opacity: 0.5;
  zoom: 1;
  filter:alpha(opacity=50);
  cursor: default;
}

#channels .holder {
  height: 278px;
  width: 243px;
  overflow: hidden;
}

#channels .slider {
  position: relative;
}

#channels li {
  width: 243px;
}

#channels li ol {
  display: none;
  position: absolute;
  left: 243px;
  top: 0;
  width: 243px;
}

#channels li ol.selected {
  display: block;
}

#channels li a {
  display: block;
  color: #ccc;
  background: #000 url(../images/multimedia/channel-arrow.gif) no-repeat right top;
  padding: 7px 10px 8px 28px;
}

#channels li a:hover {
  background-color: #111;
}

#channels li a.selected {
  color: #0bcafb;
  background-position: right -43px;
  background-color: #181818;
}

#channels li a.selected:hover {
  text-decoration: none;
}

#packages {
  float: right;
  margin-top: 10px;
  background: #202020;
  border: 1px solid #797979;
  width: 721px;
  height:338px;
  overflow:hidden;
}

#packages .breadcrumbs {
  float: left;
}

#packages .breadcrumbs a {
  color: #DEDEDE;
}

#packages .controls {
  display: none;
  float: right;
}

#packages .controls a {
  float: left;
  display: block;
  margin-top: 5px;
  width: 21px;
  height: 0;
  padding-top: 21px;
  overflow: hidden;
  background: transparent url(../images/multimedia/arrows.png) no-repeat;
}

#packages .controls a.next {
  background-position: right top;
  margin-left: 5px;
}

#packages .show {
  display: block !important;
}

#packages .holder {
  width: 721px;
  height: 308px;
  overflow: hidden;
  background: #000;
}

#packages .slider {
  position: relative;
  /*width: 721px;*/
  height: 338px;
  overflow:hidden;
}

.header {
  background: #202020;
  color: #dedede;
  padding: 0 5px 0 10px;
}

.header h3 {
  margin: 0 !important;
  font-size: 11px;
  line-height: 30px;
  font-weight: bold;
}

#search {
  margin-top: 10px;
  float: right;
}

#search label {
  float: left;
  font-size: 12px;
  line-height: 21px;
  margin-left: 10px;
}

#search label input {
  vertical-align: middle;
}

#search .input {
  font: 12px/17px "helvetica neue", arial, sans-serif;
  float: left;
  width: 146px;
  height: 17px;
  padding: 3px 4px 2px 4px;
  border: 0;
  color: #fff;
  background: #fff url(../images/multimedia/search.png) no-repeat;
}

#search .focus {
  background-position: 0 -22px;
}

#search .button {
  float: left;
  width: 21px;
  height:22px;
  padding-top: 22px;
  overflow: hidden;
  border: 0;
  background: #fff url(../images/multimedia/search.png) no-repeat top right;
  cursor: pointer;
}

#search .hover {
  background: #fff url(../images/multimedia/search.png) no-repeat bottom right;
}

/* Large player styles ----------------------------------------------------------- */

h1.custom-title-large {
  width: 197px;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
/*margin-top: 34px;*/
  margin-bottom: -1px;
  background: #000 url(../images/multimedia/title-black.png) no-repeat top left;
}


#player-large {
  float: left;
  width: 684px;
  height: 288px;
  background: #434343;
  border: 1px solid #797979;
  margin-top: 0px;
  padding: 14px 0 14px 14px;
}


#player-large .swiff {
  float: left;
  width: 384px;
  height: 288px;
}

#player-large .info {
  float: right;
  width: 288px;
  font-size: 12px;
  line-height: 16px;
  color: #dedede;
}

#player-large .info .type {
  color: #0bcafb;
}

#player-large .info h2 {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 18px;
}

#player-large .info .scrollable {
  height: 235px;
  overflow: auto;
  margin-bottom: 12px;
  padding-right: 30px;
}

#player-large .share {
  margin-right: 14px;
}

#player-large .share a {
  display: block;
  float: left;
  color: #999;
  margin-right: 10px;
  margin-bottom: 2px;
}

#player-large .share a small {
  color: inherit;
}

#player-large .share a.selected {
  color: #dedede;
  cursor: default;
}

#player-large .share a.selected:hover {
  text-decoration: none;
}

#player-large .share input {
  display: none;
  border: 1px solid #666;
  background: transparent;
  padding: 3px;
  width: 261px;
  color: #dedede;
  font: 12px "helvetica neue", arial, sans-serif;
}

#player-large .share input.selected {
  display: block;
}




/* Large Playlist-----------------------------------------------*/
#more {
  float: right;
  margin: -20px 0px 0px;
  font-size: 10px;
  text-transform: uppercase;  
}

#more a {
   color: #0BCAFB;
}

#playlist {
  float: right;
  width: 250px;
  height: 316px;
  background: #1e1e1e url(../images/multimedia/playlist-bg.png) repeat-y;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
  margin-top: 0px;
}

#playlist .playlist-tabs {
  height:25px;
  padding-top: 5px;
  background: transparent url(../images/multimedia/tabs-bg.png) repeat-x bottom;
}

#playlist .playlist-tabs a {
  display: block;
  float: left;
  padding: 0 15px;
  line-height: 23px;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  font-size: 10px;
  text-transform: uppercase;
  color: #aaa;
  background: #3b3b3b;
}

#playlist .playlist-tabs a:hover {
  color: #dedede;
}

#playlist .playlist-tabs .selected {
  color: #0bcafb;
}

#playlist .playlist-tabs .selected:hover {
  color: #0bcafb;
  text-decoration: none;
}

#playlist .playlist-tabs a.first {
  border-left: 1px solid #777;
  margin-left: 7px;
}

#playlist .playlist-tabs a.selected {
  border-bottom: 1px solid #3b3b3b;
}

#playlist .tab {
  display: none;
  border-left: 1px solid #797979;
  border-right: 1px solid #797979;
  background: #3b3b3b;
  height: 286px;
}

#playlist h3 {
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  color: #dedede;
  padding: 5px 10px;
  border-bottom: 1px solid #4f4f4f;
}

#playlist .scrollable {
  height:255px;
  overflow: auto;
}

/* Medium player styles ----------------------------------------------------------- */
#header {
width: 510px;
}


h1.custom-title-medium {
  float: left;
  width: 197px;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
  margin-top: 34px;
  background: #000 url(../images/multimedia/title-black.png) no-repeat top left;
}

#medium-more {
  float: right;
  margin-top: -20px;
}

#medium-more a {
   font-size: 11px;
   color: #0BCAFB;
   text-transform: uppercase;
}


#player-medium {
  width: 496px;
  height: 335px;
  background: #434343;
  border: 1px solid #797979;
  margin-top: 0px;
  padding: 14px 0 14px 0px;
}


#player-medium .swiff {
  float: left;
  width: 384px;
  height: 288px;
  margin: 0px 0px 0px 56px;
  padding: 0px;
}

#player-medium .info {
  width: 358px;
  font-size: 12px;
  line-height: 16px;
  margin-right: 26px;
  color: #dedede;
}

#player-medium .info .type {
  color: #0bcafb;
}

#player-medium .info h2 {
  color: #fff;
  margin: 0px 63px 7px 89px;
  font-size: 14px;
  margin-bottom: 7px;
}

#player-medium .info .scrollable {
  height: 235px;
  overflow: auto;
  margin-bottom: 12px;
  padding-right: 30px;
}

#player-medium .share {
  margin-right: 14px;
}

#player-medium .share a {
  display: block;
  float: left;
  color: #999;
  margin-right: 10px;
  margin-bottom: 2px;
}

#player-medium .share a small {
  color: inherit;
}

#player-medium .share a.selected {
  color: #dedede;
  cursor: default;
}

#player-medium .share a.selected:hover {
  text-decoration: none;
}

#player-medium .share input {
  display: none;
  border: 1px solid #666;
  background: transparent;
  padding: 3px;
  width: 261px;
  color: #dedede;
  font: 12px "helvetica neue", arial, sans-serif;
}

#player-medium .share input.selected {
  display: block;
}






/* Medium player styles ----------------------------------------------------------- */
#header {
width: 510px;
}


h1.custom-title-small {
  float: left;
  width: 131px;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
  margin-top: 34px;
  background: #000 url(../images/multimedia/title-black-small.png) no-repeat top left;
}

#small-more {
  float: right;
  margin-top: -20px;
}

#small-more a {
   font-size: 11px;
   color: #0BCAFB;
   text-transform: uppercase;
}


#player-small {
  width: 212px;
  height: 278px;
  background: #434343;
  border: 1px solid #797979;
  margin-top: 0px;
  padding: 14px 0 14px 14px;
}


#player-small .swiff {
  float: left;
  width: 205px;
  height: 141px;
  margin: 0px auto;
  padding: 0px;
}

#player-small .info {
  width: 170px;
  font-size: 12px;
  line-height: 16px;
  margin-right: 39px;
  margin-left: 4px;
  color: #dedede;
}

#player-small .info .type {
  color: #0bcafb;
}

#player-small .info h2 {
  color: #fff;
  margin: 0px 63px 7px 89px;
  font-size: 14px;
  margin-bottom: 7px;
}

#player-small .info .scrollable {
  height: 235px;
  overflow: auto;
  margin-bottom: 12px;
  padding-right: 30px;
}

#player-medium .share {
  margin-right: 14px;
}

#player-medium .share a {
  display: block;
  float: left;
  color: #999;
  margin-right: 10px;
  margin-bottom: 2px;
}

#player-medium .share a small {
  color: inherit;
}

#player-medium .share a.selected {
  color: #dedede;
  cursor: default;
}

#player-medium .share a.selected:hover {
  text-decoration: none;
}

#player-medium .share input {
  display: none;
  border: 1px solid #666;
  background: transparent;
  padding: 3px;
  width: 261px;
  color: #dedede;
  font: 12px "helvetica neue", arial, sans-serif;
}

#player-medium .share input.selected {
  display: block;
}
