/* ---------- TAGS ---------- */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #696969;
}

img {
	border: none;
}

a {
	cursor: pointer;
}
/* ---------- TAGS ---------- */


/* ---------- GENERIC CLASSES ---------- */
.clear {
	clear: both;
}

.last {
	margin-right: 0 !important;
}

.white-container {
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.grey-container {
	background-color: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

.price-drop-button {
	white-space:nowrap;
	text-decoration: none;
	font-size: 0.7em;
	padding: 5px 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	color: #ea232e;
	border: 2px solid #e2e2e2;

	margin-right: 2px;
}

.add-to-favourites-button {
	white-space:nowrap;
	text-decoration: none;
	font-size: 0.7em;
	padding: 5px 9px 5px 27px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	color: #c1a11e;
	border: 2px solid #e2e2e2;

	background-image:url(/images/favourite-product-icon-small.png);
	background-repeat:no-repeat;
	background-position: 5px 3px;
}

.price-drop-button:hover, .add-to-favourites-button:hover {
	text-decoration: underline;
}

.small-button-green, .large-button-green, .large-button-grey, .large-button-orange, .small-button-grey {
	/*border: 1px solid #3c750a !important;
	background-color: #63a72c !important;*/
	border: 1px solid #6aac36 !important;
	background-color: #6aac36 !important;
	color: #ffffff !important;

	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 0.7em !important;
	cursor: pointer !important;
	font-family: Arial, Helvetica, sans-serif !important;

	/*background-image: url(/images/button-bg.gif) !important;*/
	background-repeat: repeat-x !important;
	background-position: 0 -119px !important;

	padding: 1px 7px !important;
	margin: 0 !important;
	width: auto !important;

	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;

        white-space: nowrap;
}

a.small-button-green, a.small-button-grey {
	padding: 3px 10px 2px 10px !important;
}

a.large-button-green, a.large-button-grey, a.large-button-orange {
	padding: 9px 17px !important;
}

.small-button-green:hover, .large-button-green:hover, .large-button-grey:hover, .large-button-orange:hover {
	background-position: 0 0 !important;
	/*background-color: #ff6a07 !important;
	border: 1px solid #d35400 !important;*/
	background-color: #ff6600 !important;
	border: 1px solid #ff6600 !important;
	color: #ffffff !important;
}

.large-button-green, .large-button-grey, .large-button-orange {
	padding: 8px 14px !important;
	font-size: 0.8em !important;
}

.large-button-grey, .small-button-grey {
	/*background-image: url(/images/grey-button-bg.gif) !important;
	border: 1px solid #e0e0e0 !important;
	background-color: #e7e7e7 !important;
	color: #3c750a !important;*/
	background-image: none !important;
	border: 1px solid #c3c3c3 !important;
	background-color: #c3c3c3 !important;
	color: #ffffff !important;
}

.large-button-orange {
	background-position: 0 0 !important;
	background-color: #ff6a07 !important;
	border: 1px solid #d35400 !important;
	color: #ffffff !important;
}

.large-button-orange:hover {
	background-position: 0 -119px !important;
	background-color: #63a72c !important;
	border: 1px solid #3c750a !important;
	color: #ffffff !important;
}

.uploadifive-button {
	width: 200px !important;
}

.refresh {
	width: 16px;
	height: 11px;
	background-image:url(/images/refresh.gif);
	background-repeat:no-repeat;
	position: absolute;
	right: 5px;
	top: 5px;
	display: none;
}

.breadcrumbs a {
	padding: 6px 23px 7px 10px;
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 0.7em;
	background-image:url(/images/breadcrumb-sprite.png);
	background-repeat: no-repeat;
	background-position:right -50px;
	float: left;
	margin-top: -6px;
	display: block;
	height: 12px;
	margin-bottom: -7px;
}

.breadcrumbs a:hover {
	text-decoration: none !important;
}

.breadcrumbs a.last {
	background-position:right -100px;
}

.slideshow {
	position: relative;
	height: 259px;
	width: 762px;
}

.slideshow img {
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow-container {
    position: absolute;
    top: 202px;
}
.slideshow {
    position: relative;
    width: 958px;
    height: 36px;
    padding: 0;

    list-style: none;
    margin: 0;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.9em
}

.slideshow li {
    width: 938px;
    height: 16px;
    padding: 10px;

    display: none;
    background-color: #ffffff;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.slideshow li:first-child {
    display: block;
}

.slideshow li a {
    color: #1f4f82;
    text-decoration: none;
}

.slideshow li a:hover {
     text-decoration: underline;
}

#ticker-controls {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 99;
    list-style: none;
    margin: 0;
    padding: 0;
}

#ticker-controls li {
    float: left;
    text-indent: -5000px;
    background-image:url(/images/ticker-sprite.png);
    background-repeat: no-repeat;
    display: block;
    height: 13px;
    width: 12px;
    cursor: pointer;
    margin-left: 10px;
}

#ticker-controls li#ticker-pause {
    background-position: -12px 0;
}
#ticker-controls li#ticker-pause:hover {
    background-position: -12px -13px;
}

#ticker-controls li#ticker-previous {
    background-position: -24px 0;
}
#ticker-controls li#ticker-previous:hover {
    background-position: -24px -13px;
}

#ticker-controls li#ticker-next {
    background-position: -36px 0;
}
#ticker-controls li#ticker-next:hover {
    background-position: -36px -13px;
}

.notice {
	background-color: #FF8080;
	border: 1px solid red;
	color: #ffffff;
	padding: 10px;
	font-size: 0.9em;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.notice a {
	color: #ffffff;
	text-decoration: underline;
}

.notice a:hover {
	text-decoration: none;
}

.notice ul {
    margin: 7px 0 0 29px;
    padding: 0;
    list-style: square;
}

.notice-success {
	background-color: #80C080;
	border: 1px solid green;
	color: #ffffff;
	padding: 10px;
	font-size: 0.9em;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.closure-notice {
	background-color: #FF8080;
	border: 1px solid red;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 0.75em;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

        text-align: center;
        line-height: 1.5;
}

#placeholder {
	width: 100%;
	height: 340px;
	position: relative;
	margin-bottom: 10px;
}

#placeholder img {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.tickLabel {
	color: #999999;
	font-size: 0.8em;
}

.red-circle {
	background-color: #ed1f24;
	color: #ffffff;
	height: 32px;
	padding-top: 8px;
	width: 40px;
	-webkit-border-radius: 9999px; /* Android hack */
	-moz-border-radius: 9999px; /* Android hack */
	border-radius: 9999px; /* Android hack */
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	z-index: 998;
	-webkit-box-shadow: 0px 1px 2px 0px #999;
	box-shadow: 0px 1px 2px 0px #999;
}
/* ---------- GENERIC CLASSES ---------- */


