/* Updated for CMS3 r1 guided nav style changes (merge by MB - 12/11/12)

(Last updated 27/05/14 by JM)
	1) Link management update
	
(Last updated 31/01/13 by JudithK)
	1) Updated header styles to new refresh

(Last updated 19/06/12 by MB)
	1) added styles at bottom for size guides

(Last updated 09/11/10 by JonnyP)
	1) removed margin-top from ul#bagList
	2) change height of gotoCheckOutContainerLink

(Last updated 14/10/10 by Mark Booth)
	1) Removed font-size:13px; for bug 8474 from .bodytext, .bodytextbold, .bodytext ul li, #copyCell, #copyCell ul li, a.boldwhitelink, a.boldBlueLink, a.bluelink, #copyCell, .shopwindowfolder, .shopwindowfolder2, td a


(Last updated 08/03/10 by Mark Booth)
	1) Updated styles to accomodate FGN QuickWins project - New classes at bottom of css file, old now redundant classes commented
*/
/*  (Last updated 3/02/10 by Donny Sung) */

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

@font-face {
	font-family: 'entyporegular';
	src: url(//images.drct2u.com/content/stylesheets/Entypo-webfont.eot);
	src: url(//images.drct2u.com/content/stylesheets/Entypo-webfont.eot?#iefix) format('embedded-opentype'), url(//images.drct2u.com/content/stylesheets/Entypo-webfont.woff) format('woff'), url(//images.drct2u.com/content/stylesheets/Entypo-webfont.ttf) format('truetype'), url(//images.drct2u.com/content/stylesheets/Entypo-webfont.svg#entyporegular) format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Cantarell';
	src: url(//images.drct2u.com/content/stylesheets/Cantarell.eot);
	src: local('Cantarell'), local('Cantarell'), url(//images.drct2u.com/content/stylesheets/Cantarell.woff) format('woff'), url(//images.drct2u.com/content/stylesheets/Cantarell.ttf) format('truetype'), url(//images.drct2u.com/content/stylesheets/Cantarell.svg#Cantarell) format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'FranklinGothicMedCon';
	src: url(//images.drct2u.com/content/stylesheets/FranklinGothicURWCon-Med.eot);
	src: url(//images.drct2u.com/content/stylesheets/FranklinGothicURWCon-Med.eot?#iefix) format('embedded-opentype'), url(//images.drct2u.com/content/stylesheets/FranklinGothicURWCon-Med.woff) format('woff'), url(//images.drct2u.com/content/stylesheets/FranklinGothicURWCon-Med.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'FranklinGothicMed';
	src: url(//images.drct2u.com/content/stylesheets/FranklinGothicURW-Med.eot);
	src: url(//images.drct2u.com/content/stylesheets/FranklinGothicURW-Med.eot?#iefix) format('embedded-opentype'), url(//images.drct2u.com/content/stylesheets/FranklinGothicURW-Med.woff) format('woff'), url(//images.drct2u.com/content/stylesheets/FranklinGothicURW-Med.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'FranklinGothicLig';
	src: url(//images.drct2u.com/content/stylesheets/FranklinGothicURW-Lig.eot);
	src: url(//images.drct2u.com/content/stylesheets/FranklinGothicURW-Lig.eot?#iefix) format('embedded-opentype'), url(//images.drct2u.com/content/stylesheets/FranklinGothicURW-Lig.woff) format('woff'), url(//images.drct2u.com/content/stylesheets/FranklinGothicURW-Lig.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'RittsCursive';
	src: url(//images.drct2u.com/content/stylesheets/RittsCursive.eot);
	src: url(//images.drct2u.com/content/stylesheets/RittsCursive.eot?#iefix) format('embedded-opentype'), url(//images.drct2u.com/content/stylesheets/RittsCursive.woff) format('woff'), url(//images.drct2u.com/content/stylesheets/RittsCursive.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}
/* Default Header and Link Classes
----------------------------------------------------------------------*/
h1, .largetitle { /* largetitle - Needs to be replaced with H1 tag in future project */
	color: #880950;
}
h2 {
	color: #880950;
}
h2 span { /* h1 page title strapline style (used on guided nav pages) */
	color: #000000;
}
h3 {
	color: #880950;
}
a, a:link, a:visited {
	text-decoration: underline;
	color: #880950;
}
a:hover {
	text-decoration: underline;
	color: #b00065;
}
img a:link, img a:hover, img a:visited {
	background-color: transparent;
}
/* HEADER CONTAINER (width currently controlled by tables)
----------------------------------------------------------------------*/
#headerContainer {
	/* bg image */
	/*change*/
	width: 1003px;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
/* Brand logo hover state 
------------------------------------------------*/
#brandLogo-2 a:hover {
	background-color: transparent;
}
#brandLogo-2 {
	background-color: transparent;
}
/* ACCOUNT AREA - DIV 3
--------------------------*/
.bodytext, .bodytextbold, .bodytext ul li, #copyCell, #copyCell ul li, a.boldwhitelink, a.boldBlueLink, a.bluelink, #copyCell, .shopwindowfolder, .shopwindowfolder2, td a {
	font-size: 13px;
}
ul#accountList, ul#siteInfoList, ul#bagList {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}
#account-3 {
	float: left;
	width: 225px;
}
ul#siteInfoList {
	float: left;
	text-transform: capitalize;
	width: 375px;
	height: 17px;
	margin: 0;
 *margin-left:0px;
	top: 67px;
	left: 235px;
	position: absolute;
	z-index: 999;
 *margin: 0px -390px 12px 0;
	_margin: 0px -400px 7px 0;
}
ul#accountList {
	float: left;
	text-transform: capitalize;
	width: 375px;
	height: 17px;
	margin: 0px 0 85px 234px;
	*margin: 0px 0 85px 61px;
	position: absolute;
	z-index: 999;
}
ul#accountList li, ul#siteInfoList li {
	font-weight: normal;
	float: left;
}
ul#accountList li {
	font-size: 12px;
	margin-right: 0;
	font-weight: bold;
}
#SignInHeaderLink a, .myaccount a, #RegisterHeaderLink a {
	border-right: 1px solid #B8B8B8;
	padding: 0 9px 0 0;
	z-index: 999;
}
#SignOutHeaderLink a {
	z-index: 999;
}
ul#siteInfoList li {
	font-size: 12px;
	margin-right: 12px;
}
ul#accountList a, ul#accountList a:link, ul#accountList a:visited, ul#siteInfoList a, ul#siteInfoList a:link, ul#siteInfoList a:visited {
	color: #000;
	text-decoration: none;
	z-index: 999;
}
ul li#SignInHeaderLink a, ul li.myaccount a, ul li#RegisterHeaderLink a, ul li#SignOutHeaderLink a {
	text-transform: uppercase;
	font-size: 11px;
	margin: 0;
	z-index: 999;
}
ul#accountList a:hover, ul#siteInfoList a:hover {
	text-decoration: underline;
}
/* SEARCH AREA - DIV 4
--------------------------*/
#searchForm {
	float: left;
	margin: 10px 0 0 5px;
 *margin:10px 0 0 3px;
	width: 100%;
	height: 22px;
	z-index: 999;
}
#searchArea-4 {
	width: 373px;
	height: 67px;
	float: left;
	position: absolute;
	margin-left: 466px;
 *margin-left:0px;
	z-index: 1;
}
#searchArea-4 input, #searchArea-4 select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	margin: 19px 0 0 3px;
}
#searchArea-4 select {
	margin: 19px 3px 0 3px;
}
#searchArea-4 p.title {
	display: none;
}
#searchKeyWords {
	width: 191px;
	height: 17px;
	border: 1px solid #cbcbcb;
	padding: 4px 0 2px 3px;
	float: left;
}
.searchButton {
	background: url(//images2.drct2u.com/content/images/homepages/121024aw_DAL_search.gif) no-repeat center top;
	color: #fff;
	float: left;
	width: 49px;
	height: 25px;
	border: 0;
	padding-top: 2px;
 *padding-top: 4px;
	padding-bottom: 7px;
}
.searchButton:hover {
	background-position: 0 -25px;
}
#searchCategories {
	width: 118px!important;
	float: left;
	border: 1px solid #cbcbcb;
	padding: 1px 3px 2px 2px;
}


