/* PhotoDB External CSS */
/* JPRO 18/02/2005      */

a:link {
	text-decoration: none;
	color: #00476e;
}

a:visited {
	text-decoration: none;
	color: #00476e;
}

a:hover {
	text-decoration: none;
	color: red;
}

.email a:link {
	text-decoration: none;
	color: red;
}

.email a:hover {
	text-decoration: underline;
	color: red;
}


body {
	background: #00456e;
	color: white;
	font-family: arial, Helvetica, sans-serif;
}

#level1 {
	margin: 1em;
	margin-bottom: 0em;
	padding: 1em;
	background: #002236;	
	-moz-border-radius: 20px;
	border-radius: 20px;
}	

#level2 {
	clear: both;
	margin-top: 0.5em;
	padding: 1em;
	background: white;
	color: black;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.button-bar {
	width: 100%;
	clear: both;
}

#logo {
	float: left;
}

#nav {
	position: relative;
	height: 50px; 
	margin-left: 116px;
	text-align: right;
}

#title {
	text-align: right;
}

#buttons {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#function-buttons {
	float: left;
}

#login-buttons {
	color: red;
	font-size: 110%;
}

#search_opts {
	float: left;
	width: 140px;
}

#keyword_search {
}

#category_search {
}

#number_search {
}

#images_per_page {
}

#hdr_tandc {
	font-size: 80%;
}

.search_header {
	border: 0px;
	margin: 0px;
}

.search_box {
	background: #ccdbe2;
	margin-top: -4px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0.5em;
	
/*	-moz-border-radius: 10px;
	border-radius: 10px; */

	padding: 6px;

	border: 1px solid #132126;

	color: #00476e;
}

.search_field {
	width: 110px;
	border: 1px;
	margin-left: 2px;
}

#search_results {
	border: 1px;
	margin-left: 2px;
	width: 2em;
}

.small_search_btn {
	width: 60px;
	padding: 0px;
	background: #ccdbe2;
	color: #00476e;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 2px;
}

.search_btn {
	margin-left: 2px;
	margin-top: 7px;
	margin-bottom: 7px;

	width: 110px;
	padding: 0px;
	background: #ccdbe2;
	color: #00476e;
	font-weight: bold;
}

.search_center {
	text-align: center;
	margin-bottom: 8px;
}

.imglink {
	border: 0px;
}

/* Categories Multilevel menu - Based on work by Patrick Griffiths / Dan Webb 
   see http://www.htmldog.com/articles/suckerfish/dropdowns/ */


#categories ul {
	list-style: none;
	z-index: 2;
	margin: 0;
	float: left;
	border: 0;
	padding: 0;
}

#categories ul li {
	width: 110px;
	background: white;
	border: 0;
}

/* Highlight */
#categories ul li:hover, #categories ul li.sfhover {
	background: #ccdbe2;
}

#categories ul ul {
	position: absolute;
	left: -999em;
	margin: 0;
	border: 0;
	padding: 0;
}

/* First drop down items */
#categories ul ul li {
	width: 15em;
	border: 2px solid #00476e;
	padding-left: 0.25em;
}

/* First drop down when hovering over top level */
#categories ul li:hover ul, #categories ul li.sfhover ul {
	left: auto;
}

/* Hide 2nd level drop down */
#categories ul li:hover ul ul, #categories ul li.sfhover ul ul {
	position: absolute;
	left: -999em;
}

/* 2nd level drop drown items */
#categories ul ul li:hover ul {
	left: auto;
	margin-left: 7em;
	margin-top: -1em;
}

#categories ul ul li.sfhover ul {
	left: 0;
	margin-left: 6em;
}
	
/* Hide 3rd level drop downs */
#categories ul ul li:hover ul ul, #categories ul ul li.sfhover ul ul {
	position: absolute;
	left: -999em;
}

/* 3rd level drop down items */
#categories ul ul ul li:hover ul {
	left: auto;
	margin-left: 6em;
	margin-top: -1em;
} 

#categories ul ul ul li.sfhover ul {
	left: 0;
	margin-left: 6em;
	margin-top: -1em;
} 

