/****** Main Table ******/

.mainTable {width: 970px;}
.mainTable75 {width: 970px;}
.mainTable50 {width: 970px;}

.mainTableCellLeft {padding: 0px; vertical-align: top;}
.mainTableCellCenter {padding: 0px; vertical-align: top;}
.mainTableCellRight {padding: 0px; vertical-align: top;}

.homeGreeting {padding: 0px 0px 15px 0px; vertical-align: top;}
.homeGreeting table	{width: 100%;}
.homeGreeting table td	{padding: 8px 6px; border-left: 5px solid #CCCCCC; border-right: 5px solid #CCCCCC;}

.introBlock {border: 1px solid #CCCCCC;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	width: 970px;
	margin: 0px;
	padding: 0px;
}

.headerMenu td#logo { /* Background under logo on the site */
	background: url(/images/mscc-images/header_background.jpg);
	background-repeat: no-repeat;	
}
.headerMenu td#default_logo { /* Background under logo on the site */
	background: url(/images/mscc-images/header/header_background.jpg);
	background-repeat: no-repeat;
}
.headerMenu td#default_logo_submenu { /* Background under logo on the site */
	background: url(/images/mscc-images/header/header_sub.jpg);
	background-repeat: no-repeat;	
	
}
/* other logos for site headers */
.headerMenu td#logo_churches { /* Background under logo on the site */
	background: url(/images/mscc-images/header_background_church.jpg);
	background-repeat: no-repeat;	
}
.headerMenu td#logo_scouts { /* Background under logo on the site */
	background: url(/images/mscc-images/header_background_scouts.jpg);
	background-repeat: no-repeat;	
}
.headerMenu td#logo_cubs { /* Background under logo on the site */
	background: url(/images/mscc-images/header_background_cubs.jpg);
	background-repeat: no-repeat;	
}
.headerMenu td#logo_beavers { /* Background under logo on the site */
	background: url(/images/mscc-images/header_background_beavers.jpg);
	background-repeat: no-repeat;	
}
.headerMenu td#logo_guides { /* Background under logo on the site */
	background: url(/images/mscc-images/header_background_guides.jpg);
	background-repeat: no-repeat;	
}
.headerMenu td#logo_brownies { /* Background under logo on the site */
	background: url(/images/mscc-images/header_background_brownies.jpg);
	background-repeat: no-repeat;	
}
.headerMenu td#logo_rainbows { /* Background under logo on the site */
	background: url(/images/mscc-images/header_background_rainbows.jpg);
	background-repeat: no-repeat;	
}
.headerMenu td#logo_charities { /* Background under logo on the site */
	background: url(/images/mscc-images/header_background_charity.jpg);
	background-repeat: no-repeat;	
}
.headerMenu td#school_page { /* Background under logo on the site */
	background: url(/images/mscc-images/header/header_short.jpg);
	background-repeat: no-repeat;	
}
	
.headerMenu td#logo img {				/* Logo on the site */
	margin: 0px;
	padding: 0px;
	border: 0px;
}
	
.headerMenu td#logoL {display: none;}

.headerMenu td#menu { /* Text Menu with or without images */
	width: 100%;
	/*background: #A9B2BC url(/images/silver/light/bg.gif) center; */	
}
/*.headerMenu td#menu img#Img {display: block;}
.headerMenu td#menu table {width: auto;}
.headerMenu td#menu td {text-align: center;}
.headerMenu td#menu td img {display: auto;}
.headerMenu td#menu td br {display: none;}
.headerMenu td#menu td nobr {display: auto;}*/

/* Active & Noneactive links in menu */


a.menu:link, a.menu:visited {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	color:white; 
	background: #A9B2BC url(/images/c2s/bg.gif) center; 
	padding: 3 10 4 10; 
	display: block;
}
a.menu:hover, a.menu:active {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	color:white; 
	background: #A9B2BC url(/images/c2s/bg.gif) center; 
	padding: 3 10 4 10; 
	display: block;
}
a.menuActive:link, a.menuActive:visited {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	color: black; 
	background:#ffffff; 
	padding: 3 10 4 10; 
	display: block;
}
a.menuActive:hover, a.menuActive:active {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	color: black; 
	background:#ffffff; 
	padding: 3 10 4 10; 
	display: block;
}

/****** Menu ******/

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border-bottom: 1px solid #CCCCCC; margin: 15px 0px 15px 0px;}

.breadcrumbBegin {
	width: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #aec9d9;	
}
.breadcrumbBegin img {width: 10px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	font-size: 8pt;
	padding: 4px 0px 4px 4px;
	background: #f3f3f3;
}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #4144B9; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter a:hover {color: #6666ff; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter b {color: #4144B9;font-weight: normal;}
.breadcrumbDelimiter span {
	color: #000;
	display: auto;
	font-size: 11px;
}
.breadcrumbDelimiter img {
	display: none;
	height: 20px;
	width: 30px;
	background: #0000ff url(/images/curved/bread.gif) no-repeat center;
}

.breadcrumbEnd {
	width: 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #f3f3f3;
}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 10pt; color: #AAAAAA; margin-right: 10px; display: inline; font-weight: bold;}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #41b944; margin-right: 10px; display: inline; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 10px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #aec9d9 /*url(/images/silver/bgr.gif) repeat-y left*/;
}
.titleTopImgLeft {width: 10px; height: 1px;}

.titleTopCenter { 	/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 5px 5px 5px 0px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #cdecff;
}

.titleTopCenter div {
	color: #2A27A6;
	font-weight: bold;
	font-size: 9pt;
	font-family: sans-serif, arial, tahoma, verdana;
	text-transform: uppercase;

	z-index: 800; /* Was 2000 - Oliver Pereira, Wed 03/09/2008 */
	position: relative;
	bottom: 0px;
	margin: 0px;
	background: none;
	padding: 0px 0px 0px 5px;
	border: 0px solid #626ABC;
}

.titleTopCenter h1 {
	color: #2A27A6;
	font-weight: bold;
	font-size: 9pt;
	font-family: sans-serif, arial, tahoma, verdana;
	text-transform: uppercase;

	z-index: 800;
	position: relative;
	bottom: 0px;
	margin: 0px;
	background: none;
	padding: 0px 0px 0px 5px;
	border: 0px solid #626ABC;
}

.titleTopCenter p {
	font-weight: bold;
	font-size: 9pt;
	font-family: sans-serif, arial, tahoma, verdana;
	z-index: 800;
	position: relative;
	bottom: 0px;
	margin: 0px;
	background: none;
	padding: 0px 0px 0px 5px;
}