/* ---------- LAYOUT ---------- */
#container {
	width: 960px;
	margin: 0 auto;
}
/* ---------- LAYOUT ---------- */


/* ---------- HEADER ---------- */
#header {
	position: relative;
	height: 161px;
}

#logo {
	position: absolute;
	top: 17px;
	left: 0;
}

#top-links {
	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 0.75em;
}

#top-links a {
	color: #000000;
	text-decoration: underline;
}

#top-links a:hover {
	text-decoration: none;
}

#telephone {
	position: absolute;
	top: 34px;
	right: 378px;
	font-size: 0.9em;
}

#telephone div {
	font-size: 2em;
	font-weight: bold;
	color: #525252;
}

#mastercard-securecode-header {
	position: absolute;
	top: 52px;
	right: 141px;
}

#verified-by-visa-header {
	position: absolute;
	top: 41px;
	right: 252px;
}

#norton-secured {
	position: absolute;
	top: 27px;
	right: 0;
}

#free-delivery-header {
	position: absolute;
	top: 38px;
	right: 219px;
}

/* Top Navigation - Top Level */
#top-nav, #top-nav ul {
	list-style: none;
	position: absolute;
	white-space:nowrap;
	z-index: 999;
}

#top-nav {
	top: 118px;
	font-size: 0.9em;
}

#top-nav li {
	float: left;
	padding: 9px 0 14px 0;
	position: relative;
	z-index: 999;
}

#top-nav li a {
	padding: 9px 16px 14px 16px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #5c5c5c;
	border-left: 1px solid #848484;
	border-top: 1px solid #6f6f6f;
	border-bottom: 1px solid #6f6f6f;
	background-color: #5d5d5d;
	background-image:url(/images/top-nav-bg.gif);
	background-repeat:repeat-x;
}

#top-nav li a.first {
	border-left: 1px solid #6f6f6f;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#top-nav li a.last {
	border-right: 1px solid #6f6f6f;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#top-nav li:hover a {
	color: #e5af00;
	padding-bottom: 25px;
}

#top-nav li:hover a.no-sub-nav {
	padding-bottom: 14px;
}

#top-nav li:hover ul {
	display: block;
}

/* Top Navigation - Second Level */
#top-nav li ul {
	display: none;
	background-image:url(/images/top-nav-sub-nav-bg.gif);
	background-repeat:repeat-x;
	top: 46px;
	background-color: #000000;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border: 1px solid #5c5c5c;
	border-left: 1px solid #848484;
	/*padding: 15px 39px 24px 28px;*/ /* Per design */
	padding: 15px 39px 15px 28px;
	left: 0;

-moz-box-shadow: 8px 8px 20px #666;
-webkit-box-shadow: 8px 8px 20px #666;
box-shadow: 8px 8px 20px #666;
}

#top-nav li ul.last {
	right: 0;
	margin-left: -120px;
	-webkit-border-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topright: 0;
	border-radius: 4px;
	border-top-right-radius: 0;
}

#top-nav li ul li {
	float: none;
	/*background-image:url(/images/top-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 6px;*/
	padding: 0;
	/*padding-left: 18px;*/
}

#top-nav li ul li a {
	padding: 0 !important;
	margin-bottom: 1px !important;
	color: #ffffff !important;
	text-decoration: none !important;
	border: none !important;
	background-color: transparent !important;
	background-image:none !important;
	background-repeat:no-repeat !important;
	display: block !important;
}

#top-nav li ul li a img {
	margin-right: 10px;
}

#top-nav li ul li a:hover {
	padding-bottom: 0 !important;
	color: #e5af00 !important;
}

#top-nav li ul li.divider a {
	border-bottom: 1px solid #5c5c5c !important;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
}

#top-nav li ul li.divider a:hover {
	padding-bottom: 10px !important;
}
/* ---------- HEADER ---------- */


/* ---------- MAIN CONTENT ---------- */
#content {
	padding-top: 41px;
}

#content .left {
	width: 762px;
	float: left;
	margin-right: 20px;
	position: relative;

        padding-top: 48px; // Added to make space for ticker.
}

#content .right {
	width: 178px;
	float: left;

        padding-top: 48px; // Added to make space for ticker.
}

/* Shopping Basket and My Account */
.my-account-button {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    background-color: #6aac36;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.my-account-button:hover {
    background-color: #ff6600;
}
#content .right .shopping-basket, #content .right .my-account {
	border: 2px solid #68ae2b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

#content .right .shopping-basket .head, #content .right .my-account .head {
	background-color: #68ae2b;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	padding: 2px 0;
}

#content .right .shopping-basket .head a, #content .right .my-account .head a {
	color: #ffffff;
	text-decoration: none;
}

#content .right .shopping-basket .head a:hover, #content .right .my-account .head a:hover {
	text-decoration: underline;
}

/* Shopping Basket */
#content .right .shopping-basket .body {
	background-color: #ffffff;
	color: #5c461c;
	padding: 10px 15px;
}

#content .right .shopping-basket .body p {
	font-size: 0.7em;
}

#content .right .shopping-basket .body p strong {
	font-size: 1.3em;
	margin-left: 5px;
}

#content .right .shopping-basket .body div {
	margin-top: 10px;
}

/* My Account */
#content .right .my-account .body {
	padding: 10px 15px 20px 15px;
	background-color: #ffffff;
}

#content .right .my-account .body form label {
	color: #5c461c;
	font-size: 0.7em;
}

#content .right .my-account .body form #my-account-email {
	margin-bottom: 7px;
	width: 141px;
}

#content .right .my-account .body form #my-account-password {
	margin-bottom: 12px;
	width: 141px;
}

#content .right .my-account .body p {
	font-size: 0.7em;
	margin-top: 9px;
	margin-bottom: 1em;
}

#content .right .my-account .body p:last-child {
	margin-bottom: 0;
}

#content .right .my-account .body a {
	text-decoration: underline;
	color: #000000;
}

#content .right .my-account .body a:hover {
	text-decoration: none;
}

#content .right .my-account .body ul {
	list-style: none;
	font-size: 0.7em;
}

/* Metal Prices Box */
#content .right .metal-prices {
	padding: 4px;
	text-align: center;
}

#content .right .metal-prices .gold {
	border: 2px solid #f4cd00;
	background-color: #f4cd00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
	height: 20px;
	background-image:url(/images/gold-price-bg.gif);
	background-repeat:repeat-x;
	padding: 2px;
}

#content .right .metal-prices .silver {
	border: 2px solid #d1d1d1;
	background-color: #d1d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
	height: 20px;
	background-image:url(/images/silver-price-bg.gif);
	background-repeat:repeat-x;
	padding: 2px;
}

#content .right .metal-prices .platinum {
	border: 2px solid #a7a7a7;
	background-color: #a7a7a7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
	height: 20px;
	background-image:url(/images/platinum-price-bg.gif);
	background-repeat:repeat-x;
	padding: 2px;
}

