//body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
 	padding: 5px;
	spacing: 0px 
}

//a:link 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #612C1E;
}
//a:visited 
{		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #612C1E;
} 
//a:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CA0A1D;
}
//a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FC0A1D;
}

#apgs {
	overflow:hidden;
	min-height: 700px;
}

#prevPage {
	float:left;
	visibility:hidden;
}

#nextPage {
	float:right;
	visibility:hidden;
}

#imageDisplay {
	visibility:visible;
	max-height:333px;
	max-width:500px;
}

table#thumbs {
	width:auto;
}

table#display {
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#display td {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

table#display td#thumbZone {
	width:155px;
}

table#display td#displayZone {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	min-height: 350px;
	min-width:500px;
	width:500px;
	height:335px;
}

table#display td#headerZone {
	text-align:center;
	vertical-align:baseline;
	height: 40px;
}

#captionZone {
	text-align:center;
	vertical-align:baseline;
	margin-left:auto;
	margin-right:auto;
}

table#orderListTable td {
	padding-right: 30;
	
}

#globalRow {
background-color:#000000;

}