/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* Base */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #404041; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* Links */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* Typography */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Lists */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* Embedded Content */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* Figures */

figure { margin: 0; }


/* Forms */

form { margin: 0; }

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

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 5px;
	width: 250px;
}

textarea {
	width: 588px;
	height: 88px;
}

.textbox, .smalltextbox {
	border: 1px solid #ccc;
	width: 238px;
	padding: 5px;
}

.smalltextbox {
	width: 20px;
	text-align: center;
}

.autowidth {
	width: auto;
	max-width: 100%;
}

.button {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	padding: 0 12px;
	color: #fff;
	background: url(//www.vintagefootballprogrammes.com/images/redbg.png);
	font-size: 1.1em;
	border: 0;
}

.button:hover {
	background: url(//www.vintagefootballprogrammes.com/images/greybg.png);
	text-decoration: none;
}

input, textarea, select {
  -webkit-border-radius: 0px;
}

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Primary Styles */

body, input, textarea, select {
    font-family: 'PT Sans', sans-serif;
}

body {
	text-align: center;
	background: #fff;
	font-size: 0.9em; 
	color: #404041;
}

h1 {
	font-size: 2.4em;
	padding: 0;
	margin: 0 0 20px 0;
	color: #404041;
}

h2 {
	font-size: 1.7em;
	padding: 0;
	margin: 20px 0 10px 0;
	color: #404041;
}

a {
	color: #a22315;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.4em;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

#mob, .mob, .mobbr, #backtotop, .brandspagedriver, #showfilter, #hidefilter, #submitfilter {
	display: none; 
}

.container {
	width: 950px;
	margin: auto;
	text-align: left;
}

header a {
	color: #a22315;
}

#tel {
	width: 100%;
	padding: 10px 0;
	color: #404041;
	font-weight: bold;
	background: #eee;
}

#tel a {
	color: #404041;
}

#tel .container {
	text-align: right;
}

#logo {
	float: left;
}

#topnav {
	float: right;
	text-align: right;
	width: 500px;
	min-height: 36px;
	padding: 15px 0 0 50px;
}

#topnav select {
	width: 150px;
}

#topnav .button {
	height: 28px;
	line-height: 28px;
}

#topnav .login.button {
	padding-left: 30px;
	background: url(//www.vintagefootballprogrammes.com/images/login-bg.png) bottom left no-repeat #404041;
}

#topnav .login.button:hover {
	background: url(//www.vintagefootballprogrammes.com/images/login-bg.png) top left no-repeat #a22315;
}

#topnav .register.button {
	padding-left: 30px;
	background: url(//www.vintagefootballprogrammes.com/images/register-bg.png) bottom left no-repeat #404041;
}

#topnav .register.button:hover {
	background: url(//www.vintagefootballprogrammes.com/images/register-bg.png) top left no-repeat #a22315;
}

#google_translate_element {
	float: left;
	margin-top: -5px;
}

#search {
	float: left;
	width: 252px;
	margin: 10px 0 0 90px;
}

#search p {
	margin: 5px 0;
}

#search form {
	border: 1px solid #bbb;
	width: 250px;
	height: 30px;
	padding: 2px 0;
}

#search .textbox {
	float: left;
	height: 26px;
	line-height: 26px;
	width: 194px;
	border: 0;
	padding: 2px 5px;
	margin-right: 5px;
	color: #404041;
	background: #fff;
}

#bag {
	float: right;
	text-align: right;
	width: 240px;
	height: 69px;
	padding: 15px 63px 9px 0;
	background: url(//www.vintagefootballprogrammes.com/images/bag-bg.png) right no-repeat;
}

#bag .button {
	height: 28px;
	line-height: 28px;
	background: #404041;
}

#bag .button:hover {
	background: #a22315;
}

