/* Default CSS Stylesheet for a new Web Application project */
/* KEY When you see 'IE HACK' that means it is the real version, the one directly above it is a fake to fool IE's poor interpritation of the HTML Box Model*/

table#MainTable{
	background-color: #FFFFFF;
	border: 1px solid #eeeeee;
	width:775px;
}
body#DishNetworkBody{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color:#333333;
	background-attachment: fixed;
	background-image:url(images/2008/vertical_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 43px 10px 10px 33px;
	height: 100%;
	width: 100%;
}


td#navHome {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;
	background-image: url(images/2008/nav_home.gif);
	height: 26px;	width: 41px;
	background-repeat: no-repeat;	background-position: left top;
	margin-left: 1px;
}
td#navSpecials {
	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color: #000000;
	background-image: url(images/2008/nav_specials.gif);
	height: 26px;	width: 148px;
	background-repeat: no-repeat;	background-position: left top;
	margin-left: 1px;
}
td#navChannels {
	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;
	color: #000000;	background-image: url(images/2008/nav_channels.gif);
	height: 26px;	width: 204px;
	background-repeat: no-repeat;	background-position: left top;
	margin-left: 1px;
}
td#navOrder {
	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color: #000000;
	background-image: url(images/2008/nav_order.gif);
	height: 26px;	width: 221px;
	background-repeat: no-repeat;	background-position: left top;
}
td#navAbout {
	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color: #000000;
	background-image: url(images/2008/nav_about.gif);
	height: 26px;	width: 62px;
	background-repeat: no-repeat;	background-position: left top;
}
td#navContact {
	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	color: #000000;
	background-image: url(images/2008/nav_contactus.gif);
	height: 26px;	width: 72px;
	background-repeat: no-repeat;	background-position: left top;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #000000;	text-decoration: none;	font-weight: bold;
	position:relative; bottom:7px; left:3px;
}
html>body a.navLink { /*IE HACK, IE does not recognize the parent child decendent selectors*/
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #000000;	text-decoration: none;	font-weight: bold;
	position:relative; bottom:4px; left:3px;
}
.navLink:hover {
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FF0000;
	text-decoration: underline;
}
div#dishLogo {
	position: absolute;
	top: 30px;
	left: 15px;
}
div#dishPhoneNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #9CC76B;
}
div#scFAQ {
	position: absolute;
	width: 350px;
	left: 850px;
	top: 50px;
	padding-right:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.SCFaqHeadline {
	font-size: 18px;
}
.footerBG {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:11px;
}
.faqLink {
	color: #FFFFFF;
	text-decoration: underline;
	cursor:pointer;
}
.liSapce {
	margin-top: 5px;
}
h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f09346;
	margin-top: 3px;
	margin-bottom: 7px;
}
/*NEW STYLES ABOVE*/

.Content{

	font-family: Arial;
	font-size: 10pt;
	color: Black;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;

}
.ContentFORM{
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.ContentBOLD {
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
	background-color: #FFFFCC;
}
.ContentHighlight {

	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFCC;
	border: none;
	margin: 0px;

}

.DISHstrong {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.DISHstrongBOLD {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
}

.DISHstrongLINK {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	cursor: hand;
}
.largeContentLink{
	font-size: 14px;
	color: #000000;	
}
.largeContentLink:hover{
	font-size: 14px;
	color:#F00F00;	
}
.DISHstrongLINK:hover {

	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.DISHstrongLINKfooter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.DISHstrongLINKfooter:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.DISHContentTableHeader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	text-transform: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding: 3px;
}

.ContentTableSubHeader {

	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: Bold;
	font-style: normal;
	text-decoration: none;
	background-color: #EFEFEF;
	text-align: Left;
	text-transform: none;
	vertical-align: middle;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.tinyDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
}

.FooterBG {
	background-image: url(images/FooterBG.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 5px;
}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
}

.awmAnchor {
	position:relative;
	z-index:0;
	top: -1px;
}

.infobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	border: #FFFFFF;
}

.infobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	background-color: #FFFFFF;
	border: #FFFFFF;
}

