
/* CSS Reset Reloaded - see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ for details */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: 'Open Sans',arial, helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	background-image:url('/img/layout/footerbg.jpg');
	background-repeat:repeat-x;
	background-position:center bottom;
}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


strong {
	font-weight: bold;
}


/* =utilities */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearThis {
	clear: both;
}

.hideMe {
	display: none;
}

#breadcrumb strong {
	color: #FF000F;
}

.module {
	background-color: #fff;
	overflow: hidden;
	margin-top: 20px;
	border:1px solid #008fd5;
	color: #008fd5;
	border-radius:10px;
	-moz-border-radius: 10px;
	float:left;
	position:relative;
	text-align:center;
}
.module a {
	text-decoration:none;
	color:#02a0c6;
}

.module h3 {
	margin-top:10px;
	margin-bottom:5px;
	font-size:1.2em;
}

.module p {
	font-size:0.95em;
	margin-bottom:20px;
}

/* layout */

.wrapper {
	width: 980px;
	margin: 0 auto;
	clear:both;
}

/*  widths for different numbers of columns */

.colSpan_1 {
	width: 231px;
	margin-right:18px;
	border-width:1px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.colSpan_1 h3 {
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
}

.colSpan_2 {
	width: 481px;
	margin-right:18px;
	border-width:1px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.colSpan_3 {
	width: 727px;
	margin-right:18px;
	border-width:1px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.colSpan_4 {
	width: 980px;
	border-width:1px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.last {
	margin-right:0;
	float:right;
}

aside {
	width:180px;
	margin:0 10px;
	float:left;
}

aside .module {
	border:0;
}


article {
	width:688px;
	margin-left:1px;
	margin-bottom:30px;
	float:left;
	min-height:350px;font-size:14px;line-height:24px;display: inline-block;
}

article p {
	line-height:24px;
	margin-top:0;
	margin-bottom:1.5em;
}

article span{
	color:#02a0d2;
}
article a {
	color:#02a0d2;
}

article .box {
	
	width: 668px;	
}
article ul {
	list-style-type:disc;
	padding-left:20px;
	margin-bottom:1.5em;
}
article li {
	list-style-type:disc;
	padding-left:10px;
	line-height:24px;
}

.bothnav article {
	width:545px;
	padding-right:10px;
}

.blueButton,
a.blueButton,
a.blueButton:visited {
	color: #fff;
	background: #02A0C6 url(/img/button-bg.gif) 0 50% repeat-x;
	padding: 7px 10px;
	text-align: center;
	font-size: 100%;
	border: 1px solid #81D0E3;
	text-decoration: none;
}

.blueButton:hover,
input:focus.blueButton {
	cursor: pointer;
	color: #fff;
	border-color: #FF9906;
	background: #FF9906 url(/img/buttonHover-bg.gif) 0 50% repeat-x;
}

/* Header */

header {
	background-color:#009fee;
	position:relative;
	z-index:1000;
	height:150px;
	float:none;
	min-width:980px;
	width:100%
}

header .wrapper {
	height:150px;
	position:relative;
}

header h2 {
	width: 408px;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
	background: #fff;
	margin-left: 10px;
	
}

header a#logolink {
	display: block;
	width: 348px;
	height: 85px;
	background: url(/img/layout/logo-white-strap.png) 0 0 no-repeat;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: -9999px;
	left: -1px;
	position:relative;
	margin-top:10px;
	float:left;
}


#search {
	float: right;
	text-align: right;
	margin-bottom: 0x;
	margin-top: 30px;
	font-size: 90%;
	clear:right;
}


#strapline {
	width: 298px;
	height: 36px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(/img/layout/strapline.png);
	background-repeat:no-repeat;
	margin-left: 30px;
	float:left;
	clear:left;
}

#minibasket {
	float: right;
	background: #f2fafd;
	padding: 7px 10px;
	font-size:0.75em;
	clear:right;
	color:#505154;
	position:absolute;
	bottom:36px;
	right:0;
}

#minibasket a.basketlink {
	color:#505154;
	font-weight:bold;
	padding: 2px 0 2px 20px;
	background-image: url(/img/basket.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#minibasket span {
display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 90px;
}

#countryChooser {
	color:white;
	float:right;
	font-size:0.9em;
	text-align:right;
	padding-top:10px;
}

#countryChooser label  {
	color:white;
	font-size:0.9em;
}

#countryChooser a  {
	text-align:left;
	color:white;
	font-size:0.9em;
}

#countryLinkToggle {
	display:inline-block;
}

#countryChooser form {
	display:inline;
}

#countryChooser select {
	font-size:0.9em;
	display:inline-block;
}

#languageCurrency label {
	width: 6em;
	float: left;
	clear: left;
	display: block;
	margin-top: 3px;
	width: 10em;
	font-size: 110%;
	text-align: right;
	margin-right: 10px;
}

#languageCurrency select {
	float: left;
	border: 1px solid #4EBCD7;
	color: #666;
	margin-bottom: 5px;
	margin-right: 5px;
}


