/* ==YUI RESET (see: http://developer.yahoo.com/yui/reset/)*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
/* address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} */
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

h2 {
	font-size: 130%;
	text-decoration: none;
	color: #8B5BA1;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
	margin-top: 10px;
}


q:before,q:after {
	content:'';
}


abbr,acronym { 
	border:0;
}



/* ==GENERAL SETTINGS */

body{
	background: #8B5BA1;
	color:#666;
	/*font:11px/18px Helvetica, Arial, sans-serif; /* precentages on fonts so that IE can resize them */
	/* font: 70%/150% Verdana, Lucida, "Lucida Grande", sans-serif; */
	font: 80%/150% "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
}


/*
Global Linking
-------------------------------------------------*/
a {
	outline: none;
}
a:link {
	color: #8B5BA1;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}



/* ==DIVS */


/* layout divs */
div#wrapper{
	width:990px;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
}

div#wrapper2{
    background:#fff; /*oxton */
	clear:both;
	float:left;
}


/* -------- MORLEYS logo ------------ */

div#eyLogo h1 a{
	/* background: white url(/images/ey_logo.png) no-repeat; */
	background: white url(/images/ey_logo_new.png) no-repeat;
	width: 198px;
	/* height: 47px; */
	height: 74px;
	display:block;
	text-indent:-999em;
	/*paranoid tricks for older browsers*/
	text-decoration:none;
	overflow:hidden;
	position: absolute;
	/* top: 43px; */
	top: 30px;
	margin-left: 13px;
}

.printLogo{
	display: none;
}

div#printInfo{
	display: none;
}





/* header section - incl. top navigation */

div#header {
	width: 990px;
	height: 182px;
	background-color: white;
}



/* big image or flash in header panel */
div#headerPanel {
	width: 582px;
	height: 129px;
	float: right;
	margin-right: 178px;
	_margin-right: 0px;
	margin-bottom: 18px;
	position: relative;
	top: 10px;
	_right: 178px;
}




/* ----------  mini basket  -------- */

div#miniBasket{
	width: 160px;
	height: 74px;
	float: right;
	position: relative;
	left: 753px;
	_left: 575px;
	top: 11px;
	background: url(/images/ey_mini_basket_bg.png) no-repeat;
}

div#miniBasket h3 a{
	font-size: 13px;
	_font-size: 100%;
	position: relative;
	top: 16px;
	left: 8px;
	display: block;
	color: #666;
	text-decoration: none;
}

div#miniBasket h3 a:hover{
	text-decoration: underline;
}


/* mini basket output*/
div#mBasketSub{
	position: relative;
	top: 30px;
	left: 8px;
	/* font-size: 10px; */
	font-size: 11px;
	/* _font-size: 9px; */
	_font-size: 11px;
	margin: 0 0 -15px;
}

.value{
	color: #8B5BA1;
}



div#myAccount{
	background-image: url(/images/ey_my_account_bg.png);
	width: 160px;
	height: 25px;
	position: relative;
	top: 61px;
	text-align: center;
}

div#myAccount a{
	/* font-size: 11px; */
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	top: 3px;
	position: relative;
	display: block;
}

div#myAccount a:hover{
	text-decoration: underline;
}

div#contactTelephone{
	position: relative;
	top: 66px;
	height: 20px;
	background: url(/images/ey_phone_icon.png) no-repeat 10px -2px;
	text-align: center;
	color: #8B5BA1;
	font-size: 13px;
	font-weight: bold;
	left: 10px;
}





/* ----------- top navigation -------- */

div#topNav {
	width: 760px;
	height: 30px;
	float: right;
	color: white;
	background: url(/images/ey_top_menu_bg.png) no-repeat;
	/* font-size: 13px; */
	font-size: 14px;
	position: relative;
	word-spacing: 3px;
}


/* display block - for both ul li & ul li a - to run horizontally */
div#topNav ul li{
	display:block;
	float:left;
	position:relative;
	top: 3px;
}


div#topNav ul li a{
	color: white;
	text-decoration: none;
	display: inline-block;
	/* spacing between each menu item */
	margin-left: 9px;
	margin-right: 9px;
}

div#topNav a:hover{
	text-decoration: underline;
}


/* ------- search panel & category drop-down -------- */

div#searchPanel {
	width: 199px;
	height: 75px;
	background-color: #ccc;
	float: left;
	position: relative;
	left: 12px;
	top: -40px;
	margin: 0;
	_margin-bottom: -40px;
}