#content .right .metal-prices .palladium {
	border: 2px solid #e1e1e1;
	background-color: #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 20px;
	background-image:url(/images/palladium-price-bg.gif);
	background-repeat:repeat-x;
	padding: 2px;
}

#content .right .metal-prices .gold .left,
#content .right .metal-prices .silver .left,
#content .right .metal-prices .platinum .left,
#content .right .metal-prices .palladium .left {
	float: left;
	width: 54px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 3px 0 0 6px;
	height: 17px;
	font-size: 0.7em;
}

#content .right .metal-prices .gold .right,
#content .right .metal-prices .silver .right,
#content .right .metal-prices .platinum .right,
#content .right .metal-prices .palladium .right {
	float: left;
	width: 93px;
	font-weight: normal;
	text-align: left;
	background-color: #ffffff;
	margin: 0;
	padding: 3px 0 0 9px;
	height: 17px;
	font-size: 0.6em;
	position: relative;
}

#live_gold_price, #live_silver_price, #live_platinum_price, #live_palladium_price {
	font-size: 1.25em;
}

/* eKomi Box */
#content .right .ekomi {
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}

/* Card Logos */
#content .right .card-logos {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

/* Facebook Like Box */
#content .right .facebook, #content .right .email-signup {
	border: 3px solid #3a589a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

#content .right .facebook .head {
	width: 172px;
	height: 44px;
	background-image:url(/images/facebook-logo.gif);
	background-repeat: no-repeat;
}

#content .right .facebook .body {
	background-color: #ffffff;
}

#content .right .email-signup {
	border: 1px solid #3a589a;
	background-image:url(/images/email-signup-bg.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #ffffff;
	padding: 20px;
	border-top: none;
}

#content .right .email-signup .head {
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}

#content .right .email-signup #mce-EMAIL {
	width: 90px;
	color: #000000;
	padding: 3px 5px;
	border: 1px solid #bdbdbd;
	float: left;
	font-size: 0.7em;
	margin-right: 5px;
}

#content .right .email-signup #mc-embedded-subscribe {
	float: left;
	background-color: #3a589a;
	color: #ffffff;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 0;
	font-size: 0.7em;
	font-weight: bold;
	width: 25px;
}

/* Absolute Content Layout */
#content .left #homepage-absolute-content {
	position: absolute;
	top: 48px;
	height: 1040px;
}

#content .left #homepage-absolute-content-push {
	height: 1040px;
}

/* Homepage Products */
/* #content .left .homepage-product */
.homepage-product {
	float: left;
	width: 204px;
	height: 237px;
	margin-right: 9px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	//margin-top: 10px;
        margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 11px 21px 0 21px;
	background-image:url(/images/homepage-product-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#basket-products .homepage-product {
	padding: 11px 13px 0 14px;
}

#basket-products .last {
	padding: 11px 14px 0 14px;
}

.homepage-product .title {
	color: #5c461c;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;

        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}

.homepage-product .title a {
	color: #5c461c;
	text-decoration: none;
}

.homepage-product .title a:hover {
	text-decoration: underline;
}

.homepage-product .stock-status {
	font-size: 0.75em;
	text-align: center;
	margin-top: 2px;
}

.homepage-product .stock-status img {
	margin-right: 5px;
}

.homepage-product .image {
	text-align: center;
	margin-top: 8px;
	height: 109px;
	position: relative;
}

.homepage-product .image img {
	max-height: 99px;
}

.homepage-product .flag-and-price {
    text-align: center;
}

.homepage-product .flag-and-price .price {
    font-size: 1.1em;
}

.homepage-product .flag-and-price .from {
    font-size: 0.65em;
    color: #a5a5a5;
}

.homepage-product .certificate {
    font-size: 0.65em;
    text-align: center;
    margin-top: 5px;
}

.homepage-product .certificate .free-delivery {
    font-weight: bold;
}

.homepage-product .select-and-buy {
	/*margin-left: 30px;*/
	/*margin-top: 14px;*/
	margin-top: 17px !important;
	text-align: center;
}

.homepage-product .select-and-buy a.small-button-green {
	/*padding: 5px 15px 4px 15px !important;*/
	padding: 8px 15px 7px 15px !important;
}

#content .homepage-text {
	border: 1px solid #e0e0e0;
	padding: 37px 29px 22px 40px;
}

#content .homepage-text .left {
	float: left;
	width: 358px;
	border-right: 1px solid #e0e0e0;
	padding: 0 18px 0 0;
	margin: 0 29px 0 0;
}

/* Price Chart */
#content .price-chart-text .left {
	width: 556px !important;
}

#content .homepage-text h1, #content .homepage-text h2 {
	font-size: 1.1em;
	font-style: italic;
	font-family: Cambria, Arial, Helvetica, sans-serif;
	margin: 0 0 1.1em 0;
}

#content .homepage-text .left p {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 0 1.45em 0;
}

#content .homepage-text .left p:last-child {
	margin: 0;
}

#content .homepage-text .left p a {
	color: #000000;
	text-decoration: underline;
}

#content .homepage-text .left p a:hover {
	text-decoration: none;
}

#content .homepage-text .right {
	float: left;
	width: 285px;
	padding: 0;
	margin: 0;
}

#content .homepage-text .right h2 {
	margin: 0 0 0.9em 0;
}

#content .homepage-text .right p {
	font-size: 1em;
	font-style: italic;
	line-height: 1.1;
}

#content .homepage-text .right p a {
        color: #000000;
        text-decoration: underline;
        font-style: normal;
}

#content .homepage-text .right p a:hover {
        text-decoration: none;
}

#content .homepage-text .right ul {
	list-style: none;
	margin: 17px 0;
	padding: 0;
	color: #e5af00;
	font-size: 1.12em;
}

#content .homepage-text .right ul li {
	background-image:url(/images/green-tick.gif);
	background-repeat:no-repeat;
	padding-left: 35px;
	margin-bottom: 8px;
}

#content .homepage-text .right .homepage-recent-articles {
        border-top: 1px solid #e0e0e0;
        margin-top: 26px;
        padding-top: 18px;
}

#content .homepage-text .right .homepage-recent-articles h2 {
	margin: 0 0 0.6em 0;
}

#content .homepage-text .right .homepage-recent-articles p {
	font-size: 0.75em;
	font-style: normal;
	margin-bottom: 0.8em;
}

#content .homepage-text .right .homepage-recent-articles p a {
	color: #000000;
	text-decoration: underline;
}

#content .homepage-text .right .homepage-recent-articles p a:hover {
	text-decoration: none;
}

#content .left .homepage-logos {
	border: 1px solid #e0e0e0;
	padding-bottom: 16px;
}

#content .left .homepage-logos .bja-logo {
	margin-top: 7px;
	margin-left: 32px;
	float: left;
}
#content .left .homepage-logos .verisign-logo {
	margin-top: 15px;
	margin-left: 41px;
	float: left;
}

