/*--Styles----------------------*/

*		{	
	margin:0px;
	padding:0px;
}
body	{
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
strong	{
	font-weight:normal;
}
h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#8F1E54;
}
h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8F1E54;
}
.noSearch {
	font-size:16px;
	font-weight:bold;
	color:#8F1E54;
	margin-left:25px;
}
a:link	{
	text-decoration:none;
	color:#8F1E54;
}
a:visited	{
	text-decoration:none;
	color:#8F1E54;
}
a:hover	{
	text-decoration:none;
	color:#000000;
}
a:active	{
	text-decoration:none;
	color:#8F1E54;
}
#topBanner a:link	{
	text-decoration:none;
	color:#FFF;
}
#topBanner a:visited	{
	text-decoration:none;
	color:#FFF;
}
#topBanner a:hover	{
	text-decoration:none;
	color:#FFF;
}
#topBanner a:active	{
	text-decoration:none;
	color:#FFF;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
color:#FFFFFF;
font: bold 18px MS Sans Serif;
padding: 3px;

}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%

}


.login	{
	border:1px solid #8F1E54;
	height:15px;
	width:160px;	
	font-size:11px;
}
.login:focus	{
	border:1px solid #8F1E54;
	height:15px;
	width:160px;	
	font-size:11px;
	background-color:#f5f5f5;
}
.searchBox	{
	font-size:12px;
	width:500px;
	height:17px;
	border:solid 1px #999999;
	font-size:12px;
	color:#333333;
	margin-left:4px;
}
.catDropdown	{
	width:160px;
	height:19px;
	border:solid 1px #999999;
	font-size:11px;
	color:#333333;
}
.btnSearch	{
	width:62px;
	height:20px;
	top:3px
}

.loginBoxes	{
	width:150px;
	height:15px;
	border:1px solid #8F1E54;
	font-size:11px;
	color:#666666;
}
.clickable	{
	cursor:pointer;
}

.btnMargin	{
	margin-top:4px;
}
.registerBoxes	{
	width:170px;
	height:16px;
	border:1px solid #999999;
	font-size:11px;
	color:#666666;	
}
.welcome	{
	margin-left:15px;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	padding-bottom:1px;
	width:180px;
	color:#8F1E54;
}
.items	{
	margin-left:15px;
	font-size:11px;
	font-weight:bold;
	padding-bottom:1px;
	width:180px;
	color:#8F1E54;
}
.total	{
	margin-left:15px;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	padding-bottom:1px;
	width:180px;
	color:#FF0000;
}
.transTitle	{
	font-size:16px;
	font-weight:900;
	color:#993366;
	margin-bottom:15px;
}
.productHeading	{
	font-size:14px;
	font-weight:bold;
	color:#8F1E54;
}
.publisher	{
	font-size:11px;
	font-weight:normal;
	color:#666666;	
}
.wallmapList li	{
	list-style-image:url(../images/wmBullet.jpg);
	line-height:1.7em;
}
.wallmapList	{
	margin-left:20px;
	
}


.menu ul{
		width:650px;
  		float: left;
	}

.menu ul li{
        display: inline;
		}


.menu ul li a{
        float: left; text-decoration: none;
        color: white;
		font-size:13px;
		margin-top:5px;

        }

.menu ul li a:visited{
        color: white;}

.menu ul li a:hover, .menu ul li .current{
        color: #fff;
        }		
		
		
		
/*--Layers----------------------*/

#mainContainer	{	
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#content	{
	position:relative;
	width:1000px;
	background-image:url(../images/body_background.jpg);
	background-repeat:repeat-y;
	float:left;
	top: 0px;
}

#top	{	
	width:1000px;
	height:15px;
	position:relative;
}
#topMiddle	{	
	position:relative;
	width:1000px;
	height:85px;
	background-color:#FFFFFF;
	background-image:url(../images/logo_default.jpg);
	background-repeat:no-repeat;
}

#menu	{
	position:absolute;
	float:right;
	background-image:url(../images/newNav.jpg);
	width:544px;
	height:29px;
	left: 456px;
	top: 56px;
}

#freeDelivery	{
	position:absolute;
	width:200px;
	height:41px;
	left: 546px;
	top: 3px;
}

#questions	{
	position:absolute;
	width:200px;
	height:41px;
	left: 795px;
	top: 5px;
}

#searchDD	{
	position:absolute;
	width:151px;
	left: 120px;
	top: 28px;
}

#searchText	{
	position:absolute;
	width:500px;
	left: 281px;
	top: 28px;
}

#searchBtn	{
	position:absolute;
	width:60px;
	left: 792px;
	top: 28px;
}

