/* Updated: 09:43 13/12/2019 */

/*-------------------
CAT REQUEST PAGE
---------------------*/
#catalogueRequestFormContainer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#717171));
    background-image: -webkit-linear-gradient(top, #717171 400px, #717171 620px);
    background-image: -o-linear-gradient(top, #717171 400px, #717171 620px);
    background-image: linear-gradient(to bottom, #717171 400px, #717171 620px);
    background-repeat: no-repeat;
    margin: 0 0 24px;
    background: url(http://images2.drct2u.com/content/images/FGN/02-08-19-hob-cat-v2.jpg) no-repeat top right !important;
}

body.catalogueRequest #catalogueRequestFormContainer{
padding:0 !important;
}
* {margin:0; padding:0;}

#progbarInfo p {
	display: none;
}

body {
	background-color: #fff;	 
	background-position: center;
	background-position:top;
	background-repeat: repeat-y;
}

#innerPageContainer {	
	background-color: #fff;
}

.viewbag-body #innerPageContainer {
    width: 100%;
}

h1, .largetitle { /* largetitle - Needs to be replaced with H1 tag in future project */
	color: #791c67;
}

.largetitle {
	padding-top:10px;
}

h1 span { /* h1 page title strapline style (used on guided nav pages) */
	color: #999;
}

h2 {
	color: #791c67;
}

h3 {
	color: #791c67;
}

h4 {
	color: #791c67;
}
.salePrice {
	color: red;	
}
a, a:link, a:visited {
	color: #003341;
	text-decoration: none;
}

a:hover {
	color: #003341;
	text-decoration: underline; 
}

img a:link, img a:hover, img a:visited {
	background-color: transparent;
}

/*------------------------- HEADER STYLES -------------------------------*/

#headerContainer {
	height:130px;
	margin: 0;
	padding: 0 0 6px;
	width: 1000px;
}

.gui-logo img {
  max-width: 100%;
}

/* Brand Logo 
------------- */

#brandLogo-2 a, #brandLogo-2 a:link, #brandLogo-2 a:visited {
	margin-left:3px;
	background: transparent;
	width: 200px;
	height:96px;
}

#brandLogo-2 a img {
}

#brandLogo-2 a:hover {
	background: transparent;
	width: 200px;
	height:96px;
}

/* ACCOUNT AREA - DIV 3
--------------------------*/
#account-3 {
	border-left: none;
	background: transparent;
	position: relative;
	width: 352px;
}

/* Sign, account and register */

ul#accountList {
	left: 248px;
	position: absolute;
	text-transform: none;
	top: 20px;
	width: 200px;
	height: 23px;
}

ul#accountList li {
	float: left;
}

ul#accountList li a {
	color: #000;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none
}

ul#accountList a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

li#SignInHeaderLink {
	border-right: 1px solid #b8b8b8;
	padding: 0 6px 0 0;
}

li.myaccount {
	border-left: 1px solid #eee;
	border-right: 1px solid #b8b8b8;
	padding: 0 6px !important;
}

li#RegisterHeaderLink {
	border-left: 1px solid #eee;
	padding: 0 0 0 6px;
}

/* Incentives, Help, Contact Us, Request Catalogue, Track Order */

ul#siteInfoList {
	*left:216px;
	_left:197px;
	left: 239px;
	position: absolute;
	text-transform: none;
	top:79px;
	width:340px;
}

ul#siteInfoList li {
	float: left;
}

ul#siteInfoList li a {
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0;
	text-decoration: none
}

ul#siteInfoList a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}




/* SEARCH AREA - DIV 4
--------------------------*/
#searchArea-4 {
	background: transparent;
	right: 253px;
	height: 24px;
	padding: 0;
	position: absolute;
	top: 50px;
	width: 250px;
}

#searchArea-4 p.title {
	display: none;
}

#searchArea-4 input#searchKeyWords {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: none;
	border-top: 1px solid #ddd;
	color: #423a3c;
    display: block;
    float: left;
	font-size: 11px;
	font-weight: normal;
    height: 14px !important;
    margin: 0;
    padding: 4px 0 4px 6px !important;
    width: 162px;
}