#content .left .homepage-logos .card-logos {
	margin-top: 24px;
	margin-left: 60px;
	float: left;
}
/* ---------- MAIN CONTENT ---------- */


/* ---------- FOOTER ---------- */
#footer {
	font-size: 0.7em;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a.blue {
	color: #0031e3;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .white-container {
	padding: 22px 28px;
	border: 1px solid #e0e0e0;
}

#footer .white-container p {
	margin-bottom: 10px;
}

#footer .white-container p:last-child {
	margin-bottom: 0;
}

#footer .white-container ul {
	list-style: none;
}

#footer .white-container ul li {
	margin-bottom: 3px;
}

#footer .white-container .title {
	color: #e5af00;
	font-size: 1.4em;
	margin-bottom: 14px;
}

#footer .white-container .left {
	float: left;
	width: 273px;
	text-align: left;
}

#footer .white-container .center {
	float: left;
	width: 207px;
	text-align: left;
}

#footer .white-container .right {
	float: left;
	width: 422px;
	text-align: left;
}

#footer .white-container .right p {
	z-index: 2;
	position: relative;
}

#footer .white-container .right img {
	margin-top: -18px;
}

#footer .white-container .right img.first {
	margin-left: -13px;
}

#footer .logos {
	font-size: 1.1em;
}

#footer .logos .left {
	float: left;
	padding-left: 6px;
	padding-top: 6px;
	width: 474px;
}

#footer .logos .left img {
	margin-top: 3px;
	margin-left: 2px;
}

#footer .logos .right {
	float: left;
	width: 480px;
	text-align: right;
}

#footer .copyright-info {
	padding-left: 6px;
	padding-top: 24px;
	padding-bottom: 10px;
}






/* ---------- FOOTER ---------- */

/* ---------- PRODUCT PAGE ---------- */
#content .left .left-inner {
	width: 180px;
	float: left;
	margin-right: 20px;
}

#content .left .left-inner .left-nav {
	border: 1px solid #e0e0e0;
}




#content .left .left-inner .left-nav {
	border: 1px solid #e0e0e0;
	padding: 15px;
	font-size: 0.8em;
}

#content .left .left-inner .left-nav ul {
	margin-top: 9px;
	list-style: none;
	font-size: 0.85em;
}

#content .left .left-inner .left-nav ul li {
	padding-bottom: 3px;
	padding-top: 3px;
}

#content .left .left-inner .left-nav ul li a {
	color: #000000;
	text-decoration: none;
}

#content .left .left-inner .left-nav ul li a:hover {
	text-decoration: underline;
}





#content .left .right-inner {
	width: 562px;
	float: left;
}

#content .left .right-inner .product {
	border: 1px solid #e0e0e0;
}

#content .left .right-inner .product .key-facts {
	padding: 26px 35px 66px 35px;

	background-image:url(/images/tab-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content .left .badges {
	position: relative;
}

#content .left .vat-free, .favourite-products .vat-free {
	background-image:url(/images/vat-free-badge.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	position: absolute;
	top: -9px;
	right: 54px;
}

#content .left .tax-free, .favourite-products .tax-free {
	background-image:url(/images/tax-free-badge.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	position: absolute;
	top: -9px;
	right: 119px;
}

#content .left .free-delivery-badge {
	background-image:url(/images/free-delivery-badge.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	position: absolute;
	top: -9px;
	right: -11px;
}

#content .left .right-inner .product h1 {
	margin-top: 25px;
	margin-bottom: 8px;
	font-size: 1.45em;
	font-weight: normal;
}

#content .left .right-inner .product p {
	font-size: 0.85em;
	margin-bottom: 1em;
}

#content .left .right-inner .product .left {
	float: left;
	width: 192px;
	padding: 7px 0 0 0;
	margin: 0;
}

#content .left .right-inner .product .left .zoom-wrapper {
	border: 1px solid #efefef;
	width: 120px;
	padding: 10px 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
	background-image:url(/images/zoom-icon.png);
	background-repeat:no-repeat;
	background-position: 5% 95%;
	position: relative;
}

#content .left .right-inner .product .left .hover-to-zoom img {
	margin-top: 10px;
}

#content .left .right-inner .product .right {
	float: left;
	width: 268px;
	padding: 0 15px;
	margin: 0;
}

#content .left .right-inner .product .right .manufacturer {
	margin-left: -15px;
	margin-bottom: 13px;
}

#content .left .flag, .homepage-product .flag, .favourite-products .flag {
	float: left;
	margin-right: 8px;
}

#content .left .price, .homepage-product .price, .favourite-products .price {
	font-weight: bold;
}

#content .left .product_refresh, .homepage-product .product_refresh, .favourite-products .product_refresh {
	margin-top: 6px;
}

#content .left .product_refresh small, .homepage-product .product_refresh small, .favourite-products .product_refresh small {
	font-size: 0.7em;
	font-weight: normal;
}

#content .left .select-and-buy, .homepage-product .select-and-buy, .favourite-products .select-and-buy {
	margin-top: 10px;
}

#content .left .select-and-buy form, .homepage-product .select-and-buy form, .favourite-products .select-and-buy form {
	float: left;
}

#content .left .select-and-buy form select, .homepage-product .select-and-buy form select, .favourite-products .select-and-buy form select {
	float: left;
}

#content .left .select-and-buy form input, .homepage-product .select-and-buy form input, .favourite-products .select-and-buy form input {
	float: left !important;
	margin-left: 10px !important;
}

#content .left .select-and-buy span, .homepage-product .select-and-buy span, .favourite-products .select-and-buy span {
	float: left;
	font-size: 0.8em;
	margin-left: 10px;
	margin-top: 4px;
}

#discount_explanation {
	/*border-top: 1px dashed #e0e0e0;*/
	font-size: 0.8em;
	/*margin: 27px 0 16px 0;
	padding-top: 21px;*/
	margin: 16px 0 16px 0;
}

#discount_table_container table {
	/*border-collapse: collapse;*/
	font-size: 0.7em;
	border: 3px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
        margin-top: 10px;
}

#discount_table_container table tr th {
	background-color: #e0e0e0;
	padding: 4px 10px 5px 10px;
	text-align: left;
        white-space: nowrap;
}

#discount_table_container table tr td {
	background-color: #f0f0f0;
	padding: 4px 10px 5px 10px;
	/*border-top: 1px solid #ffffff;*/
        white-space: nowrap;
}

#discount_table_container table tr .buy-cell {
    text-align: center;
}

#discount_table_container table tr td a.small-button-green {
    font-size: 1em !important;
    padding: 1px 7px !important;
}

#content .left .right-inner .similar-products {
	border: 1px solid #e0e0e0;
	padding: 29px 34px 29px 34px;
	font-size: 0.8em;
}