/* Footer*/


footer {
	clear:both;
}

footer .wrapper {
	position:relative;
	clear:both;
	height:200px;
}


footer .links {
	clear:both;
	float:left;
	z-index:200;
	position:absolute;
	bottom:30px;
}

footer .links ul {
	margin:10px 0;
	padding:0;
	text-align:left;
}

footer .links ul li{
	margin-right:30px;
	padding:0;
	font-size:1.1em;
	float:left;
}

footer .links ul li a {
	color:#093c93;
	font-weight:bold;
	text-decoration:none;

}

#copyright {
	clear:both;
	float:left;
	color:black;
	font-size:0.6em;
	position:absolute;
	bottom:10px;
}


footer span.letters {
	position:absolute;
	z-index:1;
	bottom:30px;
	left:-60px;
	background-image:url(/img/layout/letters.gif);
	background-repeat:no-repeat;
	width:1092px;
	height:191px;
}

footer .wrapper {
	position:relative;
	clear:both;
	height:250px;
}




span.atschool {
	background-image:url('/img/homepage/sprite.png');
	background-position:0 -65px;
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	left:10px;
	width:70px;
	height:35px;
}
span.athome {
	background-image:url('/img/homepage/sprite.png');
	background-position:-77px -63px;
	background-repeat:no-repeat;
	position:absolute;
	top:9px;
	left:10px;
	width:60px;
	height:39px;
}



/*shop index page*/

article#shopCategories {
width:740px;
}

#shopCategories .module {
	width:360px;
	height:264px;
	overflow:hidden;
	margin-right:10px;
	text-align:left;
}

#shopCategories .module a {
	color:white;
}
#shopCategories .module a:hover {
	text-decoration:underline;
}
#shopCategories .module a:hover h3 {
	text-decoration:none;
}

#shopCategories .module h3{
	font-size:1.5em;
	color:#ffdd00;
	margin-left:20px;
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
}
#shopCategories .module p{
	font-size:1em;
	margin-left:20px;
}
#shopCategories .module h3 span{
	font-size:0.8em;
}
#shopCategories .module span.logo{
	background-image:url('/img/shop/categories-sprite.png');
	width:59px;
	height:60px;
	position:absolute;
	bottom:10px;
	right:10px;
	background-position:-2px 0;
}

#shopCategories .module.british {
	border-color:#79141c;
	background-color:#e0001b;
}


#shopCategories .module.american {
	border-color:#0e3a7f;
	background-color:#004da1;
	margin-right:0;
}
#shopCategories .module.american span.logo{
	background-position:-60px 0;
}

#shopCategories .module.esl {
	border-color:#640059;
	background-color:#b2007c;
}
#shopCategories .module.esl span.logo{
	background-position:-120px 0;
	width:51px;
}

#shopCategories .module.athome {
	border-color:#117963;
	background-color:#14a994;
	margin-right:0;
}
#shopCategories .module.athome span.logo{
	background-position:-171px 0;
}

#shopCategories .module.allProducts {
	border-color:#f08119;
	background-color:#ffd600;
	width:730px;
	height:80px;
}

#shopCategories .module.allProducts span.logo{
	background-position:-230px 0;
	height:75px;
	width:128px;
	bottom:5px;
}
#shopCategories .module.allProducts a,
#shopCategories .module.allProducts h3 {
	color:#093c93;
}

/*login process*/

.wrapper.form {
	min-height:300px;	
}

.form .module {
	width:400px;
	padding:20px;
	text-align:left;
}

.form .module label {
	width:40%;
	float:left;
	clear:left;
	margin-top:10px;
}
.form .module input[type=text],
.form .module input[type=password] {
	width:45%;
	float:left;
	margin:5px 0;
}

.form .module input.blueButton {
	float:left;
	clear:left;
	margin:20px 0;
}

/* Cart */
div.cart {
	width:67%;
	font-size:0.9em;
	margin-right:5%;
	float:left;
	margin-top:20px;
}

aside.cart {
	width:28%;
	margin-right:0;
	margin-left:0;
	border:0;
	margin-top:20px;
}

aside.cart .module {
	border:0;
	font-size:0.9em;
	padding:5%;
	width:90%;
	text-align:left;
	background-color: #EEF9FB;
}

a#continueShopping {
	width:92%;
	color:white;
}
a#continueShopping:hover {
	color:inherit;
}

/*product list pages*/

#productCount {
	margin-top:15px;
	float:left;
}

#sortChooser {
	float:right;
	margin-right:20px;
	margin-top:10px;
}

#layoutChooser {
	float:right;
	margin-right:20px;
	position:relative;
	top:-20px;
}

#layoutChooser a {
	background-image:url('/img/shop/grid-sprite.gif');
	height:45px;
	width:30px;
	overflow:hidden;
	text-indent:-1000px;
	display:inline-block;
	position:relative;
	top:25px;
}



