@charset "utf-8";
/* CSS Document */

/* BASIC RESPOSNSIVE PAGE SETUP =========================================================== */

body {
	margin : 0 auto;
	padding : 0;
	font : 110%/1.4 'droid sans', arial, helvetica, helve, sans-serif;
	color : #222;
	text-align: left;
	background-color: #ffffff;
}
/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
	font-family: 'droid sans', arial, helvetica, helve, sans-serif;
	font-weight : normal;
	margin-top: 10px;
}
h1 {
	font-family: 'droid sans', arial, helvetica, helve, sans-serif;
	color: #555555;
	margin-bottom : 0.2em;
	font-size : 2em;
	line-height : 1.4;
	clear:both;
}
h2 {
	color: #d4931c;
	margin-bottom : .5em;
	margin-top : 0;
	font-size : 1.5em;
	line-height : 1.2;
}
h3 {
	color: #555555;
	font-size: 1.17em;
	margin-bottom:0;
}
h6 {
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height:1.2;
}
/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address, button {
	margin-bottom : 1.5em;
	margin-top: 0;
	font-size : 1em; /* 16 / 16 = 1 */
}
p {
	hyphens : auto;
}
ul, ol {
	margin : 0 0 1.5em 0;
	padding : 0 0 0 24px;
}
b, strong {
	font-weight : bold;
}
blockquote {
	margin:0;
	padding:10px 0;
}
pre {
	margin: 0;
}

/* LINKS =============================================================================  */

a {
	color : #008080;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: underline;
}
a:visited {
	color : #008080;
}
a:focus {
	outline : thin dotted;
	color : rgb(0,0,0);
}
a:hover, a:active {
	outline : 0;
	color : #d4931c;
}

.nav a,
#breadcrumbs a {
	text-decoration: none;
}

/*  BUTTONS  ============================================================================= */

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 0.25em 1em 0.25em 1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #008080;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 0.9em;
}
.button:hover {
	background: #d4931c;
	color: #fff;
}
.button:visited {
	color:#fff;
}

/* IMAGES ============================================================================= */

figure {
	margin: 0;
}
figcaption {
	font-size: 85%;
	color: #555;
	padding: 0 2.5% 0 2.5%;
	line-height: 1.3;
}
img {
	border : 0;
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
}
.main-image img,
.ads-success img {
	width: 100%;
}
.basket-image {
	width: 100%;
	min-width: 40px;
}

/* IMAGE GALLERY ============================================================================= */

.js-gallery {
	position: relative;
}
.js-gallery img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.js-gallery img.js-gallery-show {
	position: static;
	opacity: 1;
}
.js-gallery-controls img {
	width: 100px;
	cursor: pointer;
}

/* TABLES ============================================================================= */

table { 
	width: 100%; 
	border-collapse: collapse; 
	margin-bottom: 10px;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
	background-color: #faf9f4;
}
th { 
	color: #555; 
	font-weight: bold; 
}
td, th { 
	padding: 3px 6px; 
	border: 1px solid #E5F2F6; 
	text-align: left; 
	font-size: 1em;
}
.col_50_50 td {
	width: 50%;
}
.width_10pc {
	width: 10%;
}

.basket-table input[type="text"] {
	width: 25%;
	text-align:center;
}

/* FORMS ============================================================================= */
form#wlrForm {
	margin-bottom: 25px;
}
legend {
	color: #9D0000;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 2em;
	line-height : 1.4;
}
fieldset {
	border: 1px solid #E5F2F6;
}
form p {
	margin-bottom: 0.25em;
}
label {
	display:block;
	width:	25%;
	float: left;
	text-align: right;
	padding-right: 5px;
}
label.radio {
   float: none;
   display: inline;
}
input,
select {
	margin:0;
	border:1px solid #ccc!important;
	font-size:1em;
	padding:7px 13px!important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#ffffff;
}
/*input[type="text"]  {
  size: 27;
}*/
input[type="submit"] {
	padding: 2px 5px;
}
input[type="submit"] {
	background-color:	#008080;
	color: #fff;
	border: none;
	float: right;
}
input[type="radio"] {
	width: 25px; 
	margin-left: 25%;
}
.submit input {
  margin-left: 8.5em;
  font-size:11px;
  font-weight:bold;
  color:#fff;  
}
label.checkbox {
  width: auto;
  float: none;
  text-align: left;
  margin-left: 0;
  display: inline;
}
input.checkbox {
  margin-left: 8.5em;
}
.checkboxspace {
  width: 8.5em;
}
.errorMsg {
	color: #ffffff;
	font-weight:bold;
	background-color: #d4931c;
	padding: 2px 0;
}

