/*------- basic elements -------*/
html>body #wrap {
	height: auto;
	height: 100%;
	}

html {
    margin: 0;
    padding: 0;
    }
*{
    outline: none;
    }
@font-face{
	}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-size: 11px;
    color: #636363;
    background: #fdfdfe url(../../images/pat.jpg) repeat;
    margin: 0 auto;
    padding: 0;
    }
b, strong {
     color: #008efb;
}
u {
     color:#008efb;}
i, em {
     color: #008efb;
}
body a img  {
    border: none;
    }
body img  {
    border: none;
    }
a   {
   color: #008efb;
   text-decoration: none;
   }

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 0px;
}
.cleaner_space {
    clear: both;
	width: 100%;
	height: 15px;
	font-size: 0px;
    }
.cleaner_space2 {
    clear: both;
	width: 100%;
	height: 8px;
	font-size: 0px;
    }
	.cleaner_space3 {
    clear: both;
	width: 100%;
	height: 35px;
	font-size: 0px;
    }
div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px;
   top: -9999px;
   height: 1px;
   width: 1px;
}
/*---------- main containers --------*/
#bodycontent {
    /* border: 1px solid #000; */
	min-width: 960px;
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	}
#content {
    width: 100%;
	padding: 0px;
	height: 1%;
	overflow: hidden;
	margin: 0 auto;
    margin-right:30px;
}

#left_col {
    float: none;
    width:auto;
    overflow: hidden;
	}
#left_col_single {
    float: left;
	width: 84%;

	}
#right_col {
    float:right;
    margin:0;
    padding:0 0;
    width:175px;
	}
#footer {
    clear: both;
    width: 100%;
	background: #001d3d;
    background: -moz-linear-gradient(top center , #00284c 0px,  #00112c 60%) repeat scroll 0 0 #00112c;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#00284c),color-stop(1,#00112c));
	margin-top: 30px;

    }
#header {
    width: 100%;
    padding: 10px 0 0 0;
	background: #002344 url(../../images/menu.jpg) repeat-x left bottom;
	}
/*---------- header elements --------*/
#header_content {
    box-sizing: border-box;
    width: 100%;
    clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 20px;
	}

#header h1, #header h2 {
  color: #fdfdfd;
  font-weight: normal;
  font-family: 'Verdana', san-serif;
  font-style: normal;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  font-size: 18px;
  text-decoration: none;
  padding-right: 10px;
  }

#logo {
    float: left;
	padding: 0 0 0 0px;
	}
#tag {
    float: right;
	padding: 0 40px 0 0px;
	}

/*----------  top menu - basictabs ----------*/
.basictab{
    padding: 0px 40px 0px 5px;
    margin: 22px 0 30px 0;
    font: bold 12px Verdana;
    height: 32px;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
	position: relative;
	z-index: 100;
    }

  ul.basictab {
    white-space:nowrap;
  }

.basictab li{
    display: inline;
    position: relative;

    }