/* Autocomplete Styling */
.ui-autocomplete {
	z-index: 999;
	top: -1165px;
	width: 228px !important;	
	left: 760px;
	display: block;
	
	position: relative;
	background-color: white;
	list-style-type: none;
	padding: 5px;
	border: none!important;
}
.ui-autocomplete a {
	text-decoration:none;
	color:#999;
	cursor:pointer; 
	cursor: hand;
}

.ui-autocomplete-term{
	font-weight: bold; 
	}
li.ui-menu-item{text-align: left!important;}
li.ui-menu-item a{
	color: #000!important;
	text-align: left!important;
	font-style:normal; 
	background-color: #fff;
	}

li.ui-menu-item a:hover{
	text-decoration: underline!important; 
	background-color: #fff!important;
		}
		
ul.ui-autocomplete{
	box-shadow: none!important;
	border: 1px solid #ccc!important;
	width: 190px!important;
}
.categoryDropNavContent{
	border: none!important;
	}


/* Search category dropdown - may be hidden on some sites
--------------------------------------------------------------------
#searchArea-4 #searchCategories {
	visibility: hidden;
}
*//* BAG AREA - DIV 5
--------------------------*/
#gotoCheckOutContainerLink {
	float: right;
	height: 60px;
	margin: 5px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	background: url(//images2.drct2u.com/content/images/homepages/121218aw_DAL_sprites.gif) no-repeat -815px -110px;
	color: #209c92 !important;
}
#gotoCheckOutContainerLink a, #gotoCheckOutContainerLink a:link {
	color: #209C92;
	text-decoration: none;
}
#gotoCheckOutContainerLink a:hover {
	text-decoration: underline;
}
#bagArea-5 {
	width: 160px;
	margin: 0 0 0 0;
}
#bagList {
	position: relative;
	float: right;
}
#viewMiniBagLink {
	margin-top: 20px !important;
}
ul#bagList {
	width: 120px;
	margin-top: 0px;
}
#bagArea-5 p {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 2px 10px 0 0;
	padding: 0;
	font-weight: bold;
}
ul#bagList li a, ul#bagList li a:link, ul#bagList li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 0 0px;
}
ul#bagList li a:hover {
	text-decoration: underline;
}
li#ShoppingBagHeaderLink a {
	font-weight: bold!important;
	font-size: 11px;
	margin: 10px 25px 0 0px!important;
	color: #fff!important;
}
#GoToCheckoutHeaderLink {
	width: 146px;
	height: 25px;
	margin: 15px 0 0 0px;
 *margin-left:0px;
}
#GoToCheckoutHeaderLink a {
	float: left;
	text-align: center;
	font-weight: bold!important;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	background: url(//images2.drct2u.com/content/images/homepages/1007aw_DAL_checkoutbutton.gif) no-repeat center center;
	width: 146px;
	height: 19px;
	padding: 6px 0 1px 0;
}
#GoToCheckoutHeaderLink a:hover {
	background: url(//images2.drct2u.com/content/images/homepages/1007aw_DAL_checkoutbutton_over.gif) no-repeat center center;
}
#GoToCheckoutHeaderLink a, #GoToCheckoutHeaderLink a:link, #GoToCheckoutHeaderLink a:visited {
	color: #fff!important;
}
li#IncentivesHeaderLink, li#HelpHeaderLink, li#ContactUsHeaderLink, li#TrackOrderHeaderLink {
	margin: 0px 0px 0 0px;
	padding: 0;
}
.wishlist, .quickorder {
	float: left;
	font-size: 10px;
	margin-top: 0;
	color: #fff;
}
.wishlist {
	margin-left: 0px;
}
ul#siteInfoList li a, .wishlist a, .quickorder a {
	font-size: 11px!important;
}
.quickorder {
	margin-left: 10px;
}
/* LOGGED IN / GREETING - DIV 10 (DIV CONTENT SHOWN WHEN LOGGED IN)
--------------------------*/
#greeting-10 {
	margin-top: 18px;
	float: left;
	margin-left: 18px; /* added in for xmas */
	_margin-left: 10px;
}
#greeting-10 img#questionMark {
	position: absolute;
	bottom: 33px;
	left: 124px;
}
#greeting-10, p.logInTitleCredit {
	width: 149px; /* xmas - changed from 214px */
	word-wrap: break-word;
}
#greeting-10 p.logInTitleCredit {
	margin-top: 2px;
}
#greeting-10 p.logInTitle, #greeting-10 p.logInTitleCredit {
	color: #000;
	font-size: 11px;
	font-weight: bold!important;
}
#greeting-10 #clientName {
	color: #000;
	font-weight: bold!important;
	font-size: 10px;
	float: left;
	margin-right: 5px;
}
/* GO BACK TO PREVIOUS SITE - DIV 6
--------------------------*/

