/** COMMON **/

*{
    margin: 0px;
    padding: 0px;
}

/*** CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
    margin: 0;
    background:#fff;
    font: 12px/14px "Lucida Grande", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #1e65a6;
    text-decoration:none;
}


h2 {
    font-family: "Helvetica Neue", Arial, Sans-serif;
}

h3 {
    font: bold 16px/20px "Helvetica Neue", Arial, Sans-serif;
    margin: 5px 0 18px 0;
    padding: 0 0 10px 0;
}


.showcaseText {
    position: relative;
    float: left;
    width: 100%;
    height:25%;
    top: -24.9%;
    background: black;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.showcaseTitle {
    margin: 1% 2% 2% 1%;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: white;
    font-weight: bold;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

.showcaseInfo {
    font-family: Verdana, Arial, sans-serif;
    font-size: 70%;
    font-weight: normal;
    margin-top: 1%;
    line-height:100%;
}
img {
    border: 0px;
}

.Pagination {
    border-top:solid 1px #e2e2e2;
    background:transparent url('/skin/smooth/images/background-search-pager-controls.png') repeat-x;
    height:60px;
    text-align:center;
    line-height:60px;
    font-family:"helvetica neue", arial, sans-serif;
    font-size:12px;
    color:#aaa;
    font-weight:bold;
}
.Pagination .PreviousPage, .Pagination .NextPage {
    display:inline-block;
    height:21px;
    width:21px;
    position:relative;
    top:7px;
    margin: 0 30px;
}
.Pagination .PreviousPage {
    background:transparent url('/skin/smooth/images/icon-search-previous.png') no-repeat;
}
.Pagination .NextPage {
    background:transparent url('/skin/smooth/images/icon-search-next.png') no-repeat;
}

.PaginatedList .Pager {
    position:absolute;
}
.PaginatedList .Pager .Page {
    float:left;
}



/** CHANNEL **/
body {
    background-color:#070707;
}

#ChannelHeading {
    background:#000;
    position:relative;
    height:410px;
}

#ChannelHeading.Loading {
    background:#000 url('/skin/smooth/images/loading_grey_black.gif') no-repeat center center;
}


#ChannelHeading #fw_ChannelLogo span {
    margin:0px !important;
}
#ChannelHeading #fw_ChannelLogo img {
    padding-bottom:20px;
}
#Theater h1.ChannelLogo {
    margin:0px;
    height:auto;
    top:20px;
    left:10px;
    position:absolute;
}

#ChannelHeading h1 {
    padding:0px !important;
    position:relative;
}
#ChannelHeading h1 span {
    position:absolute;
    left:-1000000px;
}

#Theater .NowPlaying, #Theater .Playlist {
    height:185px;
/*	margin-top:23px;*/
    padding-top:25px;
}
#Theater .ChannelPlaylist {
    width:800px;
    height:230px;
    margin:auto;
}

#Theater .ChannelPlaylist .Pagination {
    width:780px;
    margin:auto;
}

#Theater .Playlist {
    width:640px;
    float:left;
    overflow:hidden;
}

#Theater ul, #Theater li {
    margin:0;
    padding:0;
    list-style:none;
    height:180px;
}

#Theater .Include {
    margin:auto;
    width:820px;
}

#Theater .Playlist li {
    float:left;
    font-size:12px;
    width:160px;
    display:block;
}
#Theater .ChannelPlaylist .ChannelCard a  {
    display:block;
    color:#333;
    font-family: Arial, sans-serif;

}
#Theater .ChannelPlaylist .ChannelCard a:hover strong{
    display:block;
    color:#BE0207;;
    font-family:Arial, sans-serif;

}

#Theater .ChannelPlaylist .ChannelCard a small {
    color: #AFAFAF;
    font-size: 10px;
}

#Theater .ChannelPlaylist .Show {
    color:#9c9c9c;
    font-family:Georgia, arial, sans-serif;

}
#Theater .ChannelPlaylist .ChannelCard {
    width:140px;
    margin:0px 10px;
}
#Theater .ChannelPlaylist .ChannelCard img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 8px;
    cursor: pointer;
}

#Theater .ChannelPlaylist .Pagination {
    height:30px;
    line-height:30px;
    background:transparent;
    border-top:solid 1px #214263;
    color:#444;
    font-family:'helvetica neue', arial, sans-serif;
    font-weight:bold;
    font-size:12px;
}

#Theater .ChannelPlaylist .PreviousPage {
    background:transparent url('../images/left.png') no-repeat;
    cursor:pointer;
}

#Theater .ChannelPlaylist .NextPage {
    background:transparent url('../images/right.png') no-repeat;
    cursor:pointer;
}


/** Showcase **/
/* General styles ------------------------- */

.showcase {
    position: relative;
}

.showcase a.controls {
    position: absolute;
}

.showcase a.previous {
    padding-bottom: 4px;
}

.showcase ul {
    width: 800px;
}

.showcase ul li {
    width: 480px;
    max-height: 270px;
    height: 270px;
    float: left;
    list-style-type: none;
}

.showcase ul li a {
    display: block;
}

.showcase ul li a img {
    max-width:480px;
    max-height:270px;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
}


/* Horizontal showcase ------------------------- */

.showcase#horizontal {
    margin: 0px auto 0 auto;
    width: 836px;
    height: 300px;
}

.showcase#horizontal a.controls {
    top: 50%;
    margin-top: -25px;
    left: -100px;
}

.showcase#horizontal a.next {
    left: 850px;
    padding-top: 0px;
   /* background: transparent url(images/arrow_right2_orange.png) no-repeat;    */
    width: 128px;
    height: 128px;
    top: 110px;
}

.showcase#horizontal a.previous {
    width: 128px;
    height: 128px;
    top: 110px;
    left: -155px;
 /*   background: transparent url(images/arrow_left2_orange.png) no-repeat; */
}
.showcase#horizontal a.previous:hover {
 /*   background: url("images/arrow_right2_white.png") no-repeat;   */
}

.showcase#horizontal a.next:hover {
  /*  background: url("images/arrow_left2_white.png") no-repeat;      */
}


.showcase#horizontal a.controls:hover {
    border-color: #2097FA;
}

.showcase#horizontal ul li a:hover {
    border: 5px;
    border-color: white;
}
.showcase#horizontal ul {
    position: relative;
    width: 900px;
    height: 300px;
    left: -40px;
    margin: 0 auto;
}