/* CSS Document */

/* Reset */
a, big, blockquote, body, br, button, caption, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, input, legend, li, ol, option, p, pre, select, small, span, textarea, tt, u, ul {
	margin: 0;
	padding: 0;
	font-weight: inherit;
}

img {
	border: none;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #5C461C;
	background-color: #F0F0F0;
}

#container {
	width: 930px;
	padding: 10px;
	margin: 10px auto;
	border: 5px solid #E0E0E0;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#cards {
	float: left;
	margin-top: 15px;
	margin-left: 40px;
}
#contact-number {
	float: right;
	font-size:0.9em;
	margin-top: 10px;
}
#contact-number a {
	text-decoration: none;
}
#contact-number .phone-number {
	font-size: 2.1em;
}

#contact-details {
	width: 500px;
	float: right;
	margin: 10px 20px 0 0;
}
#contact-details .org {
float: left;
}

#address {
	width: 280px;
	float: left;
	margin-top: 5px;
	color: #5C461C;
	font-weight: bold;
}

#phone {
	float: right;
	text-align: center;
	color: #5C461C;
}

#phone-text {
	margin: 0;
	font-size: 1.1em;
}

#phone-number {
	margin: 0;
	font-size: 1.8em;
}

/* Navigation menu */
#nav {
	padding-top: 10px;
	border-bottom: 4px solid #F0E19E;
}

#nav ul {
	display: inline;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	padding: 5px 0px 3px 0px;
	margin-right: 4px;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	background-color: #C1A163;
	border-top: 4px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

#nav li a:hover, #nav li a.current {
	background-color: #F0E19E;
	color: #5C461C;
	border-top: 4px solid #F0E19E;
	border-bottom: 2px solid #F0E19E;
}

#nav li.last a {
	margin-right: 0;
}

#nav-home { width: 95px; }
#nav-about { width: 95px; }
#nav-blog { width: 87px; }
#nav-faq { width: 92px; }
#nav-feedback { width: 123px; }
#nav-why-buy { width: 161px; }
#nav-buy { width: 135px; }
#nav-contact { width: 114px; }


/* Left sidebar */
#leftsidebar {
	width: 165px;
	margin-right: 20px;
	float: left;
	margin-top: 2px;
}

#leftsidebar ul {
	list-style: none;
	margin-bottom: 10px;
}

#leftsidebar ul li {
	margin-top: 2px;
}

#leftsidebar ul li a {
	display: block;
	width: 145px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #848484;
}

#leftsidebar ul li a:hover {
	display: block;
	width: 145px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #E0E0E0;
	color: #848484;
}

#leftsidebar a img {
	border: none;
}

#bja {
	text-decoration: none;
}

#bja span {
	display: block;
	width: 165px;
	text-align: center;
	font-size: 0.8em;
}

#twitter {
margin-top:10px;
text-align: center;
font-size: 0.9em;
}

#twitter a {
text-decoration: none;
}

#twitter img {
margin-bottom: 5px;
border: none;
}

#certificate {
	margin-top: 10px;	
}

/* Content */
#homecontent {
	width: 480px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

#content {
	width: 540px;
	float: left;
	margin: 10px 30px 10px 10px;
	color: #000000;
}

#featured-products {
	
}

#featured-products .box {
	width: 151px;
	padding:10px;
	border: 1px solid #9a937f; 
	background-image:url(../images/product-bg.gif); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	background-color: #ffffff; 
	margin-right:10px;
	margin-bottom: 10px;
	float: left;
}

#featured-products .end {
	margin-right: 0px;
}

#sagepay-banner {
	margin-top: 10px;
	margin-bottom: 15px;
}

#home-feedback {
	background: url('../images/scrap-gold-feedback-quotes.gif') no-repeat top left;
	padding: 0 50px;
	color: #000000;
}

#home-feedback a {
	font-weight: bold;
}

#price-date {
	color: #5c461c;
	font-size: 0.8em;
}

#map {
	border: 2px solid #c1a163;
}

#subtitle {
	font-size: 1.2em;
	font-weight: bold;
}

