﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');






body 	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}
/* ^^^ SEE CLASS "outer-background" BELOW */




/* PAGE FADE-IN CODE */

body, html	{ height: 100%; }

#fadediv	{ background-color: #FFFFFF; position: absolute; top: 0; left: 0; z-index: 22000; height: 100%; width: 100%; }




/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }




/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }




/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #006699; text-decoration: none; }

a:hover 	{ color: #3366FF; text-decoration: underline; }




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */


body, div, table {
		color: #000000;
		font-family: "Open Sans", arial, helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 150%;
		}

/*
.title 		{ color: #000000; font: 26px "Raleway", arial, sans-serif; font-weight: 400; letter-spacing: -1px; line-height: normal; }

.smalltitle { color: #000000; font: 22px "Raleway", arial, sans-serif; font-weight: 400; letter-spacing: 0px; line-height: normal; }

.subtitle 	{ color: #000000; font: 17px "Raleway", arial, sans-serif; font-weight: 700; line-height: normal; }

.smalltext	{ color: #666666; font: 13px "Raleway", arial, sans-serif; font-weight: 400; padding-bottom: 5px; line-height: normal; }
*/
.infotext	{ color: #660000; font-family: "Raleway", arial, helvetica, sans-serif; font-size: 14px; font-weight: 700; }

.hilite		{ color: #FF0000; }


/* Added by ATM 01/03/26 */
.title      { font-family: "Inter", system-ui, sans-serif; font-size: 26px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; }
.smalltitle { font-family: "Inter", system-ui, sans-serif; font-size: 22px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.25; }
.subtitle   { font-family: "Inter", system-ui, sans-serif; font-size: 17px; font-weight: 650; letter-spacing: 0; line-height: 1.3; }
.smalltext  { font-family: "Inter", system-ui, sans-serif; font-size: 13px; font-weight: 450; }




/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 1px 0px; }




/* SERVICES LIST */

.list		{
		font-size: 14px;
		color: #336666;
		line-height: normal;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
		}

.floatlist	{ float: left; width: 50%; min-width: 200px; }

.list li	{ text-indent: 1px; }




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight	{ min-height: 750px; }

#pagewrapper	{
		width: 100%;
		min-width: 319px;
		text-align: center;
		margin: 0 auto;
		}

.pagebox	{
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

#contentbox	{
		max-width: 980px;
		margin: 0 auto;
		padding: 30px 0px 10px 0px;
		}

.content-pad 	{ padding: 15px 30px 10px 5px; }

#left-content 	{
		float: left;
		width: 100%;
		max-width: 695px;
		padding: 0px;
		}

/* HOME PAGE WIDTHS */

#contentbox-home  {
		  max-width: 932px;
		  margin: 0 auto;
		  padding: 30px 10px 15px 10px;
		  }

/* OPTIONAL HOME PAGE TEXT CONTENT */

.content-home	{
		max-width: 840px;
		text-align: left;
		text-align: justify;
		padding: 10px 10px 10px 10px;
		margin: 0 auto;
		}




/* INNER AND OUTER BACKGROUNDS */

.outer-background	{
			background-color: #FFFFFF;
			background-image: none;
			background-repeat: repeat;
			background-attachment: fixed;
			}

.inner-background	{
			background-color: transparent;
			border: #000000 0px solid;
			}




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv	{
		padding: 8px 0px 8px 0px;
		margin: 0px 0px 0px 0px;
		border: #000000 0px solid;
		min-height: 75px;
		}