#layoutChooser #gridPick {
	background-position:-31px 0;
}
#layoutChooser #listingPick {
	background-position:-62px 0;
}


#layoutChooser a#grid4Pick:hover,
#layoutChooser a#grid4Pick.layoutOn {
	background-position:-0 -46.5px;
}
#layoutChooser a#gridPick:hover,
#layoutChooser a#gridPick.layoutOn {
	background-position:-31px -46.5px;
}
#layoutChooser a#listingPick:hover,
#layoutChooser a#listingPick.layoutOn {
	background-position:-62px -46.5px;
}

#layoutType {
	clear:both;
	padding-top:5px;
}

#productListings {
	width:784px;
	margin-right:-30px;
}

#productListings .imgWrap {
	border:5px #eef9fb solid;
	width:190px;
	text-align:center;
	padding:20px 0;
	margin:0 0 10px 0;
	position:relative;
}

#productListings .grid4Layout .imgWrap {
	width:176px;
	padding:15px 0;
}

#productListings .gridLayout .imgWrap {
	width:220px;
	padding:15px 0;
}

.gridLayout .itemBlock {
	width:230px;
	float:left;
	margin-right:30px;
	height:355px;
	margin-bottom:20px;
	overflow:hidden;
}

.gridLayout .itemBlock .prodImage{
	width:180px;
}

.grid4Layout .itemBlock .prodImage,.listLayout .itemBlock .prodImage{
	width:150px;
}


.grid4Layout .itemBlock {
	width:185px;
	float:left;
	margin-right:9px;
	height:290px;
	margin-bottom:20px;
	overflow:hidden;
}

.gridLayout .itemBlock .size,
.gridLayout .itemBlock .issn,
.grid4Layout .itemBlock .more_detail {
	display:none;
}
.gridLayout .itemBlock .details,.grid4Layout .itemBlock .details {
	font-size:0.9em;
	margin-bottom:0.5em;
	height:2.3em;
}
.listLayout .itemBlock .details {
	margin-bottom:0.5em;
}
.gridLayout .itemBlock .details a {
	width:145px;
	display:inline-block;
	float:left;
}

.gridLayout .itemBlock .desc {
	font-size:0.9em;
	clear:both;
	margin-bottom:0.5em;
	line-height:1.2em;
	height:2.3em;
	overflow:hidden;
}
.grid4Layout .itemBlock .desc {
	font-size:0.8em;
	clear:both;
	margin-bottom:0.5em;
	line-height:1.1em;
	height:3.5em;
	overflow:hidden;
}

#productListings .itemBlock .price {
	font-size:1.2em;
	color:red;
	float:right;
}

.listLayout .itemBlock {
	padding-top:10px;
	width: 750px;
	clear: left;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 2px solid #EEF9FB;
	
}

.listLayout .itemBlock p.desc  {
	color: #333;
	float:none;
	clear: none;
	font-size:0.9em;
	margin-bottom:0.5em;
	line-height:1.2em;
}

.listLayout .itemBlock dt,
.listLayout .itemBlock dd {
	float: left;
}
.listLayout .itemBlock dt {
	width:50px;
}
.listLayout .itemBlock dl {
	font-size:0.8em;
}
.gridLayout .itemBlock dl {
	width:170px;
	font-size:0.8em;
}
.gridLayout .itemBlock .code {
	font-weight:normal;
}
.gridLayout .itemBlock .isbn {
	font-weight:bold;
}
.gridLayout .itemBlock dt {
	width:30px;
}
.gridLayout .itemBlock dd {
	width:110px;
}

#productListings .listLayout .imgWrap {
	float: left;
	margin-right: 10px;
	margin-bottom:0;
	width: 190px;
}

div.productIcons {
	position:absolute;
	width:140px;
	height:35px;
	bottom:5px;
	right:1px;
	text-align:right;
}



div.productIcons span.atschool {
	background-image:url('/img/homepage/sprite.png');
	background-position:0 -65px;
	background-repeat:no-repeat;
	position:relative;
	top:4px;
	left:0;
	display:inline-block;
	float:right;
	width:68px;
	height:35px;
}
.productIcons span.athome {
	background-image:url('/img/homepage/sprite.png');
	background-position:-77px -63px;
	background-repeat:no-repeat;
	position:static;
	display:block;
	float:right;
	width:49px;
	height:39px;
}





#leftNav .filters h3 {
	color:black;
}

#leftNav .filters h4 {
	color:#008fd5;
	font-size:1.1em;
}

#leftNav .filters ul {
	border-width:0 0 1px 0;
	font-size:1.0em;
	border-color:#008fd5;
}

#leftNav .filters li a {
	color:black;
	font-size:0.9em;
	padding:7px 0;
	background-image:none;
	background-color:transparent;
}

#leftNav .filters li a span {
	background-image:url(/img/shop/category-sprite.png);
	width:15px;
	height:15px;
	margin-right:5px;
	display:inline-block;
	background-position:0 -16px;
	background-repeat:no-repeat;
}
#leftNav .filters li a.selected span {
	background-position:0 0;
}

