@charset "utf-8";
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, b, mark {
	font-weight: bold;
	font-style: inherit;
}
em, i, cite, q, address, dfn, var {
	font-style: italic;
	font-weight: inherit;
}
abbr[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted;
}
ins {
	border-bottom: 1px solid;
}
a, u, ins {
	text-decoration: none;
}
del, s {
	text-decoration: line-through;
}
pre, code, samp, kbd {
	font-family: monospace;
}
small {
	font-size: 0.75em;
}
img {
	border: none;
	font-style: italic;
}
input, select, textarea {
	font: inherit;
}
ul, ol {
	list-style: none;
}
/* LIGHTBOX */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}
.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	padding: 5px
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5)
}
.fancybox-inner, .fancybox-outer {
	position: relative
}
.fancybox-inner {
	overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-iframe, .fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%
}




#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image: url(../images/fancybox/fancybox_sprite.png)
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/fancybox/blank.gif);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible
}
.fancybox-lock {
	overflow: hidden;
	width: auto
}
.fancybox-lock body {
	overflow: hidden
}
.fancybox-lock-test {
	overflow-y: hidden
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}
.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #2b3133;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}
.product h3 {
	height: 35px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image: url(../images/fancybox/fancybox_sprite@2x.png);
	background-size: 44px 152px
}
#fancybox-loading div {
	background-image: url(../images/fancybox/fancybox_loading@2x.gif);
	background-size: 24px 24px
}
}
/* GENERAL */
body {
	background: #151515;
	font: 14px 'Roboto', 'Open Sans', Arial, Helvetica, sans-serif;
	color: #353535;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #353535;
	clear: both;
}
h3, h4, h5, h6, strong {
	font-weight: 500;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
}
th {
	font-weight: 500;
}
p {
	margin: 0 0 20px 0;
}
ul {
	margin: 0;
}
ul li {
	margin: 0;
	list-style: none;
}
a {
	color: #cc9a02;
}
a:hover {
	color: #353535;
	text-decoration: none;
}
img {
	max-width: 100%;
}
table {
	width: 100%;
}
table th, table td {
	padding: 10px 15px;
	text-align: left;
	font-weight: 400;
}
table th {
	font-weight: 500;
}
table.data {
	margin: 0 0 20px 0;
	border: 1px solid #eee;
}
table.data tr:nth-child(even) td {
	background: #f5f5f5;
}
.inner {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
/*
.ui-tooltip-content {
	display: none;
} */
header.main {
	background: #151515;
	color: #fff;
	padding: 20px 0;
}
header.main a {
	color: #fff;
}
#branding {
	float: left;
	margin: 0px 0 0 0;
}
#branding h2 {
	margin: 0 0 6px 0;
	line-height: 1;
}
#branding h2 a {
	display: block;
	background: url(../images/logo-atkinsons.png);
	width: 255px;
	height: 60px;
	text-indent: -99999px;
}
#branding p {
	background: #252525;
	text-align: center;
	font-weight: 400;
	color: #999;
	font-size: 15px;
	margin: 0;
	line-height: 1;
	padding: 7px 0;
	letter-spacing: 3px;
}
#branding span {
	color: #A3A3A3;
	font-style: italic;
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
	text-align: center;
}
#tools {
	float: left;
	width: 660px;
	margin: 11px 0 0 60px;
}
#tools form {
	position: relative;
	display: block;
	clear: both;
}
#tools .search-text {
	border: none;
}
#tools .search-button {
	position: absolute;
	right: 3px;
	top: 3px;
	border: none;
	text-indent: -99999px;
	width: 34px;
	height: 34px;
	background: url(../images/search.png) no-repeat 50% 50%;
       *background:#fff url(../images/search.png) no-repeat 50% 50%;
	cursor: pointer;
}
#tools ul {
	margin: 0;
	float: right;
	padding: 10px 0;
}
#tools ul li {
	margin: 0 20px 0 0;
	list-style: none;
	line-height: 1;
	float: right;
}
#tools ul li:last-child {
}
#tools ul li a {
	color: #b5b5b5;
	font-size: 13px;
	display: block;
}
#tools ul li.current-menu-item a,  #tools ul li.current-menu-parent a {
	color: #fff;
}
#tools ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.desc-btn-hide {
    color: #CC9A02;
    cursor: pointer;
    width: 70px;
}
.desc-btn-show {
    color: #CC9A02;
    cursor: pointer;
    width: 70px;
}
.desc-btn-show:hover {
    color: #353535;
}
.desc-btn-hide:hover {
    color: #353535;
}
.pager-bottom .pages ol li {
    float: left;
    padding: 0 5px;
    margin-top: 20px;
}
.pager-bottom .pages strong {
    float: left;
    margin-top: 20px;
}
.pager .count-container {
    display: none;
}
.pager-bottom {
    float: right;
	position:relative;
}
.pager-bottom .pages ol li a.previous, .pager-bottom .pages ol li a.next {
       height: 17px;
    left: -10px;
    position: absolute;
    top: 24px;
	width:20px;
	background: url(../images/pager_arrow_left.gif) no-repeat 0 0;
}

.pager-bottom .pages ol li a.next{
	left:auto;
	right:-17px;
	background: url(../images/pager_arrow_right.gif) no-repeat 0 0;
	}
