﻿/*

Muddy Puddles main screen stylesheet
Tim Booker
14/08/2007

Main colours:

#C8DBF1	Pale Blue
#74A0D1 Medium Blue
#1F3A7F Dark Blue

*/

/* Main layout positions */

#FreeReturns{
	margin-bottom:10px;
}

#WelcomeContent{
	margin-top:175px;
}

#FeefoBox{
	width:1083px; /*was 1002px */
	position:fixed;
	margin-right:auto;
	margin-left:auto;
	top:25px;
	z-index:9999;
	display:none;
	height:500px;	
}

#newSearchLeft
{
	margin: -140px auto 10px auto;
	width: 310px;
	padding-top: 0px;
	height: 129px;
	position: absolute;
	top: -3px;
	left: 3px;
	z-index:200;
}

#newSearch
{
	margin: -140px auto 10px auto;
	width: 310px;
	padding-top: 0px;
	height: 129px;
	position: absolute;
	top: 30px;
	left: 330px;
	z-index:200;
}

body
{
	background: white;
	color: black;
	padding: 0;
	margin: 0;
}

#SchoolPage table
{
	margin:0 auto 0 auto;
	border:1px solid #375796;
	width:100%;
	margin-bottom:12px;
	padding:0;
}

#SchoolPage table th
{
	background:#fff;
	color:White;
}
#SchoolPage table td
{
	background:#fff;
	text-align:left;
}

#grad960{
	width:1083px;  /* Was 1002px */
	position: relative;
	margin-right: auto;
	margin-left: auto;
	/* background-image:url(../images/bg960.gif); */	
	background-image:url(../images/bg-blank-1083.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#PromoBanner{
	position:relative;
	left: -5px;
}

#department_thumbnail_boxes_container {
	position:relative;
	width: 590px;
	height:350px;
	margin-bottom:10px;
	}

#department_thumbnail_box_L {
	margin-right:2px;
	width: 290px;
	position:absolute;
	top:0;
 	left:0;
	}

#department_thumbnail_box_R {
	margin-left:2px;
	width: 290px;
	position:absolute;
	top:0;
 	right:0;
	}


#department_boxes {
	width: 567px;
	margin-bottom:5px;
	}
	
#department_LB{
	position:relative;
	float:left;	

}

#department_RB{
	position:relative;
	left: 22px;

}

#department_MB{
	position:relative;
	margin-left: 20px;
}