div#searchField {
	position: relative;
	top: 12px;
	left: 9px;
	_left: 12px;
	text-align: left;
	margin: 0;
}

div#searchField a{
	text-decoration: none;
	font-weight: bold;
	color: #666;
	margin-left: 0;
}

div#searchField a:hover{
	color: #fff;
	margin-left: 0;
}

div#catDrop {
	position: relative;
	top: 22px;
	left: 9px;
	_left: 12px;
	margin-left: 0;
}



/* ------- main content ----------------- */

div#mainContent{
    background: #fff url(/images/tile.png) repeat-y 12px 0; /* oxton */
	width: 990px;
	clear:both;
	float:left;
	/* background-color: white; oxton */
	padding-bottom:10px; /* oxton */
	position:relative; /* oxton */
	/* margin-bottom: 10px; oxton */
}



/* ------- product page specific -------- */

div#mainContentProd{
	width: 990px;
	background-color: white;
	margin-bottom: 10px;
}


div#productContent{
	width: 990px;
	/* height applied for testing only */
	/* height: 900px; */
	background-color: white;
	/* border just to show area */
	/* border: 1px solid red; */
	/* padding-top: 15px; */
}


div#productCrumbs{
	width: 990px;
	float: left;
	margin-bottom: 5px;
	margin-top: -35px;
	_margin-top: 20px;
	
}

div#productOutput{
	width: 970px;
	float: left;
	margin-bottom: 20px;
	padding-right: 10px;
	_padding-right: 8px;
	padding-left: 12px;
	margin-top: 15px;
	_margin-top: 20px;
}

div#productOutput h2{
	font-size: 120%;
	text-decoration: none;
	color: #8B5BA1;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
}


div#productOutput h3{
	font-size: 110%;
	text-decoration: none;
	color: #8B5BA1;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
	padding-left: 5px;
}

div#productOutput h4{
	font-size: 110%;
	text-decoration: none;
	color: #8B5BA1;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}


div#extraInfo{
	padding-left: 14px;
	padding-top: 20px;
}

div#productOutput a{
	color: #8B5BA1;
}

div#productOutput a:hover{
	color: #999;
}



/* ---- 'add to order' button ------  */
.AddToOrder{
	margin-bottom: 20px;
}

/* ---- 'choose option' button/s ------  */
.choose{
	margin-bottom: 10px;
	margin-top: 10px;
}


/* ---- accessory QTY styling on product.php ------  */
.options{
	padding-right: 10px;
	padding-left: 10px;
	_padding-left: 30px;
}

/* ---- QTY styling on product.php ------  */
.options2{
	padding-right: 10px;
	_padding-right: 0px;
}





/* ------- main content column 1 -------- */

div#col1 {
	width: 760px;
	/* border: 1px solid red; */
	float: right;
	position: relative;
}


/* ------- order choice page specific -------- */

div#paymentSelection{
	/* border: 1px solid silver; */
	padding-top: 10px;
	padding-bottom: 20px;
	width: 500px;
	text-align: center;
	clear: both;
	position: relative;
	left: 250px;
	margin-top: -20px;
	_margin-top: 10px;
}


div#securityPanel{
	/* border: 1px solid silver; */
	width: 460px;
	text-align: center;
	clear: both;
	top: 20px;
	position: relative;
	left: 250px;
	margin-bottom: 40px;
	padding: 10px 20px 20px;
}

div#securityPanel h4{
	padding: 0;
}








/* ------- basket page specific ------------------------ */
/* ---- rebuild of basket table ----- */
table.basketTable{
	/* border-collapse:collapse; */
	background-color: #fff;
	width: 970px;
	text-align: center;
}

table.basketTable h2{
	color: #666;
	padding-left: 10px;
	font-size: 110%;
	padding-bottom: 5px;
}

.titleBar{
	background-color: #666;
	color: #fff;
	text-align: center;
}