nav {
	position: relative;
	z-index: 10;
	float: left;
	width: 100%;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.navbg {
	float: left;
	width: 100%;
	background: url(//www.vintagefootballprogrammes.com/images/greybg.png);
}

nav .sf-menu {
	width: 950px;
	margin: auto;
}

nav li {
	float: left;
}

nav a {
	display: block;
	float: left;
	padding: 8px 0;
	text-align: center;
	color: #fff;
}

nav .on a, nav a:hover {
	background: url(//www.vintagefootballprogrammes.com/images/redbg.png);
	text-decoration: none;
}

.submenu a {
	background: url(//www.vintagefootballprogrammes.com/images/arrow-off.png) right no-repeat;
}

nav .on.submenu a, nav .submenu a:hover {
	background: url(//www.vintagefootballprogrammes.com/images/arrow.png) right no-repeat;
}

.btnhome, .btnfaqs {
	width: 67px;
}

.btnproducts {
	width: 115px;
	padding-right: 10px;
}

.btnabout {
	width: 97px;
}

.btnsell {
	width: 150px;
}

.btnrequest {
	width: 170px;
}

.btndel {
	width: 170px;
}

.btncontact {
	width: 104px;
}

#main {
	float: left;
	width: 950px;
	min-height: 350px;
	height:auto !important; 
	height: 350px; 
}

#main ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#main li {
	list-style: disc;
	margin: 0 0 5px 0;
	padding: 0;
}

#main table {
	width: 948px;
	border: 1px solid #eee;
	margin: 10px 0;
}

#main td {
	padding: 5px;
	border: 1px solid #eee;
	vertical-align: middle;
}

.header {
	background: url(//www.vintagefootballprogrammes.com/images/redbg.png);
	color: #fff;
	font-size: 1.1em;
}

.bagimg {
	width: 70px;
}

.pagedriver, .pagedriverlast {
	float: left;
	width: 232px;
	text-align: center;
	margin: 0 7px 10px 0;
	font-size: 1.1em;
}

.pagedriverlast {
	float: right;
	margin-right: 0;
}

.pagedriver img, .pagedriverlast img {
	margin-bottom: 10px;
}

.pagedriver a, .pagedriverlast a {
	color: #404041;
}

#products {
	float: left;
	margin-top: 10px;
	width: 925px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 3px 15px;
	color: #fff;
	font-size: 1.4em;
	background: url(//www.vintagefootballprogrammes.com/images/redbg.png);
}

#products .button {
	height: 28px;
	line-height: 28px;
	font-size: 0.8em;
	background: url(//www.vintagefootballprogrammes.com/images/greybg.png);
}

#products .button:hover {
	background: #fff;
	color: #a22315;
}

.product, .productlast {
	float: left;
	width: 182px;
	margin: 10px 10px 10px 0;
	font-size: 1.1em;
}

.productlast {
	float: right;
	margin-right: 0;
}

.product a, .productlast a {
	display: block;
	width: 182px;
	height: 262px;
	display: flex;
	justify-content: center;
    align-items: center;
}

.product p a, .productlast p a {
	width: auto;
	height: auto;
}

.product img, .productlast img {
	width: auto;
	max-width: 182px;
	height: auto;
	max-height: 251px;
}

.product .teamlogo, .productlast .teamlogo {
	width: 120px;
	margin-left: 31px;
}

.product p, .productlast p {
	line-height: 1em;
}

#main .product a, #main .productlast a {
	color: #404041;
	font-weight: normal;
}

#main .product a.button, #main .productlast a.button {
	font-weight: bold;
	color: #fff;
}

#main .product a:hover, #main .productlast a:hover {
	text-decoration: none;
}

.product h2, .productlast h2 {
	font-size: 1.1em;
}

.product .price, .productlast .price {
	float: left;
	width: 92px;
	font-size: 1.3em;
	color: #a22315;
	font-weight: bold;
	line-height: 15px;
}

.product .button, .productlast .button {
	color: #fff;
	font-size: 1.1em;
}

.product .button:hover, .productlast .button:hover {
	color: #fff;
}

.altprices {
	font-size: 0.4em;
	color: #404041;
	text-transform: none;
}

#homeleftcol {
	float: left;
	width: 550px;
	padding-top: 10px;
}

#homerightcol {
	float: right;
	width: 350px;
}

#homerightcol h2 {
	margin-top: 0;
}

#homerightcol .button {
	font-size: 1.1em;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.preview {
	width: 85px;
}

#voucher {
	float: left;
	width: 600px;
}