/*#searchArea-4 select#searchCategories {
	border: 1px solid #727272;
	display: inline-block;
	float: left;
	height: 24px;
	margin: 0 4px 0 0;
	padding: 3px 2px 2px;
	width: 106px;
}*/

#searchArea-4 #searchCategories {
	display: none;
}

#searchArea-4 input.searchButton {
	background: url(//images2.drct2u.com/content/images/homepages/110701_AW_FPS_searchbtn.jpg) no-repeat 0 100%;
	border: none;
	color: #fff;
	font-weight: bold;
	margin: 0;

	height:24px;
	padding: 0px 0; *padding: 0px 0;
	_padding: 4px 0 3px 0; /* IE6 padding fix */
	width: 56px;
}

#searchArea-4 input.searchButton:hover {
	background: url(//images2.drct2u.com/content/images/homepages/110701_AW_FPS_searchbtn.jpg) no-repeat 0 0;
}

/* BAG AREA - DIV 5
--------------------------*/
#bagArea-5 {
	height: 60px;
	margin-right: 0;
	width: 175px;
}

#bagArea-5 p {
	color: #00000;
	margin: 0;
	padding: 0px 0 0px 0;		
}

ul#bagList {
	padding: 0;
	position: relative;
	float:none;
}

ul#bagList li {
	float: left;
}


#gotoCheckOutContainerLink {
	float:right;
	margin:9px 0 0;	
	padding: 10px 0 0 0;	
	position:relative;
	width:175px;
	background-image:url("//images2.drct2u.com/content/images/homepages/110701_SS_HOB_HP_searchbimg.jpg");
	background-position:left -18px;
	background-repeat:no-repeat;
}

#gotoCheckOutContainerLink a, #gotoCheckOutContainerLink a:link, #gotoCheckOutContainerLink a:visited {
	text-decoration:underline;
}

li#ShoppingBagHeaderLink {
	position: absolute;
	right: 128px;
	text-align: left;
	top: 20px;
	width: 86px;
}

li#ShoppingBagHeaderLink a, li#ShoppingBagHeaderLink a:visited {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

li#ShoppingBagHeaderLink a:hover {
	text-decoration: underline;
}

li#GoToCheckoutHeaderLink { 
	height: 24px;
	position: absolute;
	right: 8px;
	top: 43px;
	width: 102px;
}

li#GoToCheckoutHeaderLink a, li#GoToCheckoutHeaderLink a:visited { 
	background: url(//images2.drct2u.com/content/images/homepages/1006AW_FPS_checkoutbtn.gif) no-repeat 0 100%;
	color: #fff;
	display: block;
	height: 19px;
	padding: 5px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 102px;
}

li#GoToCheckoutHeaderLink a:hover {
	background: url(//images2.drct2u.com/content/images/homepages/1006AW_FPS_checkoutbtn.gif) no-repeat 0 0;
	color: #fff;
}

li.wishlist {
	position: absolute;
	top: 78px;
	left: 60px;
}

li.quickorder {
	position: absolute;
	left: 114px;
	top: 78px;
}

li.quickorder a {
	color: #000; 
	font-size: 1em;
	font-weight: normal;
	text-decoration: none; 
}

li.quickorder a:hover {
	text-decoration: underline; 
}

li.wishlist a {
	color: #000; 
	font-size: 1em;
	font-weight: normal;
	text-decoration: none; 
}

li.wishlist a:hover {
	text-decoration: underline; 
}

/* LOGGED IN / GREETING - DIV 10 (shown when logged in)
------------------------------------------------------- */

#greeting-10 {
	left: 30px;
	position: absolute;
	top: 34px;
	width: 220px
}

#greeting-10 p.logInTitle, #greeting-10 p.logInTitleCredit {
	color: #000;
	font-weight: bold;
}

#greeting-10 #clientName {
	color: #358c13;
}

#greeting-10 a #questionMark {
	margin: -1px 0 0 4px;
}

/* GO BACK TO PREVIOUS SITE - DIV 6
--------------------------
#previousSite-6 {
	background-color: #f6f7fc;
	border-top: solid 2px #e3e6ff;
}

#previousSite-6 a {
	color: #000;
	text-decoration: underline;
}

#previousSite-6 a:hover {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

*/