#content .left .right-inner .similar-products .similar {
	float: left;
	width: 133px;
	margin-right: 37px;
	margin-top: 2px;
	text-align: center;
}

#content .left .right-inner .similar-products .similar .image {
	border: 1px solid #c2a25f;
	height: 76px;
	width: 131px;
	text-align: center;
	margin-bottom: 10px;
}

#content .left .right-inner .similar-products .similar .image img {
	max-height: 66px;
	max-width: 121px;
	margin: 5px;
}

#content .left .right-inner .similar-products a {
	color: #000000;
	text-decoration: underline;
}

#content .left .right-inner .similar-products a:hover {
	text-decoration: none;
}
/* ---------- PRODUCT PAGE ---------- */


/* ---------- GENERIC CONTENT PAGE ---------- */
#content .left .right-inner .generic-content {
	border: 1px solid #e0e0e0;
	padding: 20px 25px 14px 25px;
}

#content .left .right-inner .generic-content h1 {
	font-size: 1.05em;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 14px;
}

#content .left .right-inner .generic-content p {
	font-size: 0.8em;
	margin-bottom: 1.6em;
}

#content .left .right-inner .generic-content ul, #content .left .right-inner .generic-content ol {
	font-size: 0.8em;
	margin-bottom: 1.6em;
	margin-left: 25px;
}

#content .left .right-inner .generic-content a {
	color: #000000;
	text-decoration: underline;
}

#content .left .right-inner .generic-content a:hover {
	text-decoration: none;
}
/* ---------- GENERIC CONTENT PAGE ---------- */



/* ---------- BLOG PAGE ---------- */
.blog-item {
	border-bottom: 1px solid #e0e0e0;
}

.blog-item:last-child {
	border-bottom: none;
}

.blog-item h1 a {
	text-decoration: none !important;
}

.blog-item h1 a:hover {
	text-decoration: underline !important;
}

.blog-item .blog-date {
	font-style: italic;
}

.blog-item table {
	font-size: 0.75em;
	border-collapse:collapse;
	border-color: #999999;
	margin-bottom: 15px;
	width: 100%;
}

.blog-item table td {
	padding: 2px 4px;
	border-color: #999999;
}

.discus {
    margin-bottom: 15px;
    padding-bottom: 20px;
}

#content .left .left-inner .left-nav-blog {
	border: 1px solid #e0e0e0;
	padding: 15px;
	font-size: 0.8em;
}

#content .left .left-inner .left-nav-blog ul {
	margin-top: 9px;
	list-style: none;
	font-size: 0.85em;
}

#content .left .left-inner .left-nav-blog ul li {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 6px;
	padding-top: 6px;
}

#content .left .left-inner .left-nav-blog ul.no-dividers {
	margin-top: 15px;
	margin-bottom: 6px;
}

#content .left .left-inner .left-nav-blog ul.no-dividers li {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
}

#content .left .left-inner .left-nav-blog ul li:last-child {
	border-bottom: none;
}

#content .left .left-inner .left-nav-blog ul li a {
	color: #000000;
	text-decoration: none;
}

#content .left .left-inner .left-nav-blog ul li a:hover {
	text-decoration: underline;
}
/* ---------- BLOG PAGE ---------- */


/* ---------- BASKET PAGE ---------- */
#content .full-width {
	border: 1px solid #e0e0e0;
	padding: 22px 30px 22px 30px;
	position: relative;
}

#content .full-width h1 {
	font-size: 1.45em;
	font-weight: normal;
	margin-top: 24px;
}

#content .full-width p {
	font-size: 0.8em;
}

#content .full-width p.subtitle {
	font-size: 0.75em;
	margin-top: 2px;
	margin-bottom: 14px;
}

#content .full-width p.subtitle a {
    color: #000000;
    text-decoration: underline;
}

#content .full-width p.subtitle a:hover {
    text-decoration: none;
}


/* Table */
table#basket {
	border-collapse:collapse;
	width: 100%;
	border: 10px solid #f0f0f0;
	font-size: 0.75em;
	margin-bottom: 23px;
}

/* Rows and Cells */
table#basket tr th {
	text-align: left;
	background-color: #f0f0f0;
	vertical-align: middle;
	font-size: 1.2em;
	padding: 0 10px 12px 10px;
	font-weight: normal;
}

table#basket tr td {
	border-bottom: 1px dashed #c1c1bf;
	vertical-align: middle;
	padding: 22px 10px 20px 10px;
}

table#basket tr th.first, table#basket tr td.first {
	padding-left: 31px;
	width: 83px;
}

table#basket tr.last td {
	border-bottom: none;
}

table#basket tr.total-row td {
	padding: 22px 0;
	background-color: #f0f0f0;
	text-align: right;
}

table#basket tr.total-row td sup {
        text-decoration: underline;
        margin-left: 5px;
        cursor: pointer;
}

table#basket tr.total-row td sup:hover {
        text-decoration: none;
}

table#basket tr.total-amount td {
	padding: 31px 0 21px 0;
	background-color: #f0f0f0;
	text-align: right;
	font-size: 1.2em;
}

/* Classes */
table#basket span.qty {
	border: 2px solid #848484;
	padding: 1px 8px;
	margin: 0 4px;
}

table#basket img.product-image {
	height: 32px;
	float: left;
	margin-right: 15px;
}

table#basket span.product {
	line-height: 32px;
	float: left;
}

table#basket span.outer-total {
	font-weight: bold;
	background-color: #ffffff;
	padding: 8px 15px;
	margin-left: 30px;
}

/* Tags */
table#basket a {
	text-decoration: none;
	color: #000000;
}

table#basket a:hover {
	text-decoration: underline;
}

table#basket select {
	width: 335px;
	margin-left: 30px;
}

#content .full-width .verisign-logo {
	position: absolute;
	right: 49px;
	top: 19px;
}

#content .full-width .secure-shopping-logo {
	position: absolute;
	right: 195px;
	top: 17px;
}
/* ---------- BASKET PAGE ---------- */


/* ---------- CATEGORY PAGE ---------- */
#content .left .category {
	border: 1px solid #e7d688;
	padding: 24px 230px 24px 29px;
	background-repeat:no-repeat;
	background-position: right bottom;
	min-height: 163px;
}
#content .left .silver-category {
	border: 1px solid #b8b8b8;
	background-color: #ffffff;
}
#content .left .gold-category {
	border: 1px solid #e7d688;
	background-color: #f8f0cf;
}

#content .left .category h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 10px;
}

#content .left .category p {
	font-size: 0.75em;
	line-height: 1.5;
}

#content .left .category p a {
	color: #000000;
	text-decoration: underline;
}

#content .left .category p a:hover {
	text-decoration: none;
}

#content .left .category p .large-button-green {
	font-size: 1em !important;
	padding: 5px 12px !important;
}

#content .left .category-seo {
	border: 1px solid #e0e0e0;
	padding: 17px 27px;
}