#total {
	float: right;
	color: #a22315;
	width: 280px;
}

#categorydescription {
	width: 950px;
	height: 115px;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#pagedescription {
	width: 950px;
	height: 120px;
	overflow-y: scroll;
	margin-bottom: 20px;
}

#subnav {
	float: left;
	width: 162px;
}

#subnav h2 {
	margin-top: 10px;
}

#subnav select {
	width: 162px;
}

#subnav #subnavlist {
	margin: 0;
}

#subnavlist li {
	list-style: none;
	margin-bottom: 3px;
}

#subnavlist li a {
	display: block;
	width: 142px;
	padding: 5px 10px;
	font-size: 1.3em;
	color: #fff;
	background: #404041;
}

#subnavlist .on a, #subnavlist li a:hover {
	background: #a22315;
	text-decoration: none;
}

#subnav .textbox, #subnav textarea {
	width: 150px;
}

#subnav .code {
	width: 70px;
}

#subnav textarea {
	height: 50px;
}

#slider-range {
	width: 90%;
	padding: 0;
	margin: 0 5%;
}

#amount {
	width: 100%;
	padding: 0;
	text-align: center;
	color: #a22315;
	margin-top: 5px;
	border: 0;
	background: #fff;
}

#content {
	float: right;
	width: 758px;
}

#main .pages {
	float: right;
	margin: 0;
	text-align: right;
	font-size: 1.1em;
}

#main .pages li {
	list-style: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 2px;
}

#main .pages a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 5px 8px;
	border: 1px solid #ddd;
	font-weight: normal;
	color: #a22315;
}

#main .pages a:hover, #main .pages .on a {
	border: 1px solid #a22315;
	text-decoration: none;
}

#sortform {
	float: left;
}

#productimages, #productimagesie7 {
	float: left;
	width: 360px;
	padding: 50px 0 0 0;
}

.mainimg {
	width: 360px;
}

#productimages p, #productimagesie7 p {
	text-align: center;
	color: #38584d;
	font-size: 1.3em;
	margin-bottom: 0;
}

.thumbnail, .thumbnaillast {
	float: left;
	width: 110px;
	margin: 0 15px 15px 0;
}

.thumbnaillast {
	float: right;
	margin-right: 0;
}

#productimagesie7 {
	display: none;
}

#productdetails {
	float: right;
	width: 378px;
	padding: 50px 0;
}

#productdetails h1 {
	margin-bottom: 0;
}

#productdetails .price {
	font-size: 2.2em;
	line-height: 0.8em;
	font-weight: bold;
}

#productdetails .presaleprice {
	font-size: 0.75em;
	text-decoration: line-through;
}

#productdetails select {
	width: 110px;
}

#productdetails .button {
	font-size: 1.7em;
	height: 45px;
	line-height: 45px;
	padding: 0 15px 0 50px;
	background: url(//www.vintagefootballprogrammes.com/images/addtobag-bg.png) top left no-repeat #a22315;
}

#productdetails .button:hover {
	background: url(//www.vintagefootballprogrammes.com/images/addtobag-bg.png) bottom left no-repeat #404041;
}

.highlight {
	font-size: 1.2em;
}

#steps {
	text-align: center;
	color: #ccc;
	margin: 0 0 20px 0;
	font-size: 1.3em;
}

#steps .on {
	color: #a22315;
}

#news, #twitter {
	color: #fff;
	font-size: 1.5em;
	height: 38px;
	line-height: 38px;
	width: 320px;
	padding: 0 15px;
	background: url(//www.vintagefootballprogrammes.com/images/news-bg.png) top right no-repeat #a22315;
}

#twitter {
	clear: both;
	background: url(//www.vintagefootballprogrammes.com/images/twitter-bg.png) top right no-repeat #a22315;
}

#leftcol {
	float: left;
	width: 600px;
}

#rightcol {
	float: right;
	width: 280px;
}

#paypaliframe {
	width: 570px;
	height: 540px;
}

#deliverymethod {
	display: none;
}

#sagepay, #social {
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 0.8em;
	width: 550px;
}

#social {
	float: right;
	text-align: right;
	width: 300px;
}

