/**
* style.css * Copyright Will Kemp 2008 * All rights reserved
* Will@WillKemp.info
* 0810090910
* 1003071523
* 1004030724
* 1107160835 - added twitter follow button
* 1110211740 - changed breadcrumb from right to left float
* 1402231100 - added search box
*/


* {
	 padding: 0;
	 margin: 0;
	 border: 0;
}

body {
	background: #0A1164;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial sans-serif;
	color: #CBC9C9;
	cursor: default;
}

h1 {
	position: relative;
	text-align: center;
	font-family: Courier New, Georgia, Palatino Linotype serif;
	font-size: 4em;
	line-height: 90%;
	margin-bottom: 0.3em;
	color: #CBC9C9;
}

h2 {
	text-align: center;
	margin-bottom: 0.3em;
	font-family: Courier New, Georgia, Palatino Linotype serif;
	font-weight: bold;
	font-size: 3em;
	color: #CBC9C9;
}

h3 {
	text-align: center;
	margin-bottom: 0.2em;
	font-family: Courier New, Georgia, Palatino Linotype serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #CBC9C9;
}

h4 {
	width: 100%;
	text-align: left;
	margin: 1em 0 0 0;
	font-weight: bold;
}

p,
#infopage ul {
	margin-bottom: 1em;
}

a:link,
a:visited {
	text-decoration: none;
	color: #9AAFFE;
}

a:hover,
a:active {
	text-decoration: none;
	background: #A03131;
	color: #F5F804;
}

#header a:hover {
	background: none;
}

#container {
	position: relative;
	width: 100%;
	min-width: 770px;
	max-width: 900px;
	margin: 0 auto;
}

#topnav {
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;
}

#topnav ul {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 2px 0 4px 0;
	text-align: center;
	font-size: 90%;
}

#topnav ul li{
	display: inline;
	padding: 0 1em;
}

li#searchbox form {
	display: inline;
	background: #06006E;
}

input.searchbox {
	color: #000;
	background: lightgray;
/*	color: #9AAFFE;
	background: #06006E; */
	border: 1px solid #2351FF;
	padding: 1px 0;
}

input.searchbutton {
	position: relative;
	top: 4px;
	cursor: pointer;
	padding: 0px 2px;
}


div#suggestiondiv {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 3;
	float: left;
}

form#suggestionlistform {
	margin-top:0;
}

select#suggestions {
	margin-top: 0;
	display: none;
	width: 12em;
	overflow: auto;
	color: #9AAFFE;
	background: #06006E;
	border: 1px solid #2351FF;
}



#header {
	position: relative;
	width: 635px;
	margin: 0 auto 40px auto;
	padding-top: 20px;
}

#navbar {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	font-family: Courier New, Georgia, Palatino Linotype;
	font-size: 1.5em;
	border: 1px solid #2351FF;
}

#navbar a {
	text-decoration: none;
	padding: 2px 0 4px 0;
}

#navbar a:hover {
	text-decoration: none;
	color: #F5F804;
	background: #A03131;
}

#navbar ul {
	position: relative;
	float: left;
	width: 100%;
	padding: 2px 0 4px 20px;
	text-align: center;
	font-size: 65%
}

#navbar ul li {
	display: inline;
	float: left;
	padding-right: 0;
}

span.raquo {
  padding: 0 0.5em;
}

#basketbar {
	position: relative;
	float: left;
	width: 100%;
	font-family: Courier New, Georgia, Palatino Linotype;
	font-size: 1em;
}

#basketinfo {
	position: relative;
	float: right;
	padding-right: 30px;
}

#basketinfo img {
	border: none;
}

#basketinfo span#basketitems {
	vertical-align: top;
}

#wrapper {
	position: relative;
	width: 100%;
	float: left;
}

#header2 {
	position: relative;
	width: 100%;
	margin: 10px auto;
}

#wrapper1 {
	position: relative;
	width: 700px; /*720px;*/
	margin: 20px auto;
}

div#basket {
	position: relative;
	width: 500px;
	margin: 0 auto 40px auto;
	min-height: 250px;
}

td.label {
	width: 14em;
}

a.basketX:link,
a.basketX:visited {
	background: url(X.png) center no-repeat;
}

a.basketX:hover,
a.basketX:active {
	background: url(X-selected.png) center no-repeat;
}

img.basketX {
	border: none;
}

table#basket th {
	text-align: left;
}

td.price,
th.price {
	width: 8em;
	text-align: right !important;
	padding-right: 2em;
}

td.remove,
th.remove {
	width: 3em;
	text-align: right !important;
}

td.remove{
	padding-right: 1.5em;
}

td.total {
	font-weight: bold;
}

div.emptybasket p {
	text-align: center;
	font-size: 120%;
}

#thumbnails {
	position: relative;
	float: left;
	width: 100%
}

div.thumbwrap {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom:10px;
	/* space between thumbnails is set by .thumbspacer div */
}

a.thumbnail {
	position: relative;
	float: left;
	max-width: 150px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
}

.thumbspacer {
	position: relative;
	float: left;
	width: 30px;
	height: 200px;
}

#photo {
	position: relative;
	float: left;
}

#photo img {
	float: left;
}

#infopage {
	position: relative;
	float: left;
	padding-bottom: 20px;
}

#searchpage {
	position: relative;
	float: left;
	padding-bottom: 30px;
        width: 100%;
}

div#contact {
	position: relative;
	padding-left: 200px;
}

div#infopage ul,
div#basket ul {
	list-style: none;
	padding-bottom: 1em;
}

#admin {
	position: relative;
	float: left;
	height: 200px;
	width: 100%
}