.titleBar td{
	border: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.quantity{
	text-align: center !important;
	padding: 10px;
	margin: 0;
}

.updateButton{
	margin-top: 10px;
}

.delete{
	text-align: right !important;
	padding-top: 10px;
}

.imageCell{
	text-align: left;
	width: 115px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.prodDescription{
	text-align: left;
	vertical-align: top;
	width: 188px;
	padding: 10px;
}

.price{
	text-align: right;
	padding: 7px;
	vertical-align: top;
}

.instructions{
	background-color: #ccc;
	border: 2px solid #fff;
	padding: 5px;
}

.totalsLabels{
	border: 2px solid #fff;
	background-color: #666;
	color: #fff;
	text-align: right;
	padding: 5px;
}

.totals{
	border: 2px solid #fff;
	background-color: #ccc;
	color: #333;
	text-align: right;
	padding: 5px;
}

.promoCode{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.checkButton{
	margin-left: 10px;
}

.conditions{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #666;
	font-weight: bold;
}

.conditions a{
	text-decoration: none;
}

.conditions a:hover{
	color: #666;
	text-decoration: underline;
}

.actions{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

.HDivider{
	background: #fff url(/images/footer_divider.png) no-repeat 0;
	height: 30px;
}

.associatedProducts{
	text-align: center !important;
	padding: 20px;
}









/* ------- category page specific ----------------- */

/* product categories navigation - categories page */

div#categoryNavC{
	width: 179px;
	_width: 177px;
	background-color: #ccc;
	padding: 5px 10px 20px;
	_padding-left: 12px;
	/* padding-bottom: 250px; /* oxton */
	/*_padding-bottom: 250px; /* oxton */
	float: left;
	margin-bottom: 8px;
	margin-top: -40px;
	_margin-top: 0px;
	margin-left: 12px;
	_margin-left: 6px;
	/* border: 1px solid red; */
}

div#categoryNavC ul li a{
	color: #666;
	text-decoration: none;
	display: inline;
}

div#categoryNavC h2{
	margin-bottom: 6px;
	font-size: 120%;
}


/* category menu 'selected' */
#sel a{
	color: #8B5BA1 !important;
}



/* category page main content area */

div#categoryContent{
	width: 760px;
	/* height applied for testing only */
	/* height: 600px; */
	background-color: white;
	/* border just to show area */
	/* border: 1px solid red; */
	padding-top: 0px;
	margin-top: -40px;
	_margin-top: 10px;
}

div#categoryContent a{
	color: #8B5BA1;
	text-decoration: none;
	font-weight: bold;
}

div#categoryContent a:hover{
	color: #666;
	text-decoration: underline;
}

div#categoryContent a:visited{
	/* color: #005195 !important; */
	color: color: #005195;
}

div#categoryContent p{
	padding-top: 10px;
	padding-bottom: 10px;
}

div#categoryContent h3{
	font-size: 120%;
	text-decoration: none;
	color: #8B5BA1;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
}

div#categoryContent h4{
	font-size: 110%;
	text-decoration: none;
	color: #8B5BA1;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
	margin-top: 10px;
}

div#categoryContent h5{
	font-size: 100%;
	text-decoration: none;
	color: #8B5BA1;
	font-weight: bold;
}




div#categoryContent img{
	margin-top:10px;
}


div#textChunk{
	padding-right: 30px;
}

div#textChunk h3{
	font-size: 120%;
	padding-top: 10px;
}

div#textChunk h4{
	font-size: 100%;
	margin-bottom: -5px;
}

div#textChunk a:hover{
	text-decoration: none;
}

div#textChunk ul li img{
	vertical-align: middle;
	margin: 5px 10px 8px 5px;
}




/* new products button */

div#newProductsBg {
	width: 141px;
	height: 22px;
	margin: 40px 0 10px 0px;
}


/* special offers button */

div#specialOfferBg {
	width: 141px;
	height: 22px;
	margin: 10px 0 10px 0px;
}


/* best sellers button - category.php */

div#bestSellerBg {
	width: 141px;
	height: 22px;
	/* margin-bottom: 260px; /* to give a minimum height to the category menu */
	margin: 0 0 10px;
}


/* best sellers button - index.php */

div#bestSellerHomeBg {
	width: 141px;
	height: 22px;
	margin: 20px 0 10px 0px;
}



/* clearance button - index.php */

div#clearanceHomeBg {
	width: 147px;
	height: 22px;
	margin: 0 0 50px 0px;
	font-size: 11px;
	display: block;
	text-align: center;
	/* right: 15px; */
	position: relative;
}

div#clearanceHomeBg a:hover{
	text-decoration: none !important;
}

/* clearance button  */
div#clearanceBg {
	width: 147px;
	height: 22px;
	margin: 0 0 260px 0px; /* 260 px to give a minimum height to the category menu */
	font-size: 11px;
	display: block;
	text-align: center;
	/* right: 15px; */
	position: relative;
}

