/* CSS Document */

/*
colours
========================
Purple #574089
Pink #c10664
Orange #d4641d
Green #62a266
Cream #f5e195
Blue #247abc
Background Blue #d3e5e5 

*/

/* @group site defaults */

* { margin: 0; padding: 0; }

html { }

body { margin: 0 auto; width: 100%; color: #444; font: normal 14px/1.5 Helvetica, Arial, sans-serif; background: url(/site/images/bg-body.png) repeat-x center top; background-color: #d3e5e5; }
body.editormaintext { width: 580px;  background: white; }
body.editorsidebartext { width: 290px;   background: white; }

a { color: #247abc; text-decoration: underline; }
a:hover { text-decoration: none; }
p { display: block; margin: 0 0 10px 0; }
h1, h2, h3 { display: block; color: #444; }
h1 { font-size: 15px; clear: both; }
h2 { font-size: 15px; xmargin-top: 1.5em; }
h3 { font-size: 15px; xmargin-top: 1.5em; }
h4 { font-size: 14px; xmargin-top: 1.5em; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

a img { border: 0; }

img.left { margin: 0px 10px 10px 0px }
img.right { margin: 0px 0px 10px 10px }
img.center { display: block; margin: 0px auto; }

table { width: 95%; border-collapse: collapse; }
table th { background: #eaeaea; xcolor: #000; padding: 2px; border: #000 solid 1px; }
table td { padding: 1px 2px; border: #444 solid 1px; }

.error { display:none; font-size: 14px; color: red; }

.clearfix { clear: both; }

hr.clear { display: block; height: 0px; color: transparent; border: 0; }

.pink { color: #c10664; }
.orange { color: #d4641d; }
.green { color: #62a266; }
.purple { color: #574089; }
.blue { color: #247abc; }

/* @group image sizes */

/* Small: small=80x0@100% */
img.small { width: 80px; }
/* Medium: medium=290x0@100% */
img.medium { width: 290px; }
/* Large: large=580x0@100% */
img.large { width: 580px; }

/* @end */

/* @group Wrappers */

#wrapper-rainbow { display: block; float: left; margin: 0 auto; width: 100%; background: url(/site/images/bg-rainbow-children.png) repeat-x center bottom; padding-bottom: 150px;}

#wrapper-content { display: block; clear: both; margin: 0 auto; width: 950px; padding: 10px 0 5px 10px; background: rgb(141, 185, 185); background: rgba(141, 185, 185, 0.5); -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

#wrapper-footer { margin: 0 auto; clear: both; width: 100%; height: 390px; background: url(/site/images/bg-footer.png) repeat center top; }

/* @end */

/* @group Navigation */

ul#navigation-primary { display: block; margin: 0 auto; padding-top: 10px; width: 960px; height: 30px; background: rgb(141, 185, 185); background: rgba(141, 185, 185, 0.5); -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;  }

ul#navigation-primary li { display: block; float: left; text-align: right; font-size: 16px; line-height: 30px; color: #fff; background: url(/site/images/bg-navigation-divider.png) no-repeat right center; padding: 0 15px; }
ul#navigation-primary li a { display: block; float: left; height: 30px; text-decoration: none; padding: 0 10px; color: #fff; -moz-border-radius: 5px; border-radius: 5px; background-color: #94bdbd; } /* old background colour #a5c8c8 */
ul#navigation-primary li a:hover { background-color: #7fa3a4; }
ul#navigation-primary li:last-child { background-image: none; padding-right: 0; }

ul#navigation-primary li a.green { background-color: #62a266; }
ul#navigation-primary li a.purple { background-color: #574089; }
ul#navigation-primary li a.green:hover { background-color: #418145; }
ul#navigation-primary li a.purple:hover { background-color: #3d276a; }

ul#navigation-secondary { display: block; float: left; width: 405px; height: 40px }

ul#navigation-secondary li { display: block; float: left; height: 30px; padding-top: 10px; background: rgb(141, 185, 185) url(/site/images/bg-navigation-divider-small.png) no-repeat right 15px; background-color: rgba(141, 185, 185, 0.5); }
ul#navigation-secondary li.homelink { border-radius: 0 0 0 5px; }
ul#navigation-secondary li.contact { background-image: none; border-radius: 0 0 5px 0; }
ul#navigation-secondary li.login { background: #c10664; border-radius: 0 0 5px 5px; margin-left: 8px; }
ul#navigation-secondary li.login:hover { background: #ab2753; }

ul#navigation-secondary li a { display: block; float: left; height: 20px; line-height: 20px; color: #fff; text-decoration: none; padding: 0 25px; }
ul#navigation-secondary li a:hover { color: #c10664; }

ul#navigation-secondary li.login a:hover { color: white; }

#content .section ul#navigation-section { display: block; list-style: none; padding: 0; }
#content .section ul#navigation-section li { display: block; float: left; width: 300px; padding: 0; background-color: #e8f2f2; }
#content .section ul#navigation-section li:last-child { border-bottom: none; } 
#content .section ul#navigation-section li a { display: block; float: left; line-height: 30px; padding: 0 30px 0 10px; color: #c10664; text-decoration: none; background: url(/site/images/bg-arrow-stroke.png) no-repeat right top; }
#content .section ul#navigation-section li a:hover { color: #c10664; }
#content .section ul#navigation-section li ul { display: block; padding: 0; }
#content .section ul#navigation-section li ul li { display: block; background-color: #fff; padding: 0; margin: 0; }
#content .section ul#navigation-section li ul li a { display: block; width: 260px; font-size: 13px; line-height: 20px; padding: 10px 30px 10px 10px; color: #444; background: url(/site/images/bg-bullet-pink.png) no-repeat right center; border-bottom: solid 1px #ddd; }
#content .section ul#navigation-section li ul li ul li a { padding-left: 30px; width: 240px; }
#content .section ul#navigation-section li ul li a.last-choice { color: #c10664; }

#content .section ul.townlist { display: block; padding: 0; }
#content .section ul.townlist li { display: block; background-color: #fff; padding: 0; margin: 0; }
#content .section ul.townlist li a { display: block; width: 260px; font-size: 13px; line-height: 20px; padding: 10px 30px 10px 10px; color: #c10664; background: url(/site/images/bg-bullet-pink.png) no-repeat right center; border-bottom: solid 1px #ddd; }
#content .section ul.townlist li a.last-choice { color: #c10664; }

/* @end */

/* @group Search */

form#search-form { display: block; float: right; width: 295px; height: 20px; padding: 7px 5px 13px 15px; background: rgb(141, 185, 185); background: rgba(141, 185, 185, 0.3); background: #62a266; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
form#search-form label { color: #fff; padding-right: 10px; font-weight: bold; }
form#search-form input#search { border: 0 none; height: 20px; line-height: 20px; padding: 0 5px; font-size: 12px; width: 185px; border: solid 3px #418145; }

/* @end */

/* @group Header */

#header { display: block; margin: 0 auto; width: 960px; height: 160px; }
#header img#logo { display: block; float: left; padding: 10px 82px 0 50px; }
#header span { display: block; position: absolute; font-size: 12px; text-align: center; color: #c10664; top: 115px; padding-left: 40px; line-height: 15px;}
#header a.leaderboard { display: block; float: right; margin: 15px 0 0 0; width: 728px; height: 90px; overflow: hidden; }

/* @end */

/* @group Content */

#content { display: block; float: left; width: 945px; clear: both; }

#content .section { display: block; float: left; background-color: #fff; margin: 0 5px 5px 0; padding: 5px; }

#content .single { width: 300px; }
#content .double { width: 615px; }
#content .triple { width: 945px; }

#content .small { height: 130px; overflow: hidden; }
#content .section.medium { height: 250px; overflow: hidden; }
#content .section.promotion-medium-rectangle { float: right; xborder-right: solid 5px; xborder-right-color: transparent; }

#content .section h1 { font-weight: normal; color: #fff; height: 30px; line-height: 30px; padding: 0 10px; margin-bottom: 10px; }
#content .section h2 { font-weight: normal; color: #fff; height: 30px; line-height: 30px; padding: 0 10px; }
#content .section.page h2 { color: #c10664; font-weight: bold; }
#content .section.page h3 { color: #c10664; }
#content .section.page h4 { color: #444; }
#content .section.page h3,
#content .section.page h4 { padding: 0 10px 0 10px; }
#content .section span { display: block; padding: 0 10px 5px 10px; }
#content .section p { padding: 10px 20px 0 10px; }
#content .section ul,
#content .section ol { padding: 10px 10px 10px 25px; }

#content .section ul li,
#content .section ol li { padding-bottom: 10px; }

#content .section ul.home { padding: 8px 0px; list-style: none; }
#content .section ul.home li { display: block; padding: 0 10px 0 0; }
#content .section ul.home li a { display: block; color: #444; padding: 8px 15px 0 10px; text-decoration: none; }
#content .section ul.home li a:hover { text-decoration: underline; }
#content .section ul.home li span { display: block; font-size: 12px; padding: 0 5px 8px 10px; margin-top: -3px; color: #999; border-bottom: solid 1px #ddd;  }

#content .section.pink { background: #fff url(/site/images/bg-find-a-childminder.jpg) no-repeat left 105px; }
#content .section.pink ul.home li#find-a-childminder { background-image: none; }
#content .section.pink ul.home li#find-a-childminder span { display: block; text-align: right; border: 0 none; margin-top: 10px; font-size: 13px; }
#content .section.pink ul.home li a.button-small { margin: 2px 10px 0 185px; width: 100px; padding: 0; color: #fff; } 
#content .section.pink ul.home li a.button-small:hover { text-decoration: none; }
#content .section.pink ul.home li { background: url(/site/images/bg-bullet-pink.png) no-repeat right center; }
#content .section.pink ul.home li a { color: #c10664; }
#content .section.orange ul.home li { background: url(/site/images/bg-bullet-orange.png) no-repeat right center; }
#content .section.orange ul.home li a { color: #d4641d; }
#content .section.green ul.home li { background: url(/site/images/bg-bullet-green.png) no-repeat right center; }
#content .section.green ul.home li a { color: #62a266; }
#content .section.purple ul.home li { background: url(/site/images/bg-bullet-purple.png) no-repeat right center; }
#content .section.purple ul.home li a { color: #574089; }
#content .section.blue ul.home li { background: url(/site/images/bg-bullet-blue.png) no-repeat right center; }
#content .section.blue ul.home li a { color: #247abc; }

#content .section h2.header-last { margin-top: 7px; }

#content .section h2.pink,
#content .section h2.item1,
#content .section h2.item6 { color: #c10664; }
#content .section h2.orange,
#content .section h2.item2,
#content .section h2.item7 { color: #d4641d; }
#content .section h2.green,
#content .section h2.item3,
#content .section h2.item8 { color: #62a266; }
#content .section h2.purple,
#content .section h2.item4,
#content .section h2.item9 { color: #574089; }
#content .section h2.blue,
#content .section h2.item5,
#content .section h2.item10 { color: #247abc; }

#content .section h2.header-stroke { font-size: 14px; float: left; padding-right: 30px; background: url(/site/images/bg-arrow-stroke.png) no-repeat right top; }
#content .section span.header-wrapper { display: block; height: 30px; width: 100%; padding: 0; background: #e8f2f2; }
#content .section.lobby { position: relative; }
#content .section.lobby p { padding: 10px 10px 0 10px; }
#content .section.lobby a.button-small { position: absolute; bottom: 0; right: 0; font-size: 13px; text-decoration: none; width: 75px; height: 30px; line-height: 30px; color: #fff; text-align: center; -moz-border-radius: 5px; border-radius: 5px; }

#content .section a.button-small { display: block; font-size: 13px; margin: -30px 5px 5px 220px; text-decoration: none; width: 75px; height: 30px; line-height: 30px; color: #fff; text-align: center; -moz-border-radius: 5px; border-radius: 5px; }

#content .section.page { min-height: 400px; }

a.button-small.pink,
a.button-small.item1,
a.button-small.item6 { background-color: #c10664; }
a.button-small.pink:hover,
a.button-small.item1:hover,
a.button-small.item6:hover { background-color: #ab2753; }

a.button-small.orange,
a.button-small.item2,
a.button-small.item7 { background-color: #d4641d; }
a.button-small.orange:hover,
a.button-small.item2:hover,
a.button-small.item7:hover { background-color: #bf5600; }

a.button-small.green,
a.button-small.item3,
a.button-small.item8 { background-color: #62a266; }
a.button-small.green:hover,
a.button-small.item3:hover,
a.button-small.item8:hover { background-color: #418145; }

a.button-small.purple,
a.button-small.item4,
a.button-small.item9 { background-color: #574089; }
a.button-small.purple:hover,
a.button-small.item4:hover,
a.button-small.item9:hover { background-color: #3d276a; }

a.button-small.blue,
a.button-small.item5,
a.button-small.item10 { background-color: #1479bf; }
a.button-small.blue:hover,
a.button-small.item5:hover,
a.button-small.item10:hover { background-color: #075e9a; }

.header-pink { background: url(/site/images/bg-arrow-pink.png) no-repeat right top; }
.header-orange { background: url(/site/images/bg-arrow-orange.png) no-repeat right top; }
.header-green { background: url(/site/images/bg-arrow-green.png) no-repeat right top; }
.header-purple { background: url(/site/images/bg-arrow-purple.png) no-repeat right top; }
.header-blue { background: url(/site/images/bg-arrow-blue.png) no-repeat right top; }
.header-cream { background: url(/site/images/bg-arrow-cream.png) no-repeat right top; }

a:hover h2 { background-position: right bottom; }
a.home-link { text-decoration: none; }
a.home-link h2 { text-decoration: none; }

img.nca_map { border: 0 none; margin-top: -200px; padding: 0 50px 50px 0; }

.navbar { padding: 10px; }

#buy-sell-tabs { display: block; float: left; width: 950px; height: 30px; }
#buy-sell-tabs a { display: block; float: left; width: 200px; height: 30px; line-height: 30px; background-color: #D3E5E5; text-align: center; margin-right: 5px; font-weight: bold; text-decoration: none; color: white; border-radius: 5px 5px 0 0; }
#buy-sell-tabs a.sell,
#for-sale { background-color: #d4641d; }
#buy-sell-tabs a.buy,
#wanted { background-color: #1479bf; }
#content .tab-content { display: block; padding: 5px 0 0 5px; width: 935px; overflow: auto; }
#content .tab-content .single { width: 296px; }

#content ul#contentslist li.section { float: none; padding-bottom: 0; }

img.childminder-image { position: relative; }
img.truefalse { padding-right: 10px; }

a.breadcrumb,
#content .section span.breadcrumb { display: block; float: left; height: 30px; line-height: 30px; background: url(/site/images/bg-arrow-stroke-breadcrumb.png) no-repeat right top; padding: 0 25px 0 10px; margin-bottom: 5px; text-decoration: none; color: #247ABC; }
a.breadcrumb.last,
#content .section span.breadcrumb.last { background: url(/site/images/bg-arrow-stroke.png) no-repeat right top; }
#content .section span.breadcrumb.last { color: #c10664; }

.profile-section { border-bottom: solid 1px #ddd; margin-bottom: 20px; padding-bottom: 10px; }

.childminder { border-bottom: solid 1px #ddd; padding: 20px 0 10px 0; }
.childminder h2 a { color: #c10664; }

#content ul.buttonlist { list-style: none; padding-left: 10px; }
#content ul.buttonlist li { float: left; margin-right: 20px; }
#content ul.buttonlist li a { display: block; float: left; width: 160px; height: 45px; padding: 10px; color: #c10664; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #94bdbd; background: #d3e5e5; text-align: center; }

/* @end */

/* @group Footer */

#footer { display: block; clear: both; margin: 0 auto; width: 960px; height: 350px; padding-top: 10px; }
#footer p { display: block; float: left; clear: both; font-size: 12px; line-height: 12px; background-color: #cac5ae; padding: 5px; }
#footer p.terms { margin-top: 50px; }
#footer p.address { margin-top: -10px; }
#footer p.terms a,
#footer p.address a { color: #444; text-decoration: none; }
#footer p.terms a:hover,
#footer p.address a:hover { text-decoration: underline; }
#footer img { float: right; margin-top: -75px; padding-left: 20px; padding-right: 20px; }

ul.footer-links { display: block; float: left; width: 182px; list-style: none; padding-right: 10px; }
ul.footer-links li { display: block; padding: 0 0 5px 5px; }
ul.footer-links li:first-child { padding-left: 0; }
ul.footer-links li h3 { font-weight: normal; line-height: 25px; background-color: #cac5ae; padding: 5px 5px; margin-bottom: 20px; display: inline; }
ul.footer-links li a { text-decoration: none; color: #fff; }
ul.footer-links li a:hover { color: #444; }

#footer a.social-links img { clear: none; width: 48px; height: 48px; padding-right: 10px; margin-top: -36px; padding-left: 0; }

/* @end */

/* @group form layout - wufoo */

/* @group form */

input { border: 0 none; padding: 0; }

form { padding: 0 10px; }

form ol { margin: 0 !important; padding: 0 !important; list-style-type: none; width: 100%; padding-left: 0; background-image: none; }
form li { margin: 0; width: 62%; padding: 4px 5px 2px 9px; position: relative; }
form li ol li { width: auto; }
#content form li,
#content form li ol,
#content form li ol li { padding-left: 0; background-image: none; xwidth: auto; }

form li:after,
.buttons:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

form li,
.buttons { display: inline-block; }
* html form li,
* html .buttons { height: 1%; }

form li,
.buttons { display: block; }

form li ol li { margin: 0 4px 0 0; padding: 0 0 8px 0; }
form li ol li { float: left; }
form li.left { display: inline; width: 48%; }
form li.right { display: inline; width: 48%; }
form li.left .medium,
form li.right .medium { width: 100%; }

#content .section.page form fieldset p,
#content .section.page form fieldset h2,
#content .section.page form fieldset h3,
#content .section.page form fieldset h4 { padding-left: 0; }

form li ol li label { padding-top: 3px; clear: both; color: #999; display: block; }
form li .datepicker { float: left; margin: .1em 5px 0 0; padding: 0; width: 16px; height: 16px; cursor: pointer !important; }

.info,
fieldset { border-style: none; border-bottom: 1px dotted #999; margin: 1.5em 0; padding-bottom: 1em; }
legend { font-size: 120%; xmargin-left: -7px; color: #c40064; }
fieldset>legend { margin-left: 0; }

/* @end */

/* @group fields and labels */

label.desc { display: block; padding: 0 0 1px 0; line-height: 1.5; color: #726e94; }

input.text,
input.file,
textarea.textarea,
select.select { margin: 0; font-size: 100%; xcolor: #000; }

input.text,
textarea.textarea,
.firefox select.select { border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #ddd; background: #fff; }

input.text,
input.file { padding: 2px 0 2px 0; }

input.checkbox,
input.formradio { display: block; line-height: 1.4em; margin: 6px 0 0 3px; width: 13px; height: 13px; }
label.choice { display: block; line-height: 1.4em; margin: -1.55em 0 0 25px; padding: 4px 0 5px 0; width: 90%; }
label.list { margin-left: 50px; }

textarea.textarea{ font-family: Helvetica, Arial, sans-serif; }

select.select { margin: 1px 0; padding: 1px 0 0 0; }
select.select[class]{ margin: 0;	padding:1px 0 1px 0; }
*:first-child+html select.select[class]{ margin: 1px 0; }
.safari select.select { margin-bottom: 1px; font-size: 120% !important; }

/* @end */

/* @group sizes */

.third { width: 32% !important; }
.half { width: 48% !important; }
.full { width: 100% !important; }

input.tiny,
select.tiny { width: 40px; }

input.small,
select.small { width: 25%; }

input.medium,
select.medium { width: 50%; }

input.large,
select.large,
textarea.textarea { width: 100%; }

textarea.small { height: 5.5em; }
textarea.medium { height: 10em; }
textarea.large { height: 20em; }

/* @end */

/* @group required */

form .req { float: none; color: red; font-weight: bold; display: inline !important; }

/* @end */

/* @group instructions */

form li.focused { background: #f6fafd; }
form li.focused label { xcolor: #000; }
form .instruct { position: absolute; top: 0; left: 100%; z-index: 1000; width: 42%; margin: 0 0 0 8px; padding: 8px 10px 9px 10px; border: 1px solid #f6fafd; background: #f6fafd; line-height: 130%; font-size: 90%; xcolor: #000; visibility: hidden; }
form .instruct small { font-size: 105%; }
form li.focused .instruct,
form li:hover .instruct{ visibility: visible; }

/* @end */

/* @group buttons */

.buttons { clear: both; margin-bottom: 20px; border-top: 1px dotted #fff; padding-top: 10px; }
.buttons input { width: auto; overflow: visible; border: 1px solid #7c7c7c; margin: 0px 10px; padding: 0px 10px; }

/* @end */

/* @end */


/* @group basket */

.basket table {  }
.basket table caption { text-align: left; color: #444 !important; margin-top: 20px; padding: 3px 5px; background: none; }
.basket table tfoot { color: #444; }
.basket table th { background: #f7e291; padding: 3px 5px; font-weight: normal; color: #C40064; }
.basket table td { border: 0 none !important; }
.basket table tr.lineitem td { border-bottom: #e8eced dotted 1px; }
.basket table tr.totalvat th,
.basket table tr.totalvat td,
.basket table tr.totalprice th,
.basket table tr.totalprice td { background: none; font-weight: bold; text-align: right; }
.basket table td.price { text-align: right; }

.basket input.addfield { text-align: center; } /*this is the qty field */

.basket table#addressdetails tbody td { border-bottom: #e8eced dotted 1px; }

img#viewprofile { padding: 0; margin: 0; }
#deletechildminders { border: 0; padding: 0; }

col#deletecolumn { text-align: center; width: 5%; }
col#productcodecolumn { width: 5%; text-align: left; }
col#desciptioncolumn { width: 65%; text-align: left; }
col#quantitycolumn { text-align: center; width: 5%; }
col#itempricecolumn { text-align: right; width: 10%; }
col#totalpricecolumn { text-align: right; font-weight: bold; width: 10%; }
col#invoiceaddress { width: 50%; }
col#deliveryaddress { width: 50%; }

.basket ul#cardlist { display: block; clear: both; list-style: none; margin-top: 20px; }
.basket ul#cardlist li { float: left; display: block; margin: 0 10px 10px 0; padding-left: 0; background-image: none; }
.basket ul#cardlist li a { float: left; display: block; border: #cbd9e5 solid 1px; background-color: #f2f1e4; text-align: center; width: 95px; height: 25px; text-decoration: none; padding-top: 95px }
.basket ul#cardlist li a:hover { background-color: #e8eced; }

.visa { background: url(/store/images/visa.png) no-repeat center 10px; }
.visadelta { background: url(/store/images/visadebit.png) no-repeat center 10px; }
.visaelectron { background: url(/store/images/visaelectron.png) no-repeat center 10px; }
.mastercard { background: url(/store/images/mastercard.png) no-repeat center 10px; }
.solo { background: url(/store/images/solo.png) no-repeat center 10px; }
.other { background: url(/store/images/other.png) no-repeat center 10px; }