#leftNav #shoppingInformation li a {
	text-align:left;
	background-image:none;
	background-color:transparent;
	color: #02A0C6;
	padding:0;
	margin:0;
}

#leftNav #shoppingInformation li a:hover {
	text-decoration:underline;
}

#leftNav #shoppingInformation ul {
	border:0;
	margin:0;
	padding:0;
}
#leftNav #shoppingInformation ul li {
	margin:0.9em 0 0 0;
	padding:0;
}

#leftNav #shoppingInformation ul li a {
	height:auto;
}

#leftNav #shoppingInformation.module {
	border:0;
	padding:0;
	margin:10px 0;
}



/* product page */

#productImages {
	float:left;
	width:390px;
	position:relative;
}



#bigProductImage {
	padding:15px;
	border:1px solid #02a0c6;
	color: #008fd5;
	border-radius:10px;
	-moz-border-radius: 10px;
}

#productImages .jcarousel-container.jcarousel-container-horizontal {
	width:380px;
}

#productImages div.jcarousel-clip.jcarousel-clip-horizontal {
	border:1px solid #02a0c6;
	border-width:1px 10px 1px 10px;
	border-radius:10px;
	-moz-border-radius:10px;
	height:68px;
	width:362px;
	margin-top:10px;
	overflow:hidden;
}

#productImages .jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url("file:///C|/Users/best/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/img/shop/carousel-buttons.png") no-repeat scroll 0 -102px transparent;
    cursor: pointer;
    height: 68px;
    left: 2px;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 100;
}

#productImages .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: url("file:///C|/Users/best/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/img/shop/carousel-buttons.png") no-repeat scroll 0 20px transparent;

}

#productImages .jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url("file:///C|/Users/best/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/img/shop/carousel-buttons.png") no-repeat scroll -29px -102px transparent;
    cursor: pointer;
    height: 68px;
    right: 0;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 100;
}

#productImages .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: url("file:///C|/Users/best/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/img/shop/carousel-buttons.png") no-repeat scroll -29px 20px transparent;
}

#productImages ul {
	list-style-type:none;
	padding:0;
	margin:0;
	height:68px;
	margin-top:20px;
	border-left:1px solid #02a0c6;
	border-radius:4px;
}

#productImages .jcarousel-clip.jcarousel-clip-horizontal ul {
	border:0;
}

#productImages li {
	padding:7px;
	list-style-type:none;
	float:left;
	border:1px solid #02a0c6;
	border-left:0;
}

#productImages li:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
#productImages li:last-child {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}



#productImages .jcarousel-clip.jcarousel-clip-horizontal li {
	border:0;
	
	border-right:1px solid #02a0c6;
}
#productImages .jcarousel-clip.jcarousel-clip-horizontal li:last-child {
	border:0;
}
#productImages li:last-child:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#productImages p.aside {
	font-size:0.9em;
	text-align:left;
	padding-left:15px;
	padding-top:5px;
	clear:both;
}

#productMediaBar {
	float:left;
	width:118px;
}

#productMediaBar li a {
	height:30px;
	display:block;
	text-align:center;
	font-size:0.9em;
	padding-top:40px;
	margin:5px 10px;
	background-image:url('/img/shop/product-sprite.png');
}

.itunesLink {
	background-position:-208px 0;
	}

.ibooksLink {
	background-position:-387px 0;
}

.reviewsLink {
	background-position:-141px 0;
}

.kindleLink {
	background-position:-297px 0;
}

.videoLink {
	background-position:-66px 0;
}

.lookInsideLink {
	background-position:20px 0;
}



#productDetails {
	float:right;
	width:470px;
}

#productDetails h1 {
	color:#02a0c6;
	font-size:1.4em;
	margin-bottom:0.2em;
}

#productDetails form {
	margin-bottom:30px;
}

#productDetails .price {
	font-size:1.2em;
	color:#e0001b;
}

#productDetails dl {
	font-size:0.9em;
	margin-top:20px;
}

#productDetails dt {
	width: 75px;
}

#productDetails dd {
	float:left;
}

#productDetails input#quantity {
	width:3em;
}

#productDetails p {
	font-size:0.9em;
	line-height:1.3em;
}

#productDetails ul {
	list-style-type:disc;
	padding-left:20px;
	font-size:0.9em;
}

.similarProducts {

clear:both}





.similarProducts ul {
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;border: 1px solid #02a0c6;
    border-radius: 5px;
}

.similarProducts li:last-child {
	border:0;
}


.similarProducts li {
	width:100px;
	height:150px;
	padding:15px;
	float:left;
	list-style-type:none;
	float:left;
	border-right:1px solid #008fd5;
	font-size:0.9em;
}
.similarProducts li img {
	width:100px;
	margin-bottom:10px;
}

.similarProducts h3 {
	font-size:1.2em;
	margin-top:15px;
	margin-bottom:5px;
	clear:both;
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
}