#Container
{

	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#Header
{
	clear: both;
	background: url(../images/header-bg.png) top left repeat-x; 
	/* Using an oversided div with negative margin because of IE6 height bug */
	height: 204px;
	margin: 0 0 10px 0; 
	/* This border seems to prevent Firefox adding some weird margin */
	border-top: 1px solid #C8DBF1;
	overflow: visible;
	/* Position relative is used here so that the date can be absolutely positioned */
	position: relative;
}

#Header .Logo
{
	float: left;
	width: 19%;
	min-width: 187px;
	max-width: 240px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	z-index: 20;
}

#Header .Logo img
{
	margin-left: 1%;
}

#Header .Navigation
{
	/*width: 462px;*/
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 10;
}

#Header .Navigation select
{
	/* Prevent the select box from applying it's em size twice */
	/*font-size: 1em;*/
}

#Header .Basket
{
	width: 15.8%;
	min-width: 187px;
	max-width: 200px;
	height: 126px;
	margin-top: 10px;
	float: right;
	background: url(../images/basket-bg-cc2.png) top center no-repeat;
	position: relative;
	z-index:19;
}

#Header p.TodayDate
{
	font-size:11px;
	font-weight:normal;
	position:absolute;
	top:2px;
	right:20px;
	z-index:20;

}

#Header p.Secure
{
	font-size:11px;
	font-weight:bold;
	position:absolute;
	text-align: center;
	width: 160px;
	right: 10px;
	top:90px;
	padding-top: 2px;
}


#Header .Navigation ul, #Header .Navigation li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Header .Navigation ul
{
	padding: 2px 0 0 0;
}

#Header .Navigation li
{
	display: inline;
	margin: 0;
	padding: 2px 0 0 0;
}

#Header .Navigation a
{
	margin: 0;
	color: White;
	text-decoration: none;

	background-color:#c8dbf1;
}

#Header .Navigation p
{
	margin: -2px 0 0 0;
}

#Header .Basket h2
{
	margin-top: 28px;
	margin-left: 12px;
	margin-bottom: 0;
	text-align: center;
}

#Header .Basket a
{
	text-decoration: underline;
}

#Header .Basket p
{
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 100%;
	text-align: center;
}

#Header .Basket p.CheckoutNow
{
	margin-top: 1px;
	margin-bottom: 4px;
}

#Content
{
	clear: both; 
	/* Using an oversided div with negative margin because of IE6 height bug */
	margin-top: -54px;
}

#Banner
{
	margin: -140px auto 10px auto;
	width: 570px;
	padding-top: 0px;
	height: 129px;
	position: relative;
	top: 7px;
	left: 200px;
}

#OriginalBanner
{
	margin: -170px auto 0 auto;
	width: 400px;
	padding-top: 10px;
	height: 160px;
	position: relative;
	top: 7px;
}

#PrimaryContent
{
	width: 61%;
	padding: 0 2% 2em 2%; 
	/*padding added to bottom for IE*/
	float: left;
	position: relative;
	left: 180px; 
	/* Bit of margin to give space for the header image to flow into the main column */
	margin-top: 65px;
	/*background: green;*/
}

#SecondaryContent
{
	top: -10px;
	width: 170px;
	max-width: 170px;
	float: left;
	position: relative;
	left: -65%;
	/*background: blue;*/
	/* This margin makes sure that this column can't overlap the Thawte logo */
	margin-bottom: 170px;	
}

#TertiaryContent
{
	/* Using exactly 16% here causes IE7 to drop the div below the content */
	/*width: 15.9%;*/
	width: 166px;
	max-width: 166px;
	float: right;
	/*background:  #74a0d1;*/
	background: #74a0d1 url(../images/buttons-bg.png) top left no-repeat;
}

#TertiaryContent .TertiaryTop
{
	top: -20px;
	background: #74a0d1 url(../images/buttons-bg.png) top left no-repeat;
}

#TertiaryContent .InstantHelp
{
	/*background: #74a0d1 url(../images/instant-help-button.png) top left no-repeat;*/
	background: #74a0d1;
	height: 92px;
	/*padding: 6px 0 0 5%;
	margin: 0 0 6px 0;*/
	font-size:small;
}

#TertiaryContentEnd
{
	/* Using exactly 16% here causes IE7 to drop the div below the content */
	/*width: 15.9%;*/
	width: 166px;
	max-width: 166px;
	float: right;
	padding-top:5px;
	/*background:  #74a0d1*/
	background: #74a0d1 url(../images/buttons-bg-bottom.png) bottom left no-repeat;
}

#PrimaryContent .Breadcrumbs
{
	font-size: 0.7em;
	margin: 0 0 2% 0;
}

#PrimaryContent h2
{
}

#SecondaryContent .Search
{
	/*background: #C8DBF1 url(../images/search-bg.png) top right no-repeat;*/
	background: #C8DBF1;
	height: 47px;
	padding: 6px 0 0 5%;
	margin: 0 0 0 0;
}
#SecondaryContent .Search img
{
	margin-top:-2px;
	margin-right:4px;
	float:right;
}
#SecondaryContent .Search h2
{
	margin: 0;
	font-size:small;
}
/*
#SecondaryContent .Search input.Text
{
	width:50%;
	font-size:11px;
	padding:1px;
}
*/
#SecondaryContent .News
{
	/*background: #C8DBF1 url(../images/news-bg.png) top right no-repeat;*/
	background: #C8DBF1;
	height: 64px;
	padding: 6px 0 0 5%;
	margin: 0 0 0 0;
	font-size:small;
}
#SecondaryContent .News img
{
	margin-top:-2px;
	margin-right:4px;
	float:right;
}

#SecondaryContent .News a
{
	font-size:x-small;
}
#SecondaryContent .News h2
{
	margin: 0;
	font-size:small;
}
#SecondaryContent .News input.Text,
#SecondaryContent .Search input.Text
{
	width: 65%;
	min-width: 100px;
	font-size:11px;
	padding:1px;
}

#SecondaryContent .News .ErrorMessage
{
    margin-left:6px;
}

#SecondaryContent .Departments
{
	/*background: url(../images/catalogue-nav-bg-top.png) top right no-repeat;
	padding-top: 0px; 
	/* This stops a section of the background image being chopped off in IE6
	position: relative;
	min-height: 240px;*/
}
/*
#SecondaryContent .Departments #TopImageCorner
{
	float:right;
	padding:0;
	margin:0;
	background:url(../images/catalogue-top-corner.png) no-repeat top right;
	width:100%;
	height:20px;
	position: relative;
	z-index: 20;
}
*/
#SecondaryContent .Panel
{
	background: #74A0D1 url(../images/catalogue-nav-bg-bottom.png) bottom right no-repeat;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}

#SecondaryContent .Departments ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#SecondaryContent .Panel .Departments ul li.HighLite
{
	background:#375796;
	margin: 3px 0 3px 0;	
}

#SecondaryContent .Panel .Departments ul li a
{
	padding: 0 0 0 5%;
}

#SecondaryContent .Panel .Departments ul li.First
{
	/*background-image: url(../images/catalogue-top-corner.png);*/
	background: #C8DBF1;
	line-height: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	visibility:hidden;
}

#SecondaryContent .Departments .ColorName
{
	background-color:#EEF4FB;

}
#SecondaryContent .Departments li
{
	font-size: 0.9em;
	font-weight: bold;
}

#SecondaryContent .Departments li li
{
	font-weight: normal;
}

#SecondaryContent .Departments ul ul
{
	margin-left: 0;
	margin-bottom: 10px;
	display: none;
	display: block; /* <-- This sets subdepartments to be viewable by default.  Remove to reinstate concertina effect.  See muddy.js and amend commented section in ShowDepartments function as well. */
}

#SecondaryContent .Departments li.Small 
{
	font-weight: normal;
	font-size:small;
	margin-left:0px;
	color:white
}


#SecondaryContent .Departments a
{
	/* JC might want to change this to black */
	color: White;
	text-decoration: none;
}

#SecondaryContent .Help
{
	padding: 0;
	margin: 0;
}

#SecondaryContent .Help ul
{
	list-style-type: none;
	text-align: center;
	margin: 10px 0 0 5%;
	padding: 0 0 0 0;
}

#SecondaryContent .Help li
{
}

#SecondaryContent .Help a
{
	margin-left: -4px;
}

#SecondaryContent .Thawte
{
	text-align: center;
}

#SecondaryContent .Thawte,
#SecondaryContent .Cards
{
	margin-top: 10px;
}

#SecondaryContent .Cards p
{
	text-align: center;
	font-size: 0.7em;
}



#TertiaryContent
{
	margin-bottom: 30px;
}

#TertiaryContent div
{
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#SidePromoBox
{
	margin-top: -10px;
	margin-bottom: 6px;
	text-align: center;
	margin-left: 14px;
}

#SidePromoBox2
{
	margin-bottom: 6px;
	text-align: center;
	margin-left: 14px;
}

#TertiaryContent .OrderLine
{
	margin-top: 5px;
	color: #FFFFFF;
	padding-bottom: 10px;
	/*background: #74a0d1 url(../images/buttons-bg.png) top left no-repeat;*/
}

#TertiaryContent .OrderLine h2
{
	margin: 0;
	line-height: 100%;
	color: #FFFFFF;
	}

#TertiaryContent .OrderLine p
{
	margin: 0;
	line-height: 100%;
	font-size: 1.1em;
	font-weight: bold;
}

#TertiaryContent .Basket
{
	background: url(../images/small-basket2.png) no-repeat;
	margin-left:15px;
	padding: 10px 0px 0 0px;
	width: 136px;
	height: 136px;
}
#TertiaryContent p.TodayDate, #TertiaryContent p.Secure
{
	display:none;
}

#TertiaryContent .Basket p
{
	font-size:11px;
}

#TertiaryContent .Basket h2
{
	font-size: 14px;
	
	margin:0 auto 0;
}

#TertiaryContent .Basket h2 a
{
	text-decoration: underline;
	color: #74A0D1;
}

#TertiaryContent .Basket p
{
	margin: 5px 0 0 0;
	padding: 0;
}

#TertiaryContent .Basket .TotalItems
{
	white-space: nowrap;
}

#Footer
{
	clear: both;
	background: #C8DBF1 url(../images/footer-bg.png) top left repeat-x;
	height: 88px;
	margin-bottom:0px;
	margin-top:10px;
	margin-right:3%;
}

#Footer p
{
	text-align: center;
	margin:0px 0 6px 0;
	padding:3px 0 0 0;
	font-size: 0.7em;
}

#Footer .Logo
{
	float: left;
	margin-left:26px;
	margin-top:6px;
}
#Footer .Splash
{
	float: right;
	margin-right:-26px;
	margin-top:-40px;
}
#Footer div
{
	position:relative;
	top:6px;

}
#PaymentLogos
{
	text-align: center;
}

#PaymentLogos iframe
{
	border: 0; 
	width: 80px; 
	height: 80px;
}

#PaymentLogos p
{
	font-size: 0.7em;
	margin-top: 10px;
}

/* Base text styles */

*
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	color: #1F3A7F;
	text-decoration: none; 
	/* This forces the hand to appear in IE6 after the image filtering code had caused it to disappear */
	cursor: pointer;
}

a:hover
{
	text-decoration: underline;
}

a.Action
{
	color: #ff0000;
	font-weight: bold;
}

h1, h2, h2 a, h1 a
{
	color: #74A0D1;
}

h1
{
	/*font-size: 1.5em;*/
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

h2
{
	/*font-size: 0.9em;*/
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

h3
{
	/*font-size: 0.9em;*/
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

p
{
	margin: 0 0 12px 0;
}

p, li, td, th
{
	line-height: 140%;
	/*font-size: 0.8em;*/
	font-size: 12px;
}

hr
{
	border: 0;
	border-top: 1px solid #74A0D1;
	height: 1px;
	background: transparent;
	margin: 0 0 5px 0;
	padding: 0;
}

img
{
	border: none;
}

#PrimaryContent ol li
{
	list-style: decimal;
}

#PrimaryContent li
{
	list-style: url(../images/bullet.gif);
	/*height: 25px;*/
	margin:0 0 12px 0;
	padding:0 0 4px 0;
}
#PrimaryContent li a
{
	font-weight: bold;
}
#PrimaryContent li a:hover
{
	text-decoration: none;
	color: #808B9A;
}

#PrimaryContent .SuggestedLinks
{
	margin: 0 auto 0 auto;
}

#PrimaryContent .SuggestedLinks p
{
	border: 1px solid #74A0D1;
	height: 103px;
	width: 200px;
	padding: 6px 80px 0 6px;
	/* Using !important here to override the inline styles added by Contribute */
	margin: 0 10px 10px 0 !important;
	position:relative;
	top:0;
	left:0;
	float:left;
}

#PrimaryContent .SuggestedLinks p a
{
	font-weight: bold;
}

#PrimaryContent .SuggestedLinks p img
{
	border: 2px solid #74A0D1;
	width: 72px;
	/* JC does not want height set here in case they upload an image with different proportions */
	/*height: 72px;*/
	height: auto;
	position:absolute;
	top:5px;
	right:5px;
	margin: 0px 0px 0 0;
}
#PrimaryContent .Layers p
{
	border: none;
	width: 100%;
	height: 100%;
	padding: 6px 0 0 6px;
	float: left;
	margin-right: 6px;
}
#PrimaryContent .Layers img
{
	border:none;
	width: 85px;
	height: 110px;
	float: right;
	margin: 1% 1% 1% 3px;
}

#PrimaryContent #AboutImgs
{
	width: 280px;
	float: right;
	padding-left: 6px;
}

#PrimaryContent #AboutImgs div
{
	border: 2px solid #74A0D1;
	width: 279px;
	margin-bottom: 4px;
}

#PrimaryContent #AboutImgs img
{
	border: 2px solid #C8DBF1;
}

a.RegLink
{
	font-weight: bold;
	border: 1px solid;
	margin-left: 30px;
	padding: 2px 4px 2px 4px;
}

a:hover.RegLink
{
	text-decoration: none;
}

/* Site map */

#PrimaryContent .SiteMapListStyle ul, #PrimaryContent .SiteMapListStyle h2, #PrimaryContent .SiteMapListStyle h3
{
	clear: both;
}

#PrimaryContent .SiteMapListStyle h2
{
	border-top: 1px solid #74A0D1;
	display: block;
	padding-top: 10px;
}

#PrimaryContent .SiteMapListStyle h3 a
{
}

#PrimaryContent .SiteMapListStyle ul
{
	padding-bottom: 10px;
}
#PrimaryContent .SiteMapListStyle li
{
	list-style: circle;
	float: left;
	width: 240px;
	/* Removes the default height we have given to all LIs */
	height: auto;
}

#PrimaryContent .SiteMapListStyle li a
{
	font-weight: normal;
}

.TopTextBox
{

}
.BtmTextBox
{
	clear:both;
	position:relative;
	top:24px;
}

/* Checkout styles */
.Wizard
{
	width: 100%;
}

.Wizard,
.Wizard table
{
	border: none;
	border-collapse: collapse;	
}

.Wizard td
{
	background: transparent; 
	border: none;	
	padding: 0;
}

.Wizard .Sidebar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
}

.Wizard .Step
{
	padding-top: 80px;
	text-align: left;
	width: 100%;
	position: relative;
}

.Wizard .Navigation table
{
	width: 100%;
	position: relative;
}

.Wizard .Navigation table td
{
}

.Wizard .Navigation table .Previous
{
	float: left;
}

.Wizard .Navigation table .Next
{
	float: right;
}


.ResultsNavigation
{
	clear: both;
}

.ResultsNavigation .Previous 
{
	width: 40%;
	float: left;
}

.ResultsNavigation .Next
{
	width: 40%;
	float: right;
	text-align: right;
}

#Container #Content #PrimaryContent #bottomFrontPageText
{
margin-top: 10px;
float:inherit;
position:relative;
clear: both;

}