#upload {
	position: relative;
	float: left;
	height: 270px;
	width: 100%
}

#editphoto {
	position: relative;
	width: 760px;
	margin: 0 auto 30px auto;
}

div#editphoto input {
	margin-top: 10px;
}

.editalbumphoto {
	position: relative;
	float: left;
	width: 300px;
	margin: 0 0 40px 50px;
}

.editalbumphoto img {
	position: relative;
	width: 100%;
	margin: 0 auto 10px auto;
}

#buyphoto {
	position: relative;
	float: left;
	width: 130px;
	padding: 20px 0 0 50px;
	font-family: serif;
	font-size: 1.2em;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial sans-serif;
}

#description {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

p.homepage {
	text-align: justify;
}

p.price {
	//line-height: 2em;
	font-size: 85%;
}

p.gocat {
	text-align: center;
	font-size: 1.5em;
}

input.checkbox {
	margin-top: 2em;
	margin-bottom: 1.7em;
}

label.checkbox {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

input.editform,
select.editform,
textarea.editform {
	margin: 1px 7px 0 0;
	padding: 0 0 2px 0;
	background-color: #CBE9FE;
	border: 2px inset #d7b9c9;
}


label.editform {
	width: 8em;
	margin-right: 0.5em;
}

.editform {
	margin-top: 7px;
}

.editformerror {
	color: red;
	font-style:italic;
}

input.editformsubmit {
	margin: 8px 7px 0 0;
	padding: 0 0 2px 0;
	background-color: #5FFE84;
	border: 2px outset #d7b9c9;
	font-size: 120%;
}

p.editform {
	padding-top: 1em;
}

div.form {
	width: 100%;
	float: left;
	padding: 10px 0 20px 0;
}

div.formline {
	width: 100%;
	float: left;
	padding: 5px 0;
}
div.editbutton {
	width: 250px;
	float: right;
	padding-bottom: 30px;
}

div.formlabel {
	width: 40%;
	float: left;
}

div.editformlabel {
	width: 12em;
	float: left;
	text-align: right;
}

div.formfield {
	width: 60%;
	float: left;
}

div#contactformconfirm {
	float: right;
	padding: 0 40px 20px 0;
}

input.contactform,
select.contactform,
textarea.contactform {
	background-color: #0A1164;
	border: 1px solid #2351FF;
	color: #CBC9C9;
}

span.contactformerror {
	font-style: italic;
	color: #ff0000;
}

input.textbutton {
	background-color: #0A1164;
	border: 1px solid #2351FF;
	color: #CBC9C9;
	padding: 5px;
	font-style: italic;

}

img,
img a:link,
img a:visited,
img a:hover,
img a:active {
	border: 1px solid #3B2828;
}

/* ----------------------------------------- */
/* --------------- checkout ---------------- */
/* ----------------------------------------- */

div#shippingOptions {
	width: 100%;
	float: left;
	overflow: wrap;
}

div.optionRow {
	width: 100%;
	float: left;
}

div.optionCol1 {
	width: 8em;
	float: left;
}

div.optionCol2 {
	float: left;
}

div.buttons {
	width: 100%;
	padding-bottom: 30px;
}

div.buttons div#left {
	float: left;
	padding-left: 100px;
}

div.buttons div#right {
	float: right;
	padding-right: 100px;
}

/* this div is one button width */
div.buttons div#center {
	width: 80px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}


/* ----------------------------------------- */
/* -------------- error page --------------- */
/* ----------------------------------------- */


p#error {
	padding-top: 2em;
	text-align: center;
	font-size: 120%;
	font-style: italic;
	color: #ff0000;
}

p#errorhomelink {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 4em;
}

p#errorcode {
	font-size: 50%;
	line-height: 4em;
	text-align: right;
	color: #C0BBBB
}



/* ----------------------------------------- */
/* ---------- bottom navigation ------------ */
/* ----------------------------------------- */

#navigation {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
	font-size: 85%;
	color: #ff0000;
}

#navigation a {
	position: relative;
	padding: 0 10px;
	border: 1px solid #B0AEAE;
}

#navigation a:link,
#navigation a:visited {
	color: #7A79F1;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:active {
	color: #000000;
	text-decoration: none;
	background: #D2CACA;
}

#navigation span.inactive {
	position: relative;
	padding: 0 10px;
	border: 1px solid #B0AEAE;
}

#navigation p.pageNavPagesNumber {
	color: #B0AEAE;
	padding-top: 5px;
}

#footer	{
	position: relative;
	clear: both;
	height: 1.5em;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
	border: 1px solid #2351FF;
	color: #2351FF;
	font-size: 80%;
}

#footer	#designed {
	position: relative;
	float: left;
	padding-left: .5em;
}

#footer #footmenu	{
	position: relative;
	float: right;
	padding-right: .5em;
}

#footer #footmenu ul li {
	display: inline;
	padding-left: 15px;
}

div#paypalwrap {
	position: relative;
	float: left;
	width: 100%;
    margin-bottom: 20px;
}

div#paypal {
	position: relative;
    float: left;
	width: 291px;
	border: none;
    padding-top: 8px;
}

div#paypal-verified {
	position: relative;
    float: left;
	width: 205px;
	border: none;
}

#paypal-verified img {
 margin-left: 70px;
 border: none;
}

div#repatoo {
	position: relative;
    float: left;
	width: 204px;
	border: none;
    padding-top: 10px;
}

#repatoo a {
    float: right;
}

#repatoo a img {
    border: none;
}

div#twitter {
	position: relative;
	float: left;
	width: 100%;
    margin-bottom: 20px;
}

div#twitter iframe {
    margin-left: 420px;
}