.similarProducts .jcarousel-container.jcarousel-container-horizontal {
	width:980px;
}

.similarProducts div.jcarousel-clip.jcarousel-clip-horizontal {
	border:1px solid #02a0c6;
	border-width:1px 15px 1px 15px;
	border-radius:10px;
	-moz-border-radius:10px;
	height:180px;
	width:950px;
	overflow:hidden
}


.similarProducts .jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url("file:///C|/Users/best/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/img/shop/carousel-buttons.png") no-repeat scroll 0 -48px transparent;
    cursor: pointer;
    height: 178px;
    left: 3px;
    position: absolute;
    top: 0;
    width: 9px;
    z-index: 100;
}

.similarProducts .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background: url("file:///C|/Users/best/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/img/shop/carousel-buttons.png") no-repeat scroll 0 74px transparent;

}

.similarProducts .jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url("file:///C|/Users/best/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/img/shop/carousel-buttons.png") no-repeat scroll -25px -48px transparent;
    cursor: pointer;
    height: 178px;
    right: 3px;
    position: absolute;
    top: 0;
    width: 9px;
    z-index: 100;
}


.similarProducts .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background: url("file:///C|/Users/best/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/img/shop/carousel-buttons.png") no-repeat scroll -25px 74px transparent;

}


.module.reviewForm {
	border-color:#f5b587;
	color:#093c93;
	text-align:left;
	background-image:url(/img/modules/review-module.jpg);
	background-repeat:no-repeat;
	font-size:0.9em;
	width:100%;
}

.module.reviewForm form {
	padding:20px;
}

.module.reviewForm input, .module.reviewForm textarea {
	border-color:#f5b587;
	}

.module.reviewForm h3 {
	font-size:1.2em;
	padding-top:0;
	padding-bottom:10px;
	margin-top:0;
	color:#093c93;
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
}

.module.reviews {
	border:0;
	text-align:left;
}

.module.reviews .author {
	font-family:'URWGrotesk-Med',arial;
	display:block;
	line-height:1.2em;
}

.module.reviews .author .date {
	display:block;
	color:#6d6f72;
	font-size:0.9em;
}

.module.shoppingInformation {
	background-color:#72bf44;
	border-color:#29863c;
	width:100%;
	text-align:left;
	background-image:url(/img/shop/king.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.module.shoppingInformation h3 {
	font-size:1.2em;
	padding-top:0;
	padding-bottom:0;
	margin-top:15px;
	margin-left:20px;
	color:white;
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
}

.module.shoppingInformation ul {
	margin-left:20px;
	height:100px;
}

.module.shoppingInformation ul li {
	padding:7px 0;
	width:200px;
	float:left;
	font-size:0.9em;
}

.module.shoppingInformation ul li a {
	color:white;
	text-decoration:underline;
}
.module.catalogues h3{
	color:white;	
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
}

.module.catalogues div {
	padding-left:60px;
	float:left;
}

.module.catalogues h3  {
	margin-top:25px;
}

.module.catalogues span.icon {
	background-image:url('/img/homepage/sprite.png');
	background-position:-58px 0;
	display:block;
	position:absolute;
	top:15px;
	left:10px;
	width:50px;
	height:50px;	
}

.module.catalogues p {
	font-size:0.8em;
	line-height:1.3em;
	color:white;
}

.module.catalogues img {
	float:right;
	margin-left:20px;
	margin-top:9px;
}

.module.catalogues {
	background-image:url('/img/homepage/catalogues-module.gif');
	background-repeat:no-repeat;
	background-position:100px -10px;
	background-color:#e64056;
	height:125px;
	color:white;
	text-align:left;
	border-color:red;
}

.module.catalogues a {
	color:white;
	
}

#reviewForm div {
	margin:10px 0 0 0;
}


 div.stars {
	position:relative;
	background-image:url(/img/shop/emptystar.png);
	background-repeat:repeat-x;
	width:100px;
	height:20px;
	border:0;
	display:inline-block;
	padding:0;
	margin:0;
	float:right;
}

fieldset.stars span.ratingLabel {
	display:block;
	float:left;
	margin-top:10px;
}

fieldset.stars {
	padding:0;
	margin:0;
	border:0;
}

.starRating {
	background-image:url(/img/shop/star.png);
	background-repeat:repeat-x;
	height:20px;
}

.star1 {
	width:20px;
}

.star2 {
	width:40px;
}

.star3 {
	width:60px;
}

.star4 {
	width:80px;
}

.star5 {
	width:100px;
}

#reviewWrap .module.reviews {
	color:black;
}

#reviewWrap .module.reviews h3 {
	font-size:1.2em;
	padding-top:0;
	padding-bottom:10px;
	margin-top:15px;
	color:#02a0c6;
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
}

/* =header= */



input#generalSearchTerm {
	
	margin-right: 10px;
	width: 200px;
	color: #999;
}

input:focus#generalSearchTerm {
	color: #333;
}

