/* ELEMENT */

body {
	border: 0;
	margin: 1em;
	font-family: sans-serif;
	font-size: medium;
	font-weight: normal;
	color: black;
	background-color: white;
}

h2 {
	min-width: 568px;
	width: auto;
	margin: 1em auto;
}

/* CLASS */

img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h2.shopowner {
	margin: 0.5em auto;
	text-align: center;
}

h2.shop {
	margin: 0.5em auto;
	text-align: center;
}

td.button {
	padding-right: 1em;
}

td.button a {
	display: block;
	text-decoration: none;
}

td.button img {
	border: none;
}

p.copy img.flag {
	float: right;
	margin: 0 1em;
	padding: 0;
}

/* SPECIFIC */

div#masthead {
	width: auto;
	min-width: 568px;
}

dl#sectionlist {
	width: 640px;
	margin: 0 auto;
}

div#footer {
	width: auto;
	min-width: 568px;
}

div#masthead h1 {
	line-height: 24px;
	font-family: serif;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
}

div#masthead h1 img {
	float: left;
	margin-right: 1em;
}

div#footer p {
	margin: 0.5em 0;
}

div#footer img {
	border: none;
}

dl#sectionlist dt {
	border: solid 2px rgb(128, 0, 0);
	background-color: rgb(192, 0, 0);
	background-image: url("/global/images/red-gradient1.png");
	background-repeat: repeat-x;
	padding: 0.2em 0.5em;
	color: white;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}

dl#sectionlist dt span.PageTop a {
	float: right;
	font-size: 90%;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

dl#sectionlist dd {
	font-size: 110%;
}

/* PRINTING */

@media print {
	body {
		font-size: 10pt;
	}
	span.PageTop { display: none; }
	dl#sectionlist dt {
		border: none;
		color: black;
		background-color: transparent;
		background-image: none;
	}
	td.button {
		display: none;
	}	
	#footer a {
		display: none;
	}
}