.headercolor	{ background-color: #FFFFFF; }  /* EDIT .pagebox PADDING TO 0 ABOVE FOR FULL WIDTH */

#headerdiv a	{ outline: 0; }

.logo-respond	{
		float: left;
		display: block;
		height: 80px;
		min-width: 252px; 
		max-width: 400px;
		margin: 0px auto 0px 15px;  /* THIS CODE ALIGNS GRAPHIC LOGO */
		}

/* SEARCH BOX STYLES */
	
.headersearch-box	{
		margin: 21px auto 25px -20px;
		}
	
.searchtext {
		width: 300px;
		height: 30px;
		padding: 4px 4px 4px 14px;
		font-size: 16px;
		background-color: #F0F0F0;		
		margin: -1px 0px 2px 0px;
		border: #000080 1px solid;
		color: #808080;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

.sitesearchbutton	{
		position: absolute;
		margin-top: -2px;
		}
		


/* START TEXT HEADER CODE */

.textlogo-align	{ text-align: left; vertical-align: middle; }

.textlogo	{
		font: normal 26px "Open Sans", arial, sans-serif;
		padding: 8px 10px 10px 10px;
		display: block;
		}

a.textlogo:link, a.textlogo:visited, a.textlogo:active	{ color: #000000; text-decoration: none; }

a.textlogo:hover { color: #000000; text-decoration: none; }


/* HEADER VIEW CART & SHOP ICONS */

.header-cart	{
		width: 80px;
		height: 33px;
		background-color: #005F39;
		text-align: center;
		position: absolute;
		right: 5px;
		top: -5px;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;
		border-radius: 0px 0px 4px 4px;
		}

.cart-view-img	{ width: 70px; height:33px; display: block; margin: 0 auto; }

.header-shop	{
		width: 70px;
		height: 33px;
		background-color: #005F39;
		text-align: center;
		position: absolute;
		right: 88px;
		top: -5px;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;
		border-radius: 0px 0px 4px 4px;
		}

.shop-img	{ width: 60px; height: 33px; display: block; margin: 0 auto; }

.header-cart:hover, .header-shop:hover  { top: 0px; }




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders	{ border: #000000 1px solid; }

.left-float	{ float: left; }

.right-float	{ float: right; }

.img-float	{ float: left; margin: 3px 8px 1px 0px; }

.float-item	{ float: left; margin-right: 10px; margin-bottom: 2px; }

.text-nowrap	{ overflow: hidden; min-width: 175px; }

.divclear 	{ height: 1px; clear: both; font-size: 1px; line-height: 1px; padding: 0px; margin: 0px; }




/* PAGE LINES & BORDERS */

.page-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 2px;
		background-color: transparent;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
/*		border-top: #CECECE 1px solid; */
		border-top: #8080FF 1px solid;
		}

.splits-xtramargin { margin-top: 30px; margin-bottom: 30px; }


/* LARGE PAGE SPLITS (ON HELP PAGE) */

.large-splits 	{
		line-height: 1px;
		font-size: 1px;
		height: 25px;
		background-color: #F0F0F0;
		margin: 0 auto;
		padding: 0px;
		border-bottom: #999999 1px solid;
		}




/* HOME PAGE */

/* HOME 3 BOX COLUMNS */

.introbox-text	  { color: #666666; font-size: 13px; padding: 14px 0px 10px 0px; text-align: left; }

.introtitle 	{
		color: #000000;
		font: 16px "Raleway", arial, sans-serif;
		font-weight: 700;
		line-height: normal;
		text-align: left;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 5px 0px;
		border: solid #FF0000;
		border-width: 0px 0px 1px 0px;
		}

.introbox-outer	{ width: 900px; margin: 0 auto; }

.introbox	{
		float: left;
		width: 300px;  /* DIVIDED BY 3 */
		}

.introbox-inner	{
		background-color: #FFFFFF;
		padding: 10px 20px 10px 20px;
		margin: 35px 10px 35px 10px;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}

.introbox-left	  { display: block; }

.introbox-center  { display: block; }

.introbox-right	  { display: block; }

.boxes2		{
		font-size: 14px;
		text-align: left;
		color: #C0C0C0;
		background-color: transparent;
		border: solid #C0C0C0;
		border-width: 1px 0px 1px 0px;
		padding: 6px 2px 6px 2px;
		}

/* HOME IMAGES WITH ZOOM */

.imagesbox	{
		width: 238px;
		height: 100px;
		overflow: hidden;
		cursor: pointer;
		margin: 0 auto;
		border: 0px solid #000000;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}

.introimages img	{
			width: 238px;
			height: 100px;
		/* IMAGE ZOOM */
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			}

.introimages img:hover	{ width: 280px; height: 119px; }




/* HOME JQUERY SLIDESHOW (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: #F0F0F0;
			max-width: 900px;
			min-width: 250px;
			text-align: center;
			cursor: pointer;
			margin: 0 auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: #C0C0C0 0px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: none; }  /* HIDES HOME ARROWS */

#schoolsJQ > .centered-btns_nav	{ display: none; }  /* HIDES ARROWS */

#newmusicalsJQ > .centered-btns_tabs	{ display: none; }  /* HIDES TABS */


/* HOME SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 10px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 10px;
			height: 10px;
			background-color: transparent;
			border: #404040 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			margin: 0px 4px 0px 4px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover  
			{ background-color: #FF5603; border: #FF5603 2px solid; cursor: default; }




/* FOR OPTIONAL HOME PAGE IMAGE */

.homeimage	{ width: 100%; display: block; }

.homeimage-border	{
			max-width: 900px;
			min-width: 250px;
			margin: 0 auto;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: #C0C0C0 0px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}




/* RIGHT SIDEBAR */

/* .sidebar-width	{ max-width: 225px; margin: 0px auto; } */

.sidebar-width	{ min-width: 260px; max-width: 280px; margin: 0px auto; }

#sidebar-content {
		float: left;
		width: 100%;
		max-width: 280px;
		padding: 0px;
/*		border-left: #CECECE 1px solid; */
		border-left: #8080FF 1px solid;
		}

.sidebar-pad	{ padding: 0px 0px 10px 35px; }

.sidebar-box	{
		margin: 0px auto 30px auto;
		padding: 0px 0px 10px 0px;
		}


.sc-sidebar-title	{
		color: #FFFFFF;
		font: 16px "Open Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		background-color: #000000;
		padding: 7px 5px 7px 5px;
		margin: 0px auto 0px auto;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
		}
		
		
.sidebar-textarea {
		padding: 6px 6px 6px 6px;
		background-color: #f2f2f2;
		border: solid #ff5c33;
		border-width: 0px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		border-radius: 0px 0px 5px 5px;
		}
		

.sidebar-text 	{
		color: #000000;
		font: 14px "Open Sans", arial, sans-serif;
		text-align: center;
		font-weight: normal;
		line-height: normal;
		}
		
		
.sidebar-text-large 	{
		color: #000000;
		font: 16px "Open Sans", arial, sans-serif;
		text-align: center;
		font-weight: normal;
		line-height: normal;
		}
		

.sidebar-text-list 	{		/* Added by ATM 21/01/20 */
		color: #000000;
		font: 16px "Open Sans", arial, sans-serif;
		font-weight: normal;
		line-height: 2.5em;
		}


.sidebar-title	{
		color: #FFFFFF;
		font: 16px "Open Sans", arial, sans-serif;
		font-weight: 600;
		line-height: normal;
		text-align: center;
		background-color: #ff5c33;
		padding: 7px 5px 7px 5px;
		margin: 0px auto 0px auto;
		border: solid #ff5c33;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
	/* CORNER ROUNDING */
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
		}


.sidebar-image	{
		width: 100%;
		display: block;
		margin: 0px auto 0px auto;
		}

.side-img-border {
		 border: solid #ff5c33;
		 border-width: 0px 1px 0px 1px;
		 /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		 }


/* SIDEBAR ARROW LINKS */

.arrow-link	{
		font-size: 15px;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		display: block;
		min-height: 20px;
		padding: 8px 8px 8px 31px;
		margin: 7px 0px 7px 0px;
		background-color: #000000;
		background-image: url("/images/arrow-link-white.png");
		background-repeat: no-repeat;
		background-position: 5px 7px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}


.arrow-link-menu {		/* Added by ATM 21/01/20 */
		font-size: 15px;
		text-align: left;
		font-weight: normal;
		line-height: normal;
		display: block;
		min-height: 20px;
		padding: 8px 8px 8px 31px;
		margin: 7px 0px 7px 0px;
		background-color: #000000;
		background-image: url("/images/arrow-link-black.png");
		background-repeat: no-repeat;
		background-position: 5px 7px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

/* Added by ATM 01/03/26 */

.arrow-link, .arrow-link-menu { font-weight: 500; letter-spacing: 0.01em; }


/* ORIG COLOURS
.a-link-color1	{ background-color: #114E1F; }

.a-link-color2	{ background-color: #336A40; }

.a-link-color3	{ background-color: #52895E; }

.a-link-color4	{ background-color: #541F1B; }
 */


.a-link-color1	{ background-color: #5cd65c; }

.a-link-color2	{ background-color: #70db70; }

.a-link-color3	{ background-color: #85e085; }

.a-link-color4	{ background-color: #99e699; }


.a-link-menu-color1	{ background-color: #FFFF00; }		/* Added by ATM 21/01/20 */


/* ARROW LINK HOVER COLORS */

a.arrow-link:link, 
a.arrow-link:visited, 
a.arrow-link:active	{ color: #FFFFFF; text-decoration: none; }

a.arrow-link:hover {
			color: #FFFFFF;
			text-decoration: none;
			background-color: #FF3300;
			background-image: url("/images/arrow-link-white.png");
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}




/* FOOTER */

.footer-splits 	{
		color: #000000;
		height: 3px;
		line-height: normal;
/*		background-color: #C0C0C0; */
		background-color: #FF3300;
		margin: 0px auto 0px auto;
		padding: 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		}

.footerbox	{
		background-color: #FFFFFF;
		background-image: none;
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footer-pad	{ padding: 35px 10px 35px 10px; }

.footerbox, .footerbox div, .footerbox table { color: #000000; }

div.footer-title {
		color: #000000;
/*		font: 17px "Open Sans", arial, sans-serif; */

/*		font: 20px "Raleway", arial, sans-serif;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: normal; */

/* Added by ATM 01/03/26 */
		font-family: "Inter", system-ui, sans-serif;
		font-size: 22px;
		font-weight: 400;
		letter-spacing: -0.01em;
		line-height: 1.25;
		
		padding-bottom: 5px;
		margin-bottom: 3px;
/*		border-bottom: #336A40 2px solid; */
		border-bottom: #000080 1px solid;
		}
		

table.footer-links td 	{
			text-align: left;
			padding: 5px 50px 5px 40px;
			}

.footer-links	{
		width: 86%;
		max-width: 900px;
		font-size: 16px;
		line-height: 35px;
		}

.footerlinks-1	{ width: 33%; border-left: #CCCCCC 1px solid; border-right: #CCCCCC 1px solid; }

.footerlinks-2	{ width: 33%; border-right: #CCCCCC 1px solid; }

.footerlinks-3	{ width: 33%; border-right: #CCCCCC 1px solid; }

.footer-copyright  {
		   padding: 14px 10px 14px 10px;
		   margin: 0px 0px 0px 0px;
		   background-color: #FFFFFF;
		   border: solid #CCCCCC;
		   border-width: 1px 0px 0px 0px;
		   /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		   }

.copyright-text	   {
		   color: #000000;
		   font: 14px "Open Sans", arial, sans-serif;
		   font-weight: normal;
		   line-height: normal;
		   }

.footer-disclaimer {
		   color: #666666;
		   font-size: 12px;
		   padding: 6px 0px 6px 0px;
		   margin: 16px auto 0 auto;
		   max-width: 1000px;
		   border: solid #CCCCCC;
		   border-width: 1px 0px 1px 0px;
		   /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		   }


/* FOOTER LINK COLORS */

.footerbox a:link, 
.footerbox a:visited, 
.footerbox a:active 	{ color: #006699; text-decoration: none; white-space: nowrap; }

.footerbox a:hover 	{ color: #3366FF; text-decoration: underline; white-space: nowrap; }



/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop	{
	width: 50px;
	height: 50px;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	position:fixed;
	bottom: 60px;
	right: 10px;
	display:none;
	border: #C0C0C0 0px solid;
	background: #989CAA url("/images/arrow-up-white.png") no-repeat 0px 0px;
	}

.scrollToTop:hover{
	text-decoration:none;
	border: #C0C0C0 0px solid;
	background: #000000 url("/images/arrow-up-white.png") no-repeat 0px 0px;
	}



/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link, 
div.footer-copyright a:visited, 
div.footer-copyright a:active 	{ color: #006699; text-decoration: none; }

div.footer-copyright a:hover 	{ color: #3366FF; text-decoration: underline; }




/* SOCIAL ICONS */

.socialbox	{
		list-style: none;
		padding: 0px;
		margin: 0px;
		}

.socialbox li	{
		display: inline-block;
    		*display:inline;  /* For IE*/
    		*zoom:1;
		}

.socialicon	{
		border: #000000 0px solid;
		display: block;
		padding: 2px;
		margin: 6px 2px 15px 2px;
		background-color: #005F39;
	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}

.socialicon:hover  { border: #000000 0px solid; background-color: #999999; }




/* CODE FOR THE PRODUCTS CART */

.cart-content 	{
		width: 100%;
		max-width: 750px;
		padding: 0;
		margin: 0 auto;
		}

.search-price 		{ min-width: 150px; padding: 10px 0px 8px 15px; }

.search-price span	{
		color: #005F39;
		font-size: 20px;
		font-weight: 400;
		text-decoration: none;
		border-bottom: #CC0000 1px solid;
		}
		
.item-price	{
		padding-top: 10px;
		color: #005F39;
		font-size: 20px;
		font-weight: 400;
		text-decoration: none;
		border-bottom: #CC0000 1px solid;
		}


.carttitle	{
		color: #000000;
		font: 18px "Raleway", arial, sans-serif;
		font-weight: 700;
		line-height: normal;
		}

.cart-box	{
		font-size: 13px;
		line-height: 140%;
		text-align: left;
		width: 100%;
		min-width: 290px;
		padding: 12px;
		margin: 10px 0px 28px 0px;
		/* background-color: #FFFFFF; */
		background-color: #f2f2f2; 
/*		border: solid #C0C0C0; */
		border: solid #000080;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		}

.prod-split	{ margin-bottom: 12px; }

/* .cartimg	{ width: 120px; padding-right: 15px; } */
.cartimg	{ padding-right: 15px; }

.HoverBorder	{
		border: #999999 0px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

a:hover .HoverBorder 	{ border: #FFFFFF 1px solid; }




/* ADD TO CART BUTTONS */

.cartdrop 	{
		font: 12px arial, sans-serif;
		color: #000000;
		width: 115px;
		margin-top: 1px;
		margin-bottom: 4px;
		}

input[type=submit].button-order 
	 	{
		color: #FFFFFF;
       	font: bold 14px arial, serif;
		text-align: center;
		background-color: #005F39;		
        background-image: url("/images/button-order.png");
       	padding: 7px 5px 7px 5px;
       	margin: 4px 0px 2px 0px;
		cursor:pointer;
		width: 166px;
		-webkit-appearance: none;
       	border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		}

input[type=submit].button-order:hover 
	 	{
		color: #FFFFFF;
		background-color: #7D0017;
       	border: #000000 0px solid;
		}




/* IMAGE CLOSEUP VIEWER */

.viewer-box	{
		max-width: 700px;
		margin: 0 auto;
		position: relative;
		}

.viewer-image	{
		width: 100%;
		height: auto;
		display: block;
		border: #000000 2px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

#return-arrow 	{
		background: #000000;
		background: rgba(0, 0, 0, 0.6);  /* SEMI-TRANSPARENT BACKGROUND */
		width: 40px;
		height: 40px;
		margin: 0 auto 0 0;
		position: absolute;
		top: 12px;
		left: 12px;
  	/* CORNER ROUNDING */
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		}




/* CONTACT PAGE CODE */

.phonetitle		{ color: #000000; font: 17px "Raleway", arial, sans-serif; font-weight: 700; line-height: normal; }

.contact-pad 		{ padding: 15px 0px 15px 0px; }

.contact-select		{ color: #006666; font-weight: normal; }

.contactform-table	{ margin: 10px 0px 10px 25px; }

table.contactform-table td	{ padding: 1px 0px 1px 0px; }


/* CONTACT BUTTONS */

input[type=submit].submitbutton, input[type=reset].submitbutton 
		{
		color: #000000;
	       	font: normal 15px "Open Sans", arial, sans-serif;
		text-align: center;
		background-color: #F0F0F0;
		-webkit-appearance: none;
		padding: 7px 8px 7px 8px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		width: 120px;
        	border: #999999 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover 
		{
		color: #FFFFFF;
		background-color: #333333;
        	border: #000000 1px solid;
		}

.shadeform	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("/images/shadeform.png");
		text-align: left;
		width: 90%;
		height: 24px;
		border: #999999 1px solid;
		padding: 1px 0px 1px 10px;
		}

.textarea	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("/images/shadeform.png");
		text-align: left;
		width: 90%;
		height: 150px;
		border: #999999 1px solid;
		}

.dropdown 	{
		font: 13px arial, sans-serif;
		color: #000000;
		background-color: #FFFFFF;
		width: 225px;
		}




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas	{ max-width: 225px; height: 160px; }


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions		{ font-size: 12px; font-weight: normal; line-height: normal; padding: 8px 0px 5px 0px; }

.directions .shadeform	{ width: 221px; margin: 0px 0px 5px 0px; }

input[type=submit].directionbutton	{ width: 225px; }




/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin	{ margin: 25px 0px 25px 0px; }




/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}




/* LINKS PAGE CODE */

table.searcharea td	{ padding: 0px 3px 0px 0px; }

.searcharea		{ margin: 18px 0px 18px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("/images/shadeform.png");
		width: 110px;
		border: #999999 1px solid;
		}

.searchbutton 	{
		color: #000000;
	    font: bold 12px arial, sans-serif;
		text-align: center;
		background-color: #FFFFFF;
		-webkit-appearance: none;
		height: 21px;
		margin-top: 0px;
		cursor: pointer;
		border: #000000 1px solid;
  	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform 			{ width: 150px; }

input[type=submit].payform 	{ width: 152px; margin-bottom: 10px; }

.payformbox	{
		background-color: #F0F0F0;
		border: #52895E 1px solid;
		}

.paypaltable td	{ vertical-align: middle; padding: 6px 10px 6px 10px; }

.paypalbadge-space	{ padding: 30px 10px 8px 0px; }




/* PDF PAGE */

.pdf-icon	{ 
		width: 70px;
		height: 80px;
		margin: 10px 0px 0px 15px;
		}




/* SITE MAP */

.arrow-link-map	 {
		 padding: 12px 0px 12px 31px;
		 margin: 3px 0px 0px 0px;
		 background-position: 5px 12px;
		 }




/* STAFF PAGE */

.staff-email	{
		color: #114E1F;
		font-family: "Open Sans", arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: normal;
		margin: 7px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		border-top: #CC9900 1px solid;
		}




/* VIDEO PAGE (FOR RESPONSIVE VIDEO) */

.videobox	 {
		 max-width: 640px;
		 margin: 0 auto;
		 padding: 0px 5px 0px 5px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 30px;
		 padding-bottom: 56.25%;
		 margin: 12px auto 12px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 100;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 100;
		 }


/* VIDEO MENU */

#menu-videos	{
		background-color: #F0F0F0;
		font-size: 0px;
		line-height: 0px;
		text-align: center;
		padding: 10px 0px 9px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom: #C0C0C0 1px solid;
		}

.vid-thumb 	{
		width: 100%;
		max-width: 60px;
		height: auto;
		vertical-align: bottom;
		margin: 2px 2px 2px 2px;
		border: #999999 2px solid;
		}

.vid-thumb:hover { border: #000000 2px solid; }




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
.printhide 	{ display:none; }
.pageheight 	{ min-height: 50px; }
}
@media screen{
.printonly 	{ display:none; }
}



/* ADDED BY ATM */

.header-text-line {
	margin: 5px auto 0px 5px;
	color: #000000;
	width: auto;
}

.header-text-left {
	float: left;
	font: 12px "Open Sans", arial, sans-serif;
	font-weight: normal;
	line-height: normal;
}

.header-text-right {
	float: right;
	font: 12px "Open Sans", arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	position: absolute;
	right: 92px;
}

.header-msg-line {
	margin: 0px auto 20px auto;
	color: #000000;
	width: auto;
	font: 14px "Open Sans", arial, sans-serif;
	font-weight: normal;
	line-height: normal;	
}

.covers-container {
	width: 19%;
	min-height: 200px;
	text-align: left;
	margin-left: 42px;
	overflow: hidden;
	cursor: pointer;
}

.covers-container-square {
	width: 19%;
	min-height: 200px;
	text-align: left;
	margin-left: 42px;
	overflow: hidden;
	cursor: pointer;
}

.cover-image {
			width: 100%;
		/* IMAGE ZOOM */
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			}

a:hover .cover-image	{ width: 105%; }


/* DEFINITIONS FOR HOME PAGE */

.home-page-covers-container {
	width: 21%;
	min-height: 200px;
	text-align: center;
	margin-left: 15px;
	overflow: hidden;
	cursor: pointer;
}

.home-page-cover-image {
			width: 100%;
		/* IMAGE ZOOM */
			-webkit-transition: all 1s ease;
			-moz-transition: all 1s ease;
			-o-transition: all 1s ease;
			-ms-transition: all 1s ease;
			transition: all 1s ease;
			}

a:hover .home-page-cover-image	{ width: 105%; }


/* SEARCH RESULTS PAGE */

.container-more-details {
	display: inline-block;
	padding-left: 15px;
	margin: 15px auto 0px auto;
}

.container-more-details img {
	vertical-align: middle;
}

.key-stage-pic {
	width: 80px;
	height: 80px;
}

.cd-included-pic {
	width: 40px;
	height: 50px;
}


/* ITEM DETAIL PAGE */

.new-item_text {
	color: #269900;
}

.item-detail-info-images {
	display: inline;
}

.item-detail-info-images img {
	vertical-align: middle;
}

.trackname {
	min-height: 40px;
}



/** ADDED BY ATM 12/10/23 **/

.trackname-container {
	display: inline-block;
	min-width: 350px;
	max-width: 350px;
	vertical-align: middle;
}

.audio-container {
	display: inline-block;
	vertical-align: middle;
}





.sample-text {
	margin-top: 30px;
}

.fb-comments-box {
	width: 95%;
}

.fb-comments, .fb-comments span, .fb-comments iframe {width: 100% !important;}

.also-bought-box {
	width: 95%;
}

.also-bought-cover	{ 
	width: 90px;
}

.also-bought-more-details {
	display: inline-block;
	margin: 0px auto 0px auto;
}

.resources-thumbnail	{ 
	width: 200px;
}

.resources-text	{ 
	padding-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;	
}


input[type=submit].mroom-button-order 
	 	{
		color: #FFFFFF;
       	font: bold 14px arial, serif;
		text-align: center;
		background-color: #005F39;		
        background-image: url("/images/button-order.png");
       	padding: 7px 5px 7px 5px;
       	margin: 4px 0px 2px 0px;
		cursor:pointer;
		width: 230px;
		-webkit-appearance: none;
       	border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		}

input[type=submit].mroom-button-order:hover 
	 	{
		color: #FFFFFF;
		background-color: #7D0017;
       	border: #000000 0px solid;
		}



/* MUSIC FOR SCHOOLS PAGE */

.container-arrow-links {
	display: inline-block;
	padding-right: 20px;
	margin: 0px auto 0px auto;
}

.arrow-link-schools {
	width: 255px;
}

.star_rating {
	float: left;
	clear: none;
	display: block;
	width : 16px;
	height : 16px;
	margin-right: 1px;
	background-image: url("/images/StarRating-Yellow.gif");
    background-position: 0px 0px;
	text-indent: -100000px;
	overflow: hidden;
}


/* SCHOOL MUSICALS PAGE */

.publisherselect-box {
	color: #000000;
	font: 15px "Open Sans", arial, sans-serif;
	width: 230px;
	height: 32px;
	padding: 4px 4px 4px 4px;
	background-color: #F0F0F0;
	margin: -1px 5px 2px 0px;
/*	border: #666666 1px solid; */
	border: #000080 1px solid;
  	/* CORNER ROUNDING */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


.arrow-link-musicals {
	width: 310px;
}


/* MUSIC TUTOR PAGE */

.arrow-link-tutors {
	width: 300px;
}


/* EXAM MATERIAL PAGE */

.arrow-link-exam {
	width: 300px;
}


/* MUSIC GIFTS PAGE */

.covers-container-gifts {
	width: 19%;
	min-height: 200px;
	text-align: left;
	margin-left: 42px;
	overflow: hidden;
	cursor: pointer;
}

.arrow-link-gifts {
	width: 300px;
}


/* PRODUCT GROUP PAGES */

.bestseller-container {
	display: inline-block;
	margin: 0px auto -5px auto;
	vertical-align: middle;
}

.title-container {
	display: inline-block;
	min-height: 40px;
	max-width: 86%;
}

.bestseller-cover-image-container {
	display: none;
	text-align: center; 
}

.arrow-link-selected-color {
	background-color: #ff3300;	
}


/* FEEDBACK PAGES */

.feedbackform-table	{ margin: 10px 0px 10px 25px; }

table.feedbackform-table td	{ padding: 1px 0px 1px 0px; }


/* DELIVERY INFO PAGE */

.deliveryinfo-table	{
	margin: 10px 0px 10px 25px;
	border: medium;
	outline: lightgrey;
}

table.deliveryinfo-table td {
	padding:5px 5px 5px 5px;
	border:thin;
	border-style:solid;
	border-color:#C0C0C0;
}


/* HOW TO ORDER PAGE */

.info-box	{
		font-size: 13px;
		line-height: 140%;
		text-align: left;
		width: 96%;
		min-width: 290px;
		padding: 12px;
		margin: 10px 0px 28px 0px;
		/* background-color: #FFFFFF; */
		background-color: #f2f2f2; 
		border: solid #C0C0C0;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		}


/* STAGECOACH PAGES */

#stagecoach-page-logo {
	float: left;
    background-image: url('../images/SC_logo_colour_small.gif');
	background-repeat: no-repeat;
    display:block;
    width: 45px;
    height: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-right: 10px;
}

.stagecoach-title {
	height: 30px;
	margin-top: 10px;
}

.sclogin_failed {
	color: red;
}

.arrow-link-stagecoach {
	width: 300px;
}

input[type=submit].button-stagecoach
	 	{
		color: #FFFFFF;
       	font: bold 14px arial, serif;
		text-align: center;
		background-color: #005F39;		
        background-image: url("/images/button-order.png");
       	padding: 7px 5px 7px 5px;
       	margin: 4px 0px 2px 0px;
		cursor:pointer;
		width: 200px;
		-webkit-appearance: none;
       	border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		}

input[type=submit].button-stagecoach:hover 
	 	{
		color: #FFFFFF;
		background-color: #7D0017;
       	border: #000000 0px solid;
		}

/* Added by ATM 20250916 */

.container-dropdownlist {
	display: inline-block;
	padding-right: 20px;
	margin: 10px auto 0px auto;
}

.filterby-dropdownlist {
	color: #000000;
	font: 15px "Open Sans", arial, sans-serif;
	width: 240px;
	height: 32px;
	padding: 4px 4px 4px 4px;
	background-color: #F0F0F0;
	margin: -1px 5px 2px 0px;
	border: #666666 1px solid;
}

.sortby-dropdownlist {
	color: #000000;
	font: 15px "Open Sans", arial, sans-serif;
	width: 200px;
	height: 32px;
	padding: 4px 4px 4px 4px;
	background-color: #F0F0F0;
	margin: -1px 5px 2px 0px;
	border: #666666 1px solid;
}


/* Added by ATM 01/03/26 - Back buttons used to return to main school/nativity/songbooks pages */

.back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.back-button:hover {
    background: #e9e9e9;
    border-color: #cfcfcf;
    text-decoration: none;    
}

.back-arrow {
    font-size: 16px;
    line-height: 1;
}

/* Added by ATM 09/03/26 - Used to display Key Stage logos and descriptions on Schools and Nativities pages */

.age-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.card img {
  height: 80px;
  width: auto;
  margin-bottom: 12px;
}

.icons {
  margin-bottom: 12px;
}

.icons img {
  margin: 0 4px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.card p {
  margin: 0 0 18px;
  line-height: 1.5;
  flex-grow: 1;
}