input#findProducts,input#hpFindProducts {
	text-align: center;
	color: #fff;
	background: #02A0C6 url(/img/button-bg.gif) 0 50% repeat-x;
	padding: 2px 5px;
	font-size: 100%;
	border: 1px solid #81D0E3;
	text-decoration: none;
	width: 63px;
}

input:hover#findProducts {
	cursor: pointer;
	background: #FF9906 url(/img/buttonHover-bg.gif) 0 50% repeat-x;
	border-color: #FF9906;
}



/* =navigation= */


ul#topnav ul {
padding-bottom: 2px;
}


ul#topnav ul{
display:none;
}
ul#topnav li:hover ul{
display:block;
width:150px;
}

ul#topnav ul li a, ul#topnav ul li a:visited {
    background: url("/img/subnav_bg.jpg") repeat-x scroll 0 0 #CBEDF7;
    color: #646464;
    font-size: 80%;
    padding: 5px 10px;
    text-align: left;
    width: auto;
}

ul#topnav {
	float: left;
	background-color:  #99DFF9;
	background: #fff url(/img/nav_bg_new.jpg)  0% 50%  repeat-x;
	padding: 0;
	height: 2.25em;
	width:980px;
	position:absolute;
	bottom:0;
}

ul#topnav li {
	float: left;
	width: 120px;
	border-right: 2px solid white;
}

ul#topnav li a,
ul#topnav li a:visited {
	display: block;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	color: #646464;
	background: #fff url(/img/nav_bg_new.jpg)  0% 50%  repeat-x;
	text-decoration: none;
}


ul#topnav li a:hover,
ul#topnav li a:visited:hover {
	text-decoration: underline;
}

ul#topnav li a:hover,
ul#topnav li a:visited:hover {
	text-decoration: underline;
}





/* =links= */

a,
a:visited {
	color: #02A0C6;
}

a:hover,
a:hover h2,
a:hover h3,
a:visited:hover,
a:visited:hover h2,
a:visited:hover h3 {
	text-decoration:underline;
}


a.editLink,
a.editLink:visited {
	padding-left: 20px;
	margin-left: 10px;
	background: #fff url(/img/pencil.png) 0 50% no-repeat;
}

a.whiteLink,
a.whiteLink:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a.whiteLink:hover,
a.whiteLink:visited:hover {
	color: #fff;
	text-decoration: none;
}

/* =typography= */

p {
	margin-bottom: 0.25em;
	
}

p#breadcrumb {
	color:#646464;
	font-size:80%;
	line-height:1.3;
	padding:5px 10px;
	
}


h1 {
	font-size: 160%;
	margin-bottom: 0.2em;
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
	color: #008fd5;
	}

h2 {
	font-size: 140%;
	margin-bottom: 0.5em;
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
	color: #008fd5;
}


h3 {
	font-size: 130%;
	margin-bottom: 0.5em;
	color: #008fd5;
}

h4 {
	font-size: 120%;
	margin-bottom: 0.25em;
	font-family:'BillyBold', Arial, Helvetica, sans-serif;
	color: #008fd5;
}

h5 {
	font-size: 110%;
	margin: 0.5em 0 0.25em 0;
	font-family:'BillyBold', Arial, Helvetica, sans-serif;	
	color: #008fd5;
	}


#productDetails .module h4 {
	color: #0D3996;
}
#productDetails  {
	background-color:white;
}

em {
	font-style: italic;
}




/* =lists */

dl {
	margin: 10px 0;
	overflow: hidden;
	font-size: 95%;
}

#productDetails dl {
	clear: both;
}

dt {
	float: left;
	clear: left;
	width: 6em;
	margin-bottom: 5px;
	margin-right: 10px;
	font-weight: bold;
}

dd {
	float: right;
	margin-bottom: 5px;
	clear: right;
	text-align: left;
}


.itemBlock dl {
	width: 500px;
	clear: none;
}

.itemBlock dl dd {
	width: 400px;
}

#contentWrap ol,
#contentWrap ul {
	line-height: 1.4;
}

#footer ul {
	line-height: 1.1;
}

ul.bullet,
#contentBlock ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

ul.bullet li,
#contentBlock ul li {
	padding-left: 20px;
	background: #fff url(/img/bullet_blue.png) 0 0 no-repeat;
}




/* =shopping basket page */

#basketWrapper .pad {
	padding-left: 10px;
	overflow: hidden;
}

#shoppingInfo .pad {
	padding-right: 10px;
	overflow: hidden;
}

#shoppingInfo .module {
	clear: both;
	width: 100%;
	margin-top: 10px;
}

#shoppingInfo .blueButton {
	width: 308px;
	padding: 5px 0;
	margin-bottom: 10px;
}

#paymentOptions ol {
	list-style: decimal;
	margin-left: 20px;
	font-size: 110%;
}

#paymentOptions li {
	
	margin-bottom: 0.5em;
}