.navmesg {
	background-color: #fff;
}

/*---------------------- END HEADER STYLES-------------------------------*/


/* tablecell - Site specific colour - Set to same colour as Top Navigation
------------------------------------------------------------------------*/
.tablecell {
	background: #111;
}

/* 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: #195b9f;
}

/* breadcrumbcue - also used on 'Your order has NOT been submitted yet' text and Incentive Code box on Checkout page
------------------------------------------------------------------------*/
.breadcrumbcue {
	color: #195b9f;
}
a.breadcrumblink {
	color: #195b9f;
	text-decoration: none;
}
a.breadcrumblink:hover {
	background-color: #195b9f;
	color: #fff;
	padding: 0;
	text-decoration: underline;
}
a.breadcrumbcuelink {
	color: #195b9f;
}
a.breadcrumbcuelink:hover {
	color: #195b9f;
	text-decoration: underline;
}


/*---------------------- END HEADER STYLES-------------------------------*/



/* Guided Navigation 
-----------------------------------------------------------------*/


#guidedNav-8 a, #guidedNav-8 a:link, #guidedNav-8 a:visited {
	color: #003340;
}
#guidedNav-8 a:hover {
	color: #535353;
}

/* Footer container
----------------------------------------------------------------------*/

/*#footer {
	width:1003px !important;
	}*/


/* Footer navigation
----------------------------------------------------------------------*/

#footerNav-9 {
	background-image:url(//images2.drct2u.com/content/images/homepages/100720_HOB_footer.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	height:15px;
	margin:6px;
	width:999px;
}


#footerNav-9 a, #footerNav-9 a:link, #footerNav-9 a:visited {
	color: #ffffff;
	line-height: 15px;
}


#footerNav-9 a:hover {
	color: #ffffff;
	text-decoration:underline;
}

/* Modal branding */
#navTabs_container{
	border-bottom: 3px solid #133942;
}	
#navTabs li.selected span{
    background: url("//images2.drct2u.com/content/common/images/commongui/modal-hob-selected.gif") no-repeat scroll center bottom transparent;
}	
#navTabs li a {
    background:url("//images2.drct2u.com/content/common/images/commongui/modal-selected-bg.gif") repeat scroll center bottom #c2c4c6; 
    border-right: 1px solid #444343;
	border-left: 1px solid #444343; 
	border-top: 1px solid #444343;  
	color:#fff!important;
}
#navTabs li.selected a, #navTabs a:hover {
    background:url("//images2.drct2u.com/content/common/images/commongui/modal-hob-selected-bg.gif") repeat scroll center bottom #000; 
	border-right: 1px solid #133942; 
    border-left: 1px solid #133942; 
    border-top: 1px solid #133942; 
}
#jdwModalTitle, #sizeguide_container h1 {
	color: #255865;
}


/* ===== Order Basket HOB style May 2013 RW ==== */

.fantasticOffers {
    background-image: url("/content/common/images/orderBuilding/hob-ob-fantastic-deals-header.png") !important;
    border-radius: 0.5em 0 0 0;
    float: left;
    height: 39px;
    margin: -10px -13px;
    width: 645px;
}

.orderContainer .sHeader1 {
    background: url("/content/common/images/orderBuilding/hob-ob-banner-sprite-n.png") no-repeat scroll 0 0 transparent !important;
    height: 32px;
    width: 250px;
}

.orderContainer .sHeader2 {
    background: url("/content/common/images/orderBuilding/hob-ob-banner-sprite-n.png") no-repeat scroll 0 -33px transparent !important;
    height: 32px;
    width: 250px;
}

.orderContainer .sHeader3 {
    background: url("/content/common/images/orderBuilding/hob-ob-banner-sprite-n.png") no-repeat scroll 0 -66px transparent !important;
    height: 32px;
    width: 250px;
}

.nowPriceFormat {
	color: black;
	font-size: 25px !important;
}

/* ===== END Order Basket HOB style May 2013 RW ==== */


/* Autocomplete Styling */