.notice-inner {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    background-color:#FFFBCD;
    width:100%;
}
.actions .button > span {
    background: url("../images/right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 11px;
    left: 14px;
    position: absolute;
    top: 18px;
    width: 11px;
}

.notice-text {
    float: left;
    padding: 4px 5px;
    width: 75%;
}

.notice-text p {
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.notice-inner .actions {
    float: right;
    padding: 10px;
    position: relative;
    width: auto;
}
/*.notice-inner .actions .button{
	font: 500 11px 'Roboto','Open Sans',Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 3px 8px;
	}*/

.notice-inner .actions .button {
    font: 500 11px 'Roboto','Open Sans',Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 3px 12px;
}
footer.main .newsletter strong a {
    color: #b5b5b5;
}



#_cp_button_id {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 0 !important;
}



.minibasket {
	float: right;
	font-size: 13px;
	margin: 0 0 10px 0;
	position: relative;
	background: #353535;
	line-height: 33px;
}
.minibasket a {
	color: #999;
	display: block;
	float: left;
}
.minibasket a.icon {
	width: 33px;
	height: 33px;
	text-indent: -99999px;
	background: #414141 url(../images/icon-basket.png) no-repeat 50% 50%;
}
.minibasket a.count {
	padding: 0px 14px;
	background: #353535;
}
.step-title > a {
	position: absolute;
	right: 10px;
	top: 15px;
}
.step-title {
	position: relative;
}
.tools-tablet {
	display: none;
}
/*#feeds { float:right; color:#fff; padding:0; }
	#feeds h3 { margin:8px 0 0 0; float:left; color:#757575; font-size:11px; line-height:1; }
	#feeds ul { float:right; }
	#feeds ul li { float:left; font-size:13px; margin:0 0 0 1px; line-height:1; }
	#feeds ul li a { display:block; padding:7px 13px; border-radius:3px 3px 0 0; color:#999; }
	#feeds ul li a:hover { color:#fff; }
	#feeds ul li.active a { background:#353535; color:#fff; }
	#feeds table { font-size:12px; clear:both; color:#fff; }
	#feeds table td,
	#feeds table th { padding:5px 15px; text-align:right; border:1px solid #353535; }
	#feeds table th { background:#353535; color:#999; }
	#feeds table td.empty { background:#252525; }
	#feeds table td.metal { color:#999; }*/
	
#feeds {
	float: right;
	color: #fff;
	padding: 0;
	font-size: 12px;
	line-height: 1;
}
#feeds ul {
	float: left;
}
#feeds ul li {
	margin: 0 0 1px 0;
}
#feeds ul li a {
	display: block;
	padding: 7px 13px;
	border-radius: 3px 0 0 3px;
	color: #999;
	background: #252525;
}
#feeds ul li a:hover {
	color: #fff;
}
#feeds ul li.active a {
	background: #353535;
	color: #fff;
	font-weight: 500;
}
#feeds .entries {
	float: right;
	border: 6px solid #353535;
}
#feeds td,  #feeds th {
	padding: 8px 12px;
	border: 1px solid #353535;
	width: 40px;
	text-align: right;
}
#feeds th {
	background: #252525;
	color: #999;
}
#feeds .metal {
	background: #252525;
	color: #999;
}
#search_mini_form label, #header-cart, .or, .quantity.cf label {
	display: none;
}
nav.main {
	background: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
}
nav.main .menu {
	float: left;
}
nav.main u {
	margin: 0;
}
nav.main ul li {
	margin: 0;
	list-style: none;
	line-height: 1;
	float: left;
	background: #e1e1e1;
	padding: 0 0 0 1px;
	position: relative;
}
nav.main ul li:last-child {
	padding: 0 1px;
}
nav.main ul li a.top {
	color: #343434;
	font-size: 15px;
	display: block;
	padding: 15px 20px;
	border: 1px solid #fff;
	background: #f5f5f5;
}
nav.main ul li.parent a {
	padding-right: 35px;
}
nav.main ul li.parent a span {
	position: absolute;
	right: 18px;
	top: 22px;
	background: url(../images/drop.png);
	width: 9px;
	height: 5px;
	display: block;
}
nav.main ul li.current-menu-item a.top, nav.main ul li.current-menu-parent a.top {
	color: #cc9a02;
}
nav.main ul li:hover a.top {
	color: #cc9a02;
	text-decoration: none;
}
nav.main ul li a.top.home {
	text-indent: -99999px;
	background: #f5f5f5 url(../images/icon-nav-home.png) no-repeat 50% 50%;
	padding: 15px 25px;
}
ul li a.new span {
	position: absolute;
	right: 1px;
	top: 1px;
	background: url(../images/icon-new.png);
	width: 26px;
	height: 11px;
	display: block;
}
.extra ul li a.new span {
	position: absolute;
	right: 0px;
	top: 10px;
	background: url(../images/icon-new-large.png);
	width: 40px;
	height: 18px;
	display: block;
}
nav.main .sub-menu {
	position: absolute;
	left: -99999px;
	z-index: 99;
}
nav.main li:hover .sub-menu {
	left: 0px;
}
nav.main .sub-menu li {
	background: none !important;
	width: 220px;
}
nav.main ul.sub-menu li a {
	display: block;
	padding: 15px 30px;
	color: #c5c5c5;
	background: #252525;
	border-bottom: 1px solid #202020;
}
nav.main ul.sub-menu li a.top {
    border-color: -moz-use-text-color #202020 #202020;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #c5c5c5;
}
nav.main ul.sub-menu li a:hover {
	color: #fff;
	background: #353535;
}
nav.main .sub-menu li:last-child a {
	border-bottom: none;
	border-radius: 0 0 3px 3px;
}
nav.main .menu.pages {
	float: right;
	overflow: inherit;
}
nav.main .menu.pages li:hover .sub-menu {
	left: auto;
	right: -1px;
}
nav.main .menu.pages li:hover .sub-menu li a {
}
nav.tablet {
	background: #f5f5f5;
	display: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
nav.tablet ul {
	margin: 0;
}
nav.tablet ul li {
	margin: 0;
	list-style: none;
	line-height: 1;
	float: left;
	background: #e1e1e1;
	padding: 0 0 0 1px;
}
nav.tablet ul li:last-child {
	padding: 0 1px;
}
nav.tablet ul li a {
	color: #343434;
	font-size: 15px;
	display: block;
	padding: 15px 30px;
	border: 1px solid #fff;
	background: #f5f5f5;
}
nav.tablet ul li a:hover {
	color: #cc9a02;
	text-decoration: none;
}
nav ul li a.toggle {
	text-indent: -99999px !important;
	background: #f5f5f5 url(../images/icon-nav-menu.png) no-repeat 50% 50%!important;
	padding: 15px 25px!important;
}
nav ul li a.toggle.top {
	background: #f5f5f5 url(../images/icon-nav-menu-i.png) no-repeat 50% 50% !important;
	background-size: 18px !important;
}
nav.extra {
	background: #151515;
	display: none;
	transition: all linear .2s;
}
nav.extra.open {
	display: none;
}
nav.extra li a {
	display: block;
	padding: 15px 30px;
	color: #999;
	border-bottom: 1px solid #303030;
	font-size: 18px;
	position: relative;
}
nav.extra a.drop span {
	position: absolute;
	right: 30px;
	top: 27px;
	background: url(../images/drop-tablet.png);
	width: 17px;
	height: 9px;
	display: block;
}
nav.extra li ul {
	display: none;
}
nav.extra li li a {
	background: #252525;
}
.tools-mobile {
	display: none;
}
#tablet-search {
	float: right;
	position: relative;
	width: 575px;
	margin: 3px 0 0 0;
}
#tablet-search .search-text {
	border: none;
	background: none;
}
#tablet-search .search-button {
	position: absolute;
	right: 3px;
	top: 3px;
	border: none;
	text-indent: -99999px;
	width: 34px;
	height: 34px;
	background: url(../images/search.png) no-repeat 50% 50%;
	cursor: pointer;
}
section.main {
	background: #fff;
	padding: 30px 0;
}
.strip {
	text-align: center;
	margin: 0;
}
.strip li {
	float: left;
	width: 50%;
}
.strip li img {
	width: 100%;
	height: auto;
	display: block;
	line-height: 1;
}
#jumbotron {
	margin: 0 0 25px 0;
}
#jumbotron img {
	display: block;
	line-height: 1;
}
.block640 {
}
.img640 {
	float: left;
	width: 640px;
}
.block1280 {
}
.img1280 {
	float: left;
	width: 1280px;
}
.block320 img { display:block; line-height:1; }
.img320 {
	float: left;
	width: 320px;
}
aside {
	float: left;
	width: 180px;
}
.widget {
	position: relative;
	font-size: 14px;
	margin: 0 0 30px 0;
}
.widget img {
	display: block;
	line-height: 1;
}
.widget:last-of-type {
}
.widget h3.widget-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 0 0 15px 0;
}
.widget .widget-content {
	border-top: 1px solid #fff;
	padding: 15px 0 0 0;
}
.widget ul {
	margin: 0;
}
.widget li {
	margin: 0;
	list-style: none;
}
.widget label {
	display: none;
}
.widget-filter {
}
.widget li {
	position: relative;
	margin: 0 0 10px 0;
	line-height: 1.35;
}
.widget-filter li {
	font-size: 13px;
}
.widget-filter li a {
	display: inline-block;
	background: url(../images/check-inactive.png) no-repeat 0 50%;
	padding: 1px 0 0 20px;
	color: #343434;
}
.widget-filter li.chosen a {
	background: url(../images/check-active.png) no-repeat 0 50%;
}
.widget-filter li small {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 0 0 5px;
	background: #ebebeb;
	float: right;
}
.sell-product-single .widget-filter, category-sell-silver-coins .widget-filter, .category-sell-gold-bars .widget-filter, .category-sell-silver-bars .widget-filter, .category-sell-scrap .widget-filter, .category-sell-gold-coins .widget-filter {
	display: none;
}
.content {
	float: right;
	width: 1060px;
}
header.shop {
}
header.shop .cat-description {
	font-size: 13px;
	color: #656565;
}
header.shop h1 {
	font-size: 24px;
	margin: 0 0 10px 0;
	line-height: 1;
}
.breadcrumb {
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
	color: #c5c5c5;
}
.breadcrumb p {
	margin: 0 0 20px 0;
}
.breadcrumb a {
	color: #353535;
}
.breadcrumb a:hover {
	color: #cc9a02;
}
.breadcrumb .separator {
	color: #c5c5c5;
	margin: 0 5px;
}
.direction_custom {
	position: absolute;
	right: 190px;
	top: 5px;
}
.direction_custom a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	text-align: left;
}
/*.direction a {
	background: url(../images/direction.png) no-repeat bottom center;
}*/
.direction_custom a {
	background: url(../images/direction.png) no-repeat bottom center;
}
/*.direction a.up {
	background: url(../images/direction.png) no-repeat top center;
}*/
.direction_custom a.up {
	background: url(../images/direction.png) no-repeat top center;
}
.ordering {
	position: absolute;
	right: 0px;
	top: -9px;
	width: 180px;
}
.ordering select {
	font-size: 13px;
}
.products {
}
.product {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}
.product .entry {
	display: block;
	padding: 20px;
}
.product .entry img {
	display: block;
	line-height: 1;
	margin: 0 auto 5px auto;
	/*padding: 20px;*/
	width: 120px;
	height: auto;
}
.flag {
	background: #f5f5f5;
	line-height: 1;
	font-size: 12px;
	margin: 0 0 10px 0;
	color: #656565;
}
.flag span {
	display: block;
	padding: 10px;
}
.flag.mix-&-match span {
	border-bottom: 3px solid #39c;
}
.flag.special-offer span {
	border-bottom: 3px solid #9c0;
}
.flag.limited-edition span {
	border-bottom: 3px solid #c30;
}
.flag.coming-soon span {
	border-bottom: 3px solid #959595;
}
.flag.vat-free span {
    border-bottom: 3px solid #cca45f;
}
.flag.free-delivery span {
    border-bottom: 3px solid #cca45f;
}
.flag.mix-n-match span {
    border-bottom: 3px solid #3399CC;
}
.flag.special-offer span {
    border-bottom: 3px solid #99CC00;
}
.flag.limited-edition span {
    border-bottom: 3px solid #CC3300;
}
.flag.coming-soon span {
    border-bottom: 3px solid #959595;
}
.flag.vat-free span {
    border-bottom: 3px solid #105a80;
}
.flag.gift span {
    border-bottom: 3px solid #cca45f;
}
.flag.free-delivery span {
    border-bottom: 3px solid #cca45f;
}
.flag.cgt-free span {
    border-bottom: 3px solid #cca45f;
}