.navmesg {
	background-color: #ffffff;
}
/*----------------------END HEADER STYLES-------------------------------*/


/* tablecell - Site specific colour - Set to same colour as Top Navigation
------------------------------------------------------------------------*/
.tablecell {
	background: #000;
}
/* All breadcrumb styles below to be removed once Guided Nav goes in.
Also used on 'May we suggest' page so to be changed to H1
------------------------------------------------------------------------*/
.breadcrumb {
	color: #999999;
}
/* breadcrumbcue - also used on 'Your order has NOT been submitted yet' text and Incentive Code box on Checkout page
------------------------------------------------------------------------*/
.breadcrumbcue {
	color: #999999;
}
a.breadcrumblink {
	color: #000000;
	text-decoration: none;
}
a.breadcrumblink:hover {
	color: #ffffff;
	background-color: #000000;
	padding: 0em;
	text-decoration: underline;
}
a.breadcrumbcuelink {
	color: #000000;
}
a.breadcrumbcuelink:hover {
	color: #999999;
	text-decoration: underline;
}
/* Main Site Colour
------------------------------------------------------------------------*/
.mainsitecolour {
	background: #999999;
}
/* sidebartext - Incentive code box text
------------------------------------------------------------------------*/
.sidebartext {
	color: #ffffff;
}
/* Account Transactions page - 'Information on your account' text
------------------------------------------------------------------------*/
.acctssubtitle {
	color: #999999;
}
/* Quick Order Form styles
------------------------------------------------------------------------*/
.qofheadingnumber {
	color: #ffffff;
}
.qofheadingtitle {
	color: #ffffff;
}
/* All styles below are for shop window 'SEO' pages
------------------------------------------------------------------------*/
.productArea {
	background-position: 50% bottom;
	/*background-image: url(//images2.drct2u.com/content/images/freeformat/SEO-Product-footerswirls.gif); */
	background-repeat: no-repeat;
	background-color: #FFF4FC;
}
.productArea a {
	font-weight: bold;
	color: #f50195;
	text-decoration: none;
}
.productArea a:hover {
	color: #000000;
	text-decoration: underline;
}
.shopWindow a:hover {
	background-color: transparent;
}
h1.LifestyleDefault {
	font-size: 1.56em; /* 25px Changed to EM value*/
	color: #ffffff;
	/*background-image: url(//images2.drct2u.com/content/images/freeformat/SEO-Product-header.gif); */
	background-repeat: no-repeat;
	background-color: #1e1e1e;
	background-position: right 50%;
}
.category {
	font-weight: bold;
	font-size: 0.88em; /* 14px Changed to EM value*/
	color: #ffffff;
}
.shopwindowfolder {
	border: 1px solid #999999;
	background-color: #fff;
}
h2.LifestyleDefault {
	font-size: 0.75em; /* 12px Changed to EM value*/
	color: #ffffff;
	background-color: #1e1e1e;
}
.marqueBox {
	background-color: #f2edd3;
	border-bottom: 1px solid #f50195;
}
.marqueBox h2 {
	color: #000000;
}
.pwHeader h2 {
	font-size: 0.69em; /* 11px Changed to EM value*/
	color: #ffffff;
	background-color: #999999;
}
h1.NoLifestyleDefault {
	font-size: 1.56em; /* 25px Changed to EM value*/
	color: #ffffff;
	background-image: url(//images2.drct2u.com/content/images/freeformat/SEO-Product-header.gif);
	background-repeat: no-repeat;
	background-color: #1e1e1e;
	background-position: right 50%;
}
.shopwindowfolder2 {
	border: 1px solid #999999;
	background-color: #fff;
}
h2.NoLifestyleDefault {
	font-size: 0.88em; /* 14px Changed to EM value*/
	color: #ffffff;
}
h1.Catwalk {
	font-weight: normal;
	font-size: 1.56em; /* 25px Changed to EM value*/
	color: #ffffff;
	background-image: url(//images2.drct2u.com/content/images/freeformat/SEO-Product-header.gif);
	background-repeat: no-repeat;
	background-color: #1e1e1e;
	background-position: right 50%;
}
h2.Catwalk {
	font-size: 0.75em; /* 12px Changed to EM value*/
	color: #ffffff;
	background-color: #1e1e1e;
}
/* Guided Navigation Page Styles
----------------------------------------------------------------------*/
/* Category Navigation (LEFT NAV)
----------------------------------------------------------------------*/
#navCategories-8 h2 {
	color: #000000;
	background-color: #f2edd3;
	border-bottom: 1px solid #999999;
}
#navCategories-8 ul {
	list-style-type: none;
	font-size: 0.75em;
	font-weight: bold;
}
#navCategories-8 a, #navCategories-8 a:link, #navCategories-8 a:visited {
	text-decoration: none;
	color: #333333;
	background-color: #FFF4FC;
	border-bottom: 1px Solid #ffffff;
}
#navCategories-8 a:hover {
	color: #f50195;
	border-bottom: 1px Solid #ffffff;
}
/* Guided Navigation (LEFT NAV)
----------------------------------------------------------------------*/
#guidedNav-8 p {
	color: #39427f;
}
#guidedNav-8 a, #guidedNav-8 a:link, #guidedNav-8 a:visited {
	color: #000000;
}
#guidedNav-8 a:hover {
	color: #EC008C;
}
#currentSelection li {
	color: #000000;
}
/* Product Range Page Classes --- 3 style variants
	1) .productRange122x130 = 5x Standard column layout - Product Range images in 5x columns
		with 122x130 sized images
	2) .productRange122x130x3 = 3x column layout with 122x130 sized images
	3) .productRange212x260 = 3x column layout with 212 x 260 sized images
----------------------------------------------------------------------*/