#paymentOptions li img {
	display: block;
	clear: left;
	margin: 5px 0;
}

#basketTable {
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
}

#basketTable th,
#basketTable td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #EEF9FB;
}

#basketTable th,
#basketTable td.sectionTitle {
	font-size: 120%;
	font-weight: bold;
	color: #0D3996;
}

#basketTable td.sectionTitle {
	border-top: 2px solid #EEF9FB;
}

#basketTable th.product {

}

#basketTable td.quantity,
#basketTable th.quantity,
#basketTable td.unitPrice,
#basketTable th.unitPrice,
#basketTable td.itemTotal,
#basketTable th.itemTotal,
#basketTable td.quantity form div
 {
	text-align: center;
}

#basketTable td.quantity,
#basketTable th.quantity,
#basketTable td.unitPrice,
#basketTable th.unitPrice,
#basketTable td.itemTotal,
#basketTable th.itemTotal {
	width: 4.2em;
}



#basketTable td.quantity {
	width: 50px;
}

#basketTable td.quantity input.qty {
	width: 30px;
	text-align: center;
	position: relative;
}

#basketTable td.quantity input.updateQty,
#basketTable td.quantity input.removeItem {
	clear: both;
	display: block;
	margin-top: 5px;
	color: #02A0C6;
	background: #fff;
	border: 1px solid #fff;
	text-align: center;
	
}

#basketTable td.product img {
	float: left;
	margin-right: 10px;
}

#basketTable td.product p.title {
	font-size: 120%;
}

#basketTable td.product p.delivery {
	color: #999;
	padding: 2px 0 2px 20px;
	float: left;
	background: transparent url(/img/lorry.png) 0 0 no-repeat;
}

#basketTable td.product p.inStock {
	color: #67B721;
	font-weight: bold;
	padding: 2px 0 2px 20px;
	float: left;
	margin-right: 10px;
	background: transparent url(/img/tick.png) 0 0 no-repeat;
}

#basketTable td.product p.outOfStock {
	color: #ff000f;
	font-weight: bold;
	padding: 2px 0 2px 20px;
	float: left;
	margin-right: 10px;
	background: transparent url(/img/cross.png) 0 0 no-repeat;
}

#basketTable td.itemTotal {
	font-size: 110%;
	width: 5em;
}

#voucherInput {
	width: 100px;
	margin-right: 5px;
	color: #999;
}

input:focus#voucherInput {
	color: #000;
}

#voucherForm .blueButton {
	font-size: 100%;
}

#basketTable td.voucherDetails,
#basketTable td.textRight {
	text-align: right;
}

#basketTable tr.bigText td {
	font-size: 150%;
}

#basketTable tr.grandTotal td.itemTotal strong {
	color: #ff000f;
}

#basketTable tr.grandTotal td {
	background-color: #EEF9FB;
}


/* =checkout login= */

.loginBox {
	width: 420px;
}

.loginBox form {
	overflow: hidden;
	margin-top: 10px;
}

.loginBox label {
	float: left;
	clear: left;
	width: 8em;
	margin-bottom: 10px;
}


.loginBox .blueButton {
	float: left;
	clear: left;
	margin-top: 10px;
}

.loginBox #email {
	margin-bottom: 10px;
}

#registeredCustomer,#customerAddress {
	margin-left:40px;
}

#registeredCustomer .pad, 
#newCustomer .pad {
	margin:10px 15px;
	text-align:left;
	height:10em;
}

#registeredCustomer h4, 
#newCustomer h4 {
	margin:10px 15px;
	text-align:left;
}

#registeredCustomer form p {
	margin-left: 9.5em;
}



/* =checkout details= */

#deliveryDetails {
	width: 640px;
}




#deliveryInfo {
	width: 310px;
	float: right;
}

#deliveryInfo .module {
	text-align:left
}

#deliveryInfo .module h4 {
	margin:10px 15px;
}

#deliveryInfo .module .pad {
	margin:0px 15px;
	font-size:0.9em;
	
}

.checkoutFormBox table {
	margin-bottom: 20px;
}

.checkoutFormBox table td {
	padding: 5px;
}

.checkoutFormBox table td.label {
	width: 15em;
}

.checkoutFormBox .input_caption {
	margin: 5px 0;
	color: #666;
}

.checkoutFormBox .tiny_text_input {
	width: 3em;
}

.checkoutFormBox .small_text_input {
	width: 8em;
}

#saveDetails {
	margin-right: 10px;
	}
	
	
#deliveryDetails form table p {
	font-size: 90%;
	margin-top: 1em;
	color: #666;
	}


/* =checkout confirm details */

#confirmDetails {
	margin: 0 auto;
}




/* =search results= */

table.searchResults {
	margin-bottom: 1em;
	width: 100%;
	}
	
table.searchResults td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #EEF9FB;

	}
	
table.searchResults td.productCell {
	width: 80%;
	}
	
table.searchResults td.moreCell {
	text-align: right;
	}
	
table.searchResults td img {
	float: left;
	margin-right: 10px;
	}
	