footer {
	margin-top: 20px;
	width: 100%;
	padding: 10px 0;
	background: #eee;
	color: #404041;
}

footer p {
	margin: 5px 0;
}

footer a {
	font-weight: normal;
	color: #a22315;
}

footer .container {
	overflow: hidden;
}

#footerlogo {
	float: left;
	width: 500px;
	margin-top: 20px;
	padding: 0 0 15px 170px;
	background: url(//www.vintagefootballprogrammes.com/images/footerlogo-bg.png) left no-repeat;
}

#footerlogo img {
	margin-top: -2px;
}

#newsletter {
	float: right;
	width: 252px;
	padding-bottom: 15px;
}

#newsletter form {
	border: 1px solid #bbb;
	width: 250px;
	height: 30px;
	padding: 2px 0;
}

#newsletter .textbox {
	float: left;
	height: 26px;
	line-height: 26px;
	width: 194px;
	border: 0;
	padding: 2px 5px;
	margin-right: 5px;
	color: #404041;
	background: #fff;
}

#notice {
	width: 950px;
	border-top: 1px solid #ddd;
	font-size: 0.75em;
	color: #666;
	padding-top: 6px;
}

#notice a {
	color: #666;
}

.heading {
	color: #a22315;
	font-weight: bold;
	font-size: 1.1em;
}

/* Common Styles */

.htmlarea {
	border: 1px solid #ccc;
}

.small {
	font-size: 0.8em;
}

.big {
	font-size: 1.2em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear, .productsclear {
	clear: both;
	height: 0;
}

.clearright {
	clear: right;
	height: 0;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0 20px 20px 0;
}

.rightpic {
	float: right;
	margin: 0 0 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	width: 80px;
	height: 26px;
}

.code {
	width: 70px;
	font-weight: bold;
	text-align: center;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.alignright {
	text-align: right;
}

/* Drop down menus */


/*** ESSENTIAL STYLES ***/

.sf-menu ul {
	position: absolute;
	top: -999em;
	margin-top: 0px;
	width: 200px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.sf-menu ul li {
	width: 200px;
	border-bottom: 1px solid #eee;
}
.sf-menu li li a {
	display: block;
	width: 180px;
	padding: 8px 10px;
	text-align: left;
	background: none;
	color: #a22315;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 40px;
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}

/*** DEMO SKIN ***/

.sf-menu a {
	text-decoration:none;
}
.sf-menu li li, nav .on.submenu li a {
	background-image: none;
	background: #fff;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, nav .sf-menu li li.on a {
	background:	url(//www.vintagefootballprogrammes.com/images/redbg.png);
	color: #fff;
	outline: 0;
}

/* Non-semantic Helper Classes */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Media Queries */

@media only screen and (max-width: 960px) {

.container {
	width: 96%;
	padding: 0 2%;
}

textarea, select, .formcol .textbox {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}

#mob {
	display: block;
	width: 100%;
	z-index: 99;
	margin: 0;
	font-weight: bold;
	background: #000;
	overflow: auto;
	font-size: 1.2em;
}

#mob ul {
	margin: 0;
	padding: 0;
}

#showmobnav {
	position: relative;
	width: 100%;
	padding: 0 2.5%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: url(//www.vintagefootballprogrammes.com/images/redbg.png);
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: right;
}

#showmobnav:hover {
	text-decoration: none;
}

#showmobnav img {
	margin: -5px 0 0 10px;
}

#mobnav {
	display: none;
	width: 100%;
	margin: 0;
	background: #000;
}

#mobnav li {
	width: 100%;
	list-style: none;
	margin: 3px 0 0 0;
	text-align: left;
}

#mobnav li a {
	display: block;
	width: 96%;
	padding: 10px 2%;
	color: #fff;
	background: url(//www.vintagefootballprogrammes.com/images/greybg.png);
}

#mobnav li a:hover, #mobnav .on a, #mobsubnav li a:hover, #mobsubnav li .on a, .on #mobsubnav li a:hover, .on #mobsubnav li .on a {
	background: url(//www.vintagefootballprogrammes.com/images/redbg.png);
	color: #fff;
	text-decoration: none;
}

