/*
-----------------------------------------------------
Print CSS file for [sitename.tld]
Media: print

Notes: Base print stylesheet

Author: Author Name [ email at domain dot tld ]
For: Client [ client.tld ]
-----------------------------------------------------
*/

/* Imported Styles
----------------------------------------------- */


/* hide irrelevant content */
.accessibility { display:none; }
#leftCol{ display: none;}
#footer {display: none;}
#nav {display: none;}
#language {display: none;}
.channel-breakdown {
   display: block !important;
   -moz-opacity: 1  !important;
   opacity: 1  !important;
}
#useful{display: none;}
FORM {display: none;}
p.available-channels{
	display: none;
}
p.back-to-top{
	display: none;
}
p.back-to-summary{
	display: none;
}
a.more-information{
	display: none;
}

body {
	background:#fff;
	color:#000;
	font-size:12pt;
	font-family:"bitstream vera serif",garamond,"times new roman",times,serif;
}
h1, h2, h3, h4 { margin:0 0 0 0; }
h1 { font-size:18pt; }
h2 { font-size:14pt; }
h3 { font-size:13pt; }
h4, h5, h6 { font-size:12pt;	}
em{
	 font-style: normal;
	font-weight: bold;
}
/* main header layout */
#header {
	left:0px;
	margin:9px 0 0 0;
	position:absolute;
	text-align:left;
	top:0px;
	width:760px;
}
div#logo {
	float:left;
	height:35px;
}
div.breadcrumb-wrap, div.breadcrumb{
	clear:both!important;
	margin-top: 50px;
}
div#contentFrame{
	clear:both!important;
}
UL.coverage-summary LI{
	list-style: none;
	margin-left: 0;
}
UL.coverage-summary LI IMG{
	padding-right: 10px;
	vertical-align: middle;
}
.col-a div.channel-breakdown UL LI{
	float: left;
	margin-bottom: 10px;
	margin-right: 12pt;
}
.col-a div.channel-breakdown h5{
	clear: left;
}
.col-b h3{
	clear: left; 
}
.col-b div.channel-breakdown li{
	clear: left;
}
.col-b div.channel-breakdown UL LI LI{
	display: inline;
	margin-bottom: 10px;
	margin-right: 12pt;
	list-style: circle;
}
.col-b div.channel-breakdown h5{
	clear: left;
}
.col-c div.channel-breakdown UL LI{
	float: left;
	margin-bottom: 10px;
	margin-right: 12pt;
}
.col-c div.channel-breakdown h5{
	clear: left;
}

#two-col-layout .col-b div.channel-breakdown UL LI,
#one-col-layout .col-b div.channel-breakdown UL LI{
	clear: none;
	float: left !important;
	margin-bottom: 10px;
	margin-right: 12pt;
}
p.terms-conditions{
	clear: left;
}

/*.col-b div.channel-breakdown UL LI{
	float: left;
	width: 20%;
	border:1px solid red;
}
.col-b div.channel-breakdown UL LI LI{
	float: none;
	width: auto;
}
p.warning{
	clear: left;
}*/

.options-box UL{
	list-style: none;
}
.options-box UL LI{
	float: left;
	width: 90px;
}
.options-box  P.after-switchover{
	clear: left;
	padding-top: 10px;
}
#glossary dl dt, #glossary dl dd {
	margin-left: 0;
	margin-bottom: 10px;
}
#glossary dl dt{
	text-decoration: underline;
}