#searchBack	{	
	width:1000px;
	height:60px;
	top:0px;
	position:relative;
	background-image:url(../images/searchback_default.jpg);
	background-repeat:repeat-x;
}

#centre	{
	position:relative;
	width:635px;
	min-height:400px;
	left:10px;
	float:left;
	top:4px;
	margin-bottom:25px;
}

#right	{
	position:relative;
	width:170px;
	min-height:400px;
	margin-right:10px;
	float:right;	
}


#left	{
	position:relative;
	width:170px;
	min-height:400px;
	margin-left:10px;
	float:left;	
}



#basketTop	{	
	position:relative;
	width:170px;
	height:49px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
}	

#basketMiddle	{	
	position:relative;
	width:171px;
	margin:0px;
	padding:0px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	color:#8F1E54;
}
#bookmarkBackground	{	
	position:relative;
	margin-top:9px;
	width:171px;
	height:35px;
	background-image:url(../images/bookmarkBackground.jpg);
	background-repeat:repeat-y;
}



#newsletterBackground	{	
	position:relative;
	margin-top:9px;
	padding-top:50px;
	width:189px;
	height:112px;
	background-image:url(../images/newsletter.png);
	background-repeat:no-repeat;
	
}

#bookMark1 li	{
	display:inline;
	list-style-type:none;
	padding-right:6px;
}
#bookMark2 li	{
	display:inline;
	list-style-type:none;
	padding-right:6px;
}
#enterEmail li	{
	display:inline;
	list-style-type:none;
	padding-right:6px;
}
#basketBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}

#loginTop	{	
	position:relative;
	width:170px;
	height:47px;
	margin-top:10px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
}	

#loginMiddle	{	
	position:relative;
	width:171px;
	margin:0px;
	padding:0px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	color:#8F1E54;
}

#loginContent	{	
	
	margin-left:17px;
	text-align:left;
}
.leftHomeMenu	{
	margin-left:12px;
	list-style:none;
}
.leftHomeMenu li{
	font-size:11px;
}	
#loginBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}


#lefttopmenu	{	
	position:relative;
	width:170px;
	height:31px;
	margin-top:10px;

}	

#menuMiddle	{	
	position:relative;
	width:166px;
	margin:0px;
	padding: 5px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	color:#8F1E54;
}


#menuBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}


#forgottenPassword	{
	position:absolute;
	top:63px;
	left:90px;
	z-index:999;
}


#regTop	{	
	position:relative;
	width:170px;
	height:46px;
	margin-top:5px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
}	

#regMiddle	{	
	position:relative;
	width:171px;
	margin:0px;
	padding:0px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	color:#8F1E54;
}
#regBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}	
#myAccountTop	{	
	position:relative;
	width:170px;
	height:47px;
	margin-top:10px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
}	

#myAccountMiddle	{	
	position:relative;
	width:171px;
	margin:0px;
	padding:0px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	color:#000000;
}
#myAccountBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}		
#icoAccount	{
	position:absolute;
	width:23px;
	height:23px;
	left:20px;
	top:20px;
	z-index:999;
}
#icoWishlist	{
	position:absolute;
	width:23px;
	height:23px;
	left:20px;
	top:40px;
	z-index:999;
}
#icoLogout	{
	position:absolute;
	width:23px;
	height:23px;
	left:20px;
	top:63px;
	z-index:999;
}
#invalid	{
	position:absolute;
	left:-59px;
	top:-45px;
	z-index:999999;
}
#empty	{
	position:absolute;
	left:156px;
	top:2px;
	z-index:999999;
}
#personalDetails	{
	position:relative;
	margin-left:10px;
	padding-left:20px;
	padding-top:10px;
	width:759px;
	height:230px;
	background-image:url(../images/register_personalBack.jpg);
	background-repeat:no-repeat;
	top: 31px;
	
}

#personalDetails td	{
	height:22px;
}

#deliveryDetails	{
	position:relative;
	margin-left:10px;
	padding-left:20px;
	padding-top:10px;
	width:759px;
	height:230px;
	background-image:url(../images/register_deliveryBack.jpg);
	background-repeat:no-repeat;
	top:20px;
}