#mobsubnav li a, .on #mobsubnav li a {
	padding-left: 30px;
	width: 100%;
	background: url(//www.vintagefootballprogrammes.com/images/mobsubnav.png) top 15px left 20px no-repeat #404041;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mobsubnav li a:hover, #mobsubnav li.on a, .on #mobsubnav li a:hover, .on #mobsubnav li.on a {
	background: url(//www.vintagefootballprogrammes.com/images/mobsubnav.png) top 15px left 20px no-repeat #404041;
}

#mobsubnav {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

nav {
	display: none;
}

#logo {
	width: 210px;
}

#topnav {
	width: 520px;
	padding: 0;
	margin-top: 20px;
}

#topactions {
	width: 520px;
	float: right;
}

#search {
	width: 217px;
	margin: 10px 0 0 0;
}

#search form {
	width: 217px;
}

#search .textbox {
	width: 161px;
}

#bag {
	width: 240px;
}

#main {
	position: relative;
	width: 100%;
	min-height: 100px;
}

#main table {
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#homeleftcol {
	width: 58%;
}

#homerightcol {
	width: 37%;
}

#products, #news, #twitter {
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product, .productlast {
	float: left;
	width: 31%;
	margin: 10px 1%;
}

.product.team, .productlast.team {
	float: left;
	width: 23%;
	margin: 10px 1%;
	height: 230px;
	text-align: center;
}

.product .teamlogo, .productlast .teamlogo {
	margin-left: 0;
}

.productlast.producthide {
	display: none;
}

#subnav {
	width: 17%;
}

#subnav select, #subnav .textbox, #subnav textarea {
	max-width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#subnav .textbox.code {
	width: 80px;
}

#subnavlist li a {
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content {
	width: 80%;
}

#category, #categorydescription, #pagedescription {
	width: 100%;
	height: auto;
	overflow-y: hidden;
	text-align: center;
}

#category {
	margin-bottom: 10px;
}

#categorylogo {
	width: 100%;
	text-align: center;
}

#category h1, #pagedescription h1 {
	margin-bottom: 0;
}

#categorydescription p, #pagedescription p {
	display: none;
}

#productimages {
	width: 47%;
}

.mainimg {
	width: 100%;
	max-width: 100%;
}

.thumbnail, .thumbnaillast {
	float: left;
	width: 31%;
	margin: 0 2% 15px 0;
}

.thumbnaillast {
	float: right;
	margin-right: 0;
}

#productdetails {
	width: 50%;
}

#productdetails select {
	width: auto;
}

#sortselect {
	width: 160px;
}

#paypaliframe {
	max-width: 100%;
}

footer {
	margin-top: 20px;
	width: 100%;
}

footer p {
	margin: 5px 0;
}

#sagepay, #social {
	height: 24px;
	line-height: 24px;
	width: auto!important;
}

#sagepay img, #social img {
	height: 24px;
}

#footerlogo {
	width: 400px;
	background: none;
	padding: 0;
}

#footerlogo img {
	margin-top: -2px;
}

#newsletter {
	width: 252px;
}

#notice {
	width: 100%;
}

#leftcol, #voucher {
	width: 60%;
}

.formcol {
	width: 48%;
}

#voucher .formcol {
	width: 100%;
}

#voucher .formcol .textbox {
	width: auto!important;
}

#rightcol, #total {
	width: 34%;
}

#rightcol .wideform .formcol {
	width: 100%;
}

#editdetails {
	width: 700px;
}

.pagedriver,.pagedriverlast {
	width: 23%;
	margin: 30px 1% 0 1%;
}

#brandsslider {
	display: none;
}

.brandspagedriver {
	display: block;
}

.productsclear {
	display: none;
}

.email {
	font-size: 0.9em;
}

.productstabclear {
	clear: both;
}

}

@media only screen and (max-width: 850px) {

#submitfilter {
	display: inline-block;
}

}

@media only screen and (max-width: 760px) {

body {
	overflow-x: hidden;
}

#topnav {
	float: none;
	width: 100%;
	height: 20px;
	margin: 10px 0 0 0;
}

#topactions {
	width: 200px;
}

#topnav .button {
	display: none;
}

