
/*Reset everything*/
* {
	margin: 0;
	padding: 0;
}

html {
	height:100%
}

body {
	min-height:101%
} /*fix for Firefox, Opera scrollbar jump*/

body {
	font: 76%/1.6 Arial, Helvetica, sans-serif;
	background: #E9EEF5;
	text-align: center;
}

/*
body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

/*Main layout elements*/

#wrapper {
	width: 995px;
	margin: 0 auto 0;
	text-align: left;
	background: #FFF url(../images/wrapper-bg2.gif) repeat-y left top;
	border-top: 1px solid #3573B1;
	border-right: 1px solid #3573B1;
	border-bottom: 1px solid #3573B1;
	border-left: 1px solid #3573B1;
}

#header {
	padding: 0;
	background: #039 url(../images/toys-and-learning-bg-blue2.gif) no-repeat;
	border-bottom: 3px solid #FFF;
	color: #F9DD0F;
	position: relative;
	height: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

#header #strapline {
	position: absolute;
	top: 38px;
	right: 10px;
	font-size: 1.3em;
	letter-spacing: 1px;
}

#header #strapline p {
	margin: 0;
	padding:0;
}

.logo {
	display: block;
	float: left;
}

#column1 {
	width: 200px;
	float: left;
	list-style: none;
	margin-left: 0;
	padding-top: 10px;
}

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

#mainContent {
	width: 605px;
	margin: 0;
	float: left;
	padding-top: 10px;
	position:relative;
}

#secondaryContent {
	width: 170px;
	display: inline; /* :IE double margin float bug */
	float: right;
}

#footer {
	clear: both;
	padding: 10px 20px 10px 15px;
	border-top: 1px solid #FFF;
	background: #36C;
	text-align: right;
	color: #CCC;
}

#footer #info {
	width: 550px;
	float: left;
	text-align: left;
	font-size: 100%;
	border-right: 0px none;
}

#footer #info img {
	margin-right: 8px;
}

#footer #info .img2 {
	margin-bottom: 0px;
	margin-right: 0px;
}

#secondaryContent #promoMessage {
	background: #fff;
	margin: 10px 10px 20px 10px;
	padding: 5px;
	/*font-family: "Comic Sans MS", Arial;
	font-style: italic;
	font-weight: bold;*/
	border: 2px solid #000;
}

.promo-message, #secondaryContent .slideshow {
	margin: 10px 10px 20px 10px;}
	
#secondaryContent .slideshow {
	width: 150px;
	height: 169px;
	overflow: hidden;
}

#secondaryContent #promoMessage h3 {
	color: #C00;
	font-weight: bold;
	border-bottom: 2px dotted #C00;
	margin-top: 0;
}

#secondaryContent #promoMessage p {
	line-height: 2;
	font-size: 110%;
}

/* --- Page-specific rules --- */

#cart #secondaryContent, #search #secondaryContent, #affiliate #secondaryContent, #orders #secondaryContent {
	width: 10px;
}

#cart #mainContent, #search #mainContent, #affiliate #mainContent, #orders #mainContent {
	width: 750px;
}

#cart #wrapper, #search #wrapper, #affiliate #wrapper, #orders #wrapper {
	background: #FFF url(../images/col1-bg.gif) repeat-y left top;
}

/*--- Link styles ---*/

a:link, a:visited {
	color: #36C;
	text-decoration: underline;
}

a:hover {
	color: #C00;
	text-decoration: none;
}

a:hover img, a.ectlink:hover img.prodimage, a.ectlink:hover img.catimage, #homepageTop a:hover img {
	border: 1px solid #C00;
}

a.ectlink:hover img, .promo-message a:hover img, #secondaryContent .slideshow a:hover img {
	border: 0;
}

a:active {
	color: #36C;
	text-decoration: none;
}

#links #mainContent a {
	text-decoration: none
}

/*--- Navigation ---*/

#navigation {
	float:left;
	width:100%;
	font-size:100%;
	border-bottom:1px solid #FFF;
	line-height:normal;
	background: #36C;
	text-align: right;
}

#navigation ul {
	margin:0;
	padding:0 10px 0 5px;
	list-style:none;
}

#navigation li {
	display:inline;
	margin:0;
	padding:0;
}

#navigation a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#navigation a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {
	float:none;
}

/* End IE5-Mac hack */
    #navigation a:hover span {
	color:#FFF;
}

#navigation a:hover {
	text-decoration: underline;
	color: #FFF;
}

#navigation a:hover span {
}

#navigation #current a {
}

#navigation #current a span {
}

/*--- Left and right navigation ---*/

.leftnav, .rightnav {
	margin-left: 20px;
	list-style: none;
	width: 179px;
	margin-bottom: 10px;
}

.rightnav {
	width: 140px;
	margin: 15px 0 20px 5px;
}