#deliveryDetails td	{
	height:22px;
}
#bottomClear	{
	clear:both;
}
#editDetails	{
	position:relative;
	width:744px;
	height:450px;
	background-image:url(../images/edit_detailsBackground.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#editDetails td	{
	height:22px;
	vertical-align:middle;
}
.editBoxes	{
	border:1px solid #666666;
	width:125px;
	height:15px;
	font-size:11px;
	padding-left:3px;
	color:#666666;
}
.editBoxes1	{
	border:1px solid #666666;
	width:250px;
	height:15px;
	font-size:11px;
	padding-left:3px;
	color:#666666;
}
#editIns	{
	position:absolute;
	width:700px;
	left: 28px;
	top: 58px;
}	
#editPersonal	{
	position:absolute;
	width:228px;
	height:222px;
	background-image:url(../images/edit_detailsPersonal.jpg);
	background-repeat:no-repeat;
	left: 24px;
	top: 115px;
}
#editHome	{
	position:absolute;
	width:228px;
	height:222px;
	background-image:url(../images/edit_detailsHomeAddress.jpg);
	background-repeat:no-repeat;
	left: 262px;
	top: 115px;
}
#editDelivery	{
	position:absolute;
	width:227px;
	height:222px;
	background-image:url(../images/edit_detailsDeliveryAddress.jpg);
	background-repeat:no-repeat;
	left: 499px;
	top: 115px;
}
#editUpdate	{
	position:absolute;
	width:700px;
	height:50px;
	left: 28px;
	top: 340px;
	text-align:right;
}
#homeLink	{
	position:absolute;
	cursor:pointer;
	outline:none;
	width:402px;
	height:86px;
}	
#miOrders{
	position:relative;
	width:744px;
	background-image:url(../images/miOrdersBackground.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
}
#passwordReminder{
	position:relative;
	width:744px;
	background-image:url(../images/passwordReminderBack.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:500px;
}
#miOrdersContent	{
	position:relative;
	margin-left:25px;
	width:700px;
	padding-top:55px;
}
#detailBack	{
	position:relative;
	width:744px;
	height:500px;
	background-image:url(../images/confirm_details.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	
}
#detailBack td	{
	height:21px;
}

#loginBackground{
	position:relative;
	width:744px;
	background-image:url(../images/login_Background.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:550px;
}

#loginExisiting{
	position:absolute;
	width:235px;
	height:189px;
	background-image:url(../images/loginExisting.jpg);
	background-repeat:no-repeat;
	left: 124px;
	top: 62px;
}
#aTeacher{
	position:absolute;
	width:478px;
	height:25px;
	left: 124px;
	top: 287px;
}
#loginNew{
	position:absolute;
	width:235px;
	height:189px;
	background-image:url(../images/loginNew.jpg);
	background-repeat:no-repeat;
	left: 365px;
	top: 62px;
}
#loginTeachers{
	position:absolute;
	width:235px;
	height:189px;
	background-image:url(../images/loginTeachers.jpg);
	background-repeat:no-repeat;
	left: 124px;
	top: 317px;
}

#registerTeachers{
	position:absolute;
	width:235px;
	height:189px;
	background-image:url(../images/loginTeachers.jpg);
	background-repeat:no-repeat;
	left: 366px;
	top: 317px;
}

#wallmapBanner	{
	position:relative;
	width:620px;
	height:200px;
	background-image:url(../images/default_wallmapBannersmall.jpg);
	background-repeat:no-repeat;
	top:5px;
	left: 0px;
	cursor:pointer;
}
#wallmapBannerText	{
	position:absolute;
	width:180px;
	min-height:100px;
	top:46px;
	left: 263px;
	cursor:pointer;
}
#wallmapBannerText2	{
	position:absolute;
	width:171px;
	min-height:100px;
	top:46px;
	left: 446px;
	cursor:pointer;
}
#businessBanner	{
	position:relative;
	width:798px;
	top:15px;
	z-index:99;
	height: 309px;
}
#whatsNew	{
	position:relative;
	width:798px;
	height:194px;
	top:15px;
	z-index:99;
	margin-bottom:15px;
	list-style-image:url(../images/listImage.png);
}
#winter	{
	position:relative;
	float:left;
	margin-left:0px;
	width:323px;
	height:203px;
}
#xmas	{
	position:relative;
	float:left;
	margin-left:5px;
	width:467px;
	height:203px;
}
#aboutUs	{
	position:relative;
	width:250px;
	height:200px;
	background-image:url(../images/default_aboutUSBack.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
}
#topBanner	{
	position:relative;
	background-image:url(../images/toptextbg.jpg);
	background-repeat:no-repeat;
	width:620px;
	height:100px;
	margin-bottom:15px;
}
#newImproved	{
	position:absolute;
	width:100px;
	height:100px;
	background:url(../images/default_NEW.png) no-repeat;
	z-index:99999;
	top: -21px;
	left: -25px;
}


#offerstopBanner	{
	position:relative;
	width:800px;
	height:200px;
	background:url(../images/specialoffers_banner.jpg) no-repeat;
	margin-bottom:15px;
}

#countdowncontainer {
	position:absolute;
	width:500px;
	height:80px;
	z-index:99999;
	top: 200px;
	left: 665px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	
}
	