table.searchResults td h4 {
	margin-bottom: 0.5em;
	}
	
table.searchResults td p strong {
	color: #ff000f;
	}
	
table.searchResults .blueButton {
	display: block;
	}
	
#pageResults {
	margin-top: 2em;
	}
	
#pageResults h4 {
	margin-top: 2em;
}

#pageResults strong,
p.pagination strong {
	color: #ff000f;
	}

/* =forms= */

input[type=text],
input[type=password],
input.text_input,
textarea {
	padding: 4px;
	background: #fff url(/img/inputBg.jpg) 0 0 repeat-x;
	border: 1px solid #81D0E3;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border-color: #0D3996;
}








fieldset {
	margin: 1em 0;
	padding: 10px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

legend {
	background: #EEF9FB;
	padding: 0 5px;
	font-weight: bold;
	color: #0D3996;
}

fieldset input[type=radio] {
	margin-left: 10px;
}

#productBlock textarea {
	width: 330px;
	height: 100px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#productBlock form {
	margin: 1em 0;
	background: #EEF9FB;
	padding: 10px;
	overflow: hidden;
}


#productBlock form h3 {
	color: #fff;
	background: #0D3996;
	padding: 5px 10px;
	margin-bottom: 10px;
}


form div {
	margin: 0;
	padding: 0;
	width: auto;
}

.checkoutFormBox  h3 {
	background-color: #0D3996;
	color:#FFFFFF;
	margin-bottom:10px;
	padding:5px 10px;
	text-align:left;
}

.checkoutFormBox form {
	background: #fff;
	padding: 10px;
	overflow: hidden;
	text-align:left;
}

span.mandatory_star {
	color: #ff000f;
	font-weight: bold;
	margin-right: 5px;
}


#deliveryAddress,#customerAddress {
	text-align:left;
	padding:10px;
	height:17em;
	margin-bottom:18px;
}

/* =error styles */

tr.error  input[type=text],
tr.error  input[type=password],
tr.error  input.text_input,
tr.error  textarea {
	border-color: #ff000f;
	border-width: 2px;
}

tr.error label {
	color: #ff000f;
}

tr.error td.label {
	background: #FFE6E8 url(/img/exclamation.png) 95% 50%  no-repeat;
}

tr.error td {
	background-color: #FFE6E8;
}



p.error {
	border: 1px solid #ff000f;
	color: #ff000f;
	background: #FFE6E8 url(/img/exclamation.png) 5px 5px no-repeat;
	padding: 5px 5px 5px 25px;
}


/* =misc. */

p.pagination img {
	 vertical-align: middle;
	 }
	 



/* filter options */


div.filters h3  {
font-size:1.2em;
width:173px;
height:29px;
}

div.filters a {
display:block;
font-size:1em;
margin:4px 10px 0pt;
}



/* Left nav new design */
#leftNav {
	
}


#leftNav ul {
background-color:transparent;
border:1px solid #cbedf7;
border-bottom:0;
}	

#leftNav ul li {
background-color:white;
font-size:0.95em;
}	

#leftNav ul li a {
	background-color:transparent;
	background-repeat:repeat-x;
	background-position:top left;
	background-image:url(/img/leftnav-bg.jpg);
	display:block;
	color:#505154;
	margin:0;
	padding:7px 10px;
	text-decoration:none;
	height:15px;

}	

#leftNav ul ul {
background-color:transparent;
border:0;
}	

#leftNav ul ul li {
font-size:0.95em;
background-color:#cbedf7;
}	

#leftNav ul ul li a {
background-image:none;
border-bottom:white 1px solid;
font-size:1em;
margin:0px 10px;
padding:9px 0 5px 0;
}	

#leftNav ul ul li a:hover {
text-decoration:underline;
}	
#leftNav ul ul li a.highlight {
border-bottom:0;
}	
#leftNav ul ul li:last-of-type a {
border-bottom:0;
}	

#leftNav ul ul ul li  {
margin:0;
line-height:1.2em;
font-size:1.0em;
background-color:#effafd;
}	
#leftNav ul ul ul li a {
border:0;
text-decoration:underline;
padding:8px 15px 5px 15px;
font-size:0.90em;
}	
#leftNav ul ul ul li a.highlight {
color:#02A0C6;
}	

aside .module {
	border-radius:0;
	-moz-border-radius: 0;
}

/* =shopping information */
#shoppingInformation {
	font-size:0.9em;
	padding-left:10px;
	margin-top:30px;
}

#shoppingInformation  h3 {
	color:#505154;
	font-weight:bold;
	font-family: 'URWGrotesk-Lig',arial, helvetica, sans-serif;
	font-size:1.1em;
}

#shoppingInformation li {
	margin-top:0.9em;
}

#shoppingInformation ul {
	font-weight: normal;
	font-size: 100%;
}


@media only screen and (max-width: 1041px) {


footer span.letters { width:970px;left:0; background-size:970px}

}