.PriceBox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000CC;
	border: #FFFFFF;
	font-weight: bold;
	text-align: center;

}

.receiptSM {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
	background-color: #eeeeee;
	border: none;
	margin: 0px;

}

.receiptLG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #eeeeee;
	border: none;
	margin-left: 5px;
	padding-left: 5px;

}

.receiptLGright {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #eeeeee;
	border: none;
	text-align: right;
	
}

.receiptLGSubtotal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #DDDDDD;
	text-align: right;
	border: none;

}

.receiptLGSubtotalROW {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;

}

.receiptHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
	border: none;
	color: #FFFFFF;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;

}

.lineleft {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.receiptSMform {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #eeeeee;
	border: none;
}

.PriceBoxSM {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000CC;
	border: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.hand {
	cursor: hand;
}

.bling {
	text-decoration: none;
	cursor: default;
	color: #333333;
}

.TableBorderContent {
	
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
	border: 1px solid #dddddd;
	border-collapse: collapse;
}

.tinyDescbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}

.tinyDescRED {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
}
.invisibleDescription {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	visibility: hidden
}
.visibleDescription {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	visibility: visible
}
.tinyDescREDbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}
.tinyLINKred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	text-decoration: underline;
}
.tinyLINKred:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
.tinyLINKgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	cursor: pointer;
}
.tinyLINKgrey:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
.BodyTextHIDDEN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	cursor: text;
}


.GOOGLElink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	cursor: hand;
}
.GOOGLEurl {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #009900;
}

.BodyTextDefineLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	cursor: auto;
	text-decoration: none;
}
.BodyTextDefineLINKer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	cursor: auto;
	text-decoration: none;
}

.MainTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.MainTableStyle {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #eeeeee;
	width:775px;
}
.BodyTextTABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
	padding-left: 5px;
}

.tdBorder {
	border: 1px solid #eeeeee;
}


.Top250 {color: #90e5ff}




.Top200 {color: #f09346}




.Top100 {
	color: #9cc76b;
	font-weight: bold;
}


.sideNavBorders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.sideNavHeader {
	background-image: url(images/redheader.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 22px;
}
.SideNavLinks{

	font-family: Arial;
	font-size: 9pt;
	color: Black;
	font-weight: Normal;
	font-style: normal;
	text-decoration: underline;
	text-align: Left;
	cursor:pointer;
}
.SideNavLinks:hover{

	font-family: Arial;
	font-size: 9pt;
	color: red;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
	text-align: Left;
}
a.SideNavLinks#international:hover {
	color:red;
	text-decoration: none;
}
.SideNavHeaderTEXT{
	font-family: Arial;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;


	text-align: left;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.SideNavTEXT {

	font-family: Arial;
	font-size: 9pt;
	color: Black;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}

.SideNavHeaderTEXTlink {
	font-family: Arial;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;

	text-align: left;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.SideNavHeaderTEXTlink:hover {
	font-family: Arial;
	font-size: 9pt;
	color: #ff9900;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;

	text-align: left;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.AT100big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9CC76B;
}
.AT200big {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F09346;
}
.AT250big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #90E5FF;
}
.AmericasEverything {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.formBox {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: red;
	font-size: 9pt;
	font-family: arial;
}


.AT100bigBIG {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #9CC76B;
}

.AT100HUGE {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #9CC76B;
}

.AT200bigBIG {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F09346;
}
.compareButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #666666;
	cursor: hand;
}
.compareButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #00ccff;
	border: 1px solid #666666;
	cursor: hand;
	decoration:underline;
}

.navLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	position: relative;
	bottom: 1px;
	left: 2px;
	font-weight: bold;
}
.navLink2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	position: relative;
	bottom: 1px;
	left: 2px;
	font-weight: bold;
}