.leftnav li, .rightnav li {
	border-bottom: 1px solid #DBDBDB;
}

.rightnav li {
	padding-top: 5px;
}

.leftnav a, .leftnav a:visited, .rightnav a, .rightnav a:visited, #secondaryContent .infobox2 a, #secondaryContent .infobox2 a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#secondaryContent .infobox2 a, #secondaryContent .infobox2 a:visited {
	text-decoration: none;
}

.leftnav a:hover, #secondaryContent .infobox2 a:hover {
	color: #F9DD0F;
}

/*--- Paddings ---*/

#secondaryContent {
	padding-top: 5px;
}

#column1 *, #secondaryContent * {
	padding-left: 15px;
	padding-right: 20px;
}

#secondaryContent * {
	padding-right: 10px;
	padding-left: 0;
}

#column1 * {
	padding-left: 0;
	padding-top: 5px;
	padding-right: 0;
}

#column1 * *, #secondaryContent * * {
	padding-left: 0;
	padding-right: 0;
}

/*--- Headings ---*/

h1, h2, h3, #mainContent .contact {
	font-weight: normal;
	border-bottom: 1px solid #36C;
	padding-bottom: 5px;
	color: #36C;
}

h1, h2, h3, p {
	margin: 1em 0;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

#home h1 {
	font-size: 1.64em;
	border-style: none;
	color: #C00;
	margin-bottom: 5px;
	font-weight: bold;
}

#home h1 span {
	color: #039;
	font-size: 0.80em;
	font-weight: bold;
}

/*#categories h1 {
	font-weight: bold;
	color: #000;
	margin: 10px 0px 0px;
	padding: 0px;
	border-bottom-style: none;
	font-size: 100%;
}*/

#products h1, #categories h1 {
	margin-bottom: 5px;
}

h2 {
	font-size: 1.4em;
}

#home h2 {
	font-size: 1.6em;
}

h3, #mainContent .contact {
	font-size: 1.2em;
}

/*--- Main div styles ---*/

p, li {
	font-size: 1em;
}

#header h1 {
	margin: 0;
}

#secondaryContent h2 {
	font-size: 1.3em;
	margin: 0;
}

#column1 h2 {
	color: #F9DD0F;
	margin-top: 0;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-left: 5px;
	margin-bottom: 0;
	padding-left: 5px;
	font-weight: normal;
}

#column1 strong {
	color: #000;
}

#mainContent p, #secondaryContent p {
	line-height: 1.4em;
	font-size: 100%;
}

#secondaryContent .infobox2 ul.keypoints li, #mainContent li {
	margin-left: 20px;
	list-style: square url(../images/bullet.gif);
	margin-bottom: 2px;
}

#mainContent li {
	list-style: square url(../images/bullet-blue-on-white.gif);
}

.pcats {
	border-top: 1px solid #36C;
	padding-top: 10px;
	margin-top: 25px;
}

.featuredProduct {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	border-top: 1px solid #36C;
}

#mainContent .aboutpara {
	padding: 0;
	margin: .7em 0;
}

.subdued {
	color: #7C7C7C;
}

.strap {
	font-size: 76%;
}

#content .message {
	font-size: 130%;
	color: #F30;
	padding: 1em;
	border: 1px solid #F30;
}

#content .message2 {
	color: #36C;
	border-color: #36C;
	font-size: 100%;
}

/* ---- Blog excerpts ----- */

.post {margin-bottom: 10px;
}

.post h3 {
	border: none;
	float: left;
	width: 375px;
	margin-top: 0;
	margin-bottom: 0;}

.info-post {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 90%;
	float: right;
	width: 210px;
	text-align: right;
	color: #666;
	}

.excerpt {
	padding: 5px 10px 0 10px;
	border-bottom: 1px solid #CCC;
	clear: both;
		}

.excerpt img {
	float: left;
	margin-right: 10px;}

/* ---Images ---*/

img, #footer a:hover img {
	border: none;
}

.featured, img.catimage {
	background: #FFF;
	padding: 4px;
	margin-right: 20px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	border-left: 1px solid #CCC;
}

img.catimage {
	margin: 0 0 0 5px;
}

#secondaryContent img {
	/*margin-bottom: 5px;*/
}

#homepageTop img {
	border: 1px solid #ccc;
}

#homepageTop .slideshow {
	width: 592px;
	height: 296px;
	overflow: hidden;
}