#content .left .category-seo p {
	font-size: 0.8em;
	line-height: 1.3;
	margin: 0 0 1.4em 0;
}

#content .left .category-seo p:last-child {
	margin: 0;
}

#content .left .category-seo p a {
	color: #000000;
	text-decoration: underline;
}

#content .left .category-seo p a:hover {
	text-decoration: none;
}

#content .category-product {
	/*height: 225px;*/
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-position: bottom;
	background-image:url(/images/category-product-bg.gif);
	background-repeat:repeat-x;
	position: relative;
}

#content .category-product .best-selling {
	background-color: #9a937e;
	color: #ffffff;
	padding: 6px 15px;
	font-weight: bold;
	font-size: 0.75em;
	height: 15px;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#content .category-product .vat-free {
	top: 24px;
	right: 24px;
}

#content .category-product .tax-free {
	top: 89px;
	right: 24px;
}

#content .category-product .left {
	float: left;
	width: 126px;
	margin: 0;
	padding: 25px;
	text-align: center;
}

#content .category-product .left img {
	max-width: 126px;
}

#content .category-product .right {
	float: left;
	width: 294px;
	margin: 0;
	padding: 26px 90px 26px 0;
}

#content .category-product .right .title {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 1px;
}

#content .category-product .right .title a {
	text-decoration: none;
	color: #000000;
}

#content .category-product .right .title a:hover {
	text-decoration: underline;
}

#content .category-product .right .stock-status {
	font-size: 0.8em;
	margin-bottom: 17px;
	margin-top: 2px;
}

#content .category-product .right .stock-status img {
	margin-right: 5px;
}

#content .category-product .right .description {
	font-size: 0.75em;
	margin-bottom: 17px;
}

#content .category-product .right .description a {
	color: #000000;
	text-decoration: underline;
}

#content .category-product .right .description a:hover {
	text-decoration: none;
}

#content .category-product .right .from {
	font-size: 0.7em;
	margin-top: 5px;
}

#content .category-product .right .from span.free-delivery {
	font-weight: bold;
}
/* ---------- CATEGORY PAGE ---------- */

/* ---------- FAVOURITE PRODUCTS PAGE ---------- */
.favourite-products .category-product {
	width: 431px;
	margin: 0 3px;
	float: left;
}
.favourite-products .category-product .right {
	padding-right: 0 !important;
	width: 255px !important;
}
.favourite-products .category-product .right .title {
	padding-right: 50px;
}
.favourite-products .category-product .right .description {
	padding-right: 25px;
}
.favourite-products .category-product .favourite-product {
	position: absolute;
	top: 11px;
	right: 12px;
	background-image:url(/images/favourite-product-icon.png);
	background-repeat:no-repeat;
	width: 30px;
	height: 28px;
}
.favourite-products .category-product .small-button-grey {
	white-space:nowrap;
}
/* ---------- FAVOURITE PRODUCTS PAGE ---------- */

/* ---------- ACCOUNT PAGES ---------- */
/* Page layout and generic classes */
#content .left .account {
	border: 1px solid #e0e0e0;
	padding: 22px 26px 16px 26px;
        position: relative;
}

#content .left .account h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 23px;
}

#content .left .account p {
	font-size: 0.8em;
	margin-bottom: 1em;
}

#content .left .account p.subtitle {
	font-size: 0.75em;
	margin-bottom: 17px;
}

#content .left .account .verisign-logo {
	position: absolute;
	right: 49px;
	top: 19px;
}

#content .left .account .secure-shopping-logo {
	position: absolute;
	right: 195px;
	top: 17px;
}

#content .left .account .center a {
	color: #000000;
	text-decoration: underline;
}

#content .left .account .center a:hover {
	text-decoration: none;
}

#account-nav {
	list-style: none;
	font-size: 0.9em;
}

#account-nav li {
	float: left;
	margin: 0 5px 10px 0;
	padding: 9px 0;
}

#account-nav li a {
	background-color: #f0f0f0;
	padding: 9px 10px;
	color: #000000;
	text-decoration: none;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#account-nav li a:hover {
	background-color: #e0e0e0;
}

/* Section layout */
#content .account-section-outer {
	padding: 13px 10px 20px 10px;
}

#content .account-section-outer h2 {
	font-size: 0.9em;
	margin-left: 8px;
	margin-bottom: 13px;
}

#content .account-section-inner {
	background-color: #ffffff;
	padding: 26px 30px;
}

#content .account-section-inner .input-title, #failed .input-title {
	width: 150px;
	float: left;
	font-size: 0.75em;
	font-weight: bold;
}

#content .account-section-inner a {
	color: #000000;
	text-decoration: underline;
}

#content .account-section-inner a.forgot-password {
	font-size: 0.75em;
}

#content .account-section-inner a:hover {
	text-decoration: none;
}

#content .account-section-inner table {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.8em;
}

#content .account-section-inner table.graph {
	width: auto;
}

#content .account-section-inner table th {
	text-align: left;
	border-bottom: 1px dashed #c1c1bf;
	white-space: nowrap;
	padding: 5px 0;
}

#content .account-section-inner table.graph th {
	padding: 2px 20px 2px 0px;
}

#content .account-section-inner table.graph th.last {
	padding: 2px 0;
}

#content .account-section-inner table td {
	padding: 6px 0;
}

#content .account-section-inner table.graph td {
	padding: 3px 20px 3px 0;
}

#content .account-section-inner table.graph td.last {
	padding: 3px 0;
}

#content .account-section-inner table td .small-button-green {
	font-size: 0.85em !important;
}

#content .account-section-inner small {
	font-size: 0.85em;
}

#content .account-section-inner small a.showhide {
	font-size: 0.8em;
}

#content .account-section-inner #items_to_include {
	display: none;
	margin-top: 10px;
	font-size: 0.8em;
}

#content .account-section-inner #items_to_include .small-button-green {
	font-size: 0.85em !important;
}

#content .account-section-inner .sms {
	font-size: 0.8em;
}

#content .account-section-inner .required, #failed .required {
	font-style: italic;
	font-size: 0.8em;
	margin-left: 15px;
}

#content .account-section-inner p {
	margin-bottom: 1em;
}

#my-address img {
	display: none;
}

#my-address .postcode {
	padding: 0 0 2px 0;
	margin-right: 4px;
}

.no-open-orders {
	margin: 0 0 10px 0;
}

.no-open-orders a {
	color: #000000;
	text-decoration: underline !important;
}

.no-open-orders a:hover {
	text-decoration: none !important;
}
/* ---------- ACCOUNT PAGES ---------- */


/* ---------- SUCCESS/FAILURE PAGES ---------- */
#confirmation, #bt-confirmation {
	background-color: #f1f8e4;
	padding: 26px 32px;
	margin-top: 24px;
}