#subtitle a {
	color: #5C461C;
}

#subtitle a:hover {
	text-decoration: none;
}

#homeimage {
	margin-bottom: 20px;
}

#currentprices .item {
	float: left;
	text-align: center;
	margin-right: 1px;
	padding-top: 1px;
	line-height: 1.6;
	width: 59px;
	height: 44px;
	background-image:url(../images/goldpriceboxbg.gif);
	background-repeat:no-repeat;
}

h1, #breadcrumbs {
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #5C461C;
}

#breadcrumbs a {
	color: #5C461C;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;	
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#content ul, #homecontent ul {
	list-style-position: inside;
}

/* Right sidebar */
#rightsidebar {
	width: 165px;
	float: left;
	margin-top: 4px;
}

#rightsidebar ul {
	list-style-image: url('../images/list-marker.gif');
	margin-left: 20px;
}

#rightsidebar ul li {
	font-weight: bold;
	margin-bottom: 20px;
}

/* Calculators */
.calculator {
	margin-bottom: 10px;
	background-color: #edeae6;
	padding: 5px;
	background-image: url(../images/calcbg.gif);
	background-repeat: repeat-x;	
}

.calculator h4 {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	margin-bottom: 10px;
}

.calculator p {
	font-size: 0.9em;
	margin: 3px 0;
}

.calculator label {
	width: 35px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 15px;
	text-align: right;
	position: relative;
	top: 3px;
	font-size: 0.9em;
	color: #5C464A;
}

.calculator input.calc-input {
	float: left;
}

.calculator .weight {
	width: 56px;
	padding: 1px 15px 1px 1px;
	background: #FFFFFF url('../images/gram-bg.gif') no-repeat right 3px;
	border: 1px solid #A5ACB2;
}

.calculator .carat {
	width: 74px;
}

.calculator p {
	margin-bottom: 8px;
	color: #000000;
}

#calc_value {
	font-size: 3em;
	text-align: center;
	font-weight: bold;
}

.calculator.gold h4 {
	color: #D2AC67;
}

.calculator.silver h4 {
	color: #999999;
}

.calculator.platinum h4 {
	color: #787981;
}

/* 'Ready to Sell?' box */
.readytosell {
	margin-top: 20px;
}	

#readytosell a:hover {
	background-color: #FFF4B6;
}

/* Footer */
#footer {
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 0.9em;
	background-color: #F0E19E;
	color: #5C461C;
}

#footer h2 {
	display: inline;
	font-weight: normal;
	font-size: 0.9em;
}

#footer p {
	margin: 0;
	font-size: 0.9em;
}

#footer a {
	color: #5C461C;
}

/* Subfooter */
#sub-footer {
	margin-top: 10px;
	text-align: center;
	font-size: 0.8em;
	color: #000000;
}

/* News items */
.news_item {
	border-bottom: 1px solid #7E6C46;
	margin-bottom: 1em;
}

.news_item h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.news_item .news_date {
	margin-bottom: 1em;
}

/* Feedback page */
.feedback-item {
	border-top: 1px solid #C1A163;
	padding: 10px 0;
}

.feedback-item p {
	margin-bottom: 5px;
}

.feedback-meta span {
	font-weight: bold;
}

/* Trade form */
#tradeform label {
	width: 10em;
	float: left;
}

#tradeform #submit {
	background: url('../images/button-bg.gif') no-repeat top left;
	width: 120px;
	height: 24px;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
}

#tradeform ul {
	list-style-position: inside;
}

.error {
	border: 5px solid #440000;
	background-color: #660000;
	color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}

/* General */
.clear {
	clear: both;
}



.button, .buy-button, .large-button {
	border: 1px solid #3c750a;
	background-color: #63a72c;
	color: #ffffff;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	
	background-image: url(../images/button-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 -119px;
	
	padding: 2px 10px;
	margin: -1px 0 0 0;
	
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

.button:hover, .buy-button:hover, .large-button:hover {
	background-position: 0 0;
	background-color: #ff6a07;
	border: 1px solid #d35400;
}

.buy-button {
	float: left; 
	margin-left: 10px;	
}

.large-button {
	padding: 10px 20px;
	font-size: 1em;
}

#basket-inner .button, #account-inner .button {
	font-size: 1em;	
}



.button-margin {
	margin-left: 30px;	
}

#dis {
	display: none;
}

