
/* overide standard styles */

/* main page */

/* overwrite standard stylesheet */

.layout_header_left {
    /* layout - header: left hand portion of top header bar */
    background-image: url(/images/vod/skins/large/cbnespanol_header.jpg);
    background-repeat: no-repeat;
    width: 441px;
    height: 52px;
}

.layout_header {
    /* layout - top header bar */
    background-image: url(/images/vod/skins/large/cbnespanol_header_extend.jpg);
    height: 52px;
}

.layout_player {
    /* layout - player (container for player tabs and player window)*/
    width: 480px; /*404px;*/
	background: url(/images/vod/skins/large/large_player_background_light.jpg);
	background-repeat:no-repeat;
}

.layout_player_window {
     /* layout - player - window (the video window) */
   width: 480px; /*375px;*/
   height: 425px; /*340px;*/
   margin: 8px 0px 0px 26px; /*12px 0px 0px 22px; */
}

.layout_player_options {
	width: 480px;/*356px;*/
	margin: -1px 0px 2px 26px; /*-1px 0px 0px 31px;*/
}

.layout_info {
    /* layout - info (container for info tabs and info window)*/
    width: 364px; /*504px;*/
    background: url(/images/vod/skins/large/large_info_background_light.jpg);
	background-repeat:no-repeat;
}

.layout_info_window {
    /* layout - info - window (the info window) */
   width: 364px; /* 480px; */
   height: 455px; /*359px;*/
   margin: 8px 0px 0px 15px; /*1px 0px 0px 11px;*/
}

.layout_body {
    background-color: #eceff6;
}

/* playlist & infowindow contents */

        .layout_info_panel {
            height: 452px;
            background-color: #d4e0ec;
            background-repeat: repeat-x;
        }
        .layout_body_info {
            height: 452px;
            background-color: #d4e0ec;
        }
        
        .layout_playlist_items {
            height: 250px;
        }
        
        .layout_info_title_description {
            height: 230px;
        }
        
        .layout_info_title, .layout_info_description {
            width: 322px;
        }
        
        .layout_info_related_links, .layout_info_series_related_links 
        {
	        width: 322px;
	        height: 100px;
        }
        
        .layout_info_series_related_links ul 
        {
	        margin: 5px;
	        padding: 5px;
        }

        .layout_info_series_related_links li {
	        float: none;
	        width: 320px; 
	        height: 15px; 
        }

        .layout_info_related_links_title {
	        width: 339px;
        }

        .layout_info_related_links_content 
        {
	        width: 322px;
        }

        .layout_info_header {
            margin-bottom: 5px;
        }
        
        .layout_playlist_item {
            width: 340px;
        }
        .layout_playlist_timezone
        {
            width: 322px;
            height: 40px;
            padding: 20px 0px 0px 0px;
            margin: 0px;
        }
        
        .layout_playlist_time {
            padding: 2px 0px 0px 10px; /*7px 0px 0px 20px;*/
            width: 70px; /*85px;*/
        }
        
        .layout_playlist_title 
        {
	        width: 240px;
	        padding: 2px 0px 0px 10px; /* 7px 0px 0px 20px; */
	        overflow: hidden;
	        height: 35px;
	    }
	
	
/* banners */
        
        .layout_info_banner_donate {
            display: none;
        }
        