.product h3 {
	font-size: 13px;
	height: 35px;
	margin: 0;
	overflow: hidden;
	font-weight: 400;
}
.product p {
}
.product .price {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	color: #353535;
}
aside .products {
}
aside .product {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
aside .product .entry {
	padding: 0;
}
aside .product .entry h3 {
	height: 50px;
	line-height: 1.3;
}
.widget {
	color: #959595;
}
.widget a {
	color: #353535;
}
.widget a:hover {
	color: #cc9a02;
}
.widget .current a {
	color: #c5c5c5;
}
.widget-sell {
	font-size: 13px;
}
.widget-sell strong {
	color: #353535;
}
.images {
	float: left;
	margin: 0 0 20px 0;
}
.images a.main-image {
	display: block;
	margin: 0 0 10px 0;
}
.images img {
	border: 1px solid #eee;
	display: block;
	line-height: 1;
}
.images a.main-image img {
	height: 248px;
    padding: 25px;
    width: 248px;
	/*padding: 20px;*/
}
.images .thumbnails {
	margin: 0 0 10px 0;
}
.images .thumbnails a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 12px 10px 0;
}
/*.images .thumbnails img {
	width: 48px;
	height: 48px;
	display: block;
	line-height: 1;
}*/
.images .thumbnails img {
    display: block;
    height: 38px;
    line-height: 1;
    padding: 5px;
    width: 38px;
}
.summary {
	float: right;
	width: 520px;
	padding: 10px 0 0 0;
	margin: 0 30px 30px 0;
}
.summary h1 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 20px 0;
	line-height: 1.3;
}
.summary p.price {
}
.summary p.price .amount {
	font-size: 26px;
	line-height: 1;
}
.summary form.cart {
	width: 100%;
}
.summary form.cart .button.alt {
	float: right;
}
.summary .quantity {
	float: left;
	margin: 0;
}
.summary .qty {
	width: 80px;
}
.summary .product-flags, .summary .paul-says {
	display: none;
}
.review-preview {
	width: 100%;
	margin: 0 0 20px 0;
}
.review-preview .review-stars {
	width: 100px;
	height: 20px;
	background: url(../images/stars-down.png);
	float: left;
	margin: 0 10px 10px 0;
}
.review-preview .review-stars .actual {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	background: url(../images/stars-up.png);
}
.review-preview .review-stars .actual.one {
	width: 20px;
}
.review-preview .review-stars .actual.two {
	width: 40px;
}
.review-preview .review-stars .actual.three {
	width: 60px;
}
.review-preview .review-stars .actual.four {
	width: 80px;
}
.review-preview .review-stars .actual.five {
	width: 100px;
}
.review {
	position: relative;
	border-bottom: 1px dashed #eee;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
.review:last-child {
	border-bottom: 5px solid #eee;
	margin: 0 0 20px 0;
}
.review .review-preview {
	margin: 0 0 15px 0;
}
.review-meta {
	color: #999;
	margin: 0 0 10px 0;
}
.review-meta .name {
	color: #353535;
	font-weight: 500;
}
.review-title {
	margin: 0 0 10px 0;
}
.review-content p:last-child {
	margin: 0;
}
.price-table {
	margin: 0 0 20px 0;
}
.price-table table {
	width: 100%;
}
.price-table th, .price-table td {
	padding: 5px 6px;
	border: 1px solid #eee;
	background: #fff;
	font-size: 12px;
	white-space: nowrap;
	font-weight: 400;
	text-align: right;
}
.price-table th {
	background: #353535;
	color: #fff;
	border: 1px solid #353535;
}
.price-table .alt td {
	background: #f5f5f5;
}
.description {
	float: right;
	width: 730px;
	margin: 0 0 20px 0;
}
.information h3 {
	margin: 0 0 5px 0;
}
.information table {
	width: 100%;
	font-size: 13px;
}
.information th, .information td {
	padding: 10px 15px;
	text-align: left;
	border: 1px solid #eee;
}
.information th {
	background: #f5f5f5;
	white-space: nowrap;
	width: 20px;
}
#video {
	margin: 0 0 20px 0;
	clear: both;
}
#video h3 {
	margin: 0 0 5px 0;
}
#video iframe {
	display: block;
	line-height: 1;
}
.extras {
	clear: both;
	padding: 20px 0 0 0;
	border-top: 5px solid #eee;
}
h2.section-title {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #eee;
	margin: 0 0 25px 0;
}
h3.section-title {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eee;
	margin: 0;
}
.aside {
	float: right;
	width: 180px;
}
.aside .logo img {
	margin: 0 0 30px 0;
}
.aside .logo img {
	display: block;
	line-height: 1;
}
.aside .product-flags {
	margin: 0 0 25px 0;
	display: block;
}
.sell-product-single .summary, .category-sell-silver-coins .summary, .category-sell-gold-bars .summary, .category-sell-silver-bars .summary, .category-sell-scrap .summary, .category-sell-gold-coins .summary {
	width: 730px;
	margin: 0 0 20px 0;
}
p.pay {
	margin: 0;
	color: #959595;
	font-size: 13px;
}
.ready {
	background: #fafbc0;
	padding: 20px;
}
.ready p {
	margin: 0 0 10px 0;
	font-size: 13px;
}
p.split25 {
	width: 24%;
	float: left;
}
p.split75 {
	width: 74%;
	float: right;
}
footer.main {
	color: #858585;
	padding: 30px 0 50px 0;
	font-size: 13px;
	background: #151515;
}
footer.main h3 {
	color: #b5b5b5;
	border-bottom: 1px solid rgba(255,255,255,.075);
	margin: 0 30px 10px 0;
	padding: 0 0 10px 0;
	font-size: 14px;
}
footer.main a {
	color: #858585;
}
footer.main a:hover {
	color: #b5b5b5;
}
footer.main .menu {
	float: left;
	width: 25%;
}
footer.main .menu li {
	margin: 0 0 5px 0;
}
footer.main .newsletter {
	float: right;
	width: 25%;
}
footer.main .newsletter p {
}
footer.main .newsletter p strong {
	color: #b5b5b5;
}
#newsletter {
	background: #252525;
	border: 1px solid #252525;
	color: #b5b5b5;
}
.shop-basket .content, .checkout-cart-index .content {
	float: none;
	width: 100%;
}
.messages {
	margin: 0 0 20px 0;
}
.messages li {
	background: #fafafa;
}
.messages li.success {
	border-left: 5px solid #47a30f;
}
.messages li.error {
	border-left: 5px solid #c30;
}
.step .messages li {
	background: #fff;
}
.buttons {
	margin: 0 0 20px 0;
	clear: both;
}
.buttons .checkout {
	float: right;
}
.buttons .update {
	float: right;
	margin-right: 10px;
}
.upsells {
	padding: 0 0 20px 0;
	width: 71%;
	float: left;
}
.upsells .products .product {
}
.upsells .products .product .entry {
	padding-bottom: 0;
}
form.basket {
	padding: 0 0 20px 0;
	width: 65%; /* PTC  16/01/15  71%*/
	float: left;
}
.basket table {
	width: 100%;
}
.basket th, .basket td {
	text-align: left;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
.basket table .product-remove, .basket table .product-remove {
	width: 10px;
	padding: 10px 0;
}
.basket table .product-remove a {
	display: block;
	line-height: 1;
	background: #999;
	color: #fff;
	padding: 10px 13px;
	text-align: center;
	border-radius: 2px;
}
.basket table .product-thumbnail {
	padding: 10px 0 10px 20px;
}
.basket table .product-thumbnail img {
	display: block;
	line-height: 1;
	max-width: 100px;
}
.basket table .product-quantity {
	width: 60px;
	text-align: center;
}
.basket table .product-quantity .qty {
	width: 80px;
}
.basket table .product-subtotal {
	text-align: right;
	white-space: nowrap;
	width: 60px;
	padding-right: 0;
}
.cart-collaterals {
	width: 34%; /* PTC  16/01/15  26%*/
	float: right;
	text-align: right;
	margin: 0 0 30px 0;
}
/*PTC  16/01/15  New Class CSS Start*/
.qmark{
	display: inline-block;
	vertical-align: sub;
	font-size: 14px;
	color: gray;
	font-weight: bold;
	background: #353535;
	border-radius: 4px;
	padding: 0px 7px;
	margin-left: 8px;
	color: #FFF;
}
/*  PTC  16/01/15  New Class CSS End*/
.cart-collaterals .cart-totals {
	background: #f5f5f5;
	padding: 20px;
}
.cart-collaterals table {
	width: 100%;
	text-align: right;
}
.cart-collaterals table td, .cart-collaterals table th {
	border: 1px solid #f5f5f5;
	padding: 10px;
	width: 35%;
}
.cart-collaterals table td {
	background: #fff;
	width: 65%;
}
.buttons-after {
	margin: 20px 0;
}
.buttons-after .button {
	float: left;
	margin: 0;
}
.buttons-after .button.alt {
	float: right;
}
.cms-home .content {
	width: 100%;
	float: none;
	padding: 0 0 10px 0;
}
.cms-home .content.half {
	width: 48%;
	float: left;
	padding: 0;
}
.cms-home .content.half.end {
	width: 48%;
	float: right;
}
.cms-home .content h2 {
	margin: 0 0 10px 0;
}
#logos {
	background: #fafafa;
	padding: 0 0 30px 0;
	border-top: 1px solid #eee;
}
#logos ul {
	padding: 20px 0 0 0;
}
#logos ul li {
	width: 11%;
	float: left;
}
#logos ul li img {
	width: 90%;
	height: auto;
	display: block;
	line-height: 1;
	margin: 0 auto;
}
.shop-checkout .content {
	width: 100%;
	float: none;
}
.shop-checkout #logos, .shop-checkout footer.main .menu, .shop-checkout footer.main .newsletter, .shop-checkout #tools, .shop-checkout #feeds, .shop-checkout nav.main, .shop-checkout nav.tablet, .shop-checkout .tools-tablet {
	display: none !important;
}
.shop-checkout #branding {
	float: none;
	margin: 0 auto;
}
.shop-checkout #branding a {
	margin: 0 auto 20px auto;
}
.shop-checkout #branding p {
	font-size: 18px;
}
section.checkout h3 {
	line-height: 1;
	padding: 15px 25px;
	display: block;
	background: #353535;
	color: #959595;
	margin: 0;
	border-bottom: 1px solid #494949;
	cursor: pointer;
}
section.checkout h3:hover {
	color: #c5c5c5;
}
section.checkout h3.ui-state-active {
	color: #fff;
}
section.checkout .step {
	background: #fafafa;
	padding: 20px;
	border: 1px solid #eee;
}
.blog .content {
	float: left;
}
aside.blog {
	float: right;
}
.post {
	border-bottom: 1px dashed #eee;
	margin: 0 0 20px 0;
}
.post:last-child {
	border-bottom: none;
	margin: 0;
}
.post h2 {
	font-size: 32px;
	margin: 0 0 10px 0;
	line-height: 1.25;
}
.post h2 a {
	color: #353535;
}
.post h2 a:hover {
	color: #cc9a02;
}
.post .meta {
	margin: 0 0 15px 0;
	font-size: 13px;
}
.post .more {
	margin: 0 0 20px 0;
}
.post .thumbnail img {
	display: block;
	width: 100%;
	max-width: 640px;
	height: auto;
	line-height: 1;
	margin: 0 0 15px 0;
}
.post {
	border-bottom: 1px dashed #eee;
	margin: 0 0 20px 0;
}
.validation-advice {
	display: none;
}
.input-text.required-entry.validation-failed {
	background:#faeae5;
}
.block-account .ul li {
	line-height: 1.35;
	margin-bottom: 10px;
	position: relative;
}
.block-account ul li a {
	color: #353535;
}
.block-account ul li a:hover {
	color: #cc9a02;
}
.my-account fieldset {
	border: 2px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 20px;
}
.my-account fieldset legend {
	background: none repeat scroll 0 0 #EEEEEE;
	padding: 0 4px;
}
.field.name-prefix select {
	width: 48%;
}
.block-title, .page-title {
	border-bottom: 1px solid #eee;
	color: #353535;
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.block-content ul li {
	line-height: 1.35;
	margin-bottom: 10px;
	position: relative;
}
.my-account .dashboard .box-account .box-title > h3 {
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
}
.my-account .dashboard .box-head h2 {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}
.content img {
	display: block;
	line-height: 1;
}
.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
h1.page-title {
	border-bottom: 1px solid #eee;
	padding: 0 0 30px 0;
	margin: 0 0 20px 0;
	line-height: 1;
}
.half {
	float: left;
	width: 48.5%;
}
.half.end {
	float: right;
}
#map {
	width: 100%;
	height: 300px;
	background: #f0f0f0;
	margin-bottom: 20px;
}
form fieldset {
	padding: 20px;
	border: 2px solid #eee;
	margin: 0 0 20px 0;
}
form fieldset legend {
	background: #eee;
	padding: 0 4px;
}
.form-row {
	margin: 0 0 15px 0;
}
.form-row-last {
	margin: 0;
}
.form-row-buttons {
}
.form-row-buttons .alt {
	float: right;
	margin: 0 0 0 10px;
}
.form-row.find-address {
	height: 69px;
}
.form-row.find-address a.button {
	margin-top: 24px;
	font-size: 14px;
	height: 22px;
}
.wrap.alt {
	padding: 20px;
	background: #f0f0f0;
}
.portals li {
	margin: 0 0 20px 0;
}
.portals a {
	display: block;
	padding: 20px 30px;
	background: #353535;
	color: #353535;
	font-size: 24px;
	border: 1px solid #eee;
}
.portals li.one a {
	background: url(../images/portal-gold-coins.jpg) no-repeat center top;
}
.portals li.two a {
	background: url(../images/portal-silver-coins.jpg) no-repeat center top;
}
.portals li.three a {
	background: url(../images/portal-gold-bars.jpg) no-repeat center top;
}
.portals li.four a {
	background: url(../images/portal-silver-bars.jpg) no-repeat center top;
}
.portals li.one.other a {
	background: url(../images/portal-other.jpg) no-repeat center top;
}
/* FORM ELEMENTS */
input[type=text], input[type=tel], input[type=number], input[type=password], input[type=search], input[type=email], input[type=date], select, textarea {
	display: inline-block;
	padding: 10px 12px;
	border: 1px solid #eee;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
        -webkit-appearance:none;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	max-width: 100%;
	line-height: 1.5;
	margin: 0;
	position: relative;
	top: -1px;
}
input.error, select.error, textarea.error {
	background: #faeae5;
	border: 1px solid #efdfda;
	border-bottom: 1px solid #dcccc6;
	border-right: 1px solid #dcccc6;
}
input[type=date] {
	padding: 7px;
}
label {
	display: block;
	clear: both;
	margin: 0 0 5px 0;
}
textarea {
	height: 120px;
}
select {
	color: #b5b5b5;
}
:focus {
	outline: none;
}
.req {
	color: #c30;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
}
.button {
	background: #FAFAFA; /* Old browsers */
	background: -moz-linear-gradient(top, #FAFAFA 0%, #EBEBEB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #EBEBEB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FAFAFA 0%, #EBEBEB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FAFAFA 0%, #EBEBEB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FAFAFA 0%, #EBEBEB 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FAFAFA 0%, #EBEBEB 100%); /* W3C */
 //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#EBEBEB', GradientType=0 ); /* IE6-9 */
	border: 1px solid #eee;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px 20px;
	display: inline-block;
	color: #454545;
	margin: 0;
	line-height: 1.5;
	font: 16px 'Roboto', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 500;
	cursor: pointer;
	border-radius: 1px;
	text-align: center;
}
.button:hover {
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #EBEBEB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 0%, #EBEBEB 100%); /* W3C */
 //filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EBEBEB', GradientType=0 ); /* IE6-9 */
	color: #252525;
	text-decoration: none;
}
.button.alt {
	background: #47a30f; /* Old browsers */
	background: -moz-linear-gradient(top, #47a30f 0%, #408607 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47a30f), color-stop(100%, #408607)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #47a30f 0%, #408607 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #47a30f 0%, #408607 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #47a30f 0%, #408607 100%); /* IE10+ */
	background: linear-gradient(to bottom, #47a30f 0%, #408607 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a30f', endColorstr='#408607', GradientType=0 ); /* IE6-9 */
	border: 1px solid #43940b;
	border-right: 1px solid #3d8006;
	border-bottom: 1px solid #3d8006;
	color: #fff;
}
.button.alt:hover {
	background: #50b413; /* Old browsers */
	background: -moz-linear-gradient(top, #50b413 0%, #418d09 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b413), color-stop(100%, #418d09)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #50b413 0%, #418d09 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #50b413 0%, #418d09 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #50b413 0%, #418d09 100%); /* IE10+ */
	background: linear-gradient(to bottom, #50b413 0%, #418d09 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b413', endColorstr='#418d09', GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.rrssb-buttons {
	margin-bottom: 20px !important;
}
.paul-says {
	overflow: hidden;
	margin-bottom: 20px;
}
.paul-says blockquote {
	background-color: #F5F5F5;
	font-style: italic;
	color: #666;
	border-radius: 10px;
	padding: 12px;
	float: left;
	margin-left: 2%;
	width: 68%;
	box-sizing: border-box;
}
.paul-says img {
	display: block;
	border-radius: 75px;
	float: left;
	width: 30%;
	max-width: 150px;
}
.add-to-cart-wrapper .short {
	margin-top: 20px;
}
.short .button {
	font-size: 12px;
	margin-bottom: 20px;
}
/* Payment Method */

.payment-method, .shipping-method {
	margin-bottom: 20px;
}
.payment-method ul li, .shipping-method ul li {
	width: 20%;
	float: left;
	text-align: center;
}
.payment-method ul li input, .shipping-method ul li input {
	vertical-align: middle;
}
.payment-method ul li img, .shipping-method ul li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.shipping-method ul li {
	width: 50%;
}
.shipping-method ul li input {
	margin-top: 6px;
}
section.checkout h3.hide-checkout-step {
	color: #404040;
}

/* EXTRAS */
::-webkit-input-placeholder, .placeholder {
color:#b5b5b5;
}
footer.main ::-webkit-input-placeholder, footer.main .placeholder {
color:#757575;
}
.none {
	display: none;
}
.nomargin {
	margin: 0;
}
/* CLEARFIX */
.cf:before, .cf:after, .inner:before, .inner:after, #jumbotron:before, #jumbotron:after, .products:before, .products:after, form:before, form:after {
	content: " ";
	display: table;
}
.cf:after, .inner:after, #jumbotron:after, .products:after, form:after {
	clear: both;
}
/* ISOTOPE */
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}



 @media screen and (max-width:1330px) {
p.history {
	display: none;
}
.inner {
	width: 960px;
}
#tools {
	width: 370px;
	margin: 10px 0 0 50px;
}
.content {
	width: 750px;
}
.product-single .content , .catalog-product-view .content , .review-product-list .content {
	width: 100%;
	float: none;
}

.sell-product-single .content, category-sell-silver-coins .content, .category-sell-gold-bars .content, .category-sell-silver-bars .content, .category-sell-scrap .content, .category-sell-gold-coins .content {
	width: 750px;
	float: right;
}

.summary {
	width: 420px;
}
.sell-product-single .summary, category-sell-silver-coins .summary, .category-sell-gold-bars .summary, .category-sell-silver-bars .summary, .category-sell-scrap .summary, .category-sell-gold-coins .summary {
	width: 750px;
	float: right;
}
aside.single {
	width: 100%;
	float: none;
}
.product {
	width: 25%;
}
.product .entry img {
	width: 120px;
}
.description {
	width: 630px;
}
.sell-product-single .description,  .sell-product-single .summary, category-sell-silver-coins .description, .category-sell-gold-bars .description, .category-sell-silver-bars .description, .category-sell-scrap .description, .category-sell-gold-coins .description, 
category-sell-silver-coins .summary, .category-sell-gold-bars .summary, .category-sell-silver-bars .summary, .category-sell-scrap .summary, .category-sell-gold-coins .summary
 {
	width: 420px;
}
.block1280 {
	width: 960px;
	float: left;
}
.img1280 {
	float: none;
}
.block640 {
	width: 640px;
	float: left;
}
.img640 {
	float: none;
}
.block320 {
	width: 960px;
	float: left;
}
.img320 {
	float: left;
	width: 240px;
}
.img320 img {
	max-width: 100%;
}
aside .products {
}
aside .product {
	float: left;
	width: 25%;
	margin: 0;
}
aside .product .entry {
	padding: 20px 20px 0 20px;
}
aside .product .entry h3 {
	height: 60px;
	line-height: 1.5;
}
#product-reviews {
	border-bottom: 5px solid #eee;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
}
.upsells .products .product:last-child {
	display: none;
}
.buttons-after .button {
	display: block !important;
	float: left; /* PTC 16/01/15 none*/
}
.buttons-after .button.alt {
	display: block !important;
	float: right; /* PTC 16/01/15 none*/
	margin: 0 0 10px 0;
}
.page .half .half {
	float: none;
	width: 100%;
}
.page .half .half.end {
	float: none;
}
}
 @media screen and (max-width:1010px) {
body .ui-tooltip {
	display: none !important;
}
.inner {
	width: 640px;
}
#tools {
	display: none;
}
.strip li {
	float: none;
	width: 100%;
}
nav.main {
	display: none;
}
nav.tablet {
	display: block;
}
nav.extra {
	display: none;
}
nav.extra.open {
	display: block;
}
.block1280 {
	float: none;
	width: 640px;
}
.img1280 {
}
.block640 {
	float: none;
}
.img640 {
}
.block320 {
	width: 640px;
	float: none;
}
.img320 {
	float: left;
	width: 320px;
}
aside.main {
	display: none;
}
.customer-account aside.main {
	display: block;
}
.customer-account aside.main .widget{
	display: none;
}
.customer-account .block-title{width: 100%;}
     