div#clearanceBg a:hover{
	text-decoration: none !important;
}









/* big image/flash panel */
div#spotlight{
	width: 753px;
	margin-top: -40px;
/* MSIE7 has a separate style sheet for this margin-top value */
	_margin-top: 0px;
}

/* big image/flash panel - using background image for text */
div#spotlightBG, div#spotlightBGv2{
	width: 753px;
	height: 284px;
	margin-top: -40px;
/* MSIE7 has a separate style sheet for this margin-top value */
	_margin-top: 0px;
	background: url(../images/ey_catalogue_big_panel_09.png) no-repeat;
	float: left;
}
/* alternative version for panel switcher */
div#spotlightBGv2{
	background: url(../img/big_panel_bg_frame.png) no-repeat;
}

div#spotlightTxt{
	width: 300px;
	height: 150px;
	color: #8B5BA1;
	padding: 20px 15px 15px;
	font-size: 14px;
	position: relative;
	float: left;
}

.spotlightHighlight{
	font-weight: bold;
	color: #afcf7c;
}

.spotlightHighlight a{
	font-weight: bold;
	color: #afcf7c !important;
}

div#spotlightTxt p{
	margin-bottom: 10px;
}

div#spotlightTxt a:hover{
	color: #666 !important;
}

div#spotlightTxt a:visited{
	color: #8B5BA1;
}

div#spotlightLinx{
	position: relative;
	float: right;
	width: 422px;
	height: 282px;
	margin: 0;
}

div#spotlightLinx img{
	padding-top: 1px;
	margin-right: 10px;
}




/* best sellers panels home page ---------------------------------- */

/* div#bestSellers{
	width: 428px;
	/* border: 1px solid red; 
	float:left;
	background: url(/images/best_sellers_vline.png) no-repeat 423px;
	margin-top: 10px;
}*/


div.bestSellersTitle{
	/* width: 428px; */
	width: 377px;
	float:left;
	height: 47px;
	margin-top: 10px;
	text-align: center;
}


/* best sellers panel col 1 */
/* ---  as used for New Products --------- */

div.bestSellersC1{
	/* width: 206px; */
	width: 163px;
	float:left;
	text-align: center;
	/* border: 1px solid red; */
	margin-right: 10px;
}

div.bestSellersC1 a{
	color: #666;
	text-decoration: none;
}

div.bestSellersC1 a:hover{
	text-decoration: underline;
	color: #8B5BA1;
}



/* using a 'hero' option ---------- */
/*div#bestSellersHero{
	width: 206px;
	height: 262px;
}

div#bestSellersHeroDes{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}


div#bestSellersHeroPrice{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #005195;
}



div#bestSellerNo1{
	width: 222px;
	float: right;
	text-align: center;
}


div#bestSellerNo1Des{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}


div#bestSellerNo1Price{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #005195;
}


div#bestSellerNo2{
	width: 222px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


div#bestSellerNo2Des{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}

div#bestSellerNo2Price{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #005195;
}

/* END *********   using a 'hero' option */


/* -------  best sellers panel col 1 - with 'New Products' otpion --------*/
div.newProductNo1{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
}


div.newProductNo1Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


div.newProductNo1Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #8B5BA1;
}


div.newProductNo2{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


div.newProductNo2Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}

div.newProductNo2Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #8B5BA1;
}



/* best sellers panel col 2 */

div.bestSellersC2{
	/* width: 173px; */
	width: 163px;
	float:left;
	text-align: center;
	/* background: url(/images/best_sellers_vline.png) no-repeat 168px; */
	margin-right: 10px;
}

div.bestSellersC2 a{
	color: #666;
	text-decoration: none;
}

div.bestSellersC2 a:hover{
	text-decoration: underline;
	color: #8B5BA1;
}


/* div#bestSellerNo3{
	width: 222px;
	float: right;
	text-align: center;
}


div#bestSellerNo3Des{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}


div#bestSellerNo3Price{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #005195;
}


div#bestSellerNo4{
	width: 222px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


div#bestSellerNo4Des{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}

div#bestSellerNo4Price{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #005195;
}  */



/* -------- best sellers panel col 2 - with 'New Products' otpion --------*/
div.newProductNo3{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
}


div.newProductNo3Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


div.newProductNo3Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #8B5BA1;
}