#rss-box {
	background-color: #f0f0f0; 
	color: #e6772b; 
	margin-top: 40px; 
	margin-bottom: 5px; 
	padding: 5px 5px 5px 2px; 
	font-weight: bold; 
	font-size: 0.9em;
}

#rss-box img {
	float: left;
	margin-right: 10px;
}

p#rss-text {
	font-size: 0.9em;
}

p#rss-text a {
	color: #e6772b;
}
#bjalogo {
font-size: 0.7em;
text-align: center;
margin-top: 10px;
}
#bjalogo a{
text-decoration: none;
}

#buyback {
font-size: 0.9em;
text-align: center;
}
#buyback a{
text-decoration: none;
}
#buyback img{
margin-bottom: 5px;
}

.calculator h2 {
	font-size: 0.9em;
	text-align: center;
	margin-top: 2px;
	padding-bottom: 10px;
}
.calculator h2 a {
	text-decoration: none;
}
.calculator h2 a:hover {
	text-decoration: underline;
}

.calc-label {
	text-align: right !important; 
	width: 4em !important; 
	font-weight: bold !important; 
	color: #000000 !important; 
	margin-right: 25px !important;
}

#calc-image {
	position: absolute;
	margin-left: 285px; 
	margin-top: 10px;
}

.three-quarters-height {
	line-height: 0.75;
}

.sell-link {
	padding-top: 8px;	
}

table#track {
	border-collapse:collapse;	
}

table#track tr td {
	padding: 2px 0;
	vertical-align: top;
}

table#track tr td.first {
	padding-right: 10px;
	width: 150px;
}

form#sell-now {
	font-size: 0.9em; 
	color: #5c461c; 
	margin-top: 5px;
}

form#sell-now input.text-field, form#sell-now textarea, form#sell-now select {
	border: 1px solid #A5ACB2;
	margin-top: 1px;
	padding: 3px;
}

.half-line {
	line-height: 0.8em;
}

form#sell-now .section {
	border-top: 5px solid #c1a163; 
	margin-bottom: 30px;
}

form#sell-now .section .title {
	margin-top: -0.9em; 
	margin-left: 15px; 
	font-weight: bold; 
	font-size: 1.2em; 
	background-color: #ffffff; 
	float: left; 
	padding: 0 5px;
}

form#sell-now .section .description {
	margin: 15px 20px;
}

form#sell-now .section .fields {
	background-color: #f0e19e; 
	padding: 15px;
}

form#sell-now input.pound {
	background-image:url(../images/pound-bg.gif); 
	background-repeat: no-repeat; 
	background-position: 3px 6px; 
	padding-left: 12px;
}

#bookmarks {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}

#royal-mail-box {
	background-image: url(../images/royalmail-bg.gif);
	background-repeat: no-repeat;
	width: 290px;
	height: 80px;
	margin-top: 3em;
	padding-left: 150px;
	padding-top: 28px;
}

option {
	font-weight: normal;	
}

#basket-outer, #account-outer {
	background-color: #6aac35; 
	color: #FFF; 
	font-weight:bold; 
	padding: 5px 0; 
	text-align: center;	
	margin-top: 5px;
}

#account-outer {
	margin-top: 10px;	
}

#basket-inner, #account-inner {
	border: 2px solid #6aac35; 
	padding: 10px; 
	font-size: 0.85em;
}

#basket-inner strong, #account-inner strong {
	font-size: 1.4em; 
	margin-left: 5px;
}



#why-buy-outer {
	background-color: #F0E19E; 
	color: #5C461C; 
	font-weight:bold; 
	padding: 5px 0; 
	text-align: center;
	font-size: 0.85em;
}