#failed {
	background-color: #fff3f6;
	padding: 26px 32px;
	margin-top: 24px;
}

#confirmation p, #failed p {
	font-size: 0.8em !important;
	margin-bottom: 1em !important;
}

#confirmation p.first {
	font-size: 1.2em !important;
}

#confirmation p.second {
	font-size: 1.6em !important;
}

#confirmation p a, #failed p a {
	color: #000000;
	text-decoration: underline;
}

#confirmation p a:hover, #failed p a:hover {
	text-decoration: none;
}

#confirmation p:last-child {
	margin: 0 !important;
}

#failed .large-button-grey {
	margin-right: 10px !important;
}

#failed p {
	margin-bottom: 2em !important;
}

#failed p.first {
	margin-bottom: 1em !important;
}

#bt-confirmation p {
	font-size: 0.9em !important;
	margin-bottom: 1em !important;
}
#bt-confirmation p.first {
	font-size: 1.6em !important;
	margin-bottom: 8px !important;
}
#bt-confirmation p.second {
	font-size: 1.2em !important;
	margin-bottom: 10px !important;
}
#bt-confirmation .title {
	font-weight: bold;
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 9px;
}
#bt-confirmation .left {
	width: 122px;
	float: left;
	border-right: 1px solid #b2b2b2;
	font-size: 0.9em;
	text-align:left;
	margin: 0;
	padding: 0;
	height: 102px;
}
#bt-confirmation .center {
	 width: 373px;
	 float: left;
	 border-right: 1px solid #b2b2b2;
	 font-size: 0.9em;
	 text-align:left;
	 margin: 0;
	 padding: 0;
	 height: 102px;
}
#bt-confirmation .right {
	 width: 285px;
	 float: left;
	 font-size: 0.9em;
	 text-align:left;
	 margin: 0;
	 padding: 0;
	 height: 102px;
}
#bt-confirmation #table-wrapper {
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	padding: 9px 25px;
	margin-bottom: 1.2em;
}
#bt-confirmation .center .title {
	padding-left: 32px;
}
#bt-confirmation .right .title {
	padding-left: 44px;
}
#bt-confirmation .left .body {
	font-size: 1.7em;
	padding-top: 20px;
}
#bt-confirmation .center .body {
	padding-left: 32px;
	padding-top: 13px;
}
#bt-confirmation .right .body {
	padding-left: 44px;
	padding-top: 13px;
}
/* ---------- SUCCESS/FAILURE PAGES ---------- */


/* ---------- CONTACT PAGE ---------- */
#map_canvas {
	height: 260px;
	border: 4px solid #FFF;
}

#map_canvas_container {
	border: 1px solid #d3d3d3;
}
/* ---------- CONTACT PAGE ---------- */


/* ---------- PRICE CHART PAGE ---------- */
#chart-nav {
	margin: 15px 0 0 0;
	font-size: 0.8em;
	list-style: none;
}

#chart-nav li {
	float: left;
	margin-right: 2px;
	padding: 10px 0;
}

#chart-nav li a {
	/*background-color: #ebebeb;*/
	background-color: #d7d7d7;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 10px;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#chart-nav li a.active {
	/*background-color: #d7d7d7;*/
	background-color: #f0f0f0;
	padding: 15px 15px 10px 15px;
}

#placeholder-wrapper {
	/*background-color: #D7D7D7;
	padding: 10px 20px;*/
	background-color: #f0f0f0;
	padding: 10px;

	clear: both;
	margin-bottom: 10px;

	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
}

#placeholder-wrapper #placeholder-link {
	padding: 5px 0;
	margin-left: 35px;
}

#placeholder-wrapper #placeholder-link a {
	padding: 4px 10px !important;
}

#placeholder-note {
	font-size: 0.7em;
}

#placeholder-wrapper-inner {
	background-color: #ffffff;
	padding: 20px 20px 11px 20px;
}

#data p {
	font-size: 0.8em;
	margin-bottom: 1em;
}

#data textarea {
	font-size: 0.8em;
	padding: 2px;
}
/* ---------- PRICE CHART PAGE ---------- */


/* ---------- PRODUCT SIDEBAR ---------- */
.top-selling {
	border: 1px solid #e0e0e0;
	text-align: center;
}

.top-selling .head {
	background-color: #f0f0f0;
	font-size: 0.75em;
	padding: 8px 0;
}

.top-selling .body {
	padding: 0 15px;
}

.top-selling .body div {
	border-bottom: 1px dashed #b5c1d1;
	padding: 15px 0;
	font-size: 0.75em;
}

.top-selling .body div a {
	color: #000000;
	text-decoration: none;
}

.top-selling .body div a:hover {
	text-decoration: underline;
}

.top-selling .body div img {
	height: 60px;
	margin-bottom: 8px;
}

.top-selling .body div:last-child {
	border-bottom: none;
}

.why-buy-gold {
	border: 1px solid #e0e0e0;
}

.why-buy-gold .head {
	background-color: #f0f0f0;
	font-size: 0.75em;
	padding: 8px 0;
	text-align: center;
}

.left-product-nav {
    border: 1px solid #e0e0e0;
}

.left-product-nav .head {
    background-color: #f0f0f0;
    font-size: 0.75em;
    padding: 8px 0;
    text-align: center;
}

.left-product-nav ul {
    margin: 0 10px;
    padding: 0;
    list-style: none;
    font-size: 0.75em;
}

.left-product-nav ul li {
    margin: 0;
    padding: 10px 5px;
    border-bottom: 1px dashed #cccccc;
}

.left-product-nav ul li:last-child {
    border-bottom: none;
}

.left-product-nav ul li a {
    display: block;
    color: #000000;
    text-decoration: none;
}

.left-product-nav ul li a:hover {
    text-decoration: underline;
}

#content .body ul {
	list-style: none;
	margin: 14px 17px;
	padding: 0 ;
	color: #e5af00;
	font-size: 0.9em;
}

#content .body ul li {
	background-image:url(/images/green-tick.gif);
	background-repeat:no-repeat;
	padding-left: 30px;
	margin-bottom: 8px;
	min-height: 24px;
}

#content .my-account .body ul {
	margin: 0;
}

#content .my-account .body ul li {
	background-image: none;
	padding-left: 0;
	margin-bottom: 0;
	min-height:inherit;
}

.get-in-touch {
	border: 1px solid #e0e0e0;
}

.get-in-touch .head {
	background-color: #f0f0f0;
	font-size: 0.75em;
	padding: 8px 0;
	text-align: center;
}

.get-in-touch .body {
	padding: 0 13px;
	font-size: 0.75em;
	line-height: 1.2;
}

.get-in-touch .body div {
	border-bottom: 1px dashed #b4c1d0;
	padding: 11px 0 12px 0;
}

.get-in-touch .body div:last-child {
	border-bottom: none;
}

.get-in-touch .body div strong {
	font-size: 1.1em;
	line-height: 2;
}