/* Product Range with 122x130 sized images
----------------------------------------------------------------------*/
.productRange122x130 {
	border-left: 0.06em Solid #ededed; /* image dividing line */
}
.productRange122x130 h2 {
	background-color: #af0065;
}
.productRange122x130 h2 a, .productRange122x130 h2 a:link, .productRange122x130 h2 a:visited {
	color: #fff;
	text-decoration: none;
}
.productRange122x130 h2 a:hover {
	color: #fff;
	background-color: none;
	text-decoration: underline;
}
/* Product range 3 column style containers with 122 x 130 images
----------------------------------------------------------------------*/
.productRange122x130x3 {
	border-left: 0.06em Solid #ededed; /* image dividing line */
}
.productRange122x130x3 h2 {
	background-color: #f2edd3;
}
.productRange122x130x3 h2 a, .productRange122x130x3 h2 a:link, .productRange122x130x3 h2 a:visited {
	color: #000000;
	text-decoration: none;
}
.productRange122x130x3 h2 a:hover {
	color: #F50195;
	background-color: #f2edd3;
	text-decoration: none;
}
/* Product range 3 column style containers with 212 x 260 images
----------------------------------------------------------------------*/
.productRange212x260 {
	border-left: 0.06em Solid #f2edd3;
}
.productRange212x260 h3 {
	background-color: #f2edd3;
}
.productRange212x260 h3 a, .productRange212x260 h3 a:link, .productRange212x260 h3 a:visited {
	color: #000000;
	background-color: #f2edd3;
	text-decoration: none;
}
.productRange212x260 h3 a:hover {
	color: #F50195;
	background-color: #f2edd3;
	text-decoration: none;
}
/* Product preview (product thumb preview container and text styles)
   5 column layout containers using 122 x 130 images
----------------------------------------------------------------------*/
.salePrice {
	color: #ff0000;
}
.magnify {
	background-image: url(//images2.drct2u.com/content/images/freeformat/magnify.gif);
}
a.magnify, a:link.magnify, a:visited.magnify {
	color: #000000;
	text-decoration: underline;
}
a:hover.magnify {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
/* image hover script - see /js/ballontip.js for config options

----------------------------------------------------------------------*/
.hoverStyle {
	border: 1px solid black; /*Hover window frame colour */
	background-color: white; /*Hover window bg colour */
	/*Remove line below to remove IE shadow effect.
	(The line below should always appear last within this class) */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135, Strength=5);
}
/* Footer container
----------------------------------------------------------------------*/
#footer {
	/*border-top:2px solid #ffcc99;*/
	background-color: #000;
	padding: 0;
	margin: 0;
	height: 30px;
	color: #fff!important;
	width: 1003px;/*border-bottom:2px solid #FFEFD7;*/
	/*background-color: #FFEFD7;*/
}
/* Footer navigation
----------------------------------------------------------------------*/
#footer ul {
	color: #FFEFD7;
}
#footer ul a, #footer ul a:link, #footer ul a:visited {
	color: #fff;
	text-decoration:none;
	font-size:11px;
}
#footer ul A:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}
#footer ul li.sitemap, #footer ul li.aboutus, #footer ul li.termsandconditions, #footer ul li.legal {
	border-right:1px solid #FFEFD7;
	padding:0 10px;
	margin:0;
}
#footer ul li.legal {
	border-right:none;
}

