@charset "utf-8";
:focus {
	outline: 0;
}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
	display: block;
}
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: var(--list-text);
	font-weight: 400;
}
:root {
	--border-color: #eaeaea;
	--white: #fff;
	--black: #000;
	--nav-hover: #28a8da;
	--font-color: #000;
	--text-link: #2493e2;
	--list-text: #267EBF;
	--silver: #9b9b9b;
	--purple: #663399;
	--gold: #ffbb00;
}
.round {
	border-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	overflow: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
#masthead {
	width: 100%;
	height: auto;
	margin: 0px;
	float: left;
	clear: both;
}
#masthead #mastwrap, #masthead #mastwrap header, #main #lowerwrap {
	width: 1080px;
	height: auto;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#masthead #mastwrap #infoBar {
	width: 100%;
	height: auto;
	padding: 12px 0px 12px 0px;
	vertical-align: middle;
	text-align: center;
	background-color: red;
	float: left;
	clear: both;
}
#masthead #mastwrap #infoBar p {
	width: auto;
	height: auto;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	color: var(--white);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
#masthead #mastwrap #infoBar a {
	color: var(--white);
	text-decoration: none;
}
#masthead #mastwrap #infoBar a:hover {
	text-decoration: underline;
}
#masthead #mastwrap header, #masthead #mastwrap header #logo {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0px 0px 0px;
	height: auto;
	text-align: center;
}
#masthead #mastwrap header #logo img {
	width: 180px;
	height: auto;
	margin: 10px auto 0 auto;
	clear: none;
}
#masthead #mastwrap header h1 {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 30px;
	font-weight: 700;
	float: left;
	clear: none;
	display: block;
}
#masthead #mastwrap .mastrow, #masthead #mastwrap #nav, #masthead #mastwrap #strapline {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
#masthead #mastwrap #strapline h1 {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#masthead #mastwrap #strapline h1#conheader {
	text-align: left;
	margin: 10px 0px 0px 0px;
	font-size: 26px;
	text-indent: 20px;
}
/**************** navigation ****************/
#masthead #mastwrap #navwrap {
	height: auto;
	width: 100%;
	float: left;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