/*  MAIN LAYOUT	============================================================================= */

#skiptomain {
	display: none;
}
#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

/*  HEADER (AND ELEMENTS) ============================================================================= */

#headcontainer {
	width: 100%;
	background-color: #fff;
}
header { /*contains #tabs and #categories */
	clear: both;
	width: 75%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	position: relative;
	color: #000;
	text-align: left;
}

.tagline {
	margin-bottom:0;
	margin-left:75px;
	margin-top:-8px;
	color: #808080;
}

#tabs ul,
#categories ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#tabs li a {
	background-color: #21888A;
	color: #fff;
	padding: 6px 16px 6px 10px;
	display: inline-block;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}
#tabs li a:hover {
	background-color: #d4931c;
}
#tabs li.selected a {
	background-color: #E5F2F6;
	color: #008080;
}
#tabs li.tab-icon a {
	padding: 6px 10px;
}
#tabs li.login {
	display:none;
}
#tabs li.trial {
	display:none;
}
#tabs li.tab-icon.search a {
	float: right;
}
#tabs li.blog a {
	display:none;
}

/* ======= CATEGORIES ========*/

#categories {
	position: absolute;
	top: 10px;
	left: 45%;
}
#categories li {
	float: left;
}
#categories li a {
	padding: 5px 5px 5px 15px;
	display: inline-block;
	float: left;
	text-decoration: none;
	font-size: 1em;
}

/*  SEARCH ============================================================================= */

#js-search-bar {
	display:none;
	/*height:46px;*/
}
.search-menu {
	padding: 0.5em 0;
	text-align:right;
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
/*	margin: 1% 0 1% 1.6%;*/
	margin: 0.25em 0 1% 1.6%;
}
.col:first-child {
	margin-left: 0;
} /* all browsers except IE6 and lower */

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
	width: 100%; 
}
.span_2_of_3 {
	width: 66.13%; 
}
.span_1_of_3 {
	width: 32.26%; 
}
.span_1_of_3.padding {
	width: 27.26%;
}

/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
	width: 100%; 
}
.span_3_of_4 {
	width: 74.6%; 
}
.span_2_of_4 {
	width: 49.2%; 
}
.span_1_of_4 {
	width: 23.8%; 
}

/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
  	width: 79.68%; 
}
.span_3_of_5 {
  	width: 59.36%; 
}
.span_2_of_5 {
  	width: 39.04%;
}
.span_1_of_5 {
  	width: 18.72%;
}

/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
	width: 100%;
}
.span_6_of_7 {
	width: 85.48%;
}
.span_5_of_7 {
  	width: 70.97%;
}
.span_4_of_7 {
  	width: 56.45%;
}
.span_3_of_7 {
  	width: 41.94%;
}
.span_2_of_7 {
  	width: 27.42%;
}
.span_1_of_7 {
  	width: 12.91%;
}

/*  CONTENT  ============================================================================= */

#maincontentcontainer { /*contains .maincontent and #breadcrumbs */
	width: 100%;
}
#maincontent, .maincontent, #breadcrumbs, .search-menu, #blog-header {
	clear: both;
	width: 75%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	color: #333;
	line-height: 1.5em;
	position: relative;
}
#maincontent {
/*	padding: 5px 0px;*/
}
.maincontent {
	padding: 1em 0px;
}
.shop-content { 
	padding: 2.5% 2.5% 2.5% 2.5%;
	background-color: #ffffff;
	border-bottom: 10px solid #E5F2F6;
	border-top: 10px solid #E5F2F6;
}
#blog-header {
	padding: 1em 0;
}
#blog-header h1,
#blog-header p {
	text-align: center;
	margin:0;
	padding: 0;
}
#breadcrumbs {
	padding: 0.5em 0 0 0;
	display:none;
}
.breadcrumbs {
	font-size: 85%;
	line-height: 1.3em;
	padding: 0;
	margin: 2px 0 0 0;
	color: #808080;
	display:none;
}

/*  NAVIGATION - LEFT COLUMN  ============================================================================= */

