/* ****************************************************************************** */

/* BODY AND GENERAL TEXT STYLES */
html {
	overflow: auto;
}
body {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	background: #000000;
}
body,p,td,th,tr,li,ul {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-align: justify;
	color: #BBBBBB;
}
p,form {
	margin: 0px;
	padding: 0px;
}
input,select,textarea {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #444444;
}
b {
	font-weight: bold;
}
b.heading, h1, #tinymce h1 {
	font-weight: normal;
	font-size: 14pt;
}
h2, #tinymce h2 {
	font-weight: normal;
	font-size: 12pt;
}
h3, #tinymce h3 {
	font-weight: bold;
	font-size: 10pt;
}
i {
	font-style: italic;
}
.small {
	font-size: 8pt;
}
ul {
	margin-top: 0px;
}
.justify {
	text-align: justify;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.calign {
	text-align: center;
}
.subnav {
	font-size: 13pt;
}
.subnav a:link {
	font-weight: normal;
	text-decoration: none;
	background-color: #292826;
	color: #9E9D91;
	padding: 5px 10px 5px 10px;
}
.subnav a:visited {
	font-weight: normal;
	text-decoration: none;
	background-color: #292826;
	color: #9E9D91;
	padding: 5px 10px 5px 10px;
}
.subnav a:hover {
	font-weight: normal;
	text-decoration: none;
	background-color: #423232;
	color: #9E9D91;
	padding: 5px 10px 5px 10px;
}
.subnav a.sel:link {
	font-weight: bold;
	background-color: #34523F;
	color: #BBBBBB;
}
.subnav a.sel:visited {
	font-weight: bold;
	background-color: #34523F;
	color: #BBBBBB;
}
.subnav a.sel:hover {
	font-weight: bold;
	background-color: #96464D;
	color: #BBBBBB;
}
form#pricesconfig input[type=text] {
	font-weight: bold;
	text-align: center;
	color: brown;
}

/* ****************************************************************************** */

/* COLOURS */
.blue {
	background-color: #EAF3F9;
}
.lightblue {
	background-color: #F9FCFD;
}
.red {
	color: #ff0000;
}
.error {
	color: #ff6666;
}
.grey {
	color: #a0a0a0;
}
.faint {
	color: #555555;
}

/* ****************************************************************************** */

/* IMAGES */
img {
	border-color: #BBBBBB;
}

/* ****************************************************************************** */

/* TABLES */
table {
	border-style: none;
}
th {
	font-weight: bold;
	vertical-align: middle;
}
td {
	text-align: center;
	vertical-align: middle;
}
td.lalign {
	text-align: left;
}
td.jalign {
	text-align: justify;
}
td.calign {
	text-align: center;
}
td.ralign {
	text-align: right;
}
td.talign {
	vertical-align: top;
}
td.caption {
	text-align: center;
	font-size: 8pt;
}
table.form td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}
table.form td.calign {
	text-align: center;
}
table.boxed {
	border-collapse: collapse;
}
table.boxed td {
	padding: 5px;
	vertical-align: middle;
	border: solid 1px #505050;
}
table.boxed td.label {
	text-align: left;
	border-right: 0px;
}
table.boxed td.data {
	text-align: left;
	border-left: 0px;
}
table.boxed th {
	padding: 5px;
	vertical-align: middle;
	border: solid 1px #505050;
}
table.boxed2 {
	border-collapse: collapse;
}
table.boxed2 th {
	padding: 10px;
	vertical-align: middle;
	border: solid 1px #505050;
}
table.boxed2 td {
	padding: 10px;
	vertical-align: middle;
	border: solid 1px #505050;
}
table.nobox td {
	padding: 0px;
	border: 0px;
}
table.boxed th.nobox {
	border: 0px;
	text-align: right;
}
table.boxed2 th.nobox {
	border: 0px;
	text-align: right;
}
table.outerboxed {
	vertical-align: middle;
	border: solid 1px #292929;
}
table.outerboxed td {
	padding: 8px;
	border-top: solid 1px #292929;
	border-bottom: solid 1px #292929;
}

/* ****************************************************************************** */

/* LINKS */
a:link {
	font-weight: bold;
	color: #34523F;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #34523F;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #96464D;
	text-decoration: underline;
}
b.heading a:link {
	font-weight: normal;
}
b.heading a:visited {
	font-weight: normal;
}
b.heading a:hover {
	font-weight: normal;
}
/* 	blue:
	color: #3A4B5E; */

a.hide:link {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}
a.hide:visited {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}
a.hide:hover {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: underline;
}
a.radio:link {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}
a.radio:visited {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}
a.radio:hover {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: underline;
}

/* ****************************************************************************** */

/* MAIN CONTENT DIV */
div#main {
	width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-right: 5px;
	text-align: center;
}


/* ****************************************************************************** */

/* FOOTER DIV */
div#footer {
	margin: 0px;
	margin-top: 45px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 8pt;
	color: #555555;
}

/* ****************************************************************************** */

/* LOGO DIV */
div#logo {
	width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	text-align: center;
}

/* ****************************************************************************** */

/* NAVIGATION DIV */
div#nav {
	width: 800px;
	height: 32px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	text-align: center;
	background: #292826;
}
/*
div#nav td.links a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12pt;
	color: #9E9D91;
	font-weight: normal;
	text-decoration: none;
}
div#nav td.links a:hover {
	background: #423232;
	color: #CCCCCC;
	text-decoration: none;
}
div#nav td.links a.highlite {
	font-weight: bold;
	background: #34523F;
	color: #BBBBBB;
	text-decoration: none;
}
div#nav td.links a.highlite:hover {
	font-weight: bold;
	background: #96464D;
	color: #CCCCCC;
	text-decoration: none;
}
*/

/* ****************************************************************************** */

/* TERMS DIV */

div#terms {
	margin: 0px;
	padding: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

/* ****************************************************************************** */

/* DIVS for Cards & Prints layouts */

div#cards {
	width: 780px;
}
div#prints {
	width: 780px;
}
div#cards, div#prints {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#cards img {
	border: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	vertical-align: middle;
	z-index: 10;
}
div#prints img {
	border: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	vertical-align: middle;
	z-index: 10;
}
div#cards span.img, div#prints span.img {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
div#cards img.nopad, div#prints img.nopad, img.nopad {
	padding: 0px;
	vertical-align: middle;
	border: 0px;
}
div#cards a:hover, div#prints a:hover, a.noline:hover {
	text-decoration: none;
}
div#cards h1 input, div#prints h1 input {
	font-weight: normal;
	font-size: 14pt;
	text-align: center;
	background: #000000;
	color: #BBBBBB;
	border: 0px;
}
.cardtitle {
	font-weight: bold;
	text-align: center;
	background: #000000;
	color: #BBBBBB;
	border: 0px;
}
.printtitle {
	font-weight: bold;
	background: #000000;
	color: #BBBBBB;
	border: 0px;
}
.printinfo {
	text-align: right;
	background: #000000;
	color: #BBBBBB;
	border: 0px;
}
.printblurb, .printrhinfo {
	background: #000000;
	color: #BBBBBB;
	border: 0px;
}
.printrhinfo {
	text-align: center;
}

/* ****************************************************************************** */

/* EDIT INTERFACE STUFF */

#tinymce {
	text-align: center;
}