#why-buy-inner {
	border: 2px solid #F0E19E; 
	padding: 10px; 
	font-weight: bold;
	font-size: 0.85em;
}

#why-buy-inner ol {
	margin: 0;
	padding: 0;
	list-style:none;
}

#why-buy-inner ol li {
	margin-bottom: 0.5em;
	background-image:url(../images/green-tick.gif);
	background-repeat:no-repeat;
	padding: 0 0 0 30px;
}

#why-buy-inner ol li.last {
	margin: 0;	
}



#gold-outer, #silver-outer, #platinum-outer, #palladium-outer {
	margin-top: 10px; 
	font-weight:bold; 
	padding: 5px 0; 
	text-align: center;	
}
#gold-outer{
	background-color: #F0E19E;
	color: #5C461C;
}
#silver-outer {
	background-color: #848484;
	color: #FFFFFF;	
}
#platinum-outer {
	background-color: #E0E0E0;
	color: #848484;	
}
#palladium-outer {
	background-color: #f0f0f0; 
	color: #848484; 	
}


#gold-inner, #silver-inner, #platinum-inner, #palladium-inner {
	padding: 10px; 
	font-size: 0.85em;
}
#gold-inner {
	border: 2px solid #F0E19E;
}
#silver-inner {
	border: 2px solid #848484; 
}
#platinum-inner {
	border: 2px solid #E0E0E0;
}
#palladium-inner {
	border: 2px solid #f0f0f0;
}


#gold-inner span, #silver-inner span, #platinum-inner span, #palladium-inner span {
	font-weight: bold; 
	font-size: 1.5em;
}



.center {
	text-align: center;	
}

.product-container {
	border: 1px solid #9a937f; 
	padding: 25px; 
	background-image:url(/images/product-bg.gif); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	background-color: #ffffff; 
	position: relative;
}

.product-container .vat-free {
	width: 62px; 
	height: 62px; 
	background-image:url(/images/vat-free.png); 
	background-repeat: no-repeat; 
	position: absolute; 
	top: 10px; 
	right: 10px;
}

.product-container .image-container {
	float: left; 
	width: 120px;
	position: relative;
}

.product-container .text-container {
	float: left; 
	width: 333px; 
	margin-left: 15px;
	position: relative;
}

.product-container .text-container .title, .product-container .text-container h1 {
	color: #403823; 
	font-size: 1.2em; 
	font-weight: bold; 
	margin:0 57px 0 0;
}

.product-container .text-container .title a {
	color: #403823;
	text-decoration: none;
}

.product-container .text-container .title a:hover {
	text-decoration:underline;	
}

.product-container .text-container .brief-description {
	color: #403823; 
	font-size: 0.9em; 
	font-weight: bold; 
	margin:0 57px 0 0;
}

.product-container .text-container .full-description {
	color: #403823; 
	font-size: 0.9em; 
	margin: 1em 0;
}

.price-container {
	color: #403823; 
	background-image:url(/images/uk-flag.gif); 
	background-repeat: no-repeat; 
	padding-left: 33px;
}

.price-container .price {
	font-size: 1.4em; 
	font-weight: bold;
}

.price-container img {
	margin-left: 10px; 
	margin-right: 10px;
}

table#basket {
	border-collapse:collapse;
	width: 520px;
	border: 1px solid #999999;
}

table#basket tr th {
	text-align:left;
	background-color: #cccccc;
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

table#basket tr td {
	padding: 5px;
	border-right: 1px solid #999999;
}


table#basket tr#basket-total td {
	border-top: 1px solid #999999;
	border-right: none;
	background-color:#eeeeee;
}

table#basket tr.basket-total-top td {
	border-top: 1px solid #999999;
	border-right: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#basket tr.basket-total-middle td {
	border-right: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#basket tr.basket-total-bottom td {
	border-top: 1px solid #999999;
	border-right: none;
	background-color:#eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}

input, select, textarea {
	border: 1px solid #696969;	
	padding: 2px;
	margin-top: 2px;
}

