/*$Id: print.css 387 2007-12-23 05:02:39Z jgoldsmith $*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}

#footer {
	font-size: 10px;
	text-align: center;
	color: #999999;
	margin: 20px;
}

#nav, .breadcrumbs, #header_background {
	display: none;
}

.errors {
	color: #FF0000;
}

h1, .headline {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	line-height: normal;
}

h2, .subhead {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}

.medium {
	font-size: 11px;
	line-height: normal;
}
.small {
	font-size: 10px;
	line-height: normal;
}

.order_table, .order_table input {
	font-size: 11px;
}
.order_table {	
	border-collapse:collapse;
}
.order_table td, .order_table th {
	border: solid 1px #999999;
}
.order_table th {
	background-color: #EAEAEA;
	text-align: left;
}
.order_total {
	background-color: #EAEAEA;
	font-weight: bold;
}
.staff_photo_thumb {
	float: left;
	margin-right: 10px;
}
.staff_photo {
	float: left;
	margin-right: 15px;
}