div.aside {
	display: none;
}
aside.single {
	width: 100%;
	float: none;
}
.content {
	width: 100%;
	float: none;
}
.summary {
	width: 310px;
	margin: 0 0 30px 0;
}
.summary .product-flags {
	display: block;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
}
.summary .paul-says {
	display: block;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
}
.summary .paul-says blockquote {
	width: 100%;
	margin: 0;
}
.summary .paul-says img {
	margin: 0 10px 10px 0;
}
.description .paul-says {
	display: none;
}
.description {
	width: 100%;
	margin: 0;
}
/*.images a.main-image img {
	width: 319px;
	height: 319px;
}*/
.images a.main-image img {
    height: 280px;
    padding: 15px;
    width: 280px;
}
.product .entry img {
	width: 120px;
}
.product h3 {
	font-size: 13px;
	line-height: 1.25;
	height: 67px;
}
.sell-product-single .content, category-sell-silver-coins .content, .category-sell-gold-bars .content, .category-sell-silver-bars .content, .category-sell-scrap .content, .category-sell-gold-coins .content {
	width: 100%;
	float: none;
}
.sell-product-single .description,  .sell-product-single .summary, category-sell-silver-coins .description, .category-sell-gold-bars .description, .category-sell-silver-bars .description, .category-sell-scrap .description, .category-sell-gold-coins .description, 
category-sell-silver-coins .summary, .category-sell-gold-bars .summary, .category-sell-silver-bars .summary, .category-sell-scrap .summary, .category-sell-gold-coins .summary
 {
	width: 310px;
}
form.cart {
	margin: 0 0 15px 0;
}
form.basket {
	float: none;
	width: 100%;
}
.cart-collaterals {
	float: none;
	width: 100%;
	clear: both;
}
.upsells {
	width: 100%;
}
.price-table th,  .price-table td {
	font-size: 11px;
}
.price-table th span {
	display: block;
}
/* .tools-tablet {
	float: left;
	display: block;
	margin: 0 0 0 22px;
	width: 100px;
}
.tools-tablet a {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	background: #353535;
	text-indent: -99999px;
	border-radius: 2px;
}
.tools-tablet a.basket {
	margin: 0 0 9px 0;
	background: #252525 url(../images/icon-basket-large.png) no-repeat 50% 50%;
}
.tools-tablet a.account {
	background: #252525 url(../images/icon-account.png) no-repeat 50% 50%;
	margin-right: 10px;
}
.tools-tablet a.home {
	background: #252525 url(../images/nav-mobile-home.png) no-repeat 50% 50%;
	margin-right: 10px;
}
.tools-tablet a.contact {
	background: #252525 url(../images/nav-mobile-contact.png) no-repeat 50% 50%;
}  */

		.tools-tablet { float:left; display:block; margin:0 0 0 22px; width: 100px; }
		.tools-tablet a { display:block; float: none; width:100%; color:#959595; background:#252525; border-radius:2px; text-align:center; font-size:13px; padding:4px 0; margin-bottom:3px; }
		.tools-tablet a:hover { background:#353535; }
		.tools-tablet a:last-child { margin-bottom:0px; }

#logos ul li {
	width: 33.3%;
}
#logos ul li:nth-child(1),  #logos ul li:nth-child(2),  #logos ul li:nth-child(3) {
	padding: 0 0 20px 0;
}
.cms-home .content.half {
	width: 100%;
	float: none;
	padding: 0 0 10px 0;
}
.cms-home .content.half.end {
	width: 100%;
	float: none;
}
.buttons-after .button {
	display: inline-block !important;
	float: left;
}
.buttons-after .button.alt {
	display: inline-block !important;
	float: right;
	margin: 0;
}
.half {
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
}
.half.end {
	float: none;
}
.half.end:last-child {
	margin-bottom: 0;
}
.form-row.find-address {
	height: auto;
}
.form-row.find-address a.button {
	margin-top: 0;
	font-size: 14px;
	height: 22px;
}
.payment-method ul li {
	width: 33%;
}
.shipping-method ul li {
	width: 100%;
}
.trustpilot {
	display: none;
}
}



 @media screen and (max-width:690px) {
#branding {
	width: 320px;
	margin: 0 auto;
	float: none;
}
#branding a {
	margin: 0 auto;
}
.inner {
	width: 320px;
}