.hot-image {
	text-align: center; 
	margin-bottom: 10px;
	width: 151px;
	height: 100px;
	overflow: hidden;
}

.hot-image img {
	height: 100px; 
	max-width: 151px;	
}

.hot-title {
	font-weight: bold; 
	font-size: 1.1em;
	text-align:center;
	color: #5c461c;
}

.hot-title a {
	color: #5c461c;	
	text-decoration:none;
}

.hot-title a:hover {
	text-decoration:underline;	
}

.hot-in-stock {
	font-size: 0.9em;
	text-align:center;
	margin-bottom: 10px;
}

.hot-price-container {
	margin: 10px 0;	
}

.hot-input {
	float: left; 
	margin-top: -1px; 
	height: 17px; 
	padding: 1px 2px; 
	font-size: 0.9em;	
}

.basket-remove a {
	display: block;
	width: 16px;
	height: 13px;
	background-image:url(/images/remove-button-2.gif);
	background-repeat:no-repeat;
}

.basket-remove a:hover {
	background-position: -16px 0;	
}

#absolute-text {
	margin-top: 573px;
}

#absolute-products {
	position: absolute; 
	top: 145px; 
	width: 540px;	
}

.blog-item {
	margin-bottom: 2em;
	border-bottom: 1px dashed #999999;
	padding-bottom: 2em;
}

.blog-item-body {
	margin-top: 1.2em;
}

#content p {
	font-size: 1.2em;
	line-height: 1.4em;	
}

.blog-item-body img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}

.half-line {
	line-height: 0.5;	
}

#order-history, #order-summary {
	border-collapse: collapse;
}

#order-history tr th {
	background-color: #848484;
	color: #ffffff;
	text-align:left;
	padding: 5px 10px;
}

#order-history tr td, #order-summary tr td {
	padding: 5px 10px;
}

.dark td {
	background-color: #F0F0F0;	
}

.right {
	text-align: right;	
}

#scrap-gold-banner {
	border: 2px solid #f0e19e; 
	height: 167px; 
	padding-top: 10px; 
	background-image: url(../images/scrap-gold-banner.jpg); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	margin-top: 20px; 
	text-align: center; 
	color: #000000;	
}

#individual-product-description {
	padding: 20px;	
}

#individual-product-description h2 {
	font-size: 1em;	
}

#individual-product-description .similar {
	float: left;
	margin-right: 37px;
	text-align: center;
	width: 133px;
	height: 138px;
}

#individual-product-description .last {
	margin-right: 0;	
}

#individual-product-description .similar .image {
	border: 1px solid #c1a163;
	padding: 10px;
	margin-bottom: 10px;
}

#individual-product-description .similar .image img {
	max-height: 56px;
	max-width: 111px;
}

.clear-both {
	clear: both;
}

.zero-height {
	line-height: 0px;
}

.no-border {
	border: none;	
}

.grey-border {
	border: 1px solid #9A937F;
}

.ten-px-bottom-margin {
	margin-bottom: 10px;	
}

.ten-px-top-margin {
	margin-top: 10px;
}

.call {
	font-size: 0.9em; 
	float: left;
	margin-left: 10px;
}

#facebook {
	text-align:center;
	font-size:0.9em; 
	background-color: #3b5998; 
	padding-bottom: 10px;
}

#facebook a {
	text-decoration:none; 
	color: #ffffff;
}

#facebook img {
	margin-bottom:5px;
	border:none;
}

hr {
	border: none;
	border-top: dashed 1px #CCCCCC;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-top {
	margin-top: 10px;	
}

.register-head {
	background-color: #f0f0f0; 
	padding: 10px 20px; 
	font-size: 1.4em;
}

.register-body {
	border: 2px solid #f0f0f0;
	padding: 20px 30px;
	margin-bottom: 20px;
	font-size: 0.9em;
	color: #555555;
}

.register-title {
	width: 150px;
	float: left;
	font-weight: bold;
}

.required {
	font-style: italic;
	margin-left: 15px;
}

h1 a {
	color: #5C461C;	
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}





/* ---------- Lightbox ---------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