.basictab li a{
    text-decoration: none;
    padding-left: 43px;
    padding-right: 43px;
    padding-top: 13px;
    padding-bottom: 21px;
    color: #fff;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.4);
    line-height: 30px;
    border-right: 1px solid #eee;
    letter-spacing:1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.basictab li a.channels {
    width:30px;
    background:url(../../images/icons.png) no-repeat 0px 9px;
	}
.basictab li a.programs {
    width:30px;
    background:url(../../images/icons.png) no-repeat 0px -66px;
	}
.basictab li a.nova {
    width:30px;
    background:url(../../images/icons.png) no-repeat 0px -140px;
	}
.basictab li a.ote {
    width:30px;
    background:url(../../images/icons.png) no-repeat 0px -213px;
	}
.basictab li a.ticker {
    width:30px;
    background:url(../../images/icons.png) no-repeat 0px -287px;
	}

.basictab li a:visited{
    color: #fff;
}

.basictab li a:hover{
     color: #ddd;
    /* color: #00122c; */
}

.basictab li a:active{
    color: #00122c;
}

@media not screen and (max-width: 880px) {
    .basictab li.selected a{ /*selected tab effect*/
        position: relative;
        margin-left: -5px;
        top: 1px;
        padding: 19px 21px 9px 21px;
        background-color: #ffffff !important;
        background-image: -moz-linear-gradient(center top , white 0px, #ddd 5%, white 35%) !important;
        background-image: -webkit-gradient(linear,left top,left
        bottom,color-stop(0,white),color-stop(0.05,#ddd),color-stop(0.35,white))!important;
        border-radius: 0.5em 0.5em 0em 0em;
        border: 1px solid #fff;
        color: #00122c;
        height: 40px;
    }
    .basictab li.selected a.channels { /*selected tab effect*/
        position: relative;
        margin-left: -5px;
        top: 1px;
        padding: 19px 21px 9px 21px;
        background: transparent;
        background-color: #ffffff !important;
        background-image: -moz-linear-gradient(center top , white 0px, #ddd 5%, white 35%) !important;
        background-image: -webkit-gradient(linear,left top,left
        bottom,color-stop(0,white),color-stop(0.05,#ddd),color-stop(0.35,white))!important;
        border-radius: 0.5em 0.5em 0em 0em;
        border: 1px solid #fff;
        color: #00122c;
        height: 40px;
    }
    
    .basictab li.selected a.programs { /*selected tab effect*/
        position: relative;
        margin-left: -5px;
        top: 1px;
        padding: 19px 21px 9px 21px;
        background: transparent;
        background-color: #ffffff !important;
        background-image: -moz-linear-gradient(center top , white 0px, #ddd 5%, white 35%) !important;
        background-image: -webkit-gradient(linear,left top,left
        bottom,color-stop(0,white),color-stop(0.05,#ddd),color-stop(0.35,white))!important;
        border-radius: 0.5em 0.5em 0em 0em;
        border: 1px solid #fff;
        color: #00122c;
        height: 40px;
    }
    .basictab li.selected a.nova { /*selected tab effect*/
        position: relative;
        margin-left: -5px;
        top: 1px;
        padding: 19px 21px 9px 21px;
        background: transparent;
        background-color: #ffffff !important;
        background-image: -moz-linear-gradient(center top , white 0px, #ddd 5%, white 35%) !important;
        background-image: -webkit-gradient(linear,left top,left
        bottom,color-stop(0,white),color-stop(0.05,#ddd),color-stop(0.35,white))!important;
        border-radius: 0.5em 0.5em 0em 0em;
        border: 1px solid #fff;
        color: #00122c;
        height: 40px;
    }

    .basictab li.selected a.ote { /*selected tab effect*/
        position: relative;
        margin-left: -5px;
        top: 1px;
        padding: 19px 21px 9px 21px;
        background: transparent;
        background-color: #ffffff !important;
        background-image: -moz-linear-gradient(center top , white 0px, #ddd 5%, white 35%) !important;
        background-image: -webkit-gradient(linear,left top,left
        bottom,color-stop(0,white),color-stop(0.05,#ddd),color-stop(0.35,white))!important;
        border-radius: 0.5em 0.5em 0em 0em;
        border: 1px solid #fff;
        color: #00122c;
        height: 40px;
    }
    .basictab li.selected a.ticker { /*selected tab effect*/
        position: relative;
        margin-left: -5px;
        top: 1px;
        padding: 19px 21px 9px 21px;
        background: transparent;
        background-color: #ffffff !important;
        background-image: -moz-linear-gradient(center top , white 0px, #ddd 5%, white 35%) !important;
        background-image: -webkit-gradient(linear,left top,left
        bottom,color-stop(0,white),color-stop(0.05,#ddd),color-stop(0.35,white))!important;
        border-radius: 0.5em 0.5em 0em 0em;
        border: 1px solid #fff;
        color: #00122c;
        height: 40px;
    }
}


/*----------  dates bar ----------*/
.dates {
    float: left;
	width: 88%;
    background: #fafafa;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f4f2f3 35%, #efedee 60%) repeat scroll 0 0 #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f4f2f3),color-stop(1,#efedee));
    border-bottom: 2px solid #bbbbbb;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #bbbbbb;
    color: #666666;
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
	position: relative;
	text-decoration: none;
    color: #7c7c7c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing:1px;
    }
.dates a{
    color: #7c7c7c;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.dates a:hover {
    color: #008efb;
    }
.left_date {
    padding-left: 26px;

    padding-top: 9px;
    padding-bottom: 7px;
	float: left;
    background:url(../../images/arrows.png) no-repeat 0px 7px;
    cursor:pointer;
	}
.right_date {
	margin-top: 0px;
    padding-right: 26px;
    padding-top: 9px;
    padding-bottom: 7px;
	float: right;
    background:url(../../images/arrows.png) no-repeat right -59px;
    cursor:pointer;
	}
.current_date {
	width: 249px;
	height: 28px;
	padding-top: 7px;
	padding-bottom: 0;
    margin-left: auto;
	margin-right:auto;
	background:url(../../images/current.png) no-repeat 0px 0px;
	text-align: center;
	color: #fff;
	text-shadow: none;
    }

/*---------- channels_list --------*/
.channels_list {
    font-size: 11px;
    float: left;
	width: 92%;
	padding: 0 10px 0 10px;
	/*margin-top: 20px;*/
    margin:20px auto 0 auto;
    }
.channels_list table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 5px;
    }

.channels_list table td {
	width: 68px;
	height: 52px;
	margin-right:10px;
	background: #fafafa;
    background: -moz-linear-gradient(top center , #fff 0px, #fafafa 35%, #f4f2f3 60%) repeat scroll 0 0     #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#fff),color-stop(.35,#fafafa),color-stop(1,#f4f2f3));
    border-bottom: 2px solid #bbbbbb;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #bbbbbb;
    color: #666666;
    text-align: center;
	border-collapse: separate;
    border-spacing: 20px 25px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.channels_list table td:hover {
    -webkit-box-shadow: 0px 0px 7px rgba(202,201,201,0.7);
  -moz-box-shadow: 0px 0px 7px rgba(202,201,201,0.7);
  box-shadow: 0px 0px 7px rgba(202,201,201,0.7);
    }
.channels_list table td.list_title {
    background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#aaf),color-stop(.35,#aaaafa),color-stop(1,#a4a2f3));
    -webkit-box-shadow: 0px 0px 7px rgba(202,201,201,0.7);
  -moz-box-shadow: 0px 0px 7px rgba(202,201,201,0.7);
  box-shadow: 0px 0px 7px rgba(202,201,201,0.7);
    }
/*---------- tv show types --------*/
.show_title {
    float: left;
	width: 233px;
	padding: 10px 0 10px 20px;
	background:url(../../images/title_bg.png) no-repeat 0px 0px;
	margin: 20px 0 0 20px;
	color: #008efb;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    }
.show_type {
    float: left;
	width: 90%;
    background: #fafafa;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f4f2f3 35%, #efedee 60%) repeat scroll 0 0   #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f4f2f3),color-stop(1,#efedee));
    border-bottom: 2px solid #e0e0e0;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #e0e0e0;
    color: #666666;
    display: inline-block;
    margin: -3px 0 25px 20px;
    padding: 7px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
	position: relative;
	text-decoration: none;
    color: #7c7c7c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing:1px
    }
.show_type table {
    color: #7c7c7c;
	width: 100%;

    }
.show_type table td {

    }
.show_type table a {
    color: #7c7c7c;
	padding-right: 10px;
	text-align:center;
	border-right: 1px solid #cac9c9;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.show_type table a.last {
    border: none;
    }
.show_type table a:hover {
    color: #008efb;
    }
/*---------- program lists tables --------*/

.program_list {
    width: 22%;
	margin-right: 2%;
	float: left;
	margin: 0px 0 0 20px;
	}
.program_list table {
    background: #fff;
    border: 1px solid #e0e0e0;
	border-collapse:collapse;
	padding: 0;
	width: 100%;
    }
.program_list table td {
    border-bottom: 1px solid #e2e2e2;
	padding: 4px 15px 4px 4px;
	}
.program_list td.list_title {
    margin: 0;
    padding: 7px 0 5px 0;
    background: #efedee;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f3f2f2 35%, #efedee 60%) repeat scroll 0 0   #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f3f2f2),color-stop(1,#efedee));
    border-bottom: 1px solid #e0e0e0;
    color: #666666;
   }
/*---------- program lists horizontal tables --------*/
.nav_holder {
    width: 88%;
    background: #f4f2f3;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f4f2f3 35%, #efedee 60%) repeat scroll 0 0   #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f4f2f3),color-stop(1,#efedee));
    border-bottom: 2px solid #e0e0e0;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #e0e0e0;
    color: #666666;
    display: inline-block;
    margin: -3px 0 25px 20px;
    padding: 17px 40px 30px 0;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
	position: relative;
	text-decoration: none;
    color: #7c7c7c;
    font-weight: 400;
    font-size: 14px;

    }
.nav_holder table.time {
    width: 100%;
	padding: 10px 0 10px 0;
	float: left;
	color: #333;
	text-align: center;
	margin: 0 0 15px 15px;
	padding: 3px 0 8px 0;
	background: #fbfbfb;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f4f2f3 35%, #efedee 60%) repeat scroll 0 0   #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f4f2f3),color-stop(1,#efedee));
    border-bottom: 2px solid #e0e0e0;
    border-radius: 10px 10px 10px 10px;
	}
.program_list_horizontal {
    width: 101%;
	margin: 0;
	float: left;
	margin: 0px 20px 0 15px;
	height: auto;
  overflow-y: hidden;
	overflow-x: auto;

	}
.program_list_horizontal table.gridtable {
    width: 100%;
	display: block;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #ddd;
	border-collapse: collapse;
    }
.program_list_horizontal table.gridtable th {
    border-width: 1px;
	min-width:83px;
	height: 45px;
	padding: 8px;
	border-style: solid;
	border-color: #ddd;
	background: #efedee;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f3f2f2 35%, #efedee 60%) repeat scroll 0 0   #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f3f2f2),color-stop(1,#efedee));
	}
.program_list_horizontal table.gridtable td {
    border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #ddd;
	background-color: #ffffff;
	/*white-space: nowrap;*/
   }

.listing {
	padding-left: 5px !important;
	height:65px;
	margin:0;
	border-width:1px !important; 
	border-top-style:none !important;
	border-bottom-style:none !important;
	border-right-style:none !important;
	overflow:hidden;
}

#popup {
	position:absolute;
	z-index: 100;
	padding: 10px;
	background-color: #dbe9ee;
	border-radius: 5%;
}
   
/*---------- horizontal ad --------*/
.ad1 {
    display: inline-block;
    min-width: 125px;
    min-height: 90px;
    width: 100%;
	clear: both;
	margin: 10px auto 10px auto;
	}
/*---------- vertical ad --------*/
.ad2 {
    width: 160px;
	height: 600px;
	clear: both;
	margin: 20px 0 20px 0;
	}
/*---------- right content elements --------*/
.news_title {
    width: 150px;
    margin: 0 0 20px 0;
	padding: 7px 0 6px 10px;
	background: #fafafa;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f4f2f3 35%, #efedee 60%) repeat scroll 0 0 #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f4f2f3),color-stop(1,#efedee));
    border-bottom: 2px solid #bbbbbb;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #bbbbbb;
	color: #666666;
    }
.news_title span {
    margin-left: 10px;
	font-weight: bold;
	color: #666666;
	}
.ticker_title {
    width: 150px;
	height: 90px;
    margin: 0 0 10px 0;
	padding: 7px 40px 6px 10px;
	background:url(../../images/ticker_title.png) no-repeat 0px 0px;
    }
.ticker_title span {
    margin-left: 10px;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
	}
.ticker_addon {
    width:160px;
	text-align:left;
	line-height:11px;
	margin-bottom: 25px;
    }
.right_links {
    width:160px;
	text-align:left;
	background: #fafafa;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f3f2f2 35%, #efedee 60%) repeat scroll 0 0   #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f3f2f2),color-stop(1,#efedee));
	border:1px solid #008ffb;
	padding:0 4px;
    }

#footer_content {
    width: 100%;
	margin: 0 auto;
	text-align: center;
	background:url(../../images/shd.png) no-repeat top center;
	padding: 30px 0;
	color: #fff;
    }
#footer_content a {
    color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
#footer_content a:hover {
    color:#008efb;
    }
.cinema {
    margin-bottom: 20px;
	}

/*----------  single page ----------*/
.left_col_wrap{

	width: 95%;
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0px;
    position: relative;
	height: 1%;
    }

.top_title {
    width: 100%;
    background: #fafafa;
    background: -moz-linear-gradient(top center , #ffffff 0px, #fefefe 35%, #efedee 60%) repeat scroll 0 0 #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#fefefe),color-stop(1,#efedee));
    border-bottom: 2px solid #bbbbbb;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #bbbbbb;
    color: #666666;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
	position: relative;
	height: 1%;
	text-decoration: none;
    color: #7c7c7c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing:1px;
    }

.top_title h2{
    padding-left: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
	float: left;
	color: #008efb;
	text-transform: uppercase;
	font-size: 16px;
	}

.left_title img{
    padding-left: 12px;
    padding-top: 9px;
    float: left;
	border: none;
	}
.right_title {
	margin-top: 15px;
    padding-right: 13px;
    line-height: 22px;
	float: right;
	}
.right_title img{
    padding-left: 7px;
    float: right;
	border: none;
	}
#program_desc {
	background: #fafafa;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f4f2f3 35%, #efedee 60%) repeat scroll 0 0   #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f4f2f3),color-stop(1,#efedee));
    border-bottom: 2px solid #e0e0e0;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #e0e0e0;
    margin-top: 15px;
	padding-right: 30px;
    color: #7c7c7c;
}
#program_desc  table {
    width: 100%;
	margin-top: -3px;
	margin-left: -1px;

	color: #333;
	text-align: left;
	vertical-align: top;
}
#program_desc table  td{
	vertical-align: top;
	}
#program_desc  table td.info{
    width: 100%;
	float: left;
	margin-left: 15px;
	vertical-align: top;
	}
#program_desc table h3{
	color: #008efb;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 9px;
	border-bottom: 1px solid #eee;
	}
#program_desc table span{
	color: #008efb;
	font-size: 13px;
	}
#program_desc table span.typo{
padding: 10px; /* do not modify padding */
background: #00112C;
opacity: 0.9;
color: #fff;
font: normal 10px Verdana;
}
#program_desc a.buttons {
    background: #fbfbfb;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f6f6f6 35%, #efedee 60%) repeat scroll 0 0   #e2e2e2;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f6f6f6),color-stop(1,#e2e2e2));
    border-bottom: 2px solid #e0e0e0;
	padding: 5px 7px;
	border-radius: 6px 6px 6px 6px;
}

/* ------- single page slider ------- */
#featuredslideshow {
    float: left;
	margin: 0;
	width: 600px;
	height: 400px;
	overflow: hidden;
	}

.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
background: #fff;
}
.slideViewer ul {  /*your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0;
padding: 0;
}
.slideViewer ul li {
float:left;
}

/*typographic info*/
.slideViewer span.typo{
padding: 10px; /* do not modify padding */
background: #000;
color: #fff;
font: normal 10px Verdana;
}

.thumbSlider { /*the thumbnails slider*/
overflow: hidden;
width: 1%;
background: #fff;
}
.thumbSlider ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.thumbSlider ul li{
float:left;
margin: 0;
}
.thumbSlider a{
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr {
position:relative;
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}

a.left, a.right { /*the left and right buttons (links)*/
background: transparent;
font-weight: bold;
font-size: 16px;
overflow: hidden;
}
a.left span, a.right span{

}
a.left img, a.right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
display: none;
}
a:focus {outline:none;}

.more {
   background:url(../../images/more.png) no-repeat 0px 0px;
   padding-top: 0px;
   height: 26px;
   padding-left: 27px;
   margin-bottom: 30px;
   position: relative;
   z-index: 100;
   line-height: 26px;
}

.fav {
    background: url(../../images/add.png) no-repeat 0px 0px;
    float: left;
	margin: 10px 0 30px 30px;
	padding-left: 33px;
	padding-top: 9px;
	height: 25px;
    }
.add {
    background: url(../../images/add.png) no-repeat 0px -36px;
    float: left;
	margin: 10px 0 30px 20px;
	padding-left: 33px;
	padding-top: 9px;
	height: 25px;
    }
.corner {
   position: absolute;
   bottom: 0;
   right: 0;
   color: #fff;
   font-size: 14px;
   text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
   background: #008efb;
   background: -moz-linear-gradient(top center , #42b9fc 0px, #008efb 35%, #008efb 60%) repeat scroll 0 0   #008efb;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#42b9fc),color-stop(.35,#008efb),color-stop(1,#008efb));
   padding: 15px 15px 20px 20px;
   border-radius: 6px 0px 6px 0px;
}


/*---------- tv show suggestions --------*/
.show_title2 {
    float: left;
	width: 233px;
	padding: 10px 0 10px 20px;
	background:url(../../images/title_bg.png) no-repeat 0px 0px;
	margin: 20px 0 0 20px;
	color: #008efb;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    }
.show_type2 {
    float: left;
	width: 91%;
    background: #fafafa;
    background: -moz-linear-gradient(top center , #ffffff 0px, #f4f2f3 35%, #efedee 60%) repeat scroll 0 0   #00112b;
	background-image: -webkit-gradient(linear,left top,left
    bottom,color-stop(0,#ffffff),color-stop(.35,#f4f2f3),color-stop(1,#efedee));
    border-bottom: 2px solid #e0e0e0;
    border-radius: 10px 10px 10px 10px;
    border-right: 1px solid #e0e0e0;
    color: #666666;
    display: inline-block;
    margin: -3px 0 25px 20px;
    padding: 7px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
	position: relative;
	text-decoration: none;
    color: #7c7c7c;

    }
.show_type2 table {
    color: #7c7c7c;
	width: 100%;
	vertical-align: top;
    }
.show_type2 table h4{
	color: #008efb;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 4px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 9px;
	width: 90%;
	}
.show_type2 table h4 span{
	color: #008efb;
	text-transform: none;

	}
.show_type2 table td {
    padding-top: 8px;
    border-right: 1px solid #cac9c9;
	padding-left: 1.3%;
	width: 16.5%;
	vertical-align: top;
    }
.show_type2 table td.last {
    border-right: none;
	padding-left: 1.3%;
    }
.show_type2 table td img {
    width: 90%;
    }
.show_type2 table p {
    color: #333;
	margin-top: 0px;
	}
.show_type2 table a {
    color: #008efb;
    }
.show_type2 table a:hover {
    color: #008efb;
	text-decoration: underline;
    }

.prog_info {
    }

  .dates {
    white-space:nowrap;
  }

  .hideD {
    display: none;
  }

  @media only screen and (max-width: 880px) {
    #right_col {display: none;}
    #content {width: 100%;}
    #left_col {float: none; width: 100%;}
    #header{width:100%;}
    #footer-wrap{width:100%;}
    #footer-bottom{width:100%;}
    #header #nav{width:100%;left:0;}
    #tabs .ui-widget-header {font-size:1.0em;}
    .thumber  {width:160px;height:200px;padding:10px 8px;}
    .thumbdiv {margin:0;}

    .basictab li.selected a { /*selected tab effect*/
        background-color: rgba(54, 25, 25, .2);
    }

  ul.basictab {
    white-space:nowrap;width:88%;
    overflow-x:hidden;overflow-y:hidden;
  }
  .basictab li a {
    padding-left: 10px;
    padding-right: 43px;
    display: inline;
    white-space: nowrap;
  }

  .channels_list {
    overflow-x: auto;
  }

  .program_list {
    width:48%;
    margin:0 0 0 6px;
  }

  .program_list tbody{
    display:block;
    height:700px;
    overflow: auto;
  }

  #header_content {
    padding: 0; /*patch*/
  }
  
  .hideM {
    display: none;
  }

  .hideD {
    display: inline;
  }

  #bodycontent {
    min-width: 300px;
  }
}