.nav {
	width: 18.72%;
	margin-left: 0;
}
.nav h2 {
	border-bottom: 1px solid #fff;
	padding: 10px 0 5px 0;
	margin: 15px 0 0 0;
	font-size : 1.2em;
}
.nav h2.first {
	margin-top: 0;
}
.nav p {
	border-bottom: 1px solid #ffffff;
	padding: 3px 10px 3px 0;
	margin: 0;
}
.nav p.blog {
	padding-left: 15px;
}
.nav p.js-showhide {
	cursor: pointer;
	color: #008080;
}
.nav p.js-showhide:hover{
	color: #9d0000;
}
.menu-selected { /* for js-sections */
	text-color:#d4931c; 
	font-weight:bold;
}
a#pull {
	display: none;
}

/*  CONTENT/ADS CONTAINER  ============================================================================= */

.copy-container { /*contains .copy and .ads*/
	width: 79.68%;
	float: right;
}

/*  CONTENT - CENTRAL COLUMN  ============================================================================= */

.copy { /*contains .content */
	width: 74.6%;
	background-color: #fff;
}
.content { 
	padding: 0 2.5% 2.5% 2.5%;
	background-color: #ffffff;
	border-bottom: 15px solid #E5F2F6;
}
p.introtext, 
p.intro {
	color: #555;
	line-height: 1.4em;
	font-weight: bold;
}
blockquote {
  padding: 10px 25px 10px 25px;
  width: 80%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.4;
  color: #66b3b3;
}
blockquote:before, blockquote:after { 
  content: "“";
  font-family: Georgia;
  font-size: 300%;
  position: absolute;
  color: #66b3b3;
}
blockquote:before { 
  top: -10px;
  left: -5px;
}
blockquote:after { 
  content: "”";
  bottom: -35px;
  right: 10px;
}
.js-sections h3 { 
	margin-top: 2.5em;
}
.successTable {
	width:47.5%;
	float:right;
}
.successPics {
	width:50%;
}

/*  ADS/PROMO - RIGHT COLUMN  ============================================================================= */

.ads {
	width: 23.8%;
}
.ads .section {
	padding: 2.5% 5%;
	background-color: #faf9f4;
}
.ads-trial,
.ads-success,
.ads-bible,
.ads-author {
	padding: 15px 5% 5% 5%;
}
.ads-bible {
	margin-top: 15px;
}
.ads-google {
	margin-top: 10px;
}
.ads-google {
	font-size: 85%;
	color:#999999;
	text-align:center;
}

/*  FOOTER  ============================================================================= */

#footercontainer {
	width: 100%;
	background-color: #fff;
}
footer {
	clear: both;
	width: 75%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	color: #666;
	text-align:center;
}
footer ul {
	list-style: none;
	text-align:center;
	margin: 0;
	padding: 0;
}
footer li {
	display: inline-block;
	margin: 0 5px;
	float:none;
}
.social-icons {
	clear:both;
	border-top: 10px solid #fff;
}
#smallprint {
	color: #555555;
	text-align:left;
	font-size: 0.75em; 
	padding: 5px 2.5%;
}

/*  BACKGROUND COLOURS  ============================================================================= */

.beigecontainer {
	background-color: #E5F2F6;
}
.lightcontainer {
	background-color: #f8fcfd;
}
.checkout-current {
	background-color: #E5F2F6;
}

/*  COLOURS  ============================================================================= */

.gold {
	color: #d4931c;
}

.red {
	color: #9d0000;
}

/*  SHOP / CHECKOUT SPECIFIC  ============================================================================= */
.checkout-section {
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
}
.checkout-change {
	float: right;
	font-size: 0.9em;
	margin-top: 25px;
	margin-bottom: 5px;
}
p.offer-badge,
p.special-offer a {
	padding: 3px 13px;
	background-color: #d4931c;
	color: #ffffff;
	float: right;
	text-transform: uppercase;
	font-size: 0.85em;
	text-decoration: none;
}

/*  GLOBAL OBJECTS ============================================================================= */

.breaker {
	clear: both;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.centre {
	text-align:center;
}
.right {
	text-align:right;
}
.desktop {
	display:inline-block;
}
.mobile {
	display:none;
}
.margin-b0 {
	margin-bottom: 0;
}
.margin-b5 {
	margin-bottom: 5px;
}
.margin-t2_5 {
	margin-top: 2.5%;
}
.margin-t10 {
	margin-top: 10px;
}
.padding-t30 {
	padding-top: 30px;
}
.padding {
	padding: 2.5%;
}
