@charset "utf-8";
@import url("../css_default/_main.css");
/* WebTV Styles */

/***************************** Default overrides **************************/
/*
	This Style is a modified version of the Default style
	It overrides the navigation menu, channel bar, video player area and footer width
*/
.navigationWrapper.constWidth,
.navigationSecWrapper.constWidth,
.channelBarWrapper.constWidth,
.channelInfoWrapper.constWidth, /* v1101 */
.videoPlayerAreaWrapper.constWidth,
.footerAreaWrapper.constWidth
{ width:auto; }

.navigationWrapper,
.navigationSecWrapper,
.footerAreaWrapper
{ 	-moz-border-radius:    0 !important; 
	-webkit-border-radius: 0 !important; 
	border-radius:         0 !important;
}