html {
	overflow-y: scroll;
}

body {
	color: #ffffff;
	padding: 0px;
	margin: 10px;
	}

h1 {
	font: 18pt Palatino Linotype, Times New Roman, Serif;
	position: relative;
/*	left: -20px;
	display: floating"
*/
	margin: 0px 0px 0px 0px;
	color: white;
	text-decoration: none;
}
h1 a, h1 a:link, h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tab, .activetab, .tab a:link, .tab a:visited, .activetab a:link, .activetab a:visited {
	font: 12pt Palatino Linotype, Times New Roman, Serif;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 4px;
}

.notab {
	width: 50%;
	border-bottom: 1px solid white;
}

.tab {
	border-bottom: 1px solid white;
	white-space: no-wrap;
}

.activetab {
	background-color: #363636;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: none;
	white-space: no-wrap;
}

/* ROWS */
.toppane {
	margin: 0px;
	padding: 0px;
}
.infopane {
	background-color: #363636;
	margin: 0px;
	padding: 20px 30px 10px 30px;
/*	border-top: 1px solid white;
	border-bottom: 1px solid white;
*/
}
.footer {
	margin: 0px;
	padding: 20px 30px 10px 30px;
}
.catpane {
/*	text-align: left;
	color: #ffffff;
	background-color: #000000;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
*/	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.imagepane {
	background-color: #363636;
/*	border-top: 1px solid white;*/
	border-bottom: 1px solid white;
	padding: 0px;
	margin: 0px;
}
.fullimage {
	border: 1px solid white;
	border: 2px solid #cccccc;
	padding: 1px;
	background: black;
}
.thumb {
	border: 1px solid #cccccc;
	padding: 2px;
	background: black;
}
.fullbox {
	background-color: white;
	padding: 10px;
}
.fullboxrow {
	color: black;
}
.fullboxrow a, .fullboxrow a:link, .fullboxrow a:visited, .fullboxrow a:hover {
	color: red;
}

/* DIVS */

.updated {
	font-size: 8pt;
	font-family: Arial;
	color: white;
	text-decoration: none;
	text-align: right;
}
.link {
	font-size: 8pt;
	font-family: Arial;
	color: white;
	text-decoration: none;
	text-align: right;
}
.catlink {
/*	font-size: 8pt;
	font-family: Arial;
	color: white;
	text-decoration: none;
	text-align: left;
*/	margin: 5px 0px 3px 10px;
	color: white;
}
.catlink a, .catlink a:link, .catlink a:visited {
	color: #ffffff;
	text-decoration: none;
}

.copyright {
	font-size: 8pt;
	font-family: Arial;
	color: white;
	text-decoration: none;
}

.sold {
	font-size: 8pt;
	font-family: Arial;
	color: red;
/*	color: #A19D68;
	background: #FAF4C8;
	border-right: 1px solid #E3DE9F;
	border-bottom: 1px solid #E3DE9F;
	text-decoration: none;
	text-align: right;
*/
}

/* Order Print links */
.sold a {
	font-size: 9pt;
	color: white;
}

/* LINKS */
:link {
	color: #cccccc;
}
:visited {
	color: #999999;
}
:hover {
	color: #ffffff;
	text-decoration: underline!important;
}

.sign {
	color: #A19D68;
	background: #FAF4C8;
	border-right: 1px solid #E3DE9F;
	border-bottom: 1px solid #E3DE9F;
/*	float: left;
	text-align: center;
	line-height: 1.1em;
	padding: 2px 1px 5px 1px;
	margin: 0 0.5em 1em 0;
	width: 2.2em;
*/
}