div.newProductNo4{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


div.newProductNo4Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}

div.newProductNo4Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #8B5BA1;
}

/* highlight for NEW LOWER PRICES */
.orangeHighlight{
	font-weight: bold;
	color: #cc0000;
	font-size: 110%;
}





/* -------  central vertical divider  ---------------------------------------- */


div.dividerV{
	width: 30px;
	height: 340px;
	float:left;
	background: url(/images/best_sellers_vline.png) no-repeat 10px;
	/* border: 1px solid red; */
}






/* special offers panel ---------------------------------------- */

/* div#specialOffers{
	width: 307px; /* oxton 
	/* border: 1px solid red; 
	/* position: absolute; oxton 
	float: right;
	left: 400px;
	margin-top: 10px;
	margin-right:10px; oxton 
}  */

div.specialOffersTitle{
	/* width: 307px; */
	width: 376px;
	height: 47px;
	float: right;
	left: 400px;
	margin-top: 10px;
	text-align: center;
}


/* special offers panel col 1 */

div.specialOffersC1{
	/* width: 183px; */
	width: 163px;
	float:left;
	text-align: center;
	margin-left: 10px;
	/* border: 1px solid red; */
	margin-right: 20px;
}

div.specialOffersC1 a{
	color: #666;
	text-decoration: none;
}

div.specialOffersC1 a:hover{
	text-decoration: underline;
	color: #8B5BA1;
}

div.specialOfferNo1{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
}


div.specialOfferNo1Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


div.specialOfferNo1Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #8B5BA1;
}


div.specialOfferNo2{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


div.specialOfferNo2Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


div.specialOfferNo2Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #8B5BA1;
}



/* special offers panel col 2 */

div.specialOffersC2{
	/* width: 183px; */
	width: 163px;
	float:left;
	text-align: center;
	/* border: 1px solid red; */
}

div.specialOffersC2 a{
	color: #666;
	text-decoration: none;
}

div.specialOffersC2 a:hover{
	text-decoration: underline;
	color: #8B5BA1;
}

div.specialOfferNo3{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
}


div.specialOfferNo3Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


div.specialOfferNo3Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #8B5BA1;
}


div.specialOfferNo4{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


div.specialOfferNo4Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


div.specialOfferNo4Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #8B5BA1;
}






/* ------- panel base linx ----------*/

div.panelBaseLinx{
	clear: both;
}


/* ----- used for New Products ----*/
div.bestSellersLink a{
	width: 370px;
	float:left;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

div.bestSellersLink a:hover{
	color: #666 !important;
	text-decoration: underline;
}

div.bestSellersLink a:visited{
	color: #8B5BA1;
}



div.specialOffersLink a{
	width: 370px;
	margin-top: 15px;
	float: right;
	/* left: 400px; */
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

div.specialOffersLink a:hover{
	color: #666 !important;
	text-decoration: underline;
}

div.specialOffersLink a:visited{
	color: #8B5BA1;
}






/* ------- LH column 2 -------- */

div#col2 {
	width: 199px;
	/*border: 1px solid red;*/
}

div#col2 a{
	text-decoration: none;
	display: block;
	color: #666;	
}

div#col2 a:hover {
	text-decoration: underline;
	color: #8B5BA1;
}


/* product categories navigation - home page */

div#categoryNav{
	width: 179px;
	_width: 177px;
	background-color: #ccc;
	padding: 5px 10px 20px;
	_padding-left: 12px;
	/*padding-bottom:250px; /* oxton */
	/*_padding-bottom:250px; /* oxton */ 
	float: left;
	margin-bottom: 8px;
	margin-top: -40px;
	_margin-top: 0px;
	margin-left: 12px;
	_margin-left: 6px;
} 



div#categoryNav ul li a{
	color: #666;
	text-decoration: none;
	display: inline;
}

div#categoryNav h2{
	margin-bottom: 6px;
	font-size: 120%;
}





/* ------  LH column panels ------------------------------------------*/

/*   home page specific - MSIE fix required an extra div  */
div#Hpanels{
    background:#fff;
    padding-top: 10px;
    position:absolute;
    bottom:0;
    _bottom:-1px;
    left:12px;
    width:200px;
	color: #666;
}

div#Hpanels a{
	color: #666;
	text-decoration: none;
}

div#Hpanels a:hover{
	color: #8B5BA1;
	text-decoration: underline;
}


/*   category page specific  */