#feeds {
    display: block;
    padding: 10px 2px;
}
section.main {
	padding: 20px 0;
}
.tools-tablet {
	display: none;
}
.summary {
	width: 100%;
	float: none;
}
#product-previews {
	width: 100%;
	float: none;
}
.block1280 {
	float: none;
	width: 320px;
}
.img1280 {
	width: 320px;
}
.block640 {
	float: none;
	width: 320px;
}
.img640 {
	width: 320px;
}
.img640 img {
	width: 320px;
}
.block320 {
	width: 320px;
	float: none;
}
.img320 {
	float: none;
}
p.split25,  p.split75 {
	width: 100%;
	float: none;
}
#tablet-search {
	width: 260px;
}
.products .product {
	width: 50%;
}
.content {
	width: 100%;
	float: none;
}
.content.half {
	margin: 0;
}
footer.main .menu,  footer.main .newsletter {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.direction_custom {
	position: relative;
	right: auto;
	top: auto;
	float: right;
}
.ordering {
	position: relative;
	right: auto;
	top: auto;
	display: block;
	width: 80%;
	float: left;
	margin: 0 0 20px 0;
}
.product-thumbnail {
	display: none;
}
.basket table {
	width: 100%;
}
.basket th,  .basket td {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}
.basket table .product-remove,  .basket table .product-remove {
	width: 10px;
}
.basket table .product-remove a {
	display: block;
	line-height: 1;
	background: #353535;
	color: #fff;
	padding: 2px 5px;
	text-align: center;
	border-radius: 2px;
}
.basket table .product-thumbnail {
	display: none;
}
.basket table .product-quantity {
	width: 20px;
	text-align: center;
}
.basket table .product-quantity .qty {
	width: 80px;
}
.basket table .product-price {
	display: none;
}
.basket table .product-subtotal {
	text-align: right;
	white-space: nowrap;
	width: 60px;
	padding-right: 0;
}
.content .buttons .button,  .content .buttons-after .button {
	display: block !important;
	margin: 0 auto 5px auto !important;
	text-align: center !important;
	padding: 10px 0 !important;
	float: none !important;
	width: 100%;
}
.portals {
	margin: 0 0 20px 0;
}
table.data {
	display: none;
}
.alignleft,  .alignright {
	float: none;
	margin: 0 0 20px 0;
}
header.main .tools-mobile {
	display: block;
	padding: 10px 0 0 0;
}
/* header.main .tools-mobile a {
	display: block;
	width: 72px;
	height: 52px;
	float: left;
	text-indent: -99999px;
	background: #252525;
	color: #656565;
	margin: 0 10px 0 0;
}
header.main .tools-mobile a:last-child {
	margin: 0;
}
header.main .tools-mobile a.home {
	background: #252525 url(../images/nav-mobile-home.png) no-repeat 50% 50%;
}
header.main .tools-mobile a.basket {
	background: #252525 url(../images/nav-mobile-basket.png) no-repeat 50% 50%;
}
header.main .tools-mobile a.account {
	background: #252525 url(../images/nav-mobile-account.png) no-repeat 50% 50%;
}
header.main .tools-mobile a.contact {
	background: #252525 url(../images/nav-mobile-contact.png) no-repeat 50% 50%;
} */


header.main .tools-mobile { display:block; padding:10px 0 0 0; }
		header.main .tools-mobile a { display:block; width:72px; padding:10px 0; float:left; font-size:13px; background:#252525; color:#959595; margin:0 10px 0 0; text-align:center; }
		header.main .tools-mobile a:hover { background:#353535; }
		header.main .tools-mobile a:last-child { margin:0; }


#payment-method ul li {
	width: 50%;
}
.paul-says blockquote {
	width: 65%;
}



}
 @media screen and (min-width:1331px) {
nav ul li a.toggle, nav ul li a.toggle.top {
	background: #F5F5F5 !important;
	text-indent: initial !important;
}


}
@media screen and (max-width:480px) {
.direction_custom {
    position: absolute;
    right: -50px;
    top: 5px;
}
}
@media screen and (max-width:640px) {
.direction_custom {
    position: absolute;
    right: -35px;
    top: 5px;
}

}
/* Ollie Ammends 05/09/2014 

#tools ul.menu {
	padding-top : 0;
}
#tools ul.menu li {
	text-indent: -99999px;
	margin: 0 10px 0 0;
}
#tools ul.menu li.login {
	background: #414141 url(../images/icon-login.png) no-repeat;
	background-size: 33px;
}
#tools ul.menu li.home {
	background: #414141 url(../images/icon-home-menu.png) no-repeat;
	background-size: 33px;
}
#tools ul.menu li.account {
	background: #414141 url(../images/icon-account-menu.png) no-repeat;
	background-size: 33px;
}
#tools ul.menu li.basket {
	background: #414141 url(../images/nav-mobile-basket.png) no-repeat;
	background-size: 33px;
}
#tools ul.menu li.contact {
	background: #414141 url(../images/icon-contact.png) no-repeat;
	background-size: 33px;
}
#tools ul.menu li.register {
	background: #414141 url(../images/icon-register.png) no-repeat;
	background-size: 33px;
}
#tools ul.menu li a {
	display: block;
	width: 33px;
	height: 33px;
}  */
p.history {
	float: left;
	color: #A3A3A3;
	font-style: italic;
}
.trustpilot {
	margin-top: 20px;
}
.entries {
	display: none;
}
.success {
	color: #11b400;
}
.error {
	color: red;
	font-weight: bold;
}
.notice {
	color: #e26703;
	font-weight: bold;
}
/* -------------------------------------------- *
 * Messages
 */
.messages {
	margin-bottom: 10px;
}
.messages li li {
	position: relative;
	margin-bottom: 5px;
	padding: 15px 25px;
	background: #f4f4f4;
}
.messages li li:before {
	top: 50%;
	left: 0;
	margin-top: -6px;
}
.messages .error-msg li {
	border-left:5px solid #c30;
}
.messages .error-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid red;
	border-right: none;
	display:none;
}
.messages .notice-msg li {
	border-left: 5px solid #e26703;
}
.messages .notice-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e26703;
	border-right: none;
}
.messages .success-msg li {
	border-left: 5px solid #11b400;
}
.messages .success-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #11b400;
	border-right: none;
	display: none;
}
/** myaccount **/

