
body {
	margin: 0 0 0px 0;
	font-size: small;
}
table {
	border-width: 0;
}
td {
	padding-top: 0;
}

/* All the text and buttons above the image */
.top_area {
	margin: 10px 0 0 15px;
	border-collapse: collapse;
}
/* The image name (i.e. the page title) */
.name {
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
}
/* Rows in the table of text above the image */
.top_rows {
	padding-left: 0;
	width: 100%;
}
/* Text above the image that must not wrap */
.top_rows_nowrap {
	white-space: nowrap;
}
/* A bullet that separates the top text fragments */
.separator1 {
	padding-left: 8px;
	padding-right: 8px;
	font-size: x-small;
}
/* Comment fragments */
.text_line2 {
	padding-right: 25px;
	display: inline;
	vertical-align: top;
}
/* The navigational buttons and page numbers */
.header_right {
	vertical-align: top;
}
.header_right_table {
	border-collapse: collapse;
}
/* The navigational buttons */
.nav_buttons {
	padding-right: 29px;
	padding-left: 11px;
	white-space: nowrap;
}
/* x of y */
.page_numbers {
	padding-right: 29px;
	padding-left: 11px;
	white-space: nowrap;
	vertical-align: middle;
}
/* The cell containing line 2 of the comment */
.comment {
	padding-top: 4px;
	vertical-align: top;
}
/* The email button */
.email_button {
	display: inline;
	position: relative;
}
/* The table that contains the postcard image */
.postcard_table {
	table-layout: fixed;
	width: 100%;
}
/* The cell that contains the main image */
.image_cell {
	vertical-align: top;
}
/* The cell that contains the main image's table, for a postcard layout */
.image_cell_postcard_area {
	vertical-align: top;
	display: inline-block;
}
/* The block containing the main image and the superimposed image */
.image_area {
	text-align: center;
	margin: 10px 5px 0 10px;
}
/* The main image. */
.image_main {
	border-color: #BABEA5;
}
/* The superimposed image */
.image_superimposed {
	border: 2px solid #BABEA5;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
/* The column of variant thumbnails */
.variant_column {
	padding: 30px 10px 0 10px;
	vertical-align: top;
}
/* The cell that contains the comment and variant thumbnails, for a postcard layout*/
.comment_cell {
	vertical-align: top;
	margin-right: 10px;
}
/* The row of variant thumbnails */
.variant_row {
	margin: 5px 5px 0 0;
}
/* The cell that contains a variant thumbnail for non-postcard layouts */
.variant_cell {
	text-align: center;
}
/* The outer box that contains a variant thumbnail for postcard layouts */
.variant_box {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
}
/* The inner box that contains a variant thumbnail and its label */
.variant_area {
	cursor: pointer;
	padding: 10px 10px 0 10px;
	font-size: 0;
	background-image: url(txns.jpg); } .variant_area_sel {background-image: url(txs.jpg);
	padding: 10px 10px 0 10px;
	font-size: 0;
}
/* Variant thumbnail image */
.variant_thumb {
	border-width: 1px;
	border-style: solid;
}
/* Variant footer without a label */
.variant_no_label {
	padding-bottom: 10px;
}
/* Variant thumbnail label */
.variant_label {
	font-size: x-small;
	text-align: center;
	padding: 4px;
}
/* Video container */
.video_area {
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}
/* Video variant container */
.video_var_area {
	margin: 0 5px 0 10px;
}
/* PDF container */
.pdf_area {
	margin-top: 10px;
	margin-left: 6px;
	text-align: center;
}
/* Videos and PDFs*/
.video {
	border: thick ridge #BABEA5;
}
