body {
	line-height: 1.5;
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #000;
	background: none;
	font-size: 10pt;
}

.container {
	background: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.small {
	font-size: .9em;
}

.large {
	font-size: 1.1em;
}

a img {
border:none;
}

img.preview {
	height: 66px;
	width: 166px;
}

.quiet {
	color: #999;
}

.hide-for-print {
	display: none;
}

#hd h1 {
	font-size: 1em;
	margin: 0 0 0 0;
}

#hd h1 img {
	margin: 0 0 0 0;
}

h2.step-header {
    border-bottom: 1px solid #ddd;
}

table.simple {
    width:100%;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    margin:1em auto;
    border-collapse:collapse;
}
table.simple tr.odd td {
    background: #ddd;
}
table.simple td {
    color:#333;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding:.3em 1em;
    vertical-align: middle;
}
table.simple th {
    font-weight:normal;
    color: #333;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding:0.1em 0.5em;
}
table.simple thead th,
table.simple tfoot th {
    background: #ddd;
    color: #000;
}

th.price-col, td.price-col {
  width: 64px;
}
