/*

File:		eqtr_print.css
Created:	09.01.2009
Author:		Sean Jones @ Equator	

Notes:


*/


/*---[ Basic Semantic Elements ]---*/

html {
	}
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}
form {
	padding:0;
	margin:0;
	}

/*---[ Typography ]---*/
.logo h2 img {
	border:none;
	margin-bottom:20px;
	}
h1 {
	font-size:18pt;
	padding-bottom:20px;
	margin-bottom:20px;
	}
h2 {
	font-size:16pt;
	}
h3 {
	font-size:14pt;
	}
h4 {
	font-size:12pt;
	}
h5 {
	font-size:11pt;
	}	
p, ul, ol {
	font-size:11pt;
	}
dl {
	clear:both;
	}
dt {
	
	}
dd {
	margin:0;
	padding:0;
	float:left;
	}
dd.itemImage {
	width:auto;
	}	
dd.itemImage p {
	margin:0;
	padding:0;
	}	
dd.itemText {
	margin-left:10px;
	}
p.extraInfo {
	clear:both;
	}		

/*---[ Structural Elements ]---*/	
/* homepage elements */	
.mainBanner {
	margin-bottom:12px;
	}
.services,.eBilling,.latestNews {
	margin:18px 0;
	float:none;
	border:1px solid #e6e6e6;
	border-left:none;
	border-right:none;
	}	
.smallPrint {
	border-top:1px solid #e6e6e6;
	margin-top:4px;
	}
.smallPrint p {
	font-size:8pt;
	}	
.smallPrint span {
	display:block;
	margin-bottom:4px;
	}
	
/* common elements */	
.mainContent {
	clear:both;
	}	
.productExtended,.product {
	border:1px solid #8899B9;
	border-left:none;
	border-right:none;
	}
.orb_iconOfferImage {
	float:left;
	width:auto;
	margin-right:10px;
	}		
.showHideContent,.questionList,.question,.showHideContent_Answer {
	display:block!important;
	}	
.productAtaGlance {
	width:100%;
	display:block;
	}
p.applyButton {
	clear:both;
	margin-bottom:12px;
	display:block;
	}
	
/* FAQ page */
.freqAskedQ {
	padding-bottom:20px;
	border-bottom:1px solid #8899B9;
	margin-bottom:20px;
	}	

/* search results */
.searchResults dt {
	margin-top:12px;
	}
.searchResults dd {
	margin-bottom:12px;
	}	
.searchPaging {
	clear:both;
	}		

/* table */

th,td {
	border:1px solid #c3c3c3;
	font-size:12pt;
	text-align:left;
	padding:2px;
}
th h3,tr h4 {
	font-size:12pt;
	margin:0;
}
tr h4 {
padding:5px 0;
}

/*---[ Hidden Elements ]---*/
.toContent,#siteControls .controls,.siteSearch,
#sideNav,#mainNav,.subContent,#footer {
	display:none;
	}
.details p.show,.tariffContainer .applyButton {
	display:none;
	}	
	.breadcrumbs {
		color:#000;
		font-size:0.75em;
		}	
		