/* Hide 4th level drop downs */
#categories ul ul li:hover ul ul ul, #categories ul ul li.sfhover ul ul ul {
	position: absolute;
	left: -999em;
} 

/* 4th level drop down items */
#categories ul ul ul ul li:hover ul {
	left: auto;
	margin-left: 6em;
	margin-top: -1em;
} 

#categories ul ul ul ul li.sfhover ul {
	left: 0;
	margin-left: 6em;
	margin-top: -1em;
} 

#content {
	text-align: center;
	position: relative;
	top: 0;
	margin-left: 150px;
	color: #00476e;
}

#intro {
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

#indent {
	position: relative;
	margin-left: 1em;
}

#lightbox {
	margin-top: 1em;
	height: 340px;
}

.lightbox-img {
	width: 160px;
	height: 220px;

	margin-left: 1em;
	margin-right: 1em;

	float: left;
}

#lightbox-title {
	text-align: center;

	margin-left: auto;
	margin-right: auto;

	color: #00476e;
	font-weight: bold;
	font-size: 120%;
}

#lightbox-format {
	margin-top: 1em;
	margin-bottom: 2em;
	color: #00476e;

	text-align: left;
}

.thumb {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;

	height: 160px;  
	width: 160px;
}

.thumb img {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 4px solid #d2d4d3;
}

#id_header {
	font-weight: bold;
	font-size: 120%;
}

.water {
	margin-top: 1em;
}

.label {
	color: #00476e;
	font-weight: bold;
}

.value {
	color: #476979;
	font-weight: bold;
}

.value a:hover {
	color: red;
}

#detail-buttons-r {
	float: right;
	text-align: left;
	margin-right: 2em;
}

#detail-buttons-l {
	float: left;
	text-align: left;
	margin-left: 2em;
}

#lightbox-nav {
	clear: both;
	margin-top: 0em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: medium solid #00476e;
}

.button {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px;
	width: 21px;
	height: 21px;
}

.button-img {
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 21px;
	height: 21px;
}

#address {
	float: left;
	font-weight: bold;
	text-align: left;
}

#neg_indent {
	margin-left: -140px;
}

.purchase-row {
	text-align: left;

	border: thin solid white;
	border-bottom: thin dashed #ccdbe2;
}

.purchase-img {
	width: 160px;
	
	float: left;
	padding: 10px;
}

.purchase-sel {
	position: relative;

	margin-top: 0.3em;
	margin-left: 200px;
}

.purchase-sel input {
	position: relative;
	top: -5px;
	
/*	font-size: 100%; */
	color: #00476e;
	background: #ccdbe2;
	padding: 2px;
}

#total {
	position: relative;
	top: -2px;

	border: thin solid #00476e;
	font-size: 120%;
	color: #00476e;
	
	padding: 4px; 

}

.cost {
	position: relative;
/*	position: absolute;
	top: 2px;
	right: 30px; */

	border: thin solid #00476e;
	font-size: 120%;
	color: #00476e;

	margin-right: 0px;

	padding: 2px; 
	float: right;
}

.cost img, #total img {
	position: relative;
	bottom: -3px;
}

.cost input, #total input {
	border: thin solid white;
	color: #00476e;
	font-size: 110%;

}

.purchase-notes {
	position: relative;
	margin-left: 200px;	
}

.purchase-notes textarea {
	border: thin solid white;
	overflow: hidden;
	font-family: arial, Helvetica, sans-serif;
}

.message-notes {
	color: red;
	font-weight: bold;
	position: relative;
	margin-left: 200px;	
}

.purchase_drop {
	position: relative;
	top: 3px;

	color: #00476e;
	font-size: 110%;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

#repro-ret-search {
	margin-left: 10px;

	float: left;
}

#card-logos {
	margin-left: 10px;

	float: left;
}

#card-logos-purchase {
	margin-left: auto;
	margin-right: auto;
}

#payment-button {
	margin-right: 0px;
	float: right;
}

#currency {
	position: relative;
	margin-right: 0px;

	float: right;
}

#currency img {
	position: relative;
	bottom: -2px;
}

#tandc-frame {
	border: thin solid black;
	padding: 0;

	overflow: scroll;

	width: 90%;
	height: 25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#purchase-frame {
	border: 0;
	padding: 0;

	width: 100%;
	height: 35em;
}