.feature-image, .excerpt img {border: 1px solid #FFF;}

.margin-bottom {
	margin-bottom: 15px;}

.margin-top {
	margin-top: 15px}


/*--- Others ---*/

.cvw a {
	margin-left: 5px;
}

.cvw a:link, .cvw a:visited {
	color: #69C;
	text-decoration: none;
}

.fleft {
	float: left;
	margin-right: 10px;
}

hr {
	background:#36C;
	height:1px;
	color:#36C;
	border:none;
	margin-top: .8em;
	margin-bottom: .8em;
	text-align: center; /*for IE*/
	margin-left:auto; /*centres in FF*/
	margin-right:auto; /*centres in FF*/
}

.fright {
	float: right;
	margin-left: 10px;
}

/* ---Box styles ---*/

#secondaryContent .infobox {
	width: 160px;
	margin: 0;
	padding: 0;
	background: url(../images/toys-box-bottom.gif) no-repeat left bottom;
}

#secondaryContent .infobox2 {
	padding: 0 5px 5px 10px;
	width: 150px;
	background: #36C;
	/*border: 1px solid #DDDDDD;*/
	color: #FFF;
}

#secondaryContent .infobox2 .p3 {
	border-bottom: 1px solid #FFF;
	padding-bottom: 8px;
	border-top: 1px solid #FFF;
	padding-top: 8px;
}

#secondaryContent .infobox2 .promo {
	border-bottom: 1px solid #FFF;
	padding-bottom: 8px;
}

#secondaryContent .infobox2 h2 {
	font-size: 150%;
	margin-bottom: 10px;
	border-bottom: 1px solid #C7D5F1;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
	color: #F9DD0F;
}

#secondaryContent .infobox2 ul.keypoints li {
	list-style: url(../images/bullet.gif);
	border-width: 0;
}

#secondaryContent .infobox2 .p4 {
	color: #000;
}

#secondaryContent .info .inner {
	background: url(../images/toys-box-top.gif) no-repeat left top;
	padding-top: 5px;
}

#secondaryContent .info h3 {
	background: url(../images/toys-box-middle.gif) no-repeat left bottom;
	margin: 0;
}

#secondaryContent .inner {
	padding: 0 0 10px;
}

#secondaryContent .inner img {
	border: 2px solid #FFF;
}

#secondaryContent .infobox h3 {
	padding: 0 0 5px;
	color: #CCC;
	font-size: 1.2em;
	border-width: 0;
	text-align: center;
}

#secondaryContent .infobox p {
	padding: 0;
	text-align: center;
	margin: 10px 0 0;
}

/* -- Offers top right ---*/

#secondaryContent .infobox2 ul.offers {
	list-style: none;
	width: 150px;
}

#secondarycontent .infobox2 ul.offers li {
	list-style: none;
}

#secondarycontent .infobox2 ul.offers li a {
	display: block;
}

#secondaryContent .infobox2 ul.offers li.toys a, #secondaryContent .infobox2 ul.offers li.books a, #secondaryContent .infobox2 ul.offers li.gifts a, #secondaryContent .infobox2 ul.offers li.sale a {
	background: url(../images/top-toys2.gif) no-repeat left top;
	height: 52px;
	width: 150px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 5px;
}

#secondaryContent .infobox2 ul.offers li.books a {
	background: url(../images/best-books2.gif) no-repeat left top;
}

#secondaryContent .infobox2 ul.offers li.sale a {
	background: url(../images/sale-items.gif) no-repeat left top;
}

#secondaryContent .infobox2 ul.offers li.gifts a {
	background: url(../images/great-gifts2.gif) no-repeat left top;
}

/*hover states*/

#secondaryContent .infobox2 ul.offers li.toys a:hover {
	background: url(../images/top-toys2.gif) no-repeat 0px -52px;
}

#secondaryContent .infobox2 ul.offers li.books a:hover {
	background: url(../images/best-books2.gif) no-repeat 0px -52px;
}

#secondaryContent .infobox2 ul.offers li.gifts a:hover {
	background: url(../images/great-gifts2.gif) no-repeat 0px -52px;
}

#secondaryContent .infobox2 ul.offers li.sale a:hover {
	background: url(../images/sale-items.gif) no-repeat 0px -52px;
}

/*--- Styles for 2 column layout ----*/

#error #secondaryContent {
	display: none;
}

#error #mainContent {
	width: 600px;
}

/*-- Clear styles --*/

.clearboth {
	clear: both;
}

hr.clearboth {
	margin: 0;
}

hr.clearleft {
	margin: 0px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear:right;
}

ul.thumbnails {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: center;
	background-color: #FFF;
	line-height: 1em;
	list-style: none;
}

ul.thumbnails li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul.thumbnails img {
	margin-bottom: 5px;
}

ul.thumbnails a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 4px 9px 4px;
	border-top: 1px solid #CCC;
	border-right: 2px solid #AEAEAE;
	border-bottom: 2px solid #AEAEAE;
	border-left: 1px solid #CCC;
	background-color: #FFF;
	text-align: center;
}

ul.thumbnails a {
	width: 151px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 94%;
}

ul.thumbnails a:visited {
	text-decoration: none;
}