div#panels{
    background:#fff;
    padding-top: 10px;
    position:absolute;
    /*_position:relative;*/
    bottom:0;
    left:12px;
    width:200px;
	color: #666;
}

div#panels a{
	color: #666;
	text-decoration: none;
}

div#panels a:hover{
	color: #8B5BA1;
	text-decoration: underline;
}



/* EN 1729 panel */

div#en1729Panel{
	width: 199px;
	height: 86px;
	clear: both;
	text-align: center;
	background: url(/images/ey_1729_panel.png) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 110%;
}


div#en1729Panel h2{
	text-align: center;
	margin-bottom: 1px;
	text-decoration: none;
	color: #8B5BA1;
	margin-top: 2px;
}



/* MORLEYS Education link panel */

div#morleysEdPanel{
	width: 199px;
	height: 115px;
	clear: both;
	text-align: center;
	background: url(/images/ey_morleys_ed_panel_v.png) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#morleysEdPanel p{
	padding-top: 8px;
	line-height: 14px;
}















/* ------- footer --------------------- */

div#footer {
	width: 990px;
	/* border: 1px solid red; */
	clear:both;/* oxton */
	float:left;/* oxton */
	text-align: center;
	background: #fff url(/images/footer_divider.png) no-repeat 12px 0; /* oxton added #fff */
	padding-top: 15px;
	padding-bottom: 15px;
}

div#footer p{
	padding-bottom: 3px;
	padding-top: 3px;
}


div#footer img{
	padding: 5px;
}

div#footerTxt{
	margin-left: 65px;
	_margin-left: 65px;
}

.footerMailLink{
	
}

div#footerTxt a{
	text-decoration: none;
}

div#footerTxt a:hover{
	text-decoration: underline;
}

div#footerTxt a:visited{
	color: #8B5BA1;
}

.copyright{
	bottom: 4px;
	position: relative;
	padding-left: 2px;
}


/* footer menu --------- */

div#footerMenu {
	width: 900px;
	font-size: 11px;
	line-height: 140%;
	margin-left: 13px;
	_margin-left: 9px;
}

/* footer menu - MGX link */

div#footerMGX a{
	color: #999 !important;
}


/* footer - Thawte Seal positioning  ------------ */


div#footerThawte {
	text-align: center;
	margin-bottom: 4px;
	margin-top: 3px;
}




/* ------------ POP UP window styling --------- */

div#pop{
	padding: 10px;
}

div#pop table{
	background-color: #fff;
	font-size: 100%;
	border: 1px solid #666;
	vertical-align: top;
}

div#pop td{
	background-color: #fff;
	padding: 15px;
}

div#pop h4{
	color: #8B5BA1;
	padding-bottom: 10px;
	font-size: 130%;
}


div#pop p{
	color: #666;
	line-height: 130%;
	padding-bottom: 10px;
}

.popLabel{
	text-align: center !important;
	color: #fff;
	font-size: 80%;
}








/* ------------ FORM styling --------- */

.label{
	padding-right: 8px;
	width: 240px;
	text-align: right;
	height: 25px;
}

.checkbox{
	height: 25px;
	text-align: left;
}


.label2{
	padding-right: 8px;
	width: 240px;
	text-align: right;
	height: 30px;
	margin-top: 10px;
	line-height: 110%;
}


.note{
	font-style: italic;
	font-size: 80%;
	line-height: 110%;
}


























/* ---------------     LEGACY - Morleys Projects styles ---------------------------------------*/