#tandc-content, #purchase-content {
	background: white;
	color: #00476e;

	margin: 0;
	border: 0;
	padding: 0;

	text-align: center;
}

#tandc {
	padding: 0.25em;
	text-align: left;
}

#tandc-def {
	list-style: none;
	font-size: large;
	font-weight: bold;
}

#tandc-def li {
	margin-bottom: 0.5em;
}

#tandc-cond {
	list-style: decimal;
	text-align: justify;
}

#tandc-cond h4 {
	text-decoration: underline;
	font-weight: normal;
	font-size: medium;
}

#tandc-cond ul {
	list-style-type: lower-roman;
}

#tandc-cond li {
	margin-bottom: 0.4em;
}

.tandc_submit {
	font-weight: bold;
	color: #00476e;
	background: #ccdbe2;
	padding: 4px;
}

.reset {
	clear: both;
}

#reg-login {
	margin-left: auto;
	margin-right: auto;

	text-align: center;
	margin-top: -1em;
}

#new-login {
	margin-top: 2em;
	text-align: center;
}

#cookie-warning {
	padding-top: 2em; 
}

#bas-login {
	margin-top: 2em;
	text-align: center;
}

#reg-login h3, #new-login h3, #bas-login h3 {
	text-align: center;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;

	color: #00476e;
	font-weight: normal;
	font-size: 120%;	
}

#reg-entry, #new-entry {
	margin-bottom: 0.5em;
}

#reg-entry span, #bas-login span {
	color: #8c9eaa;
	font-weight: bold;
	text-align: center;
	margin-right: 5em;
	margin-left: 3em;
}

#new-entry span {
	color: #8c9eaa;
	font-weight: bold;
	text-align: center;
	margin-right: 2em;
	margin-left: 2em;
}

.reg-input {
	color: #00476e;
	border: 2px solid #ccdbe2;
	font-size: 110%;
	width: 12em;
}

.reg-img {
	border: 4px solid white;
}

.reg-row {
	position: relative;
	text-align: left;
	margin-bottom: 0.25em;
}

.reg-row div {
	color: #8c9eaa;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 12em;
	padding-right: 1em;
}

.reg-row em {
	color: red;
}

.reg-row select {
	position: relative;
	top: -2px;

	color: #00476e;
	border: 2px solid #ccdbe2;
	width: 20.5em;
}

.reg-row-input {
	position: relative;
	top: -2px;

	color: #00476e;
	border: 2px solid #ccdbe2;
	width: 20em;
}

#payment-details {
	font-size: 120%;

	margin-top: 2em;
	margin-bottom: 1em;
}

#payment-details img {
	position: relative;
	top: 2px;
}

#payment-details input {
	margin-top: 1.5em;
}

#wp-spacer {
	width: 100%;

	margin-top: 1em;
	margin-bottom: 1em;

	border-bottom: thin solid #ccdbe2;
}

#error-message {
	border-top: thin solid #ccdbe2;
	border-bottom: thin solid #ccdbe2;
	color: red;

	text-align: left;	
	margin-bottom: 2em;
}

.error {
	color: red;
}

#development {
	float: left;
	margin-top: 0.5em;
	margin-left: 3em;

	font-size: 1.25em;	
	color: red;
}

#privacy {
	float: left;
	margin-top: 0.5em;
	margin-left: 1em;
}

#privacy a {
	color: white;
}

#privacy a:hover {
	color: red;
}

#privacy_content {
	text-align: left;
}

#copyright {
	float: left;
	margin-top: 0.5em;
	margin-left: 1em;
}

.time_info {
	float: left;
	margin-top: 0.5em;
	margin-left: 3em;
	font-style: italic;
	font-size: 0.75em;
}

#bas-name {
	float: right;
	margin-right: 2em;
}

#worldpay {
	margin-top: 1em;
	margin-bottom: 1em;
}

#wp-header {
	text-align: center;
	font-size: 2em;
}

#wp-response {
	margin-top: 2em;
}
#discount-block {
	display: inline;
	margin-right: 25px;
}
