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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;	
}

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;	
}

.small-button-green, .large-button-green, .large-button-grey {
	border: 1px solid #3c750a !important;
	background-color: #63a72c !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;
}

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

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

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

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

.large-button-grey {
	background-image: url(/images/grey-button-bg.gif) !important;	
	border: 1px solid #e0e0e0 !important;
	background-color: #e7e7e7 !important;
	color: #3c750a !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 {
	background-color: #f0f0f0;
	padding: 2px 23px 2px 10px;
	color: #000000;
	text-decoration: none !important;
	font-size: 0.7em;
	background-image:url(/images/breadcrumb-end-light-light.gif);
	background-repeat: no-repeat;
	background-position:right;
}

.breadcrumbs a:hover {
	background-color: #e0e0e0;
	text-decoration: none !important;	
}

.breadcrumbs a.last {
	background-image:url(/images/breadcrumb-end-light-white.gif);
}

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

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

.notice {
	color: #d10000;	
	padding-left: 58px;
	margin: 0 0 14px 0;
	background-image:url(/images/warning-triangle.gif);
	background-repeat:no-repeat;
	min-height: 32px;
	font-size: 0.9em;
}

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

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

#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;
}
/* ---------- GENERIC CLASSES ---------- */


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


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

#logo {
	position: absolute;
	top: 20px;
	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;	
}

#card-logos {
	position: absolute;
	top: 34px;
	right: 4px;	
}

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

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

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

#top-nav li a {
	padding: 9px 21px 14px 22px;	
	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;
}

#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: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: 10px;	
}

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

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

/* Shopping Basket and My Account */
#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: 44px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 3px 0 0 6px;
	height: 17px;
	font-size: 0.75em;
}

#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: 103px;
	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;
}

/* Facebook Like Box */
#content .right .facebook {
	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;	
}

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

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

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

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

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

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

#content .left .homepage-product .stock-status {
	font-size: 0.75em;
	text-align: center;	
}

#content .left .homepage-product .image {
	text-align: center;	
	margin-top: 8px;
	height: 109px;		
}

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

#content .left .homepage-product .flag-and-price {
	margin-left: 30px;	
}

#content .left .homepage-product .select-and-buy {
	margin-left: 30px;	
	margin-top: 14px;
}

#content .left .homepage-product .select-and-buy a.small-button-green {
	padding: 5px 15px 4px 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 ul {
	border-bottom: 1px solid #e0e0e0;
	list-style: none;
	margin: 17px 0 21px 0;
	padding: 0 0 21px 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 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: hover;		
}

#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;
	padding: 26px 35px 6px 35px;
}

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

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

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

#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 .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 {
	float: left;
	margin-right: 8px;	
}

#content .left .price {
	font-weight: bold;	
}

#content .left .product_refresh {
	margin-top: 6px;	
}

#content .left .product_refresh small {
	font-size: 0.7em;
	font-weight: normal;	
}

#content .left .select-and-buy {
	margin-top: 10px;	
}

#content .left .select-and-buy form {
	float: left;	
}

#content .left .select-and-buy form select {
	float: left;	
}

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

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

#content .left .right-inner .product .right #discount_explanation {
	font-size: 0.8em;
	margin: 27px 0 26px 0;
}	

#content .left .right-inner .product .right #discount_table_container table {
	border-collapse: collapse;	
	font-size: 0.75em;
}

#content .left .right-inner .product .right #discount_table_container table tr th {
	background-color: #e0e0e0;
	padding: 4px 20px 5px 20px;
	text-align: left;
}

#content .left .right-inner .product .right #discount_table_container table tr td {
	background-color: #f0f0f0;
	padding: 4px 20px 5px 20px;
	border-top: 1px solid #ffffff;
}

#content .left .right-inner .product .description {
	padding: 0 13px;
}

#content .left .right-inner .product .description h2 {
	font-size: 0.8em;
	margin-top: 46px;	
	margin-bottom: 18px;
}

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

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

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

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

#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 16px 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;
}

#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;	
}


/* 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-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 #e0e0e0;
	padding: 24px 200px 24px 29px;
	background-repeat:no-repeat;
	background-position: right bottom;
	min-height: 163px;
}

#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 .left .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 .left .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 .left .category-product .vat-free {
	top: 24px;
	right: 24px;
}

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

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

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

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

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

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

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

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

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

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

#content .left .category-product .right .description a:hover {
	text-decoration: none;		
}
/* ---------- CATEGORY PAGE ---------- */

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

#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 10px 10px 0;
	padding: 9px 0;
}

#account-nav li a {
	background-color: #f0f0f0;
	padding: 9px 18px;
	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 {
	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 th {
	text-align: left;
	border-bottom: 1px dashed #c1c1bf;
	white-space: nowrap;
	padding: 5px 0;	
}

#content .account-section-inner table td {
	padding: 6px 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 .description {
	font-size: 0.85em;
}

#content .account-section-inner #items_to_include .description a {
	text-decoration: underline;	
}

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

#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 {
	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;
}
/* ---------- ACCOUNT PAGES ---------- */


/* ---------- SUCCESS/FAILURE PAGES ---------- */
#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, #failed p.first {
	font-size: 1.2em !important;	
}

#confirmation p.second, #failed 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, #failed p:last-child {
	margin: 0 !important;	
}

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

#failed p:first-child {
	margin-bottom: 2em !important;
}
/* ---------- 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;
	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;
	padding: 15px 15px 10px 15px;
}

#placeholder-wrapper {
	background-color: #D7D7D7;
	padding: 10px 20px;
	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;
}

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

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