#masthead #mastwrap #navwrap #navbar {
	d/isplay: table;   /* Allow the centering to work */
	m/argin: 0 auto;
}
#masthead #mastwrap #navwrap #navbar ul {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#masthead #mastwrap #navwrap #navbar ul li {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: var(--white);
	float: left;
	clear: none;
	list-style: none;
	display: inline;
}
#masthead #mastwrap #navwrap #navbar ul li a {
	font-weight: 400;
	width: auto;
	height: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	color: var(--font-color);
	text-decoration: none;
	clear: none;
	float: left;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
}
#masthead #mastwrap #navwrap #navbar ul li a:hover {
	color: var(--white);
	background-color: var(--nav-hover);
	transition: background-color 0.2s ease-out 0s;	
}
#masthead #mastwrap #strapline h2 {
	color: var(--font-color);
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: auto;
	width: 100%;;
}
/**************** index ****************/
#main {
	width: 1080px;
	height: auto;
	float: none;
	clear: both;
	margin: 0 auto 0 auto;
}
#main #latestedition, #main .wideinfo {
	width: 1080px;
	height: auto;
	float: left;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#main #latestedition {
	text-align: center;
}
#main #latestedition img {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}
#main #left h1 {
	text-align: left;
	margin: 10px 0px 10px 0px;
	font-size: 26px;
	text-indent: 30px;
}
#main h2.maintitle {
	width: 100%;
	height: auto;
	text-indent: 20px;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	float: left;
	clear: both;
}
#main .widerow {
	b/order-top: 1px solid #ccc;
	margin: 10px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	float: left;
	clear: both;
}
#main .widerow.noborder {
	border: none;
	margin: 30px 0px 0px 0px;
}
#main #info1.wideinfo, #main #info2.wideinfo {
	height: 300px;
	border: none;
	padding: 0px;
}
#main .widerow h2, #main #left h2 {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
#main .widerow h3 {
	font-size: 18px;
	font-weight: 300;
}
#main .widerow .boxwrap {
	float: left;
	clear: none;
}
#main .widerow .boxwrap a.wbox {
	width: 230px;
	height: auto;
	margin: 10px 10px 10px 10px;
	padding: 8px 8px 10px 8px;
	float: left;
	clear: none;
	border: 1px solid var(--white);
}
#main .widerow .boxwrap a.wbox .wimg, #main .widerow .boxwrap a.wbox .wimg img {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}
#main .widerow .boxwrap a.wbox .wimg {
	max-height: 153px;
}
#main .widerow .boxwrap a.wbox h3, #main .widerow .boxwrap a.wbox p, #main .widerow .magpane .textbox h3, #main .widerow .magpane .textbox p, #main #postwrap #calcPostage p {
	color: var(--font-color);
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 6px 0px 0px 0px;
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: 300;
}
#main .widerow .boxwrap a.wbox h3, #main .widerow .magpane .textbox h3 {
	font-size: 18px;
}
#main .widerow .boxwrap a.wbox:hover {
	border: 1px solid var(--nav-hover);
	transition: border 0.1s ease-out 0s;
	cursor: pointer;
}
#main .widerow .boxwrap a.wbox:hover > .wimg img {
	transition: all .2s ease-in-out;
    transform: scale(1.1);
}
#main .wideinfo a#imgbox1, #main .wideinfo a#imgbox2 {
	width: 712px;
	height: 300px;
	float: left;
	clear: none;
	margin: 0px 0px 0px 10px;
	background-image: url(../public/images/siteimgs/roundel-books-logo.png);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: center;
}
#main .wideinfo a#imgbox1 #tri1, #main .wideinfo a#imgbox2 #tri2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0px 300px 150px;
	border-color: transparent transparent rgba(24,32,81,0.8) transparent;
	position: relative;
	z-index: 10;
	top: 0px;
	left: 562px;
}
#main .wideinfo .rightinfo {
	float: right;
	width: 300px;
	height: 270px;
	margin: 0px 18px 0px 0px;
	padding: 10px 20px 20px 20px;
	overflow: hidden;
}
#main .wideinfo .rightinfo a {
	color: var(--white);
	height: 32px;
	float: left;
	width: auto;
	line-height: 32px;
	vertical-align: middle;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
	text-transform: uppercase;
	font-weight: 400;
	background-image: url(../public/images/siteimgs/tardis-icon.png);
	background-position: 0px 4px;
	background-size: 20px 20px;
	text-decoration: none;
	background-repeat: no-repeat;
}
#main .wideinfo .rightinfo a:hover {
	text-decoration: underline;
}
#main #info1.wideinfo .rightinfo {
	background-color: #182051;
}
#main #info2.wideinfo .rightinfo {
	background-color: #182051;
}
#main .wideinfo .rightinfo h2, #main .wideinfo .rightinfo p {
	color: var(--white);
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 6px 0px 0px 0px;
	float: left;
	clear: both;
	font-size: 14px;
	font-weight: 300;
}
#main .wideinfo .rightinfo h2 {
	font-size: 22px;
}
/**************** content ****************/
#main #introwrap {
	width: 70%;
	height: auto;
	float: left;
	clear: both;
	margin: 10px 0px 10px 20px;
	padding: 0px
}
#main #introwrap .promobox {
	width: 80%;
	height: auto;
	padding: 0px 20px 20px 20px;
	margin: 20px 0px 20px 0px;
	background-color: var(--list-text);
	border: 3px solid var(--silver);
	float: left;
}
#main #introwrap .promobox h3, #main #introwrap .promobox p {
	color: var(--white);
}
#main #introwrap .promobox a {
	width: auto;
	height: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	float: left;
	color: var(--white);
	background-color: var(--silver);
	text-decoration: none;
	border: 2px solid var(--silver);
}
#main #introwrap .promobox a:hover {
	background-color: var(--nav-hover);
}
#main #introwrap a.orderLink {
	color: var(--white);
	width: auto;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 20px 0px;
	float: left;
	clear: both;
	background-color: var(--list-text);
	text-decoration: none;
}
#main #introwrap a.orderLink:hover {
	background-color: #222;
	transition: background-color 0.2s ease-out 0s;
	text-decoration: none;
}
#main #introwrap h2, #main #introwrap h3 {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-size: 22px;
	color: var(--list-text);
	float: left;
	clear: both;	
}
#main #introwrap h3 {
	font-size: 20px;
}
#main #introwrap p {
	color: var(--font-color);
	clear: none;
	float: left;
	height: auto;
	width: 100%;
	font-weight: 300;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#main #introwrap p a#buylink, #main .widerow .magpane .textbox a {
	width: auto;
	height: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	background-color: var(--silver);
    background-color: var(--nav-hover);
	color: var(--white);
	text-decoration: none;
	float: left;
	border: 3px solid var(--list-text);
	border-radius: 6px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#main #introwrap p a#buylink:hover, #main .widerow .magpane .textbox a:hover {
	background-color: var(--purple);
}
#main #introwrap ul, #main #introwrap ul li {
	width: 92%;
	height: auto;
	margin: 20px 0px 2px 4%;
	padding: 0px;
	float: left;
	clear: both;
}
#main #introwrap ul li {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color: var(--font-color);
	font-weight: 400;
	margin: 0px 0px 8px 0px;
	list-style-image: none;
	list-style-type: circle;
}
#main #left {
	margin: 10px 0px 20px 10px;
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: 720px;	
}
#main #left .conwrap {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin: 10px 0px 10px 30px;
	padding: 0px;
}
#main #left .conwrap iframe.spreaker-player {
	width: 560px;
	height: 200px;
}
#main #left .conwrap iframe {
	width: 560px;
	height: 315px;
}
#main #left img#conimg, #main #introwrap img, #main #introwrap .ingwrap img {
	float: left;
	width: 100%;
	height: auto;
	clear: both;
	margin: 10px 0px 20px 0px;
	overflow: auto;
	border-radius: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#main #introwrap .ingwrap img {
}
#main #left h3, #main #left h2 {
	color: var(--font-color);
	font-weight: 400;
	width: auto;
	height: auto;
	float: left;
	clear: both;
	margin: 10px 0px 10px 30px;
	padding: 0px;
}
#main #left p {
	color: var(--font-color);
	width: auto;
	height: auto;
	font-weight: 300;
	float: left;
	clear: both;
	margin: 0px 40px 10px 30px;
	padding: 0px;
}
#main #left p a, #main #introwrap p a {
	color: var(--text-link);
	text-decoration: underline;
}
#main #left p a:hover, #main #introwrap p a:hover {
	text-decoration: none;
	transition: text-decoration 0.1s ease-out 0s;
}
#main #left ul, #main #left ul li {
	width: auto;
	height: auto;
	float: left;
	clear: both;
	margin: 0px 0px 10px 60px;
	padding: 0px;
}
#main #left ul li {
	margin: 0px 0px 4px 0px;
}
#main #left img {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	margin: 10px 0px 10px 0px;
}
#main #left p span {
	color: var(--font-color);
	float: right;
	width: 40%;
	height: auto;
	padding: 20px;
	margin: 0px 0px 10px 10px;
	background-color: #E4E4E4;
	display: block;
	font-size: 18px;
	font-style: italic;
}
#main #left a.download {
	width: auto;
	height: 32px;
	float: left;
	clear: both;
	color: var(--white);
	margin: 10px 0px 20px 30px;
	padding: 0px 20px 0px 20px;
	line-height: 32px;
	vertical-align: middle;
	background-color: #499ED7;
	text-decoration: none;
}
#main #left a.download:hover {
	background-color: #2970a4;
	text-align: none;
}
/**************** publication transition ****************/
#main .widerow .magpane, #main .widerow .magpane .textbox {
	width: 320px;
	height: 750px;
	margin: 0px 20px 20px 20px;
	padding: 0px;
	float: left;
	position: relative;
}
#main .widerow .magpane .magcover, #main .widerow .magpane .magcover img {
	width: 320px;
	height: 452px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#main .widerow .magpane .magcover img {
	height: auto;
}
#main .widerow .magpane {
	border-bottom: 1px solid var(--border-color);
	overflow: hidden;
}
#main .widerow .magpane .magcover img {
	width: 100%;
	z-index: 10;
}
#main .widerow .magpane .price {
	color: var(--white);
	font-size: 20px;
	width: 300px;
	height: 42px;
	padding: 0px 20px 0px 0px;
	line-height: 42px;
	vertical-align: middle;
	text-align: right;
	top: 380px;
	position: absolute;
	z-index: 100;
	background-color: green;	
	text-transform: uppercase;
}
#main .widerow .magpane .price.soldout {
	background-color: #d60000;
}
#main .widerow .magpane .price.lowstock {
	background-color: var(--nav-hover);
}
#main .widerow .magpane .price.preorder {
	background-color: var(--black);
}
#main .widerow .magpane .price.discounted {
	color: #222;
	background-color: var(--gold);
}
#main .widerow .magpane .buyaction {
	width: 100%;
	height: auto;
	float: left;
}
#main .widerow .magpane .buyaction button, #main .widerow .magpane a.dload {
	font-family: 'Open Sans', sans-serif;
	color: var(--white);
	font-size: 18px;
	width: 320px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
	background-color: var(--purple);
	border: none;
	display: inline-block;
	text-decoration: none;
}
#main .widerow .magpane .textbox {
	width: 308px;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 0px 6px 0px 6px;
}
#main .widerow .magpane .textbox p {
	height: 98px;
	overflow: hidden;
}
#main .widerow .magpane .textbox a {
	float: right;
}
#main .widerow .magpane .buyaction button:hover, #main .widerow .magpane a.dload:hover {
	cursor: pointer;
	background-color: var(--nav-hover);
}
/***** international delivery ******/
#main #left #orderItems, #main #left #formwrap, #main #left #formwrap #actionbutton, #main #left #intWrap {
	width: auto;
	height: auto;
	float: left;
	clear: both;
	padding: 0px;
	margin: 10px 0px 20px 30px;
}
#main #left #intWrap {
	width: 560px;
}
#main #left #formwrap {
}
#main #left #formwrap label {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	width: 100%;
	height: auto;
	text-indent: 10px;
	float: left;
	clear: both;
}
#main #left #formwrap input {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: var(--font-color);
	width: 420px;
	height: 42px;
	line-height: 42px;
	padding: 0px 10px 0px 10px;
	margin: 6px 0px 10px 0px;
	float: left;
	clear: both;
	background-color: #f5f5f5;
	border: none;
}
#main #left #formwrap #actionbutton {
	margin: 20px 0px 20px 0px;
}
#main #left #formwrap #actionbutton button, #main #left #formwrap #actionbutton input#submit {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: var(--white);
	width: 160px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 20px;
	float: left;
	clear: none;
	border: none;
	background-color: var(--purple);
}
#main #left #formwrap #actionbutton button#reset {
	color: var(--white);
	background-color: var(--font-color);
}
#main #left #formwrap #actionbutton input#submit:hover {
	color: var(--white);
	background-color: var(--nav-hover);
	cursor: pointer;
}
#main #left #formwrap #actionbutton button#reset:hover {
	background-color: red;
	cursor: pointer;
}
#main #left #formwrap #actionbutton p {
	margin: 10px 0px 0px 0px;
	font-weight: 400;
}
/**** quantity change ***/
#overlay, #postZoneFeedback, #saleFeedback {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	background-color: rgba(153,153,153,0.8);
	position: absolute;
	z-index: 1000;
}
#overlay #qtyDialog, #postZoneFeedback #zoneDialog, #saleFeedback #saleDialog {
	width: 260px;
	height: 180px;
	float: none;
	position: relative;
	margin: 100px auto 0px auto;
	padding: 10px 20px 30px 20px;
	border-radius: 4px;
	background-color: rgba(34,34,34,1);
}
#overlay #qtyDialog, #saleFeedback #saleDialog  {
	height: auto;
	min-height: 180px;
	padding: 10px 20px 40px 20px;
}
#postZoneFeedback #zoneDialog {
	color: var(--white);
	height: auto;
}
#overlay #qtyDialog h3, #postZoneFeedback #zoneDialog h3, #saleFeedback #saleDialog  h3 {
	color: var(--white);
	height: auto;
	min-height: 30px;
	overflow: hidden;
}
#postZoneFeedback #zoneDialog p, #overlay #qtyDialog p, #saleFeedback #saleDialog p {
	color: var(--white);
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	float: left;
}
#saleFeedback #saleDialog p {
	text-align: center;
	text-transform: none;
}
#overlay #qtyDialog #inWrap {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	float: left;
	clear: both;
}
#overlay #qtyDialog #inWrap label, #overlay #qtyDialog #inWrap input#copies {
	width: 120px;
	height: 30px;
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	border: none;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	color: var(--white);
	clear: both;
}
#overlay #qtyDialog #inWrap input#copies {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	width: 40px;
	padding: 0px 10px 0px 10px;
	border: none;
	color: #222;
}
#orderwrap .row .qtyAlter button.alterItem, #overlay #qtyDialog button#confirmChange, #overlay #qtyDialog #cancel, #main #postwrap #calcPostage button, #main #orderwrap #paypalStart button#ppstart, #saleFeedback #saleDialog a {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	width: 80px;
	height: 30px;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	border: none;
	color: var(--white);
	background-color: var(--purple);
	overflow: hidden;
	border-radius: 6px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#overlay #qtyDialog button#reduceItem, #overlay #qtyDialog button#addItem, #overlay #qtyDialog #cancel {
	width: 50px;
	height: 50px;
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	border: none;
	background-color: var(--gold);
	border-radius: 50%;
	overflow: hidden;
}
#orderwrap .row .qtyAlter button.alterItem {
	margin: 6px 0px 0px 0px;
}
#overlay #qtyDialog #cancel {
	position: absolute;
	margin: -25px 0px 0px 250px;
	background-color: var(--nav-hover);
	cursor: pointer;
}
#postZoneFeedback #zoneDialog #acceptZoneChange {
	color: var(--white);
	width: auto;
	height: 42px;
	line-height: 42px;
	background-color: var(--nav-hover);
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	border: none;
}
#overlay #qtyDialog #cancel:hover, #postZoneFeedback #zoneDialog #acceptZoneChange:hover {
	background-color: var(--gold);
	transition: background-color 0.5s ease;	
}
#overlay #qtyDialog button#reduceItem span, #overlay #qtyDialog button#addItem span, #overlay #qtyDialog #cancel span {
	font-family: "Arial Black", Gadget, sans-serif;
	color: var(--white);
	font-size: 42px;
	vertical-align: middle;
	float: left;
	margin: 0px 0px 0px 12px;
}
#overlay #qtyDialog button#addItem span {
	margin: -5px 0px 0px 12px;
}
#overlay #qtyDialog #cancel span {
	font-size: 30px;
	color: var(--white);
	margin: 10px 0px 0px 14px;
}
#overlay #qtyDialog button#reduceItem span {
	margin: -8px 0px 0px 18px;
}
#overlay #qtyDialog button#reduceItem:hover, #overlay #qtyDialog button#addItem:hover {
	color: #222;
	background-color: var(--purple);
	transition: background-color 0.5s ease;
}
#overlay #qtyDialog button#confirmChange:hover, #main #postwrap #calcPostage button:hover, #main #orderwrap #paypalStart button#ppstart:hover, #main #orderwrap .row .qtyAlter button:hover, #saleFeedback a:hover {
    color: var(--white);
    background-color: var(--nav-hover);
    transition: background-color 0.5s ease;
	cursor: pointer;
}
#overlay #qtyDialog button#confirmChange, #main #postwrap #calcPostage button, #main #orderwrap #paypalStart button#ppstart {
	width: 120px;
	height: 50px;
	line-height: 50px;
	float: right;
	font-size: 20px;
	color: var(--white);
	background-color: var(--purple);
}
#saleFeedback #saleDialog a {
	width: auto;
	height: 50px;
	line-height: 50px;
	padding: 0px 10px 0px 10px;
	margin: 10px auto 0px auto;
	float: none;
	font-size: 20px;
	color: var(--white);
	background-color: var(--purple);
	display: inline-block;
	text-decoration: none;
}
#saleFeedback #saleDialog a:hover {
	background-color: var(--nav-hover);
}
/**************** checkout ****************/
#main #orderwrap, #main #postwrap, #main #postwrap #calcPostage, #main #orderwrap #orderList {
	width: 960px;
	height: auto;
	margin: 0px;
	float: left;
}
#main #orderwrap {
	margin: 0px 0px 40px 10px;
}
#main #postwrap #calcPostage {
	margin: 20px 0px 0px 0px;
}
#main #postwrap a#postWarning {
	display: none;
	font-size: 14px;
	color: var(--black);
	text-decoration: none;
	border: none;
	width: auto;
	height: auto;
	padding: 10px 20px 10px 20px;
	float: left;
	clear: both;
	background-color: var(--gold);
}
#main #postwrap a#postWarning:hover {
	color: var(--white);
	background-color: var(--nav-hover);
}
#main #orderwrap .row, #main #left #intWrap #orderList .row {
	color: var(--black);
	width: auto;
	height: 42px;
	padding: 8px 0px 8px 0px;
	float: left;
	clear: both;
	border-bottom: 1px solid #ccc;
}
#main #left #intWrap #orderList .row:nth-child(even) {
	background-color: #f5f5f5;
}
#main #orderwrap .row.title, #main #left #intWrap .row.title {
	height: 42px;
	padding: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	background-color: #F7F7F7;
}
#main #orderwrap .row.total {
	height: auto;
	float: right;
}
#main #orderwrap .row .stockNo, #main #orderwrap .row .qty, #main #orderwrap .row .qtyAlter, #main #orderwrap .row .price, #main #orderwrap .row .title, #main #orderwrap .row .price, #main #orderwrap .row .total, #main #left #intWrap .row.title .qty, #main #left #intWrap .row.title .title, #main #left #intWrap .row.title .price, #main #left #intWrap .row.title .total, #main #left #intWrap #orderList .row .qty, #main #left #intWrap #orderList .row .title, #main #left #intWrap #orderList .row .price, #main #left #intWrap #orderList .row .total {
	width: 120px;
	height: 42px;
	float: left;
	line-height: 42px;
	vertical-align: middle;
	float: left;
	text-align: center;
	overflow: hidden
}
#main #orderwrap .row .title {
	width: 444px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}
