/*

	Bupa
	Master print styles
	
	Author: Creuna Danmark A/S / www.creuna.dk
	Copyright: 2009, Creuna Danmark A/S. All rights resevered

-----------------------------------------------------------------------*/

body
{
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #000;
	text-align: left;
	padding: 1em;
}

img
{
	border: none;
}

/* = Main layout = */
.wrapper
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

fieldset
{
	border: none;
}
#skip, #service, #mainNav, #left, #breadcrumb, #language, #search, #related, #mainFooter,
#footer .top, #footer ul.links, #footer dl dd
{
	display: none;
}

#logo, #content, #footer, #footer .bottom, #footer .bottom dl, #footer .bottom dl dt,
#main.section .wrapper, #top, #content, .teaser, .teaser .content, .teaser .content h2,
.form, .form .content, .form .content .context, .buttons div, .buttons div input 
{
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	position: static;
	height: auto;
	min-height: auto;
	width: auto;
	color: #000;
	border: 0;
}

.buttons div input
{
	background: default;
}

.quote,
.quote .content
{
	background: none;
}

.teaser
{
	margin: 0 0 15px 0;
}

#top
{
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d9dcd6;
	background: none;
	}
	#logo
	{
		position: static;
		}
		#logo img { display: inline; }


/* = Content elements = */

#content p a:link:after,
#content p a:visited:after,
#content p a:hover:after,
#content p a:active:after
{
	content: " <link: " attr(href) "> ";
	color: #666;
	text-decoration: none;
	font-size: 0.8em;
}