ul.thumbnails a:hover {
	border-top: 1px solid #CCC;
	border-right: 2px solid #AEAEAE;
	border-bottom: 2px solid #AEAEAE;
	border-left: 1px solid #CCC;
	background-color: #EEE;
}

/*--- Shop styles ---*/

#cart td, #aff td {
	padding: 5px;
}

.search {/* --search form --*/
	padding-right: 20px;
	margin-bottom: 1px;
}

#navigation .search label {
	color: #FFF;
}

.search input[type="text"] {
	color: #666;
	padding-left: 5px;
	width: 150px;
	margin-right: 15px;
}

.tel {
	color: #FFF;
	padding-bottom: 4px;
	float: left;
	width: 200px;
	padding-top: 5px;
	text-align: center;
}

p.navdesc {
	height: 5px;
}

p.navdesc {
	height: 5px;
	border-bottom: 1px solid #EFEFEF;
}

#search table.cobtbl td {
	padding: 0px 10px;
}

/*table.products {
	padding:0;
}*/

/*#products table {border-collapse:collapse}*/

td.catname {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #36C;
}

td.catname p.catdesc, td.catname p.catname {
	margin: 0;
	padding: 0;
}

td.catimage {
	border-bottom: 1px solid #36C;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.detailprice, td.prodseparator {
	text-align: center;
}

td.prodimage img.prodimage {
	margin-top: 0px;
	border: 1px solid #CCC;
}

td.detailimage img.prodimage, .homeFeatured {
	margin-right: 10px;
	border: 1px solid #CCC;
}

.homeFeatured {
	margin-bottom:3px;
}

td.detailimage, td.prodimage, table.products td {
	vertical-align: top;
}

table.products p {
	margin: 0;
	padding: 0;
}

td.catnavigation p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.nonbold, .number {
	font-weight: normal;
	font-size: 90%;
	display: block;
}

#products p.pagenums {
/*height: 0;*/
}

#products .prodseparator hr {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}

span.discountsapply {
	float: left;
	margin-right: 5px;
}

div.proddiscounts, div.detaildiscounts {
	font-size: 100%;
	color: #F00;
}

div.listprice, div.detaillistprice {
	float:left;
}

#affiliate #mainContent input {
	margin: 5px 10px;
}

div.proddescription, div.prodname, div.listprice, div.prodprice {
	text-align:center;
}

#prod-detail .detailprice span.price, #prod-detail .detailprice span.red {
	font-size: 120%;
	font-weight: bold;
}

/*these added durung 5.6 update to replace style information in the mark-up*/

div.proddiscounts {
	font-color: #F00;
}

div.prodname, p.prodnavigation, span.prodoption, div.prodid, div.detailname, h1.detailname, body#products .prodprice span.price {
	font-weight: bold;
}

h1.detailname {/*this ovverides h1 above and is used on the product detail pages*/
	font-size: 100%;
	color: #000;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.red, .cvw-message, #prod-detail .detailprice strong, body#products .prodprice strong {
	color: #C00;
}

div.cvw-message {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.cvw-message p, div.cvw-message2 p {
	margin: 0;
	padding: 0;
}

#products h1 + p, #categories h1 + p {
	margin-top: 0;
}

#mainbodyspan form td {
	padding: 3px;
}

.cstitle {
	margin: 0; 
	padding: 0;
	height: 2px;
	}

/* ------ High Position scroll area CSS ------ */

div.scroll {
	height: 150px;
	width: 153px;
	overflow: auto;
	padding: 8px;
}

div.scroll2 {
	height: 100px;
	width: 585px;
	overflow: auto;
	padding: 8px;
}

#content2 {
	position: absolute;
	top:700px;
	left:605px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: 1px solid #fff;
}

.text1 p {
	color:#FFF;
}

.text1 a {
	color:#F9DD0F;
}

#content2 h1, #content2 h2, #content2 h3 {
	color:#F9DD0F;
}

/* ----- Pop-up ----- */

.close-meerkat {
	position: absolute;
	display: block;
	height: 18px;
	width: 18px;
	background: url('http://www.toysandlearning.co.uk/images/close-x.png') no-repeat 0 0;
	cursor: pointer;
	text-indent: -9000px;
	z-index: 10;
	right: 20px;
	top: 20px;
}

.dont-show {
	position: absolute;
	display: block;
	height: 18px;
	width: 100px;
	cursor: pointer;
	z-index: 10;
	color: #EC7700;
	right: 20px;
	top: 80px;
}

.meerkat a:link, .meerkat a:visited, .meerkat a:active {
	color: #EC7700;
}

a.dont-show:hover, .meerkat a:hover, .meerkat a:focus {
	color:#FFF;
}

.meerkat {
	color: #FFF;
	padding: 5px 20px 20px 20px;
	display: none;
}

.meerkat div {
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