.ui-autocomplete {
	z-index: 999;
	top: -1165px;
	left: 760px;
	display: block;
	width: 172px!important;
	position: absolute;
	background-color: white;
	list-style-type: none;
	padding: 5px;
	border: 1px solid #CCC
}
.ui-autocomplete a {
	text-decoration: none;
	color: #999;
	font-style: italic;
	cursor: pointer;
	cursor: hand
}
border-bottom:1px solid #EAEBED;
.ui-autocomplete a:hover {
	text-decoration: underline
}


/* Product Detail Styling */

.carouselContainer .carouselHeader {
	color: #000 !important;
}






/**********************************************************************************/
/********************** styling fixes for new Product Details page ****************/
/**********************************************************************************/

.outerPageContainer {
	background-color: #FFFFFF;
}
/*
.outerPageContainer #r-siteHeader {
	max-width: 1005px !important;
	width: 100% !important;
	margin: 1px auto !important;
}

.outerPageContainer #LM_topNavigation {
	max-width: 1005px !important;
	width: 100% !important;
	margin: 0 auto !important;
}*/

.outerPageContainer #productHeading h1 {
    font-size: 20px !important;
    font-weight: normal;
}

.outerPageContainer a.chatButton {border-radius:0;}

.outerPageContainer h3.productNowPrice {font-size: 20px; color:#000000; }
.outerPageContainer h3.productSavePrice {font-size: 20px;}
.outerPageContainer h2.productCode, .outerPageContainer #sizeGuideButton, .outerPageContainer .prodDetailsButton {font-size: 12px !important;}
.outerPageContainer #accordion h2, .outerPageContainer .pdp-affinities h3 {font-size:16px;}

.outerPageContainer .jdw-rr-button:hover {text-decoration:none;}
.outerPageContainer .jdw-rr-priceInfo p {font-size:14px;}

.outerPageContainer a.btn.primaryBtn {font-weight:bold !important;}
.outerPageContainer #accordion h2 { letter-spacing:1px; background-color: #1B4958; color:#ffffff; font-size:16px; background-position: right 10px top 3px; padding:9px 10px 8px 10px;}
.outerPageContainer #accordion h2.active {background-position: right 10px top 3px; padding:9px 10px 8px 10px;}

.outerPageContainer .pdp-affinities h3 {letter-spacing:1px; background-color: #1B4958; color:#ffffff; font-size:16px; padding:9px 10px 8px 10px}

.outerPageContainer .jdw-rr-productHolder .rsNavSelected { background:none repeat scroll 0 0 #F0F0F0;}
.outerPageContainer .rsOverflow { border-color:#F0F0F0;}

.outerPageContainer .rsOverflow h1 {font-size: 20px;}
.outerPageContainer .rsOverflow h3, .outerPageContainer .outfitBuilderWrap h3 {font-size:16px;}
.outerPageContainer .outfitBuilderWrap .addedToBagBox .prodAddedTitle h2 {color:#000000;}

.outerPageContainer .outfitBuilderWrap .prodAddedShopBtn { text-transform:uppercase;}
.outerPageContainer a.btn.tertiaryBtn {text-transform:uppercase; font-size:12px; letter-spacing: 0.5px;}


nav#LM_topNavigation #primaryNav > li *,
nav#LM_topNavigation #primaryNav > li :before,
nav#LM_topNavigation #primaryNav > li :after
{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


/** PRODUCT PAGE HEADING STYLES **/


#searchResultsHeader {
    /* float: left; */
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important; }

#searchResultsHeader h2 {
    width: auto !important;
    height: auto !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    font-size: 2.5em !important;
    color:#222 !important; }


  #searchResultsHeader #strapline {
     font-size: 0.5em !important;
	display: block !important; }
	
	/* new pdp quantity fix */ 
.pdp-attributes .quantity-option {
    display: block !important;
}

/* New PLP/PDP badge styles*/


/* Badge Styling */
.overRoundel.sale-badge, .overRoundel.newin-badge {
    font-family: "GibsonRegular", Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    font-weight: normal !important;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

/* Sale badge */
.overRoundel.sale-badge {
    background: #ff0041;
}

/* New In */

.overRoundel.newin-badge {
    background: #326cb3;
}