.navUnderline {	border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #CCCCCC;}
.bodyLanding {
background-attachment: fixed; background-image: url(images/2008/vertical_bg.jpg);
	background-repeat: repeat-x; background-position: left top; 
	margin: 43px 10px 10px 33px;
	height: 100%; width: 100%;
}
.navTopbg {
	background-attachment: fixed;
	background-image: url(images/2008/nav_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 775px;
}
.navBottombg {
	background-attachment: fixed;
	background-image: url(images/2008/nav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 775px;
}
.navContentBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.bodyLanding {
	background-attachment: fixed;
	background-image: url(images/2008/vertical_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 43px 10px 10px 33px;
	height: 100%;
	width: 100%;
}.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 550px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.specialsDIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/specials_bg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 428px;
	width: 527px;
}
.specialHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 10px;
}
.specialHeadline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 10px;
	padding-top: 0px;
}
.subHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
}
.specialBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 35px;
	text-decoration: none;
	padding-top: 20px;
}
.subline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 5px;
}
.specialsmenu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 5px;
}
.specialsButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: -5px;
	float: none;
}
.tablleStagger {
	background-color: #eeeeee;
}
td#equipmentRow {
	height: 100px;
}
body#shoppingCart {
	margin-left: 20px;
}.required {
	color: #FF0000;
}
h1 {
	margin-bottom: 3px;
	color: #9CC76B;
}
h2 {
	margin-bottom: 3px;
	color: #9CC76B;
}
h3 {
	margin-bottom: 3px;
	color: #9CC76B;
}
td#sideNavChannels {
	background-image: url(images/2009/sideNav_ChannelHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
}
div#sideNavChannelPackages {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: normal;
	padding-left: 5px;
}
div#sideNavChannelHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 6px;
}
.chatQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	margin-bottom: 0px;
	margin-top: 2px;
}.scTVbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 92px;
	float: left;
	height: 135px;
}
.TVtags {
	font-size: 10px;
	padding-left: 10px;
}.receiverDisplay {
	float: left;
}
.receiverDesc {
	font-size: 11px;
	padding-left: 4px;
	width: 90px;
}
.progBreakdown {
	font-size: 11px;
	color: #666666;
}
.movieChecks {
	width: 100px;
	height: auto;
	float: left;
}.reviewContainer {
	font-size: 10px;
	float: none;
}
.reviewBlock {
	font-size: 11px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 175px;
}
div#homeEntertainment {
	width: 100%;
}
.giftColumn {
	float: left;
	width: 175px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.productHeadlineLink {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.productHeadlineLink:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
.giftItem {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.InternationalPackage {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 6px;
	margin-bottom: 6px;
}
div#InternationalContent {
	margin-top: 0px;
	margin-bottom: 0px;
}
.cascadeContainer {
	color: #000000;
	margin-top: 15px;
}
.containerBody {
	background-image: url(images/2009/Ch_construct_ip_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.packageDesc {
	width: 168px;
	padding-left: 16px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #000000;
}
.packageContainerVert {
	float: left;
	width: 191px;
	margin-right: 3px;

}div#packagePageChecklist {
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.channelRecord {
/*  width: 85%; */
	display: block;
	margin-top: 12px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-right: 10px;
	margin-left: 5px;
}
.channelLogo{
	display:block;
	/* width: 88px;
	height: 46px; */
	margin-right: 5px;
	float:left;
}
.channelName {
	display:block;
	font-size: 13px;
	color: #000000;
	
}
.channelDesc {
	color: #999999;
	display:block;
}
.channelPackage {
	display:block;
	
}
.channelLineupLinks {
	font-size:12px;
	color: #999999;
	text-decoration: none;
	cursor:pointer;
}
.channelLineupLinks:hover {
	color: #000000;
	text-decoration: underline;
	cursor:pointer;
}