body.customer-account .my-account .page-title h1 {
	border: 0;
	text-align: left;
}
body.customer-account .my-account .title-buttons {
	position: relative;
	text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
	text-align: left;
}
body.customer-account .my-account .title-buttons .button {
	position: absolute;
	right: 0;
	top: 0;
}
body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator {
	position: relative;
	top: -42px;
}
body.customer-account .my-account .fieldset h2, body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .order-details h2 {
	width: 100%;
	display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
	font-size: 14px;
	font-weight: 600;
}
body.customer-account .my-account .fieldset {
	margin-top: 30px;
	margin-bottom: 30px;
}
body.customer-account .data-table {
	margin-top: 5px;
}
body.customer-account .data-table td a {
	/*font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;*/
	text-transform: uppercase;
	font-style: normal;
	font-size: 13px;
}
body.customer-account .sidebar .block ol#compare-items li {
	margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
	margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
	margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
	margin-top: 10px;
	margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
	display: inline-block;
	margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
	margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
	margin-top: 10px;
	margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
	margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
	display: inline;
	margin-bottom: 0;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day {
	width: 40px;
	float: left;
	margin-right: 10px;
}
.form-list .customer-dob .dob-year {
	width: 80px;
	float: left;
}
/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
	margin-top: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 7px;
}
.dashboard .box-head h2 {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 0;
}
.dashboard .box-head a {
	padding: 10px;
}
.dashboard .box-title a, .dashboard .box-head a {
	text-transform: uppercase;
	font-size: 12px;
}
.dashboard .box-account {
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 45px;
}
.dashboard .box-account p, .dashboard .box-account address {
	/*font-family: Georgia, Times, "Times New Roman", serif;*/
	font-style: italic;
}
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
	padding-right: 12.09677%;
	padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title, .dashboard .col2-set .col-2 .box-title {
	position: relative;
	padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2, .dashboard .col2-set .col-1 .box-title h3, .dashboard .col2-set .col-2 .box-title h2, .dashboard .col2-set .col-2 .box-title h3 {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
	line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
	padding-bottom: 0;
}
.dashboard .box-reviews li {
	padding: 10px 0;
	border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
	border-top: 0;
}
.dashboard .box-reviews li .number {
	margin-right: -20px;
	float: left;
	line-height: 1.4;
	font-size: 13px;
}
.dashboard .box-reviews li .details {
	margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
	content: '';
	display: table;
	clear: both;
	margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
	float: left;
	/*font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;*/
	font-size: 13px;
	margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
	float: left;
	margin: 3px 0 0 0;
}
/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
/*font-family: Georgia, Times, "Times New Roman", serif;*/
}
.my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
	padding-bottom: 0;
}
.my-account .addresses-list .item {
	margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
	margin-top: 10px;
}
@media only screen and (max-width: 770px) {
.my-account .addresses-list .col-1,  .my-account .addresses-list .col-2 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.my-account .addresses-list .col-1 li.empty,  .my-account .addresses-list .col-2 li.empty {
	width: 100%;
}
}
@media only screen and (max-width: 599px) {
.my-account .addresses-list .addresses-additional p a {
	white-space: nowrap;
}
}

.catalog-product-view  .description p{
margin-bottom:5px;
}


.opc-btn-checkout.button-disabled {
position:relative;

}

.button.btn-checkout.opc-btn-checkout.button-disabled:after {
  background-image: url("../images/order_load.gif");
    content: "";
    height: 16px;
    position: absolute;
    right: 2px;
    top: 15px;
    width: 16px;
}
.block-content .actions {
    margin: 15px 0;
}

.add-to-cart-wrapper .product-options .checkbox {
display:none;
}
.add-to-cart-wrapper .product-options .price-notice {
display:none;
}
.item-options .price{
display:none;
}

#notification-bar {
text-align: center;
background-color: #FF0000;
color: white;
line-height: normal;
padding: 7px 0;

}