#main #left #intWrap .row.title .title, #main #left #intWrap #orderList .row .title {
	width: 260px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}
#main #orderwrap .row .stockNo {
	text-align: left;
}
#main #orderwrap .row .qty, #main #left #intWrap .row.title .qty, #main #left #intWrap #orderList .row .qty {
	width: 50px;
}
#main #orderwrap .row .price, #main #left #intWrap .row.title .price, #main #left #intWrap #orderList .row .price {
	text-align: right;
}
#main #orderwrap .row .total, #main #left #intWrap .row.title .total, #main #left #intWrap #orderList .row .total {
	text-align: right;
	width: 100px;
	padding: 0px 20px 0px 0px;
}
#main #orderwrap .row .qtyAlter {
	width: 96px;
}
#main #postwrap {
	margin: 0px 0px 20px 0px;
}
#main #orderwrap #paypalStart {
	display: none;
	width: 200px;
	height: auto;
	float: right;
	clear: both;
	margin: 0px;
	text-align: right;
}
#main #orderwrap #paypalStart button#ppstart {
	width: 280px;
}
#main #postwrap #calcPostage p {
	margin: 20px 0px 0px 0px;
	width: 100%;
}
#main #postwrap #calcPostage select {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	float: left;
	width: 220px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	margin: 0px 20px 0px 0px;
	border-radius: 4px;
	border: none;
	background-color: #F7F7F7;
}
#main #postwrap #calcPostage select#region::selected {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
}
#main #postwrap #calcPostage select::-ms-expand {
  display: none;
}
#main #postwrap #calcPostage button {	
	width: 160px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 20px;
	color: var(--white);
	background-color: var(--purple);
}
#main #orderwrap #finaltotalbox.row .totalItem span, #main #orderwrap #finaltotalbox.row .totalPostage span, #main #left #intWrap #orderList #finaltotalbox.row, #main #left #intWrap #orderList #finaltotalbox.row .totalPostage span {
	width: auto;
	clear: none;
	float: left;
}
#main #orderwrap #finaltotalbox.row, #main #left #intWrap #orderList #finaltotalbox.row {
	width: 168px;
	height: auto;
	float: right;
	padding: 6px 20px 8px 20px;
	border-bottom: 1px solid #ccc;
}
#main #left #intWrap #orderList #finaltotalbox.row {
	width: 140px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
}
#main #orderwrap #finaltotalbox.row .totalItem span.texTotal, #main #orderwrap #finaltotalbox.row .totalPostage span.texTotal, #main #left #intWrap #orderList #finaltotalbox.row .totalItem span.texTotal {
	width: 68px;
	text-align: right;
}
#main #orderwrap #finaltotalbox.row .totalPostage span#postFee, #main #orderwrap #finaltotalbox.row .totalItem span#totalFee, #main #left #intWrap #orderList #finaltotalbox.row .totalItem span#totalFee {
	width: 300px;
	float: left;
	text-align: right;
}
#main #orderwrap #finaltotalbox.row .totalPostage span#postFee, #main #orderwrap #finaltotalbox.row .totalItem span#totalFee, #main #left #intWrap #orderList #finaltotalbox.row .totalItem span#totalFee {
	width: auto;
	float: right;
}
#main #orderwrap #finaltotalbox.row .totalPostage, #main #orderwrap #finaltotalbox.row .totalItem {
	width: 168px;
	float: right;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#main #orderwrap #finaltotalbox.row .totalItem {
}
#main #postwrap #calcPostage p a {
	color: var(--black);
	font-size: 16px;
	text-decoration: none;
}
#main #postwrap #calcPostage p a:hover {
	text-decoration: underline;
}
/**************** postalrates table ****************/
#main #left #dataTable {
	width: auto;
	height: auto;
	float: left;
	clear: both;
	margin: 20px 0px 20px 30px;
	color: #1B95E0;
}
#main #left #dataTable .row, #main #left #dataTable .row .desc, #main #left #dataTable .row .col {
	width: auto;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	text-align: center;
	float: left;
	border: 1px solid var(--font-color);
}
#main #left #dataTable .row {
	clear: both;
}
#main #left #dataTable #title.row, #main #left #dataTable #title.row .desc, #main #left #dataTable #title.row .col {
	height: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #e5e5e5;
	overflow: hidden;
}
#main #left #dataTable .row .desc {
	width: 120px;
}
#main #left #dataTable .row .col {
	width: 80px;
	display: block;
	text-align: center;
}
#main #left #dataTable .row #wgt1.desc, #main #left #dataTable .row #wgt2.desc, #main #left #dataTable .row #wgt3.desc, #main #left #dataTable .row #wgt4.desc, #main #left #dataTable .row #wgt5.desc, #main #left #dataTable .row #wgt6.desc, #main #left #dataTable .row #wgt7.desc, #main #left #dataTable .row #wgt8.desc {
	background-image: url(../public/images/siteimgs/shipment-boxes.png);
	background-repeat: no-repeat;
	background-position: 48% 0px;
	background-size:80px 640px;
}
#main #left #dataTable .row #wgt2.desc {
	background-position: 48% -80px;
}
#main #left #dataTable .row #wgt3.desc {
	background-position: 48% -160px;
}
#main #left #dataTable .row #wgt4.desc {
	background-position: 48% -240px;
}
#main #left #dataTable .row #wgt5.desc {
	background-position: 48% -320px;
}
#main #left #dataTable .row #wgt6.desc {
	background-position: 48% -400px;
}
#main #left #dataTable .row #wgt7.desc {
	background-position: 48% -480px;
}
#main #left #dataTable .row #wgt8.desc {
	background-position: 48% -560px;
}
/**************** footer ****************/
#fwrap {
	width: 100%;
	height: auto;
	float: left;
	background-color: var(--black);
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
#fwrap #footer {
	width: 1080px;
	height: auto;
	float: none;
	clear: both;
	margin: 0px auto 0px auto;
}
#fwrap #footer .fbox {
	width: 300px;
	height: auto;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px 30px 0px 30px;
}
#fwrap #footer .fbox h3, #fwrap #footer .fbox p {
	clear: both;
	color: var(--white);
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0% 5% 0% 5%;
	width: 90%;
	height: auto;
	text-align: center;
	line-height: 22px;
}
#fwrap #footer .fbox h3.lhead {
	text-align: left;
	height: 44px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#fwrap #footer .fbox p {
	font-size: 14px;
	line-height: normal;
	text-align: left;
}
#fwrap #footer .fbox p img {
	width: 60px;
	height: auto;
	float: left;
	clear: none;
	margin: 0px 10px 40px 0px;
}
#fwrap #footer .fbox.center #social {
	width: 300px;
	height: 120px;
	margin: 0px 0px 10px 0px;
	float: left;
	clear: both;
}
#fwrap #footer .fbox.center #social a.sicon {
	width: 50px;
	height: 50px;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: left;
	background-image: url(../public/images/siteimgs/roundel-social-1080x360.png);
	background-size: 300px 100px;
	background-position: 0px 0px;
}
#fwrap #footer .fbox.center #social a.sicon#xtw {
	background-position: -50px 0px;
}
#fwrap #footer .fbox.center #social a.sicon#insta {
	background-position: -100px 0px;
}
#fwrap #footer .fbox.center #social a.sicon#thrd {
	background-position: -150px 0px;
}
#fwrap #footer .fbox.center #social a.sicon#ytube {
	background-position: -200px 0px;
}
#fwrap #footer .fbox.center #social a.sicon#em {
	background-position: -250px 0px;
}
#fwrap #footer .fbox.center #social a.sicon:hover {
	background-position: 0px -50px;
}
#fwrap #footer .fbox.center #social a.sicon#xtw:hover {
	background-position: -50px -50px;
}
#fwrap #footer .fbox.center #social a.sicon#insta:hover {
	background-position: -100px -50px;
}
#fwrap #footer .fbox.center #social a.sicon#thrd:hover {
	background-position: -150px -50px;
}
#fwrap #footer .fbox.center #social a.sicon#ytube:hover {
	background-position: -200px -50px;
}
#fwrap #footer .fbox.center #social a.sicon#em:hover {
	background-position: -250px -50px;
}
#fwrap #footer .fbox ul, #fwrap #footer .fboxwide ul {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: auto;
}
#fwrap #footer .fbox ul li, #fwrap #footer .fboxwide ul li {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	list-style-type: none;
}
#fwrap #footer .fbox ul#link li a {
	color: var(--white);
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#fwrap #footer .fbox ul li a {
	width: auto;
	height: auto;
	border: none;
}
#fwrap #footer .fbox ul li a img {
	width: 60px;
	height: 30px;
	float: left;
	clear: none;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	border: none;
}
#fwrap #footer .fbox ul li a:hover {
	cursor: pointer;
	border: none;
}
#fwrap #footer .fbox ul#link li a:hover {
	text-decoration: underline;
}
#fwrap #footer .fbox ul#link, #fwrap #footer .fbox ul#link li, #fwrap #footer .fbox ul#link li a {
	float: left;
	clear: both;
}
#fwrap #footer .fboxwide {
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
	float: left;
	clear: both;
	border-top: 1px solid #272727;
}
#fwrap #footer .fboxwide ul {
	float: right;
	height: 32px;
	width: auto;
	margin: 0px;
}
#fwrap #footer .fboxwide ul li a {
	color: var(--white);
	width: auto;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.1s ease-out 0s;
}
#fwrap #footer .fboxwide ul li a:hover {
	color: #666;
}
#fwrap #footer .fboxwide p {
	width: 100%;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	color: var(--white);
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
}
#fwrap #footer .fboxwide p span#year {
	width: auto;
}
/********* mobile css *********/
@media
only screen and (min-width: 767px) and (max-width: 1079px),
only screen and (min-width: 767px) and (max-width: 1079px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 767px) and (max-width: 1079px) and (min-device-pixel-ratio : 2.0){
#masthead #mastwrap, #main, #main #latestedition {
	width: 768px;
}
#masthead #mastwrap #strapline h1#conheader {
	margin: 10px 0px 10px 10px;
	text-indent: 10px;
}
#main #latestedition img {
	width: 768px;
	height: auto;
}
#main .widerow, #main .wideinfo {
	width: 768px
}
#main #left h1 {
	text-indent: 0px;
}
#main .widerow h2 {
	width: 734px;
	margin: 0px 0px 0px 34px; 
	text-align: center;
}
#main .widerow .boxwrap {
	width: 716px;
	margin: 0px 26px 0px 26px;
}
#main .widerow .boxwrap a.wbox {
	width: 320px;
}
#main .wideinfo a#imgbox1, #main .wideinfo a#imgbox2 {
	width: 400px;
	background-position: left;
}
#main .wideinfo a#imgbox1 #tri1, #main .wideinfo a#imgbox2 #tri2 {
	left: 250px;
}
#main #left {
	width: 590px;
	margin: 0px 0px 0px 10px;
}
#main #left h2, #main #left h3 {
	margin: 10px 0px 0px 0px;
}
#main #left p {
	width: auto;
	margin: 10px 0px 0px 0px;
}
#main #left .conwrap {
	margin: 10px 0px 0px 0px;
}
#main #left .conwrap iframe.spreaker-player {
	width: 420px;
	height: 150px;
}
#main #left .conwrap iframe {
	width: 420px;
	height: 236px;
}
#main #left #orderpanel {
	margin: 10px 0px 10px 10px;
}
#main #left #postage {
	margin: 10px 0px 10px 0px;
}
#main #orderwrap, #main #postwrap, #main #postwrap #calcPostage, #main #orderwrap #orderList {
	width: 768px;
}
#main #orderwrap, #main #postwrap {
	margin: 10px 0px 40px 0px;
}
#main #orderwrap .row .title {
	width: 352px;
}
#main #orderwrap .row .stockNo, #main #orderwrap .row .stockNo, #main #orderwrap .row .price, #main #orderwrap .row .total {
	width: 80px;
}
#main #orderwrap #finaltotalbox.row .totalItem {
	width: 146px;
}
#main #orderwrap #finaltotalbox.row .totalPostage span.texTotal {
	width: 90px;
}
#main #left #dataTable {
	margin: 20px 0px 20px 0px;
}
#main #left #dataTable .row .desc {
	width: 92px;
}
#main #left #dataTable .row .col {
	width: 58px;
}
#fwrap #footer {
	width: 768px;
}
#fwrap #footer .fbox {
	width: 230px;
	margin: 0px 10px 0px 10px;
}
#fwrap #footer .fbox #social {
	margin: 0px 0px 0px 14px;
}
}
@media
only screen and (min-width: 320px) and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 320px) and (max-width: 767px) and (min-device-pixel-ratio : 2.0)
only screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio : 2.0),
only screen and (max-device-width: 320px) and (min-device-pixel-ratio : 2.0),
only screen and (max-device-width: 320px), only screen and (max-width: 639px){
#masthead #mastwrap, #main, #main #latestedition {
	width: 300px;
}
#main #latestedition img {
	width: 300px;
	height: auto;
}
#masthead #mastwrap #strapline h1#conheader {
	width: 300px;
	margin: 10px 0px 10px 0px;
	text-indent: 0px;
}
#main .widerow h2 {
	width: 100%;
	text-align: center;
	margin: 0px;
}
#main #left h1 {
	width: 300px;
	margin: 10px 0px 10px 0px;
	text-indent: 0px;
}
#main .widerow {
	width: 300px
}
#main .widerow .boxwrap {
	width: 300px;
	margin: 0px;
}
#main .widerow .boxwrap a.wbox {
	width: 282px;
	margin: 10px 0px 0px 0px;
}
#main .wideinfo a#imgbox1, #main .wideinfo a#imgbox2 {
	width: 300px;
	margin: 0px;
	background-position: left;
}
#main #info1.wideinfo .rightinfo, #main #info2.wideinfo .rightinfo {
	float: left;
	clear: both;
	height: auto;
	width: 260px;
	margin: 0px;
}
#main #info1.wideinfo, #main #info2.wideinfo {
	float: left;
	clear: both;
	height: auto;
	width: 300px;
}
#main .wideinfo a#imgbox1 #tri1, #main .wideinfo a#imgbox2 #tri2 {
	left: 150px;
}
#main #left {
	width: 300px;
	margin: 0px;
}
#main #left h2, #main #left h3 {
	margin: 10px 0px 0px 10px;
}
#main #left #orderpanel form#magazine .coverwrap .labelwrap h3 {
	margin: 10px 0px 10px 0px;
}
#main #left p {
	width: 300px;
	margin: 10px 0px 0px 0px;
}
#main #introwrap {
	width: 300px;
	margin: 10px 0px 10px 0px;
}
#main #introwrap .promobox {
	width: 278px;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
}
#main #introwrap .promobox p, #main #introwrap p {
	width: 278px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#main #introwrap p {
	width: 300px;
}
#main #left .conwrap {
	margin: 10px 0px 10px 0px;
}
#main #left .conwrap iframe {
	width: 300px;
	height: 169px;
}
#main #left .conwrap iframe.spreaker-player {
	width: 300px;
	height: 107px;
}
#main #left #postage {
	margin: 10px 0px 10px 10px;
}
#main h2.maintitle {
	text-indent: 0px;
}
#main .widerow .magpane {
	width: 300px;
	margin: 20px 0px 20px 0px;
}
#main .widerow .magpane .magcover {
	width: 300px;
	height: 423px;
}
#main .widerow .magpane .buyaction button, #main .widerow .magpane .magcover img {
	width: 300px;
}
#main .widerow .magpane .price {
	width: 280px;
	top: 340px;
}
#main .widerow .magpane .textbox {
	width: 288px;
}
#main #orderwrap, #main #postwrap, #main #postwrap #calcPostage, #main #orderwrap #orderList {
	width: 300px;
	margin: 10px 0px 0px 0px;
}
#main #orderwrap .row .stockNo, #main #orderwrap .row .price {
	display: none;
}
#main #orderwrap .row .title {
	width: 120px;
}
#main #orderwrap .row .stockNo, #main #orderwrap .row .stockNo, #main #orderwrap .row .total {
	width: 60px;
}
#main #orderwrap .row .qtyAlter {
	width: 40px;
}
#main #orderwrap .row .qtyAlter button.alterItem span {
	display: none;
}
#main #orderwrap .row .qtyAlter button.alterItem {
	width: 40px;
	height: 40px;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	border: none;
	background-image: url(../public/images/siteimgs/alter-button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 40px 80px;
	background-color: var(--white);
	content: '';
}
#main #orderwrap .row .qtyAlter button.alterItem:hover {
	background-position: 0px -40px;
}
#main #postwrap #calcPostage select {
	width: 190px;
	margin: 0px 10px 0px 0px;
}
#main #postwrap #calcPostage button {
	width: 100px;
}
#main #left #dataTable {
	margin: 20px 0px 20px 10px;
}
#main #left #dataTable .row .desc {
	width: 40px;
}
#main #left #dataTable #title.row .desc, #main #left #dataTable #title.row .col {
	font-size: 13px;
}
#main #left #dataTable .row .col {
	width: 46px;
}
#fwrap #footer {
	width: 300px;
}
#fwrap #footer .fbox {
	width: 280px;
	margin: 0px 10px 0px 10px;
}
#fwrap #footer .fbox h3.lhead {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#fwrap #footer .fbox ul#link {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
#fwrap #footer .fbox ul#link li {
	width: 100%;
}
#fwrap #footer .fbox ul#link li a {
	width: 100%;
	text-align: center;
}
#fwrap #footer .fbox p img {
	width: 50px;
}
#fwrap #footer .fbox.center {
	width: 280px;
	margin: 0px 0px 0px 10px;
}
#fwrap #footer .fbox #social {
	margin: 0px 40px 0px 40px;
}
#fwrap #footer .fboxwide p {
	text-align: center;
	padding: 0px;
	float: left;
	clear: both;
	width: 100%;
}
#fwrap #footer .fboxwide ul {
	width: 100%;
	clear: both;
}
}