body {
	padding: 0;
	margin: 0;
}
object:focus
{
    outline: none;
}
a{
	outline: none;
	text-decoration: none;
	border: none;
}

.clear {
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hidden {
    height:0!important;
    width:0!important;
    border:none!important;
	visibility:hidden!important;
	display: none!important;
}

.center {
	text-align: center; 
	padding: 0px 10px;
}

.splash_screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	background-image: url(images/splash_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/* INPUT */
input {
	font-size: 18px;
	color: #666;
	border-top: 2px solid #b3b4b4;
	border-bottom: 2px solid #dadadb;
	border-left: 2px solid #b3b4b4;
	border-right: 2px solid #dadadb;
	margin: 2px;
	padding: 8px 0;	
}

input.keynav {
	border-color: #cede86;
	margin: 0px;
	border-width: 4px;
}

.hide_global_x_scroller {
	width: 100%;
	height: 4px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #231F20;
	z-index: 999;
}

.hide_y_scroller {
	height: 282px;
	width: 4px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #231F20;
	z-index: 999;
}

/* BUTTONS */
.button {
	display: inline-table;
	height: 49px;
}
.button .button_text {
	display: table-cell;
	background: #FFF url(images/button_middle.png) repeat-x;
	height: 100%;
	font-weight: bold;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	padding: 0 3px;
	color: #FFF;
	width: 100px;
}

.button .button_left {
	width: 10px;	
	display: table-cell;
	background: url(images/button_left.png) no-repeat;
}
.button .button_right {
	width: 10px;	
	display: table-cell;
	background: url(images/button_right.png) no-repeat;
}

.button.keynav .button_text { background-image: url(images/button_middle_keynav.png); color: #515051; }
.button.keynav .button_left { background-image: url(images/button_left_keynav.png); }
.button.keynav .button_right { background-image: url(images/button_right_keynav.png); }

.button.pressed .button_text { background-image: url(images/button_middle_pressed.png); color: #FFF; }
.button.pressed .button_left { background-image: url(images/button_left_pressed.png); }
.button.pressed .button_right { background-image: url(images/button_right_pressed.png); }

.terms_popup .button.keynav .button_text { background-image: url(images/button_middle.png); color: #FFF; }
.terms_popup .button.keynav .button_left { background-image: url(images/button_left.png); }
.terms_popup .button.keynav .button_right { background-image: url(images/button_right.png); }

.terms_popup .button.pressed .button_text { background-image: url(images/button_middle_pressed.png); color: #FFF; }
.terms_popup .button.pressed .button_left { background-image: url(images/button_left_pressed.png); }
.terms_popup .button.pressed .button_right { background-image: url(images/button_right_pressed.png); }


.top_line {
	width: 100%;
	height: 70px;
	background: #FFF url(images/top_bg.png) repeat-x;
	position: fixed;
	top: 0;
	left: 0;
}

.logo_container {
	display: inline-block;
	width: 100px;
	height: 100%;
	background: url(images/app_logo.png) center center no-repeat;
}

.tabs_arrow {
	 background: url(images/arrow_left_small.png) no-repeat center center; 
	 width: 12px; 
	 height: 100%; 
	 display: inline-block;
}

.tabs_arrow.selected {
	 background: url(images/arrow_left_small_pressed.png) no-repeat center center;
}

.tabs_arrow.right {
	background-image: url(images/arrow_right_small.png);
}

.tabs_arrow.right.selected {
	 background-image: url(images/arrow_right_small_pressed.png);
}

.tabs_container {
	position: relative;
	top: -4px;
	height: 70px;
	width: 436px;
	text-align: left;
	display: inline-block;
}

.tabs {
	overflow: auto;
	white-space: nowrap;
	width: 436px;
	height: 70px;
}

.hide_scroller {
	background: url(images/top_bg.png) repeat-x bottom;
	position: absolute;
	bottom: 0px;
	height: 4px;
	width: 100%;
}

.top_button {
	height: 65px;
	padding-bottom: 0px;
	background: repeat;
	display: inline-table;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.top_button_corner {
	background: no-repeat center 3px;
	height: 100%;
	width: 12px;
	display: table-cell;;
}

.top_button_corner.left {
	background-image: url(images/top_button_left.png);
}
.top_button_corner.right {
	background-image: url(images/top_button_right.png);
}

.top_button_text {
	vertical-align: middle;
	min-width: 120px;
	background: url(images/top_button_bg.png) repeat-x center 3px;
	display: table-cell;
}

.top_button.selected .top_button_text {
	background-image: url(images/top_button_bg_pressed.png);
}
.top_button.selected .top_button_corner.left {
	background-image: url(images/top_button_left_pressed.png);
}
.top_button.selected .top_button_corner.right {
	background-image: url(images/top_button_right_pressed.png);
}

.top_button .top_button_text .delete_tab {
	float: right;
	width: 40px;
	height: 40px;
	margin-top: -12px;
	margin-bottom: -12px;
	padding-left: 12px;
	position: relative;
	background: url(images/tab_delete.png) center center no-repeat;
	display: none;
}

.top_button .top_button_text .delete_tab.pressed {
	background-image: url(images/tab_delete_pressed.png);
}

.top_button.selected .top_button_text .delete_tab {
	display: block;
}

.top_button.keynav .top_button_text {
}

.top_icon {
	display: inline-block;
	height: 60px;
	width: 65px;
	background: no-repeat center center;
}

.top_icon.right {
	float: right;
	position:fixed;
	right:0;
	top:0;
	z-index: 999;
}

.top_icon.left {
	float: left;
}

.top_icon.menu {
	background-image: url(images/icon_menu.png);
}

.top_icon.menu.keynav {
	background-image: url(images/icon_menu_pressed.png);
}

.top_icon.back {
	background-image: url(images/icon_back.png);
}

.top_icon.back.keynav {
	/*background-image: url(images/icon_back_pressed.png);*/
}
.top_icon.back.pressed {
	background-image: url(images/icon_back_pressed.png);
}

.content {
	margin-top: 70px;
}

.navigation_arrow {
	width: 38px;
	height: 76px;
	position: fixed;
	top: 172px;
	left: 5px;
	display: block;
	background: url(images/arrow_left.png) no-repeat center center;
}

.navigation_arrow.right {
	left: auto;
	right: 5px;
	background-image: url(images/arrow_right.png);
}

.navigation_arrow.selected {
	background-image: url(images/arrow_left_pressed.png);
}

.navigation_arrow.right.selected {
	background-image: url(images/arrow_right_pressed.png);
}

.items_container {
	width: 640px;
	height: 280px;
	position: relative;
	text-align:left;
	padding-top: 10px;
}

.items_container table tr td{
	vertical-align: top;
}

.items_scroller {
	height: 280px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	width: 640px;
}

.item {
	width: 196px;
	text-align: center;
	float: left;
}

.item .outline {
	width: 184px;
	height: 260px;
	text-align: center;
	float: left;
	padding: 8px;
	
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-right: -4px;
	z-index: 2;
}

/*.item.selected .outline {
	margin-right: 0px;
	width: 180px;
}*/

.overflow_td div {
	width: 4px;
	display: block;
	height: 276px;
	z-index: 2;
	margin-right: -4px;
	position: relative;
}

.scroll_arrow {
	width: 100%;
	height: 0px;
	background: red;
	position: relative;
}

.scroll_arrow div{
	background: url(images/scroll_arrow_top_bottom.png) no-repeat center center;
	height: 60px;
	width: 25px;
	position: absolute;
	right: 5px;
	top: 195px;
	display: none;
	z-index: 3;
}

.arrow_down.arrow_up .scroll_arrow div{
	background: url(images/scroll_arrow_top_bottom.png) no-repeat center center;
	display: block;
}
.arrow_down .scroll_arrow div{
	background: url(images/scroll_arrow_bottom.png) no-repeat center center;
	display: block;
}

.arrow_up .scroll_arrow div{
	background: url(images/scroll_arrow_top.png) no-repeat center center;
	display: block
}

.item .item_image {
	text-align: center;
	width: 180px;
	height: 104px;
	background: url(images/image_loader.png) no-repeat center center;
}
.item .item_image img {
	max-width: 100%;
	max-height: 100%;
}

.item .item_image img.force_resize {
	width: 180px;
	height: 104px;
}

/*
.scroll_arrow {
	background: red;
	position: absolute;
	width: 180px;
	height: 20px;
	display: none;
}

.item.selected .scroll_arrow {
	display: block;	
}

.scroll_arrow.up {
	top: 20px;
}

.scroll_arrow.down {
	bottom: 20px;
	background: blue;
}
*/

.play_badge {
	background: url(images/play_badge.png) bottom left no-repeat;
	width: 55px;
	height: 55px;
	margin-top: -80px;
	margin-left: 67px;
	position: relative;
}

.play_badge_episodes {
	background: url(images/play_badge_small.png) no-repeat scroll center center;
	display:block;
	height:30px;
	margin-bottom: -30px;
	top: -42px;
	position:relative;
	width: 36px;
	display: inline-block;
}

.item .item_title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 3px 0;
	white-space: normal;
}

.item .item_subtitle {
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	padding: 3px 0;
	white-space: normal;
}

.item .item_description {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	white-space: normal;
	min-height: 112px;
}

.item.selected .item_description {
	min-height:0;
}


.episode_episodes {
	vertical-align: top;
	width: 444px;
}

.episodes_scroller {
	width: 100%;
	height: 280px;
	overflow: auto;
	position:relative;
	/*margin-left: -4px;*/
	z-index: 3;
}

ul.episodes_list {
	width: 100%;
	list-style: none;
}

ul.episodes_list li{
	width: 100%;
}

ul.episodes_list li .li_table{
	display: table;
	width: 100%;
}

ul.episodes_list li.selected{

}

ul.episodes_list li .ep_img{
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	width: 100px;
	height: 68px;
	padding: 5px;
 	position: relative;
	background: url(images/image_loader.png) no-repeat center center;
}

ul.episodes_list li .ep_img img{
	max-width: 100px;
	max-height: 58px;
}

ul.episodes_list li .ep_img img.force_resize{
	width: 100px;
	height:  58px;	
}

ul.episodes_list li .ep_data{
	display: table-cell;
	vertical-align: middle;
}

.ep_data .item_title {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 3px;
	text-align: left;
}

.ep_data .item_subtitle {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.item_desc {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	white-space: normal;	
	padding: 0 8px 8px;
	display: none;
}

.selected .item_desc {
	display: block;	
}

/* MORE INFO */
.top_controls_container {
	display: table;
	width: 100%;
}

.top_controls_container  .top_line_title {
	font-size: 22px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 58px;
}

.top_controls_container .top_icon {
	display: table-cell;	
}


.more_info_text {
	font-size: 18px;
	line-height: 22px;
	padding: 15px;
}

.more_container {
	width: 540px;
	height: 280px;
	position: relative;
	margin: 0 45px;
	text-align:left;
	padding-top: 10px;

}

/* POPUP LOADER */
.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}

.popup .popup_content {
	margin-top: 70px;
	font-size: 18px;
	padding: 10px;
	height: 270px;
	overflow: auto;
}

/* Popup */
.popup_loader {
 	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: url(images/shadow.png) repeat;
	display: table;
}

.loader_positioner {
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
}

.table_pop_up {
	display:inline-block;
	max-width:85%;
	position:relative;
}

.table_pop_up .content {
	border:1px solid;
	padding: 15px;
	margin: 0px;
	width: 80%;
}

b.tl, 
b.tr, 
b.bl, 
b.br
{ background-repeat: no-repeat; display: block; height: 8px; position: absolute; width: 8px; z-index: 2; }

b.popup_window { height: 8px; width: 8px; }
.tl.popup_window { background: url(images/soft_menu_corner_top.png) no-repeat center center; left: -8px; top: -8px; }
.tr.popup_window { background: url(images/soft_menu_corner_top_right.png) no-repeat center center; right: -8px; top: -8px; }
.bl.popup_window { background: url(images/soft_menu_corner_bottom.png) no-repeat center center; bottom: -8px; left: -8px; }
.br.popup_window { background: url(images/soft_menu_corner_bottom_right.png) no-repeat center center; bottom: -8px; right: -8px; }
.row.popup_window { position: absolute; width: 100%; height: 8px; }
.row.popup_window.t { background: #FFF url(images/soft_menu_top.png) repeat-x bottom center; left: 0; top: -8px; }
.row.popup_window.b { background: #FFF url(images/soft_menu_bottom.png) repeat-x top center; left: 0; bottom: -8px; } 
.row.popup_window.l { background: url(images/soft_menu_left.png) repeat-y center right; width: 8px; height: 100%; left: -8px; top: 0px; }
.row.popup_window.r { background: url(images/soft_menu_right.png) repeat-y center left; width: 8px; height: 100%; right: -8px; top: 0px; }

.loading .loader {
	vertical-align: middle;
	padding:0 10px 0 0;
	text-align:right;
}

.loading .loader_text {
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

/* ALERT */
.popup_loader.alert .table_pop_up .content {
	width: auto;
}

.popup_loader.alert .content_text {
	padding: 10px 0 20px;
	font-size: 18px;
	color: #FFF;
}

/* POPUP MENU */
.popup_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/shadow.png) repeat;
	z-index: 9999;
}

.soft_menu_container {
	display: table;
	height: 100%;
	position: absolute;
	right: 0;
}

.soft_menu_container .soft_menu {
	display: table-cell;
	vertical-align: middle;
}

.soft_menu_container .soft_menu .soft_menu_button {
	display: block;
	height: 40px;
	padding-top: 24px;
	min-width: 310px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #FFF url(images/soft_menu_button_bg.png) repeat-x;
}

.soft_menu_container .soft_menu .soft_menu_button.selected {
	background: #FFF url(images/soft_menu_button_bg_selected.png) repeat-x;
}

.soft_menu_container .soft_menu .soft_menu_button.pressed {
	background: #FFF url(images/soft_menu_button_bg_pressed.png) repeat-x;
}

.soft_menu_border {
	background: url(images/soft_menu_top.png) repeat-x;
	height: 8px;
	margin-left: 8px;
}
.soft_menu_border.bottom{
	background: #FFF url(images/soft_menu_bottom.png);
}

.soft_menu_buttons {
	background: url(images/soft_menu_left.png) repeat-y left;
	padding-left: 8px;
}

.soft_menu_corner {
	background: url(images/soft_menu_corner_top.png) no-repeat;
	width: 8px;
	height: 8px;
	margin-bottom: -8px;
}
.soft_menu_corner.bottom {
	background-image: url(images/soft_menu_corner_bottom.png);
}

/* SEARCH */
.search_popup {
	height: 280px;
	margin-top: 80px;
	z-index: 4;
}

.search_popup .popup_content {
	margin-top: 5px;
}

.search_popup .search_form_container{
	display: table;
	width: 100%;
}

.search_popup .search_form_container .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.search_popup .search_form_container .input_container input{
	width: 100%;
}

.search_popup .search_form_container .button_container {
	width: 140px;
	padding: 0 10px;
	text-align: center;
}

.checkboxs_container {
}

.radio_button {
	padding: 10px 0 10px 30px;
	background: url(images/radio_button.png) no-repeat left center;
	display: inline-block;
	margin: 3px 20px 3px 0px;
	font-size: 18px;
	font-weight: bold;
}

.radio_button.keynav {
	background-image: url(images/radio_button_keynav.png);
}
.radio_button.checked {
	background-image: url(images/radio_button_selected.png);
}
.radio_button.checked.keynav {
	background-image: url(images/radio_button_selected_keynav.png);
}

/* TERMS */
.logo_container.terms {
	display: table-cell;
}

.top_line_title.terms {
	padding-right: 100px;
}

.terms_text p {
	font-size: 18px;
	padding: 10px;
}

.terms_popup .buttons_container {
	text-align: center;
	padding: 5px 5px 15px;
}

.terms_popup .buttons_container .button {
	margin: 0 5px;
}

/* POPUP */
.popup_container {
	
	
}
.offline_icon{
	 z-index: 100001;  
	 width: 80px; 
	 height: 80px; 
	 position: fixed; 
	 right: 0; 
	 bottom: 0; 
	 background: url(images/offline_icon.png) no-repeat center center;
}


/** MINIVIEW **/
#mini_view {
    width: 312px;
    height: 82px;
		background: grey;
    overflow: hidden;
    	background: url(images/miniview/mv_bg.png) no-repeat;

}

.mv_container {
	padding-left: 58px;
	width: 250px;
	height: 100%;
	position: fixed;
	z-index: 100000;
}

.mv_logo_container {
	width: 58px;
	height: 82px;
	position: fixed;
	top: 0;
	left: 0;

}

.mv_logo {
	width: 100%;
	height: 100%;
	background: url(images/miniview/mv_logo.png) no-repeat center center;
}

.mv_item {
	display: table;
	width: 100%;
	height: 82px;
}

.mv_item_data {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}

.mv_scroller {
	max-height: 65px;
	width: 100%; 
	overflow-y: hidden;
	line-height: 17px;
}

.mv_item_image  {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 110px;
}
.mv_item_image img{
	max-width: 100px;	
}

.mv_title {
	font-size: 14px;
	font-weight: bold;	
}
.mv_subtitle {
	font-size: 14px;
	font-weight: bold;
}

.mv_loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	display: table;
}

.mv_loader_positioner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#screen_flash {
	position: relative;
	z-index:100002;
}


.btn_description, .btn_description_active {
	background: url(images/btn_description2.png) no-repeat center 0;
	width: 182px;
	height:43px;
	display: inline-table;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	color: #272727;
}

.terms_buttons_container .btn_description,  .terms_buttons_container .btn_description_active{
	display: table-cell;
	width: 1%;
}

.btn_description_img {
	position: absolute;
	top: 0;
	left: 0;
}

.btn_description_text {
	left:0;
	position:absolute;
	width:100%;
}

.btn_description_active {
	background: url(images/btn_description-active2.png) no-repeat center 0;
}
