/* This is the print style sheet */
body {
	background: white;
	color: black;
	margin: 0;
	padding: 60px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

/* Stuff which hides on print */
.screen, #logo a, #wai, #nav, #related, #footer map, #subnav, #head p a, #head map, 
#related2 {
	display: none;
}

#documentation ul, #productdetail div {
	display: block !important;
}

#head p#logo {
	left: 0;
	width: 179px;
}

#head p {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 85px;
}

/* Crumb-trail */
#crumb ol, #crumb li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#crumb ol {
	margin: 0 0 1em 0;
}
#crumb li {
	display: inline;
	color: black;
	font-weight: bold;
}
	#crumb a, #crumb em {
		padding: 0.2em 0;
		color: #5b5d5e;
		white-space: nowrap;
		font-weight: normal;
	}
	#crumb em {
		background: none;
		font-style: normal;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.2em 0;
	clear: both;
}
h1 {
	font-size: 160%;
	border-bottom: solid 0.1em #eee;
}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 100%;}

p {
	margin: 0 0 1em 0;
}

table {
	border-top: solid 0.1em #eee;
	border-left: solid 0.1em #eee;
	border-collapse: collapse;
}

caption, td, th {
	border-right: solid 0.1em #eee;
	border-bottom: solid 0.1em #eee;
	text-align: left;
	padding: 0.5em 0.2em 0 0.2em;
}
	table p {
		margin: 0 0 0.5em 0;
	}

 /* self clearing rules */
dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl {display: inline-block;}
* html dl {height: 1%;}
/* !IE-mac \*/
dl {display: block;}
/* All definition lists are two column */
dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl {
	margin: 0 0 1em 0;
}
	dt, dd {
		width: 49%;
		float: left;
	}
	dt {
		clear: left;
	}

/* The six branches */
ul#branchinfo {
	margin: 0;
}
	#branchinfo li {
		padding: 1.4em 0 0 0;
		width: 16%;
		float: left;
		border-top: solid 0.2em #007bb7;
	}
		#branchinfo img, #branchinfo span {
			display: block;
			margin: 0 0 0.6em 0;
			color: black;
		}
		#branchinfo span {
			margin: 0 10px 0.6em 0;
		}
		#branchinfo .last span {
			margin: 0 0 0.6em 0;
		}

#footer {
	font-size: 90%;
	color: #5b5d5e;
	clear: both;
	padding: 1em 0 0 0;
	border-top: solid 0.2em #eee;
}

/* Inexplicable IE bug */
* html #main img {margin: 0 0 40px 0;}
*:first-child+html #main img {margin: 0 0 40px 0;}
a img {	border: none;}