/* IE5+ hack to allow PNG file to show*/
.morleysProjectsLogo {
	height:91px;
	width:300px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/morleys_proj.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.morleysProjectsLogo[class] {
  background-image:url(/images/morleys_proj.png);
  background-repeat:no-repeat;
}
/*IE PNG hack ends*/

/* IE5+ hack to allow PNG file to show*/
.signup_icon {
	height:136px;
	width:147px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/newsletter.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.signup_icon[class] {
  background-image:url(/images/newsletter.png);
  background-repeat:no-repeat;
}
a:hover.signup_icon[class] {
  background-image:url(/images/newsletter-over.png);
  background-repeat:no-repeat;
}
/*IE PNG hack ends*/

.toptext {font-size: 15px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
line-height: 20px;
text-align: center;
}

.toptext2 {font-size: 11px;
text-decoration: none;
color: #666666;
font-weight: normal;
line-height: 130%;
text-align: center;
padding-right: 8px;
padding-left: 8px; 
}

.grey2 {
text-decoration: none;
color: #000000;
font-weight: bold;
}

.address {
	font-size: 11px;
	text-decoration: none;
	color: #fff !important;
	line-height: 14px;
	padding-left:10px;
}

.address a{
	color: #fff !important;
}

a:hover.address{
	color: #ccc;
}

.mpbottomlinks{
	font-size: 18px;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
}

.mpbottomlinks a{
	color: #fff !important;
}

/* end of Morleys Projects styles*/








/*  ------------- legacy stuff from 2006 version of Education ------------------*/


/*page properties*/

/* page properties*/

/*   body {
background-color: #8E5198;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
font-size: 80%;
font-family : "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
color:#666666;
line-height: 100%;
text-decoration:none;
text-align:left;
}
*/



.whitebg{
background-color:#FFFFFF;
text-align: center;
}

.greybg{
	background-color:#CCCCCC;
	text-align: center;
	padding: 10px;  /* JW 25mar08 */
}

.darkgreybg{
background-color:#666666;
}

.blueBody{
	padding-right: 8px;
}



.greycenter{	
	font-weight: normal;
	color: #666;	
	text-decoration: none;	
	text-align:center;
	line-height: 100%;
}


.qty{
	background-color:#666666;
	font-weight:bold;
	padding-top:10px;
	vertical-align:top;
	color:#FFFFFF;
	padding-right: 10px;
}


/*main body text*/

/*  a{
color: #8E5198;
font-weight:bold;
text-decoration: none;
}

a:hover{
color: #D3C2DC;
font-weight:bold;
text-decoration: none;
}

*/

/* h1 {
background-color:#FFFFFF;
font-size:120%;
font-weight:bold;
text-align:center;
color:#8E5198;
}

h2 {
background-color:#FFFFFF;
font-size:120%;
font-weight:bold;
text-align:left;
color:#8E5198;
}

h3 {
font-size:100%;
font-weight:bold;
text-align:left;
color:#666666;
}

h4 {
font-size:100%;
font-weight:bold;
text-align:left;
color:#B7002A;
}

*/

/* text classes */

/* navigation  */


.navlinks {
font-weight: bold;
color: #666666;
text-decoration: none;
}

.navdivider{
background-image:url(/images/vertical_nav_divider.jpg);
height:39px;
width:1px;
}

.navsearch{
font-weight:normal;
color:#666666;
text-decoration:none;
}

.navsearchgo{
font-weight:normal;
color:#666666;
text-decoration:none;
}

a:hover.navsearchgo{
font-weight:normal;
	color: #8B5BA1;
text-decoration:none;
}





/* --------   Breadcrumbs Styling   --------------------------------- */
.breadcrumbs{
	color:#D3C2DC;
	text-align: center;
}

.breadHome a{
	color:#D3C2DC;
	text-decoration: none;
}

.breadHome a:hover{
	color: #8B5BA1 !important;
	text-decoration: underline;
}

.breadHome a:visited{
	color:#D3C2DC;
}


.breadcrumbs a{
	color:#D3C2DC !important;
	text-decoration: none;
}

.breadcrumbs a:hover{
	color: #8B5BA1 !important;
	text-decoration: underline;
}

.breadcrumbs a:visited{
	color:#D3C2DC;
}


/* ------ use this to indicate the FINAL stage of the breadcrumb ------*/
.breadcrumbslight {
	font-weight:bold;
	color: #8B5BA1;
}






.v a{
	color:#D3C2DC;
}





.footerbar{
background-color:#CCCCCC;
color:#666666;
text-align:center;
text-decoration:none;
}

a:hover.footerbar{
	color: #8B5BA1;
font-weight:bold;
text-decoration:none;
}


/* headings */

.titlebar{
background-color:#666666;
font-size:120%;
font-weight:bold;
text-align:center;
color:#FFFFFF;
height:25px;
vertical-align:middle;
}

.titlebarsmall{
background-color: #666;
font-weight:bold;
text-align:center;
padding-top:10px;
vertical-align:top;
color:#FFFFFF;
height:20px;
border: 2px solid #fff;
}

.titlebarsmall h3{
	color:#fff !important;
}

.formcategory{
background-color:#666666;
font-weight:bold;
text-align:right;
padding-top:10px;
padding-right:10px;
vertical-align:top;
color:#FFFFFF;
}

.formpanels {	
	color: #000;
	text-decoration: none;
	text-align:left;
	vertical-align:middle;
	background-color:#CCC;
	border: 2px solid #fff;
	padding: 3px 8px;
}

.formlinx a{
	color: #8B5BA1;
	text-decoration: none;
}

.formlinx a:hover{
	text-decoration: underline;
	color: #666;
}

.formlinx a:visited{
	color: #8B5BA1 !important;
}

.formpurple {
text-decoration: none;
background-color:#D3C2DC;
text-align:center;
}

.headerbar{
	background-color:#666666;
	font-weight:bold;
	padding-top:10px;
	vertical-align:top;
	color:#FFFFFF;
	padding-left: 10px;
}

.greyheader {	
font-weight: bold;	
color: #333333;	
text-decoration: none;
background-color:#CCCCCC;
text-align:center;
vertical-align:middle;
line-height:180%;
}

.whitetitle {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.productdescription {
text-decoration: none;
color: #666666;
line-height: 160%;
text-align: left;
/* JW 19mar08 */
	padding-right: 15px;
	padding-left: 15px;
/* JW 19mar08 */
}

.popupdescription {
text-decoration: none;
color: #666666;
line-height: 160%;
text-align: left;
font-size:80%;
}

/* categories */

.category {	
color: #666 !important;	
text-decoration: none;	
font-weight: normal;
text-align:center;
padding-top: 5px;
padding-bottom:5px;
line-height:110%;
}


a:hover.category {	
	color: #8B5BA1 !important;
text-decoration: none;
font-weight: normal;	
}

.product {	
color: #666666;	
text-decoration: none;	
font-weight: bold;
text-align:left;
vertical-align:bottom;
padding-top: 5px;
padding-left:5px;
padding-bottom:5px;
line-height:160%;
}

a:hover.product {	
	color: #8B5BA1;
text-decoration: none;	
}

.verticaldivider{
background-image:url(/images/vertical_divider.jpg);
width:1px;
}

.horizontaldivider{
background-image:url(/images/horizontal_divider.jpg);
height:1px;
}

/* body */

.introduction {	
color: #333333;
padding-left:30px;
padding-right:30px;	
text-decoration: none;
text-align:left;
vertical-align:middle;
}



/* to try to cope with somebody using 'body' as a style in the originl markup!  - JW 25Mar08 */
.body {
	color:#666;
	line-height: 100%;
	text-decoration:none;
	padding: 10px 10px 10px 0;
}

.body a{
	color: #8B5BA1;
	text-decoration: none;
}

.body a:visited{
	color: #8B5BA1 !important; 
}

.bodybold {	
	line-height: 16px;	
	font-weight: bold;	
	color: #666666;	
	text-decoration: none;
	padding-top: 10px; /* JW 25mar08 */
}

.black {	
line-height: 16px;	
color: #000000;	
text-decoration: none;
}

a:hover.black {	
	color: #8B5BA1;
text-decoration: none;
}

.grey {	
font-weight: normal;
color: #666666;	
text-decoration: none;	
line-height: 110%;
font-size: 95%;
}

a.grey:hover {	
font-size: 75%;
font-weight: normal;	
	color: #8B5BA1;
text-decoration: none;
line-height: 110%;
}

.greybold {	
	font-weight: bold;	
	color: #666666;	
	text-decoration: none;
	padding-left: 10px;
}

/* Error code */

a.greybold:hover {	
font-weight: bold;	
	color: #8B5BA1;
text-decoration: none;
}

.smallgrey {
	font-size:90%;
	font-weight: normal;	
	color: #666;	
	text-decoration: none;	
	line-height: 12px;
	padding-left: 10px;
}

a:hover.smallgrey {
	font-size:90%;
	font-weight: normal;	
	color: #666;
	text-decoration: underline;	
	line-height: 12px;
}

.smallgreybold {
font-size:90%;
font-weight: bold;	
color: #666666;	
text-decoration: none;	
line-height: 12px;
}

.productHeader{
font-size:16px;
text-decoration:none;	
font-weight: bold;
text-align:left;
color: #6666 !important;
/* JW 19mar08 */
	padding-right: 15px;
	padding-left: 15px;
/* JW 19mar08 */
}


.attention {
color:red;
}

div.attention input, div.attention textarea {
border:1px solid red; 
}




/*  ------------- end of legacy stuff from 2006 version of Education ------------------*/