#google_translate_element {
	width: 320px;
	margin: auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#google_translate_element select {
	width: 140px;
}

#logo {
	clear: both;
}

#search {
	float: right;
}

#search .heading {
	display: none;
}

#bag {
	clear: right;
}

.formcol, .wideform .formcol, #voucher .formcol .textbox, .autowidth {
	width: 100% !important;
}

#leftcol, #rightcol {
	float: none;
	width: 100%;
}

.rightpic {
	max-width: 50%;
}

#voucher {
	clear: both;
	float: none;
	width: 100%;
}

#total {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	font-size: 2.2em;
}

#showfilter {
	display: block;
	margin: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 1.2em;
}

#showfilter a {
	color: #000;
}

#showfilter a:hover {
	text-decoration: none;
}

#hidefilter {
	display: inline;
	float: right;
	margin-top: 20px;
}

#subnav {
	position: absolute;
	top: 0;
	display: none;
	width: 100%;
	padding: 0 20px 20px 20px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

#subnav .textbox, #subnav textarea {
	width: 100%;
}

#productteamlinks {
	display: none;
}

#slider-range, #amount {
	width: 90%;
}

#content {
	width: 100%;
}

#homeleftcol, #homerightcol {
	clear: both;
	float: none;
	width: 100%;
}

.product.team, .productlast.team {
	width: 29%;
	margin: 10px 2%;
}

footer .container {
	text-align: center;
}

#sagepay, #social {
	height: 20px;
	line-height: 20px;
	font-size: 0.8em;
}

#sagepay img, #social img {
	height: 20px;
}

#footerlogo {
	float: none;
	width: 100%;
	margin: 10px 0;
}

#newsletter {
	float: none;
	width: 250px;
	margin: 10px auto;
	padding: 0;
}

footer .floatleft, footer .floatright {
	float: none;
}

#editdetails {
	width: 100%;
}

.mob, .mobbr {
	display: block;
}

.margin {
	margin-top: 10px;
}

#backtotop {
	display: block;
	text-align: center;
}

.email {
	font-size: 1em;
}

}

@media only screen and (max-width: 650px) {

.product img, .productlast img {
	max-width: 100%;
}

}

@media only screen and (max-width: 580px) {

h1 {
	font-size: 2.3em;
}

#tel {
	font-size: 0.8em;
}

.pagedriver, .pagedriverlast {
	width: 48%;
	margin: 10px 1% 0 1%;
}

.rightpic {
	float: none;
	max-width: 100%;
	display: block;
	margin: 20px auto 20px auto;
}

#sortselect {
	width: 100px;
}

#productimages, #productdetails {
	clear: both;
	float: none;
	width: 100%;
	padding: 0;
}

.product, .productlast, .product.team, .productlast.team {
	width: 40%;
	margin: 10px 5%;
}

.productlast.producthide {
	display: block;
}

#sagepay, #social {
	float: none;
	width: 100%;
	height: auto;
	line-height: 1em;
	text-align: center;
}

#social {
	margin-top: 10px;
}

.button {
	font-size: 1.1em;
}

.mobhide {
	display: none;
}

.productsmobclear {
	clear: both;
}

.productstabclear {
	display: none;
}

}

@media only screen and (max-width: 450px) {

header .container {
	text-align: center;
}

#logo {
	float: none;
	margin: auto;
}

#topactions {
	width: 100%;
}

#search, #bag {
	float: none;
	margin: auto;
}

#bag {
	width: 160px;
}

#sortform {
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
}

#sortselect {
	width: 160px;
}

#main .pages {
	float: none;
	width: 100%;
	text-align: center;
}

#products {
	height: auto;
	line-height: 1.5em;
	font-size: 1.5em;
	text-align: center;
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
}

#products .floatleft, #products .floatright {
	float: none;
}

.product, .productlast, .product.team, .productlast.team {
	float: none;
	width: 182px;
	margin: 10px auto;
	height: auto;
}

.product.team, .productlast.team {
	height: auto;
}

.product img, .productlast img {
	max-width: 182px;
}

#sagepay img {
	margin-top: 5px;
}

}


/* Print Styles */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}