/*****************************************************************************************/
/*  Sky Customer Centres // print.css (print) 
	Version:
	Created:
	Author:
	Copyright 2009 BSkyB Ltd. All Rights Reserved. */
/*****************************************************************************************/


/* Layout
---------------------------------------------------------------------------------------- */

body,
#wrapper { 
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#content { margin-bottom: 2em; }


/* Branding
---------------------------------------------------------------------------------------- */

#branding p a img { outline: none; }


/* Typography
---------------------------------------------------------------------------------------- */

body { 
	background-color: #fff;
	font: normal 9pt/1.5em helvetica, arial, sans-serif;
	color: #000;
	letter-spacing: 0.02em;
	margin: 0; 
	padding: 2em;  
}

h1, h2, h3, h4, h5, h6 { helvetica, arial, sans-serif; } 

/* approx 21px */ h1 { font-size: 21pt; border-bottom: 1px solid #ccc; margin-bottom: 1em; padding-bottom: .8em; } 

/* approx 16px */ h2 { font-size: 16pt; } 

/* approx 14px */ h3 { font-size: 12pt; } 

/* approx 12px */ h4 { font-size: 12pt; }

/* approx 10px */ h5 { font-size: 10pt; }

p, ul, ol, dl {
	font-size: 11pt;
	line-height: 14pt;
	font-weight: normal;
}

#buttons_apply { list-style-type: none; }

#footer { border-top: 1px solid #ccc; }

#footer p { font-size: 8pt; color: #ccc; }


/* Hidden
---------------------------------------------------------------------------------------- */
#skip_to_content,
#aoc-globalnav,
#nav_main,
#skip_to_page_links,
#image_panel,
.back,
.btn_questionnaire,
#nav_sub,
#img_quote,
#footer ul {
	display: none;
}


/* Links
---------------------------------------------------------------------------------------- */
#content a,
#content a:link,
#content a:visited,
#content a:active  {
	color: #333;
	text-decoration: none;
}

#content a[href]:after,
#content li a[href]:after {
	content: " [" attr(href) "] ";
}