.get-in-touch .body div big {
	font-size: 1.8em;
}

.get-in-touch .body div a {
	color: #000000;
	text-decoration: none;
}

.get-in-touch .body div a:hover {
	text-decoration: underline;
}

.get-in-touch .body div a.google-maps {
	text-decoration: underline;
}

.get-in-touch .body div a.google-maps:hover {
	text-decoration: none;
}
/* ---------- PRODUCT SIDEBAR ---------- */


/* ---------- PRODUCT TABS ---------- */
#content .left .right-inner .product .tab-container {
	background-image:url(/images/tab-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-top: 1px solid #e0e0e0;
	padding: 26px 35px;
	position: relative;
}

#content .left .right-inner .product .tab-container .tab-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -21px;
	left: 28px;
	font-size: 0.75em;
}

#content .left .right-inner .product .tab-container .tab-nav li {
	float: left;
	margin-right: 5px;
}

#content .left .right-inner .product .tab-container .tab-nav li a {
	border: 1px solid #e0e0e0;
	border-bottom: none;
	background-color: #ffffff;
	padding: 7px 13px;
}

#content .left .right-inner .product .tab-container .tab-nav li.active {
	font-weight: bold;
}

#content .left .right-inner .product .tab-container .tab {
	display: none;
	padding: 0 13px;
}

#content .left .right-inner .product .tab-container .subject-to-cleared-funds {
	padding: 0 13px;
}

#content .left .right-inner .product .tab-container .active {
	display: block;
}

#content .left .right-inner .product .tab-container .tab h2, #content .left .right-inner .product .tab-container .tab h3 {
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 18px;
}

#content .left .right-inner .product .tab-container .tab h3 {
	margin-bottom: 8px;
}

#content .left .right-inner .product .tab-container .tab p {
	font-size: 0.8em;
	margin-bottom: 1.5em;
}

#content .left .right-inner .product .tab-container .tab p a {
	color: #000000;
	text-decoration: underline;
}

#content .left .right-inner .product .tab-container .tab p a:hover {
	text-decoration: none;
}

#content .left .right-inner .product .tab-container .tab p small {
	font-size: 0.85em;
}

#content .left .right-inner .product .tab-container .tab ul {
	font-size: 0.8em;
	padding: 0;
	margin: 0 0 1.5em 13px;
}

#content .left .right-inner .product .tab-container .tab table {
	font-size: 0.75em;
	border-collapse:collapse;
	border: 1px solid #bc9b6a;
	margin-bottom: 15px;
}

#content .left .right-inner .product .tab-container .tab table td {
	padding: 2px 4px;
	border: 1px solid #bc9b6a;
}

#content .left .right-inner .product .tab-container .tab #placeholder {
	width: 100%;
	height: 200px;
	position: relative;
	margin-bottom: 1.5em;
}
/* ---------- PRODUCT TABS ---------- */

.terms-and-conditions {
	float: left;
	font-size: 0.7em;
	margin-top: 10px;
}

.terms-and-conditions a {
	color: #000000;
	text-decoration: underline;
}
.terms-and-conditions a:hover {
	text-decoration: none;
}

.discontinued {
	background-color: #fff3f6;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #DB0000;
	font-size: 0.9em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.discontinued a {
	color: #000000;
	text-decoration: underline;
}

.discontinued a:hover {
	text-decoration: none;
}
#watchvideo {
	border: 1px solid #efefef;
	width: 176px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-position: center center;
	background-repeat:no-repeat;
}

#switch-live-prices {
    margin: 0 0 0 4px;
    padding: 0;
    list-style: none;
}

#switch-live-prices li {
    float: left;
    margin-right: 2px;
}

#switch-live-prices li#switch-live-prices-to-ounces, #switch-live-prices li#switch-live-prices-to-grams {
    font-size: 0.7em;
    background-color: #ffffff;
    padding: 5px 5px 2px 5px;
    cursor: pointer;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#switch-live-prices li.switch-live-prices-active {
    font-weight: bold;
}

#lottery-container {
    margin: 0 0 30px 77px;
}

.lottery {
    font-size: 5em;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    border: 1px solid #e0e0e0;
    background-image:url(/images/homepage-product-bg.gif);
    background-repeat:repeat-x;
    background-position:bottom;
    margin-right: 5px;
    color: #333333;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.lottery li {
    width: 100px;
}

.animated li {
    display: none;
}

.animated li:first-child {
    display: block;
}

#search-bar-container {
    position: absolute;
    top: 158px;
    width: 920px;
    background-color: #dddddd;
    margin: 0 5px;
    padding: 9px 15px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 0.9em;
    z-index: 998;
}

#search-bar-container a {
    color: #000000;
    text-decoration: underline;
}

#search-bar-container a:hover {
    text-decoration: none;
}

#search-bar-container form {
    position: absolute;
    right: 15px;
    top: 6px;
}

#product-search {
    width: 250px;
    height: 16px;
    padding: 2px 5px;
    float: left;
    border-right: none;

    -webkit-appearance: none;
    -webkit-border-radius:0px;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#search-bar-container form .submit, #search-page .submit {
    width: 22px;
    height: 22px;
    padding: 2px 5px;
    float: left;
    border-left: none;

    background-color: #ffffff;
    background-image:url(/images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;

    -webkit-appearance: none;
    -webkit-border-radius:0px;

    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-autocomplete {
    font-size: 0.8em !important;
    z-index: 9999 !important;
    max-height: 324px !important;
    overflow-y: scroll !important;
    width: 350px !important;
}

.product-search-loading {
    background-image: url(/images/product-search-loading.gif);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

#search-page {
    margin-top: 20px;
}

#search-page #product-search {
    height: 32px;
    font-size: 1.3em;
}

#search-page .submit {
    width: 38px;
    height: 38px;
    background-image:url(/images/search-icon-large.png);
}

.show-redeem-credit-form {
    text-decoration: underline;
    cursor: pointer;
}

.show-redeem-credit-form:hover {
    text-decoration: none;
}

.redeem-credit-form {
    background-color: #F0F0F0;
    width: 840px;
    padding: 20px;
    margin: 22px 0px 15px 0;
    display: none;
}

.redeem-credit-form .large-button-green {
    float: left;
}

.redeem-credit-form .order-referral-credit-amount {
    font-size: 1.2em;
    padding: 5px 5px 4px 5px;
    float: left;
    margin-right: 10px;
}

.how-to-buy {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.4;
}

#terms ol {
    font-size: 0.8em !important;
    margin: 0 0 0 18px !important;
    padding: 0 !important;
}

#terms ol li {
    margin-bottom: 1.5em !important;
    font-size: 1em !important;
}

#terms ol ol {
    font-size: 1em !important;
    list-style-type: lower-roman !important;
    margin: 5px 0 0 18px !important;
    padding: 0 !important;
}