.titleTopRight {
	width: 1px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #aec9d9;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #FFFFFF;
}
.titleTopImgRight {width: 1px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block {
	background: #FFFFFF;
}

/****** Center ******/

/****** Bottom ******/

.titleBot {
}

.titleBotLeft {
	width: 20px;
	border-top: 0px solid #dedede;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #dedede;
	background: #fff;
}
.titleBotImgLeft {width: 1px; height: 1px;}

.titleBotRight {
	width: 100%;
	border-top: 0px solid #dedede;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #dedede;
	background: #fff;
}
.titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

/************* end Fieldset ***************/

/*****************************************************************************/

/************* userHome - there is an ability to use the button 'Logout' at the header or at the footer *******************/

td.userHome {padding:7;}
td.userHomeTitle {
	display: none;
	white-space: normal;
	padding: 0px;
	border-top: 1px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	background: #f3f3f3;
}

div.userHomeTop { /* the button 'Logout' at the header */
	display: none;
	margin: 0px;
	background: none;
	padding: 0px;
	border: 0px solid #626ABC;
}
div.userHomeTop td	{padding:0 0 0 20;background: none;border: none;}
div.userHomeTop td a {color:#fff;text-decoration: underline;}
div.userHomeTop td a:hover {color:#fff;text-decoration: none;}

div.userHome { 	/* the button 'Logout' at the footer */
	display: auto;
	margin: 0px;
	background: none;
	padding: 0px;
	border: none;
}
div.userHome td	{padding:5 20 5 20;background: #F4F4F4;border: 0px solid #ccc;}
div.userHome td a {color:#000;text-decoration: underline;}
div.userHome td a:hover {color:#000;text-decoration: none;}

td.userHome img.orders {background: url(/images/icons/admin_orders.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.profile {background: url(/images/icons/user_profile.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.arr		 {background: url(/images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0 5 0 55;}
td.userHome img.support {background: url(/images/icons/admin_support.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.forum {background: url(/images/icons/admin_forum.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.products {background: url(/images/icons/admin_products.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.pages {background: url(/images/icons/admin_pages.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.merchant {background: url(/images/icons/admin_affiliates.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.affiliates {background: url(/images/icons/admin_affiliates.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.payments {background: url(/images/icons/admin_payments.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.carts	 {background: url(/images/icons/admin_carts.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}

td.userHome div {margin-left: 55px;}
/************* userHome *******************/

/*****************************************************************************/

/************* Button Links *******************/

td#butTd {}
td#butTd span#spacer {display:auto; color: #999999;}	/* '|' between button */


a.button:link, a.button:visited { 
	color: #4144B9;
	padding: 0 5 0 5;
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}
a.button:hover, a.button:active {
	color: #6666ff;
	padding: 0 5 0 5;
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}

a.button#add			{color: #41B944;} /* add to cart (products categories, product details) */
a.button#add:hover		{color: #6666ff;}
a.button#add span		{display:auto;}	
a.button#add img		{display: none;}
a.button#view			{} /* view cart (products categories, product details) */
a.button#view:hover		{}
a.button#view span		{display:auto;}	
a.button#view img		{display: none;width: 100;height: 15;border: 1 solid red;}
a.button#check			{} /* check out (products categories, product details) */
a.button#check:hover	{}
a.button#check span		{display:auto;}	
a.button#check img		{display: none;}

a.buttonBasket:link, a.buttonBasket:visited {
	color: #4144B9;
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}
a.buttonBasket:hover, a.buttonBasket:active {
	color: #6666ff;
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}

a.buttonBasket#shopping span	{display:auto;}			/* Continue shopping (basket) */
a.buttonBasket#shopping img		{display: none;}
a.buttonBasket#retrieve span {display:auto;}			/* Retrieve Cart (basket) */
a.buttonBasket#retrieve img {display: none;}
a.buttonBasket#save span {display:auto;}			/* Save cart (basket) */
a.buttonBasket#save img {display: none;}
a.buttonBasket#clear span		{display:auto;}			/* Clear cart (basket) */
a.buttonBasket#clear img		{display: none;}
a.buttonBasket#checkout			{color: #41B944;}		/* Checkout (basket) */
a.buttonBasket#checkout:hover	{color: #6666ff;}
a.buttonBasket#checkout span	{display:auto;}			
a.buttonBasket#checkout img		{display: none;}

a.buttonCart:link, a.buttonCart:visited {
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma, sans-serif, arial, verdana;
}
a.buttonCart:hover, a.buttonCart:active {
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma, sans-serif, arial, verdana;
}

a.buttonCart#check span {display:auto;}	/* Checkout (small cart) */
a.buttonCart#check img {display: none;}
a.buttonCart#amend span {display:auto;}	/* Amend cart (small cart) */
a.buttonCart#amend img {display: none;}
a.buttonCart#view span {display:auto;}	/* View cart (small cart) */
a.buttonCart#view img {display: none;}

a.buttonMore:link, a.buttonMore:visited {
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}
a.buttonMore:hover, a.buttonMore:active {
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}

a.buttonMore span {display:auto;}		/* read more... (special offers, etc.) */
a.buttonMore img {display: none;}

.disabled { 		/* disadled add to cart */
	color: gray; cursor: hand; 
	font-family: tahoma, arial,sans-serif; 
	font-size: 8pt; 
	text-decoration: none; 
	border: 1px solid gray; 
	background: silver; 
	padding-left:3px; padding-right:3px; 
}

/************* Button Links *******************/

/*****************************************************************************/

/************* Category *******************/

.topCategory {background: transparent; margin: 0 0 0 0; padding: 3 0 3 0;}
.selectedtopCategory {background: #E1E1E1; margin: 0 0 0 0; padding: 3 0 3 0;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;}
 
.subCategory {background: transparent; margin: 0 0 0 0; padding: 0 0 0 0;}
.selectedsubCategory {background: #E1E1E1; margin: 0 0 0 0; padding: 0 0 0 0;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0 0 0 5;}

/************* Latest *******************/

td.topArticle { padding: 3 3 3 5; }
td.subArticle { padding: 1 1 1 2; }

a.subArticle {padding-left: 8px; font-size: 11px; background: url(/images/bullet.gif) no-repeat left 3px;}

/*****************************************************************************/

/************* Offers *******************/
#offerTitle		{display: none;}
.offerImg		{text-align: left;}
.offerImg img	{float: left; margin: 0 5 0 0;} 
.offerImg div	{text-align: justify;}
.offerImg div#offerText	{display: ;}

/************* Forum *******************/
.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: black; font-weight: bold; }
.forumGuest {color: black; font-weight: bold; font-style: italic;}
.forumMessageLeft { background: #F4F4F4; border-left: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }
.forumMessageRight { background: #F4F4F4; border: 1px solid #CCCCCC; }
.forumMessageTop { background: #DDDDDD; border-bottom: 1px solid #CCCCCC; }

/*****************************************************************************/

/************* Footer *******************/
.footerAll {
	background: url(/images/mscc-images/footer_generic.jpg);
	width: 970px;
	height: 49px;
	background-repeat: no-repeat;
	padding: 0px;
}
.footerMenu {
	width: 970px;
	text-align: left;
	font-size: 8pt;
	padding: 28px 0px 0px 0px;
}
.footerHTML {
	width: 970px;
	text-align: left;
	margin: 0px;
}
.footerHTML font {
	font-size: 10px;
	padding: 1px 0px 1px 10px;
}
.footerImg {
	text-align: right;
}
.footerImg img {
	width: 80px;
	height: 26px;
	border: 0px;
	margin-top: 10px;
}

a.footerMenu {color:#666666;}
a.footerMenu:link {color:#666666;}
a.footerMenu:hover {color:#666666;}
a.footerMenu:active {color:#666666;}

/************* Footer *******************/

.commonbg { /*background: #FFFFFF;*/ }
.headerbg { background: #000000; }
.middlebg { background: #CCCCCC; }
.usualbg { background: #F4F4F4; }
.errorbg { background: #FF0000; }


body {font: 10pt verdana,sans-serif; color: #666666; margin: 0px; padding: 0px;
		background-image: url(/images/mscc-images/site_background.jpg);
		background-repeat:repeat;
		text-align: center;
}

.after_body_container {	
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 0px;
}

body.popup	{font: 10pt verdana,sans-serif; color: black; margin: 0px; padding: 0px;}


tr, td {font-size: 10pt; font-family: verdana,sans-serif; color: #666666;}
tr.usual, td.usual		{background-color: #FFFFFF;}
tr.header, td.header	{color: black; font-weight: bolder; background-color: #cccccc;}
tr.middle, td.middle	{background-color: #eeeeee; font-weight: bold;}
tr.error, td.error		{background-color: #ffcccc; color: #d50000; font-weight: bold;}

td.padding10px			{padding: 10px;}

td.tab				{border-top: 1px solid #dedede; border-right: 1px solid #dedede; border-left: 1px solid #dedede;}
td.tabActive		{border-top: 1px solid #dedede; border-right: 1px solid #dedede; border-left: 1px solid #dedede;}
.tab				{font-family: sans-serif, arial; font-size: 10pt; font-weight: bold; text-decoration: none; background: transparent;}
.tab:hover			{text-decoration: none; }
.tabActive			{font-family: sans-serif, arial, tahoma, verdana; font-size: 10pt; font-weight: bold; text-decoration: none; background: #dedede;}
.tabActive:hover	{text-decoration: none;}
.tabline {background: #dedede;}

div.adminTab {font-size: 11px; border-bottom:#919b9c 1px solid; border-left:#91a7b4 1px solid; border-right:#91a7b4 1px solid; border-top:#91a7b4 1px solid; padding: 3px 8px 2px 8px; margin:3px 2px 0px 2px; cursor:hand; font-family:Verdana, sans-serif; background:#F5F3EB; moz-border-radius:4px 4px 0px 0px; whitespace: nowrap; white-space: nowrap;}
div.adminTabActive {
	font-size: 11px;
	border-right: 1px solid #919b9c;
	border-left: 1px solid #919b9c;
	border-top: 2px solid #FF8200;
	border-bottom: 0px solid;
	padding: 5px 9px 4px 9px;
	margin:3px 0px 0px 0px;
	font-weight: bold;
	cursor: default;
	font-family: Verdana, sans-serif;
	background-color: #FCFFD5;
	moz-border-radius: 4px 4px 0px 0px;
	whitespace: nowrap;
	white-space: nowrap;
}
td.adminTab			{border-bottom: 1px solid #919b9c;}
td.adminTabActive	{border: 0px;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919b9c;}
td.endTab			{padding: 0px 4px; width: 100%; border-bottom: 1px solid #919b9c;}

input				{font-size: 8pt; font-family: tahoma,verdana,sans-serif; color: black;}
input.usualprice	{background: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size: 10pt;}
input.orderprice	{background: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size: 10pt; font-weight: bold;}
input.search		{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; width: 120px; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color: black}
input.text			{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color: black}
input.submit		{background:#FFE58F url(/images/c2s/bg-button.gif) repeat-x; padding-left: 5px; padding-right: 5px;}
select				{font-size: 8pt; font-family: tahoma,verdana,sans-serif; color: black;}
select.search		{}
textarea			{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; border: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color: black}


form { margin: 0; }


a.header			{color: #3E3EAB; text-decoration: underline;}
a.header:hover {color: #6666ff; text-decoration: underline;}
a.title {font-weight: bolder; color: #666666; text-decoration: none;}
a.title:hover {font-weight: bolder; color: #6666ff; text-decoration: underline;}
a.smallText {color: #666666; font-size: 8pt; text-decoration: none; font-weight: normal;}
a.smallText:hover {color: #333333; font-size: 8pt; text-decoration: underline; font-weight: normal;}
a.footerLinkText {}
a.footerLinkText:hover {}

a {color: #009933; font-weight: bold; text-decoration: underline;}
a:hover {color: #009933; font-weight: bold; text-decoration: underline;}


.titleText			{color: #3E3EAB; text-decoration: underline;}

.articleDate	{font-size: 8pt; color: #828282; font-style: italic;}
.realprice		{text-decoration: line-through; border: none; background: transparent;}
.ourprice		{color: #d50000; font-weight: bold; border: none; background: transparent;}
.taxprice		{color: #d50000; font-size:8pt; }
.editprice {font-family:Tahoma,Verdana,Arial,sans-serif; width: 80px; font-size:8pt; color: black}
.top			{font-size: 8pt; padding: 2 0 2 0;}
.smallText		{
	font-size: 8pt;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.middleText		{font-size: 9pt;}
.bigText		{font-size: 10pt;}
.comment		{font-size: 8pt; color: #7777CC;}
.message		{font-size: 8pt; font-weight: bolder; color: blue;}
.title			{font-family: arial,sans-serif; font-size: 10pt; font-weight: bolder; color:#666666;}
.bigtitle		{font-family: arial,sans-serif; font-size: 11pt; font-weight: bold;}
.error			{color: #d50000;}
.terms {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.footerLinkText		{
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

a.bigtitle			{font-family: arial,sans-serif; font-size: 10pt; font-weight: normal; color: #666666; text-decoration: none;}
a.bigtitle:hover	{font-family: arial,sans-serif; font-size: 10pt; font-weight: normal; color: #6666ff; text-decoration: underline;}

div.bl_offers a.bigtitle			{font-size: 10pt; font-weight: bolder; color: black; text-decoration: none;}
div.bl_offers a.bigtitle:hover	{font-size: 10pt; font-weight: bolder; color: #6666ff; text-decoration: underline;}
div.bl_productdetails div.bigtitle		{color: #41b944; font-weight: bold; font-size: 11pt; text-transform: uppercase;}
div.bl_productdetails span.bigtitle	{display: none;}

.subMenuBlock {
	background: #cc001e;
	display: none;
	position: absolute;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	z-index: 900; /* Was 2500 - Oliver Pereira, Wed 03/09/2008 */
}

a.subMenu {
	width: 121px; /* Was 130px - Oliver Pereira, Mon 28/07/2008 */
	padding-left: 8px;  /* Was 10px - Oliver Pereira, Mon 28/07/2008 */
	padding-right: 8px;  /* Was 20px - Oliver Pereira, Mon 28/07/2008 */
	padding-bottom: 6px; 
	padding-top: 6px; 
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	display: block;
	font-family: tahoma, verdana, sans-serif; 
	font-size: 11px; 
	color: white;
	text-decoration: none;
	text-align: left;
	background: #CC001E; 
}

a.subMenu:hover, a.subMenu:hover:active{
	background: #ff4646; 
	color: white;
	display: block;
	text-decoration: none;
}

/************* Manual ***************/

.level1 {padding: 2 2 2 15;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2 2 2 30;}
.level3 {padding: 2 2 2 40;}
.level4 {padding: 2 2 2 50;}

/************* Left Menu ***************/

.menuLeft .level1 {padding: 2 2 2 5;}
.menuLeft .level2 {padding: 2 2 2 15;}
.menuLeft .level3 {padding: 2 2 2 30;}
.menuLeft .level4 {padding: 2 2 2 40;}

.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}

/* ----------------- My-School-Christmas-Cards CSS block --------------- */
.productImg {border: 1px #777777 solid; max-width: 214px; max-height: 214px;}
.cardImg {border: 1px #777777 solid; max-width: 214px; max-height: 214px;}
.topmenu {padding: 0 0 0 0; margin: 0 0 0 0;}
h1 {font-size: 14pt; color: #990000; margin: 6px 0px; font-weight:500; }
h2 {font-size: 10pt; color: #13007C; margin: 12px 0px; font-weight: bold;}
h3 {font-size: 10pt; color: #990000; margin: 12px 0px; }
h4 {font-size: 10pt; color: #990000; margin: 12px 0px; }
h5 {font-size: 10pt; color: #990000; margin: 12px 0px; }
h6 {font-size: 10pt; color: #990000; margin: 12px 0px; }

.highlight {color:#13007C;}
.action_text {color: #008837; font-weight: bold;}
div.feature_box {border:#b8d6e6 2px solid; background-color: CCECFF; padding: 4px; background-image: url(/images/mscc-images/snow_flake_bg.gif); background-repeat: no-repeat; background-position: bottom right;}
table.step_by_step_table {border: 1px solid #CCCCCC;}
td.step_by_step_table {border: 1px solid #CCCCCC;}

/* Sub menu bar */
.sub_menu_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	background: #990000;
	padding: 4px 4px 4px 4px;
}
.sub_menu_bar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	background: #990000;
	background-image: url(/images/mscc-images/header/sub_menu_bar.jpg);
	background-repeat: no-repeat;
}
a.sub_menu_bar_link {color: #FFFFFF; font-size: 10pt; text-decoration: none; font-weight: normal;}
a.sub_menu_bar_link:link {color: #FFFFFF; font-size: 10pt; text-decoration: none; font-weight: normal;}
a.sub_menu_bar_link:hover {color: #FFFFFF; font-size: 10pt; text-decoration: underline; font-weight: normal;}
.leftHeader {width: 290px;float:left; align:left;}
.rightHeader {width: 460px;}
.leftContent {padding-right: 10px; width: 290px;float:left; }
.rightContent {}
.rightContentInfoBox {}

.rightInfoBox {
	margin-left: 4px;
	padding: 0px;
	float: right;
	background-color: #FFEEEE;
	width: 200px;
}

.rightInfoBoxInner {
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
}

.rightInfoBoxInner strong {
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}

.rightInfoBoxText {}

.otherSitesFooter {
	text-align: center;
	padding: 0px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

/* New code added or pasted here, from Thu 29/05/2008 onwards */

.content_nav_middle_top {
	background-image: url(/images/mscc-images/navigator/nav_middle_top.jpg);
}

.content_nav_middle_top h1 {
	font-family: "Comic Sans MS", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 500;
	color: #782727;
}

.content_nav_left_middle {
	background-image: url(/images/mscc-images/navigator/nav_left_repeat.jpg);
}

.content_nav_right_middle {
	background-image: url(/images/mscc-images/navigator/nav_right_repeat.jpg);
}

.content_nav_middle_bottom {
	background-image: url(/images/mscc-images/navigator/nav_middle_bottom.jpg);
	background-repeat: repeat-x;
}

.content_nav_middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	background-image: url(/images/mscc-images/navigator/nav_middle.jpg);
	background-repeat: repeat-x;
}

.content_nav_middle ul {
	padding: 0px;
	margin: 4px 0px;
	/* list-style-position: outside; added by Oliver Pereira, Fri 22/05/2009 */
}

.content_nav_middle li {
	padding: 0px;
	margin: 4px 0px;
}

.content_nav_table_middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	background-image: url(/images/mscc-images/navigator/nav_middle_repeat.jpg);
}

.content_nav_middle p {
	margin: 0px;
}

.content_bar_middle_top {
	background-image: url(/images/mscc-images/content_bar/c_bar_middle_top.jpg);
}

.content_bar_middle_top h1 {
	font-family: "Comic Sans MS", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 500;
	color: #782727;
	margin: 0px;
	padding: 0px;
	line-height: 13pt;
}

.content_bar_middle_top a {
	font-family: "Comic Sans MS", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 500;
	color: #782727;
	margin: 0px;
	padding: 0px;
	line-height: 13pt;
}

.content_bar_middle_top a:hover{
	font-family: "Comic Sans MS", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 500;
	color: #782727;
	margin: 0px;
	padding: 0px;
	line-height: 13pt;
}

.content_bar_left_middle {
	background-image: url(/images/mscc-images/content_bar/c_bar_left.jpg);
}

.content_bar_right_middle {
	background-image: url(/images/mscc-images/content_bar/c_bar_right.jpg);
}

.content_bar_middle_bottom {
	background-image: url(/images/mscc-images/content_bar/c_bar_middle_bottom.jpg);
	background-repeat: repeat-x;
	padding-top: 12px;
}

.content_bar_middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	background-image: url(/images/mscc-images/content_bar/c_bar_middle.jpg);
}

.content_bar_middle td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
}

.content_bar_middle p {
	margin: 12px 0px;
	padding: 0px;
}

.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}

.info_text {
	padding: 0px 0px 0px 12px;
	margin: 12px 0px;
	list-style-type: none;
}

.info_text li {
	padding: 0px;
	margin: 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #13007C;
}

.info_text li strong {
	color: #FF0000;
}
	
.info_text_big_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
.school_leavers_products {
	padding: 0px;
	margin: 12px 0px;
	list-style-type: none;
}

.school_leavers_products li {
	padding: 0px;
	margin: 6px 0px;
	font-weight: bold;
	font-style: normal;
}

.project {
	padding: 0px;
	margin: 12px 0px;
}

.project li {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	font-style: normal;
}

.year_book_sections ul {
	padding: 0px;
	margin: 6px 0px;
}

.year_book_sections li {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	font-style: normal;
}

.left_nav {
	padding: 0px;
	margin: 0px;
}

.left_nav li {
	padding: 0px;
	margin: 6px 0px;
}

h1.msyb {
	margin: 0px;
	font-family: jokerman, "Comic Sans MS", Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 500;
	color: #13007C;
	line-height: 30px;
}

h2.msyb {
	margin: 0px 0px 12px 0px;
	font-family: "Comic Sans MS", Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #13007C;
}

.search-results {
	margin: 6px 0px;
}

.testimonial-quote {
	margin-bottom: 6px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #008837;
}

.testimonial-author {
	margin-top: 6px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #008837;
	text-align: right;
}

.contact-us p {
	margin: 20px 0px;
}

/* Begin classes for new home page, August 2008 */

.clear {
	padding: 0px;
	margin: 0px;
	border: 0px;
	clear: both;
}
 
* .branded-words {
	font-family: Jokerman, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 .branded-words {
	font-family: Jokerman, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
}

h2 .branded-words {
	font-family: Jokerman, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
}

.branded-word-blue {
	color: #13007C;
}

.branded-word-green {
	color: #008837;
}

.branded-word-red {
	color: #FF0000;
}

.plain-list {
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
	list-style-position: outside;
}

.registration-message {
	color: #990000;
	font-weight: bold;
}

/* End classes for new home page, August 2008 */

/* Begin classes for new home page, March 2009 */
.extraTopMargin {
	margin-top: 5px;
}
.contentTableHeader {
	/*width: 475px; /* 485 - 10 =475 */
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	font-size: 14px;
	font-weight: bold;
	color: #1E5F99;

	margin-left: 0px;
	margin-right: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.contentTableHeader h1 {
	font-size: 14px;
	font-weight: bold;
	color: #1E5F99;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.contentTableHeader h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1E5F99;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.contentTableHeader a {
	float: right;
	font-size: 12px;
}

.contentTable {
	/*width: 475px; /* 485 - 10 =475 */
	/*background-color: #e7f4ff;*/
	font-size: 10pt; /* Was 10px; */
	color: #666666; /* Was #1e5f99; */
	/*margin-left: 0px;*/
	/*margin-right: 8px;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.leftMenuBar {
	/*background-color: #e7f4ff;*/
	/*background-image: url(/images/mscc-images/home-page/tables/left_menu_fade.jpg);*/
	background-position: left;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color: #1E5F99;
	font-size: 12px; /* Was 10px; */
	background-color: #FFFFFF;
}
.leftMenuBar ul {
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}
.leftMenuBar li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-position: outside;
	border-bottom: 1px solid #CCCCCC;
}

.leftMenuBarBlock {
	margin-bottom: 8px;
	margin-left: 2px;
}
.leftMenuBarBlock ul li {
	display: block;
	font-weight: bold;
	color: #1e5f99;
	padding: 3px 0px 3px 20px;
	margin: 0px;
	/*background-image:url(/images/mscc-images/home-page/tables/left_menu_button_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;*/
}
.leftMenuBarBlock ul li a {
	font-weight: 100;
	color: #1E5F99; /* ?Try #000000; */
	text-decoration: none;	
}
.leftMenuBarBlock ul li a:hover {
	font-weight: 100;
	color: #1E5F99;
	background-color: #EEEEEE;
	text-decoration: underline;
}
.leftMenuBarBlock hr {
	color: #CCCCCC;
}
.leftMenuBarBlock h1 {
	font-size: 12px;
	font-weight: bold;
	color: #1E5F99;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
.leftMenuBarBlock h2 {
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #1E5F99;
	padding: 3px 0px 3px 2px;
	margin: 0px 0px 2px 0px;
	line-height: normal;
}

.leftMenuBarSearchBlock {
	margin-bottom: 8px;
	margin-left: 2px;
	background-color: #E6F3E6;
}

.leftMenuBarSearchBlock INPUT {
	font-size:10pt;
	font-weight: bold;
}

.leftMenuBarSearchBlock ul li {
	display: block;
	font-weight: bold;
	color: #1e5f99;
	padding: 3px 0px 3px 20px;
	margin: 0px;
}
.leftMenuBarSearchBlock ul li a {
	font-weight: 100;
	color: #1E5F99; /* ?Try #000000; */
	text-decoration: none;	
}
.leftMenuBarSearchBlock ul li a:hover {
	font-weight: 100;
	color: #1E5F99;
	background-color: #EEEEEE;
	text-decoration: underline;
}
.leftMenuBarSearchBlock hr {
	color: #CCCCCC;
}
.leftMenuBarSearchBlock h1 {
	font-size: 12px;
	font-weight: bold;
	color: #1E5F99;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
.leftMenuBarSearchBlock h2 {
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #1E5F99;
	padding: 3px 0px 3px 2px;
	margin: 0px 0px 2px 0px;
	line-height: normal;
}

/*

a.leftMenuItemHeader {	
	color: #1E5F99;
	font-weight: 100;	
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	display: block;
}

a.leftMenuItemHeader:hover {	
	color: #1E5F99;
	font-weight: 100;	
	*//*line-height: 20px;*//*
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-decoration: underline;
	display: block;
	background-color: #EEEEEE;	
}

*/

.leftMenuHeaderBlock {
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 2px;
	margin-bottom: 2px;
}

.leftMenuHeaderBlockAction {
	background-image: url(/images/mscc-images/home-page/tables/tableHeaderAction.jpg);
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 2px;
	margin-bottom: 2px;
	color: #005500;
}


/*** Begin section added by Oliver Pereira, Wed 03/06/2009         ***/
/*** containing classes currently used only in the Year Book pages ***/

.rightMenuBar {
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.rightMenuBar ul {
	list-style-position: outside;
}

.rightMenuBar div.rightMenuBarBlock {
	margin-bottom: 8px;
	margin-left: 2px;
	clear: both;
}

.rightMenuBar div.rightMenuBarBlock p {
	margin: 6px 0px;
}

.rightMenuBar div.rightMenuBarBlock h3 {
	margin: 6px 0px;
}

.rightMenuBar div.rightMenuBarBlock ul {
	padding-left: 20px;
	margin: 6px 0px;
	list-style-position: outside;
}

.rightMenuBar h1 {
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	padding: 3px 0px 3px 2px;
	margin: 0px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #1E5F99;
	line-height: normal;
}

.rightMenuBar h2 {
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	padding: 3px 0px 3px 2px;
	margin: 0px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #1E5F99;
	line-height: normal;
}

/*** End section added by Oliver Pereira, Wed 03/06/2009           ***/
/*** containing classes currently used only in the Year Book pages ***/

.homeVideoContainer {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	/*background-color: #e7f4ff;*/
	/*border: 0px solid #000000;*/
	font-size: 10px;
	color: #1e5f99;
	text-align: center;
}
.fontLarger {
	font-size: 150%;
}
.projectBanner {
	margin-top: 4px;
}
.testimonialBlock div, .testimonialBlock span {
	color: #1e5f99;
	font-size: 10px;
}
.testimonialBlock ul, .testimonialBlock li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.testimonialHeaderBlock {
	background-image: url(/images/mscc-images/home-page/tables/tableHeader.jpg);
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 2px;
	margin-bottom:2px;
}
.center {
	text-align: center;
}

.leftCol {
	text-align: left;
	vertical-align: top;
	width: 194px;
}
.middleCol {
	width: 485px;
}
.rightCol {
	width: 291px;
}

.homeRightCol {
	width: 776px;
}

/* End classes for new home page, March 2009 */

/* Begin classes for displaying content related to other applications */

.liveChatButtonBox {
	display: none; /* LIVECHAT turned off for now */
	float: right;
	clear: both;
	width: 200px;
	margin-left: 4px;
	text-align: center;
}

.liveChatButtonBox2 {
	float: right;
	clear: both;
	width: 200px;
	margin-left: 4px;
	text-align: center;
}

.liveChatButtonBoxHeader {
	float: right;
	clear: both;
	width: 162px;
	text-align: center;
}

.liveChatButtonBoxLeft {
	clear: both;
	width: 200px;
	margin-right: 4px;
	text-align: center;
}

.liveChatButtonBox-inner {
	padding: 6px;
}

.bubbleGuruButtonBox {
	float: right;
	clear: both;
	width: 200px;
	margin-left: 4px;
	text-align: center;
}

.bubbleGuruButtonBox-inner {
	padding: 1px 20px;
}

.bubbleGuruButtonBox-inner p {
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
}

/* End classes for displaying content related to other applications */

.princes-rainforests-project-logo {
	float: left;
	clear: both;
	width: 190px;
	margin: 0px;
	text-align: left;
}

.princes-rainforests-project-logo-inner {
	padding: 5px 20px;
}

.green-box {
	float: right;
	clear: both;
	width: 200px;
	margin: 0px;
	text-align: left;
}

.green-box-inner {
	padding: 6px 10px;
}

.green-box-inner p {
	margin: 6px 0px;
}

.green-box-inner strong {
	color: #008837;
}

.update {
	padding: 4px;
	margin: 6px;
	background-color: #B3DBFF;
}

.design-view {
	float: left;
	width: 200px;
	padding: 10px;
	border: 0px;
	text-align: center;
}

.design-order {
	float: left;
	width: 700px;
	padding: 10px;
	border: 0px;
	text-align: left;
}

.border-preview-message {
	margin: 2px 0px;
}

.new-product-message {
	font-weight: bold;
	color: #FF0000;
}

.subdued-new-product-message {
	font-size: 10px;
	font-weight: 100;
	color: #FF6666;
}

.twenty-percent-off-product-message {
	font-size: 10px;
	font-weight: 400;
	color: #FF0000;
}

.coming-product {
	font-weight: bold;
	color: #666666;
}

.coming-product-message {
	font-weight: bold;
	color: #666666;
}

#link-area {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: none;
}

.link-code {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #000000;
}

.link-caption {
	text-align: right;
}

.front-page-messages {
	padding: 0px 12px;
	margin: 6px;
	border: 1px solid #FF0000;
	color: #FF0000;
}

.front-page-messages b {
	color: #13007C;
}

.product-icons {
	width: 970px;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #DEDEDE;
	border-left: 0px solid #DEDEDE;
	border-right: 0px solid #CCCCCC;
	background: #FFFFFF;
}

.product-icons td {
	text-align: center;
	vertical-align: top;
}

.product-icons td p {
	text-align: left;
	vertical-align: top;
}

.product-page-price {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

#search-by-card-number {
	font-weight: normal;
}

#search-by-school-name {
	font-weight: normal;
}

#search-by-school-postcode {
	font-weight: normal;
}

#search-by-explanation {
	font-weight: bold;
}

#map div {
	white-space: nowrap;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: none;
	/* overflow: hidden; */
}

#school_video {
	text-align: center;
	vertical-align: top;
}

.table_heading_link {
	margin: 13px 0px;
	text-align: center;
}

.back_link {
	margin: 4px 0px;
	text-align: center;
}

.rainforests {
	font-weight: bold;
	color: #008837;
}

.product-type-table {
	width: 100%;
	border: 0px;
}

.product-type-table tr td {
	padding: 16px 8px 16px 12px;
	border: 0px;
	text-align: center;
	font-size: 11px;
}

.product-type-list-first {
	background-image: url(/images/mscc-images/product_selector/Left_Product_Menu_Tab.jpg);
}

.product-type-list-usual {
	background-image: url(/images/mscc-images/product_selector/Repeat_Product_Menu_Tab.jpg);
}

.product-type-list-first-highlighted {
	background-image: url(/images/mscc-images/product_selector/Left_Product_Menu_Tab_Sel.jpg);
}

.product-type-list-usual-highlighted {
	background-image: url(/images/mscc-images/product_selector/Repeat_Product_Menu_Tab_Sel.jpg);
}

.product-table {
	width: 100%;
	border: 0px;
}

.product-table tr td {
	height: 55px;
	padding: 8px 8px 8px 12px;
	border: 0px;
	text-align: center;
	font-size: 11px;
}

.product-list-cell-usual {
	width: 140px;
	background-image: url(/images/mscc-images/product_selector/Repeat_Product_Selector.jpg);
}

.product-list-cell-end {
	background-image: url(/images/mscc-images/product_selector/Fill_Product_Selector.jpg);
}

#product-nav-menu {
	width: 220px;
}

/* Added by Michael Summers 13-03-09 ----------------------------------- */
.product-details-header {
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	margin-bottom: 2px;
	margin-left: 0px; /* Was 4px. - Changed by Oliver Pereira, Wed 15/04/2009 */
	font-size: 14px;
	font-weight: bold;
	color: #1e5f99;
}
.product-details-header h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #1E5F99;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

/* Rainforest-themed variant added by Oliver Pereira, Thu 21/05/2009 --- */
.product-details-header-prp {
	background-image: url(/images/mscc-images/home-page/tables/table-header-prp.jpg);
	background-repeat: repeat-x;
	padding: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #1e5f99;
}
.product-details-header-prp h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #472A2B;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

/* Added by Oliver Pereira, Thu 23/04/2009 ----------------------------- */
.product-details-left-column div.product-details-header {
	margin-right: 4px;
}
/* Added by Oliver Pereira, Thu 21/05/2009 ----------------------------- */
.product-details-left-column div.product-details-header-prp {
	margin-right: 4px;
}

#extra_description_container {
}

#extra_description_hidden {
	display: none;
}

/* End 13-03-09 -------------------------------------------------------- */

ol.detailed_steps li {
	margin-bottom: 7px;
}

table.main_content_table {
	margin-top: 5px;
}

td.dispatch-message {
	padding: 24px;
	text-align: center;
	vertical-align: middle;
}

p.dispatch-message {
	font-weight: bold;
	color: #990000;
}

#extra-product-info-area {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: none;
}

.read-more {
	margin: 0px;
}

p.remove_extra_space {
	margin: 1px;
	padding: 1px;
}

.project-page-product td {
	padding: 12px;
	border: 2px #d1ecff solid;
}

.product-details-left-column {
	width: 224px;
	vertical-align: top;
	text-align: left;
}
.product-details-middle-column {
	width: 446px;
	vertical-align: top;
	text-align: left;
}
.product-details-right-column {
	width: 300px;
	vertical-align: top;
	text-align: left;
}

.product-details-middle-column div {
	padding-left: 12px;
}
.product-details-middle-column div div {
	padding-left: 0px;
}

.product-details-design-cell {
	padding: 4px;
	vertical-align: top;
	text-align: center;
}

.product-options-section-heading {
	width: 100%;
	margin: 12px 0px 4px 0px;
	font-weight: bold;
}
.project-homepage-intro {
	margin: 12px 0px 12px 0px;
}
.personalisation-input-box {
	width: 180px;
}

#video {
	padding: 0px;
	/*margin-right: 3px;*/
}

.main-panel {
	vertical-align: top;
	text-align: left;
}

.product-option-choice-radio-button {
	margin: 0px 3px 0px 0px;
}

.product-option-choice-radio-button-text {
	font-size: 10px;
}

.product-preview-area {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
}

.product-preview-area h2 {
	width: 100%;
	margin: 12px 0px 2px 0px;
	text-align: left;
	font-weight: bold;
	color: #666666;
}

.product-preview-area p {
	width: 100%;
	margin: 2px 0px;
	text-align: left;
	font-weight: normal;
	color: #666666;
}

.organisations-by-area {
	text-align: left;
}

.organisations-by-area div {
	/*text-align: center;*/
}

.organisations-by-area div ul {
	padding: 0px;
	margin: 0px 0px 0px 12px;
}

.organisations-by-area div ul li {
	display: inline;
}

.e-card {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.submit-button-area {
}

.e-card-display-area {
	position: relative;
	width: 572px;
	height: 274px;
	margin: 0px 0px 4px 0px;
}

.e-card-flash-area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 278px;
	height: 237px;
}

.e-card-message-area {
	position: absolute;
	top: 0px;
	left: 278px;
	width: 294px;
	height: 166px;
}

.e-card-message-area div {
	padding: 7px 8px 7px 8px;
}

.e-card-message-area div h2 {
	margin: 0px 0px 8px 0px;
	font-family: verdana, sans-serif;
	font-size: 16px;
	/*color: #472A2B;*/
}

.e-card-message-area div p {
	margin: 8px 0px;
	font-family: verdana, sans-serif;
	font-size: 13px;
	/*color: #472A2B;*/
}

.e-card-message-area-prp {
	position: absolute;
	top: 0px;
	left: 278px;
	width: 294px;
	height: 166px;
}

.e-card-message-area-prp div {
	padding: 7px 8px 7px 8px;
}

.e-card-message-area-prp div h2 {
	margin: 0px 0px 8px 0px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #472A2B;
}

.e-card-message-area-prp div p {
	margin: 8px 0px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #472A2B;
}

.e-card-button-area {
	position: absolute;
	top: 166px;
	left: 278px;
	width: 294px;
	height: 71px;
}

.e-card-button-area div {
	padding: 0px 4px 0px 0px;
}

.e-card-link-area {
	clear: both;
}

.e-card-form-area {
}

.agreement-area {
	margin: 12px 0px;
}

.e-card-success {
	text-align: center;
}

.e-card-success p {
	color: #13007C;
}

.e-card-failure {
	text-align: center;
}

.e-card-failure p {
	color: #FF0000;
}

.testing {
	padding: 0px;
	margin: 0px;
	font-size: 8px;
}

.prp-light-green { color: #CCD465; }
.prp-light-mid-green { color: #9FAC3E; }
.prp-mid-dark-green { color: #898A43; }
.prp-dark-green { color: #716F48; }

.prp-brown { color: #472A2B; }
.prp-orange { color: #FF7533; }
.prp-cyan { color: #00AEEF; }
.prp-navy { color: #0F034F; }

.contentTablePRP {
	padding: 0px;
	font-size: 10pt;
	color: #666666;
}
.contentTablePRP p {
	margin: 10px 0px;
}

.contentTableHeaderPRP {
	background-image: url(/images/mscc-images/home-page/tables/table-header-prp.jpg);
	padding: 2px 4px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #472A2B;
}

.contentTableHeaderPRP h1 {
	font-size: 14px;
	font-weight: bold;
	color: #472A2B;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.contentTableHeaderPRP h2 {
	font-size: 14px;
	font-weight: bold;
	color: #472A2B;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.contentTableHeaderPRP a {
	float: right;
	font-size: 12px;
}

.home-page-intro-text {
	margin-left: 20px;
	font-size: 10pt;
	color: #666666;
}

.home-page-intro-text p {
	margin: 10px 0px;
}

.home-page-strapline {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px; /* Ruth said, "31 approx", but 31px was too big for her display */
	color: #472A2B;
}

.prp-hurry {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00AEEF;
}

.prp-page-product td {
	padding-bottom: 13px;
	border: 2px #CCD465 solid;
}

.middleColPRPHome {
	width: 396px;
}
.rightColMRPHome {
	width: 380px;
	padding: 0px 0px 4px 5px;
}

.rainforest-steps-prp-content-right {
	width: 282px;
	margin-top: 9px;
	background-color: #CCD465;
}
.rainforest-steps-prp-content-right img {
}
.rainforest-steps-prp-content-right p {
	padding: 16px;
	margin: 0px;
}

.prp-steps {
	margin-bottom: 5px;
	background-color: #CCD465;
}
.prp-steps tr td {
	padding: 0px;
	margin: 5px 0px;
	vertical-align: middle;
}
.prp-steps tr td p {
	background-color: #CCD465;
	padding: 5px;
	margin: 0px;
}
.prp-steps-number {
	width: 48px;
	height: 74px;
}
.prp-steps-text {
	color: #472A2B;
}
.prp-steps-text a {
	color: #898A43;
}

.prp-steps-text a:visited {
	color: #898A43; /* #716F48; */
}
.prp-steps-text a:hover {
	color: #898A43; /* #9FAC3E; */
}
.prp-steps-text a:active {
	color: #898A43; /* #FFFFFF; */
}

.year-book-main-body-list {
	list-style-position: outside;
}

/*** Begin new code for search page - added by Oliver Pereira, 09/06/2009 ***/

#search_messages_container {
	width: 100%;
}

#search_messages {
	width: 500px;
	margin: 0px 100px;
}

.search_messages_text {
	font-size: 14px;
	font-weight: bold;
}

/*** End new code for search page - added by Oliver Pereira, 09/06/2009 ***/

.help_icon {
	width: 18px;
	height: 18px;
	margin: 1px 0px 0px 1px;
	display: inline;
	vertical-align: bottom;
}

.help_display {
	padding: 4px;
	border: 1px solid #777777;
	background-color: #CCCCCC;
	font-size: 10px;
	color: #000000;
	display: none;
}

.help_display p {
	margin: 4px 0px;
}

#recently_uploaded_projects {
	text-align: left;
}

#recently_uploaded_projects ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#recently_uploaded_projects ul li {
	clear: left;
	list-style: none;
	padding: 0px 0px 13px 13px;
	margin: 0px;
}

#recently_uploaded_projects img {
	float: left;
	margin: 0px 5px 10px 0px;
	display: block;
}

ul.intro {
	list-style-position: outside;
}

th.intro {
	text-align: left;
}

.leftMenuNote {
	margin: 2px 0px;
	font-weight: bold;
	font-size: 11px;
}

/* Classes for feedback */

.feedback {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.feedback-display-area {
}

.feedback-message-area {
}

.feedback-form-area {
}

.feedback-field-label {
}

.feedback-success {
	text-align: center;
}

.feedback-success p {
	color: #13007C;
}

.feedback-failure {
	text-align: center;
}

.feedback-failure p {
	color: #FF0000;
}

/* End classes for feedback */

.noflash {
	width: 675px;
	height: 235px;
	overflow: auto;
}

/* Begin new classes for use in header, added by Oliver Pereira, Tue 10/11/2009 */
.telephone-times p {
	margin: 0px;
	text-align: left;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #13007C;
}
.telephone-times strong {
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
}
/* End new classes for use in header, added by Oliver Pereira, Tue 10/11/2009 */

.leftMenuSearchWord {
	/* text-transform: uppercase; */
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #008837;
}

/* Added by Michael Summers 15-04-10 ----------------------------------- */
#footballcontainer {
	margin:0px;
	padding:0px;
	width:761px;	
	border:0px;
	font-size:16px;
	color:#333333;
}
#footballHomeHeader {
	min-width:761px;
	width:761px;
	min-height:77px;
	height:auto !important;
	height:77px;
	margin: 0px;
	padding: 0px;
	border:0px;
	background-image:url(/images/mscc-images/home-page/my_football_project_homepage/football_homepage_header.jpg);
	background-color: #000099;
	overflow:hidden;
}
#footballHomeHeaderContainer {
	font-size:18px;
	text-shadow:#599fd6 1px 1px 2px;
	font-weight:bold;
	color:#13017b;
	text-align:center;
	margin:8px;	
}

#footballHomeLeftBox {
	margin:0px;
	padding:0px;
	min-width:381px;
	width:381px;
	min-height:295px;	
	height:auto !important;
	height:295px;
	border:0px;
	background-image:url(/images/mscc-images/home-page/my_football_project_homepage/football_homepage_football_club_organisers.jpg);
	float:left;
	overflow:hidden;
}

#footballHomeLeftBoxContainer {
	text-align:center;
	margin-left:28px;
	margin-right: 28px;
	margin-top:86px;
}

#footballHomeRightBox {
	margin:0px;
	padding:0px;
	border:0px;
	min-width:380px;
	width:380px;
	min-height:295px;	
	height:auto !important;
	height:295px;
	float:right;
	background-image:url(/images/mscc-images/home-page/my_football_project_homepage/football_homepage_parents_and_supporters.jpg);
}

#footballHomeRightBoxContainer {
	text-align:center;
	margin-left:28px;
	margin-right:28px;
	margin-top:86px;
}

#footballHomeFooter {
	margin: 0px;
	padding: 0px;
	min-width: 761px;
	min-height: 183px;
	width: 761px;
	height: auto !important;
	height: 183px;	
	background-image: url(/images/mscc-images/home-page/my_football_project_homepage/football_homepage_footer.jpg);
}

.event-heading {
	/*margin: 6px 0px;*/
	/*padding: 0px;*/
	/*color: #990000;*/
}

.blockTD table tr td h1 {
	/*text-align: left;*/
}

/*** Begin section added by Oliver Pereira, Thu 19 - Fri 20/08/2010 ***/
/*** containing styles for the left-hand menu on the product pages  ***/
/*** The "dl dt" part should match class leftMenuHeaderBlock        ***/
dl {
	padding: 0px;
	margin: 0px;
}
dl dt {
	display: block;
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	font-weight: bold;
	/*padding: 3px 0px 3px 2px;*/
	padding: 0px;
	/*margin: 0px 0px 2px 0px;*/
	margin: 0px;
}
dl dd {
	padding: 0px;
	margin: 0px;
}
dl dd ul {
	padding: 0px;
	margin: 0px;
}
dl dd ul li {
	padding: 0px;
	margin: 0px;
}

.leftMenuBarTest {
	/*background-color: #e7f4ff;*/
	/*background-image: url(/images/mscc-images/home-page/tables/left_menu_fade.jpg);*/
	background-position: left;
	background-repeat: repeat-y;
	/*margin-left: auto;
	margin-right: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;*/
	padding: 0px;
	margin: 0px;
	color: #1E5F99;
	font-size: 12px; /* Was 10px; */
	background-color: #FFFFFF;
}
.leftMenuBarTest ul {
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}
.leftMenuBarTest li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-position: outside;
	border-bottom: 1px solid #CCCCCC;
}

.leftMenuBarBlockTest {
	/*margin: 0px 0px 8px 2px;*/
	margin: 0px;
}
.leftMenuBarBlockTest ul li {
	display: block;
	font-weight: bold;
	color: #1e5f99;
	/*padding: 3px 0px 3px 20px;*/
	padding: 0px;
	margin: 0px;
	/*background-image:url(/images/mscc-images/home-page/tables/left_menu_button_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;*/
}
.leftMenuBarBlockTest ul li a {
	font-weight: 100;
	color: #1E5F99; /* ?Try #000000; */
	text-decoration: none;	
}
.leftMenuBarBlockTest ul li a:hover {
	font-weight: 100;
	color: #1E5F99;
	background-color: #EEEEEE;
	text-decoration: underline;
}
.leftMenuBarBlockTest hr {
	color: #CCCCCC;
}
.leftMenuBarBlockTest h1 {
	font-size: 12px;
	font-weight: bold;
	color: #1E5F99;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
.leftMenuBarBlockTest h2 {
	background-image: url(/images/mscc-images/home-page/tables/tableHeader3.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #1E5F99;
	padding: 3px 0px 3px 2px;
	margin: 0px 0px 2px 0px;
	line-height: normal;
}
/*** End section added by Oliver Pereira, Thu 19 - Fri 20/08/2010   ***/