.logoContainer div {
	margin:0 100px 0 0;
}
.logoContainer div:last-child {
	margin-right:0;
}
.logoContainer div.nortonSecured {
	margin-right:0;
}

#Flags {
	display:none;
}

/* Link colours - HTML buttons used on Sign In pages. 
(No need to modify - white text for all sites.)
---------------------------------------------------------------------*/
tr.tablecell a:link, tr.tablecell a:visited {
	font-size: 12px;
	padding: 0em;
	margin: 0em;
	color: #ffffff;
}
tr.tablecell a:hover {
	color: #ffffff;
}
/* QuickWins Project - Product Sort Panel (contains number of results, sort by drop down box, page numbers, next and previous buttons)
----------------------------------------------------------------------*/
.productSort, #resultsPages {
	background-color: #e2a560;
	background-image: url(//images2.drct2u.com/content/images/FGN/fgn_SBI_productSortBG.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
/* Not currently used */
.productPages .spacer, .productPages .current {
}
.productPages .previous, .productPages .next {
	background-color: #E07E05;
	color: #ffffff;
}
/* Next has arrow graphic background */
.productPages .next a, .productPages .next a:hover {
	background-image: url(//images2.drct2u.com/content/images/FGN/fgn_SBI_nextPage.gif);
	background-repeat: no-repeat;
}
.productPages a, .productPages a:link, .productPages a:visited, .productPages a:hover {
	color: #ffffff;
}
.productPages a:hover {
	background-color: #c30166;
	background-image: none;
	color: #ffffff;
}
}
/*Implemented the catlogue Image*/
.catImage {
	width: 305px;
	height: 360px;
	background-image: url(//images2.drct2u.com/content/images/psg28images/100513SS_simplybe_ie_catalogue.jpg);
	background-repeat: no-repeat;
}
.catImageSmall {
	width: 240px;
	height: 280px;
	background-image: url(//images2.drct2u.com/content/images/psg28images/100513SS_simplybe_ie_catalogue_small.jpg);
	background-repeat: no-repeat;
}
/* QuickWins Project - Product Sort Panel (contains number of results, sort by drop down box, page numbers, next and previous buttons)
----------------------------------------------------------------------*/
.productSort, #resultsPages {
	background-color: #e2a560;
	background-image: url(//images2.drct2u.com/content/images/FGN/1007aw_DAL_productsortBG.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
/* Not currently used */
.productPages .spacer, .productPages .current {
}
.productPages .previous, .productPages .next {
	background-color: #6c003f;
	color: #ffffff;
}
/* Next has arrow graphic background */
.productPages .next a, .productPages .next a:hover {
	background-image: url(//images2.drct2u.com/content/images/FGN/1007aw_DAL_fgnnextpage.gif);
	background-repeat: no-repeat;
}
.productPages a, .productPages a:link, .productPages a:visited, .productPages a:hover {
	color: #ffffff;
}
.productPages a:hover {
	background-color: #c30166;
	background-image: none;
	color: #ffffff;
}
.sideNavFGN3 {
	background: none;
}
/* Modal Branding
-----------------------------------------------------------------*/
#jdwModalOuterContent h1, #jdwModalOuterContent h2 {
	color: #B00065!important;
}
#jdwModalOuterContent h3 {
	color: #000;
}
#navTabs li.selected span {
	background: url("//images2.drct2u.com/content/common/images/commongui/modal-simplybe-selected.gif") no-repeat scroll center bottom transparent;
}
#navTabs li.selected a, #navTabs a:hover {
	color: #fff;
}
#navTabs li a {
	background: url("//images2.drct2u.com/content/common/images/commongui/modal-nav-bg.gif") repeat scroll center bottom #c2c4c6;
	color: #fff;
	border-right: 1px solid #414141;
	border-left: 1px solid #414141;
	border-top: 1px solid #000;
}
#navTabs li.selected a, #navTabs a:hover {
	background: url("//images2.drct2u.com/content/common/images/commongui/modal-simplybe-selected-bg.gif") repeat scroll center bottom #B00065;
	border-right: 1px solid #B00065;
	border-left: 1px solid #B00065;
	border-top: 1px solid #B00065;
}
#navTabs_container {
	border-bottom: #b00065 3px solid;
}
.sizeGuideTblTitle {
	background: url("//images2.drct2u.com/content/common/images/commongui/simplybe-table-title.gif") repeat-x scroll center bottom #ed2698;
	color: #FFF!important;
}
