/*

Oxendales.co.uk Style Stylesheet
--------------------------------
Last updated 21/03/14
Top Nav and Footer styles now moved to siteNav.css

*/

body {
	background: #f4f4f4 url(//images2.drct2u.com/content/images/homepages/1312SS_G1_pagebg.png) repeat-y center top;
	width: 100%;
}

h1, .largetitle {
	color: #231f20;
}

h1 span {
	color: #231f20;
}

h2 {
	color: #231f20;
}

h3 {
	color: #231f20;
}

h4 {
	color: #231f20;
}

a, a:link, a:visited {
	color: #231f20;
	text-decoration: underline;
}

a:hover {
	color: #231f20;
	text-decoration: none; 
}

img a:link, img a:hover, img a:visited {
	background-color: transparent;
}

#outerPageContainer {
	width: 1000px;
}

/* Header Container */

#headerContainer {
	height: 90px;
	margin: 0;
	width: 1000px;
}

#brandLogo-2 {
	background: transparent;
	height: 90px;
	width: 158px;
}
#brandLogo-2 a {
	float: left;
	margin: 0;
}

#brandLogo-2 a img {
	display: block;
}

#brandLogo-2 a:hover {
	background: transparent;
}



/* Account Details */

#account-3 {
    background: none;
    border-left: medium none;
    height: auto;
    left: 248px;
    position: absolute;
    top: 0;
    width: 352px;
}
ul#accountList {
    left: 0;
	padding: 0;
    position: absolute;
    text-transform: none;
    top: 10px;
    width: 300px;
}
ul#accountList li {
    float: left;
}
ul#accountList li a {
	color: #231f20;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
ul#accountList a:hover {
    background: none;
   	color: #231f20;
    text-decoration: underline;
}
li#SignInHeaderLink, li.myaccount, li#RegisterHeaderLink, li#SignOutHeaderLink {
    padding: 0 24px 0 0 !important;
}
ul#siteInfoList {
    left: 638px;
	margin: 0 !important;
	padding: 0;
    position: absolute;
	text-align: right;
    text-transform: none;
    top: 10px;
    width: 120px !important;
}
ul#siteInfoList li {
	line-height: 1em;
    margin: 0;
	padding: 0;
}
ul#siteInfoList li a {
	color: #231f20;
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0 6px 0 0;
    padding: 0;
    text-decoration: none;
}

ul#siteInfoList a:hover {
    background: none;
    color: #231f20;
    text-decoration: underline;
}

/* Search Area */

#searchArea-4 {
    height: 30px;
    left: 248px;
    padding: 0;
    position: absolute;
    top: 44px;
    width: 300px;
}

#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: 12px;
	font-weight: normal;
    height: 20px !important;
    margin: 0;
    padding: 4px 0 4px 6px !important;
    width: 228px;
}

/* #searchArea-4 select#searchCategories {
    border: 1px solid #C4C4C4;
    display: inline-block;
    float: left;
    height: 24px;
    margin: 0 6px 0 0;
    padding: 3px 2px 2px;
    width: 100px;
} */

#searchArea-4 #searchCategories {
	display: none;
}

#searchArea-4 input.searchButton {
    background: #423a3c;
    border: none;
    color: #fff;
	font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    padding: 0 6px;
	width: 60px;
}

#searchArea-4 input.searchButton:hover {
	background: #5c5356;
}

/* Bag Area */

#bagArea-5 {
    height: auto;
    position: absolute;
    left: 576px;
    top: 44px;
	width: 300px;
}
#bagArea-5 p {
    color: #000;
	float: right;
	height: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
}
#bagArea-5 p#viewMiniBagLink {
	background: #d91473 url;
	color: #fff;
	font-size: 12px;
	padding: 0;
}
#bagArea-5 p#numberBagItems {
	background: #f4f4f4  url(//images2.drct2u.com/content/images/homepages/1312SS_G1_sprite.png) no-repeat 8px -237px;
	color: #423a3c;
	font-size: 12px;
	height: 21px;
	padding: 9px 8px 0 34px;
}
#gotoCheckOutContainerLink {
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
}
#gotoCheckOutContainerLink a, #gotoCheckOutContainerLink a:link, #gotoCheckOutContainerLink a:visited {
	background: #d91473;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 21px;
	padding: 9px 8px 0;
    text-decoration: none;
}
#gotoCheckOutContainerLink a:hover {
	background: #ed2183;
    color: #fff;
    text-decoration: none;
}
ul#bagList {
    background: none;
    padding: 0;
    position: relative;
}
ul#bagList li {
    float: left;
}
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 {
    color: #fff;
    display: block;
    font-size: 11px;
    height: 19px;
    padding: 5px 0 0;
    text-align: center;
    text-decoration: none;
    width: 102px;
}
li#GoToCheckoutHeaderLink a:hover {
    color: #fff;
}
#bagList li.wishlist {
    left: 351px;
    position: absolute;
    top: 20px;
    width: 73px;
}
li.quickorder {
    left: -107px;
    position: absolute;
    top: -34px;
    width: 73px;
}
li.quickorder a {
	color: #423a3c !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#bagList li.wishlist a {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}
#bagList li.wishlist a:hover, li.quickorder a:hover {
    text-decoration: underline;
}

/* Customer Greeting */

#greeting-10 {
	left: 351px;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 300px
}

#greeting-10 p {
	float: left;
	font-size: 11px;
	margin: 0 6px 0 0;
	padding: 0 !important;
}

#greeting-10 p.logInTitle {
	font-size: 12px;
	font-weight: bold;
}

#greeting-10 p.logInTitleCredit {
	color: #000;
	font-weight: normal;
}

#greeting-10 #clientName {
	color: #d91473;
}

#availableToSpendMessageContainer {
	float: left;
}

#greeting-10 a #questionMark {
	margin: -1px 0 0 0;
}

/* Previous Site */

#previousSite-6 {
	height: auto;
	margin: 5px 0;
}

#previousSite-6 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#previousSite-6 ul li {
	padding: 6px;
}

#previousSite-6 ul li:first-child {
	background: none;
	padding: 6px 6px 6px 0;
}

#previousSite-6 ul li {
	background: #f4f4f4;
	padding: 6px;
}

#previousSite-6 ul li a {
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#previousSite-6 ul li a:hover {
	text-decoration: underline;
}

/* tablecell - Site specific colour - Set to same colour as Top Navigation
------------------------------------------------------------------------*/
.tablecell {
	background: #111;
}


/* Breadcrumb */

#breadcrumbNav {
	margin: 0;
}

#breadcrumbNav a {
	color: #231f20;
	font-weight: normal !important;
	font-size: 14px !important;
	font-family: 'FunctionProBook', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#breadcrumbNav h1, #breadcrumbNav span  {
	color: #231f20;
	font-weight: normal !important;
	font-size: 14px;
	font-family: 'FunctionProBook', Arial, Helvetica, sans-serif;
}

.breadcrumbcuelink {
	font-size: normal;
}


/* Main Site Colour
------------------------------------------------------------------------*/
.mainsitecolour {
	background: #185b86;
}

/* sidebartext - Incentive code box text
------------------------------------------------------------------------*/
.sidebartext {
	color: #fff;
}

/* Account Transactions page - 'Information on your account' text
------------------------------------------------------------------------*/
.acctssubtitle {

	color: #185b86;
}

/* Quick Order Form styles
------------------------------------------------------------------------*/
.qofheadingnumber {
	color: #fff;
}
.qofheadingtitle {
	color: #fff;
}

/* All styles below are for shop window 'SEO' pages
------------------------------------------------------------------------*/
.productArea a {
	font-weight: bold; 
	color: #B96511;
	text-decoration: none;
}
.productArea a:hover {
	color: #E3BD83;
	text-decoration: underline;
}
.productArea {
	background-position: 50% bottom; 
	background-image: url(//images2.drct2u.com/content/images/freeformat/SEO-Product-footerswirls.gif); 
	background-repeat: no-repeat; 
	background-color: #FFEDDE;
}
.shopWindow a:hover {
	background-color: transparent;
}
h1.LifestyleDefault {
	font-size: 1.56em; /* 25px Changed to EM value*/ 
	color: #fff; 
	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: #fff;
}
.shopwindowfolder {
	border: 1px solid #B96511; 	
	background-color: #fff;
}
h2.LifestyleDefault {
	font-size: 0.75em; /* 12px Changed to EM value*/
	color: #fff; 
	background-color: #1e1e1e;
}
.marqueBox {
	background-color: #E3BD83;
}
.marqueBox h2 {
	color: #fff;
}
.pwHeader h2 {
	font-size: 0.69em; /* 11px Changed to EM value*/ 
	color: #fff; 
	background-color: #E3BD83;
}
h1.NoLifestyleDefault {
	font-size: 1.56em; /* 25px Changed to EM value*/ 
	color: #fff; 
	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 #B96511; 	
	background-color: #fff;
}
h2.NoLifestyleDefault {
	font-size: 0.88em; /* 14px Changed to EM value*/  
	color: #fff; 
}
h1.Catwalk {
	font-weight: normal; 
	font-size: 1.56em; /* 25px Changed to EM value*/  
	color: #fff; 	
	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: #fff; 
	background-color: #1e1e1e;
}

/* Guided Navigation (LEFT NAV)
----------------------------------------------------------------------*/
#guidedNav-8 {
	display: block;
	float: left;
	line-height: 1.125em;
	margin: 10px 10px 5px 0;
	padding: 0 0 5px 0;
	width: 170px;
}
#guidedNav-8 ul {
}

#guidedNav-8 p {
	padding: 3px 0;
}
#guidedNav-8 a, #guidedNav-8 a:link, #guidedNav-8 a:visited {
	font-weight: normal;
}
#guidedNav-8 a:hover {

}
#guidedNav-8 p.narrowByTitle {
	padding: 0;
}
#guidedNav-8 p.narrowByTitle span {
	color: #231f20;
	font-weight: normal !important;
	font-size: 14px !important;
	font-family: 'FunctionProBook', Arial, Helvetica, sans-serif;
	padding: 0;
	text-decoration: none;
}

#guidedNav-8 #selectedFiltersHeader {
	border-bottom: 1px solid #f4f4f4 !important;
	font-size: 13px !important;
	font-family: 'FunctionProDemi', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#guidedNav-8 .refinementHeader {
	border-bottom: 1px solid #f4f4f4 !important;
	font-size: 13px !important;
	font-family: 'FunctionProDemi', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#guidedNav-8 .refinementHeader span {
	background: url(//images2.drct2u.com/content/images/FGN/1312SS_G1_refinement_arrow.png) no-repeat;
}

.magnify {
	background-image: url(//images2.drct2u.com/content/images/freeformat/magnify.gif);
}

a.magnify, a:link.magnify, a:visited.magnify {
	color: #185b86;
	text-decoration: underline;
}

a:hover.magnify {
	color: #185b86;
	background-color: #fff;
	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);
}

/* 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: 0;
	margin: 0;
	color: #fff;
}
tr.tablecell a:hover{
	color: #fff;
}

/* Product Sort Panel */

#searchResultsHeader {
	width: 820px;
	margin: 0 !important;
}

.productSort {
	background-color: #fff;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	height: 40px;
	width: 820px !important;
}

#sortByOptions, .recordsPerPage {
	background: #fff;
	padding: 8px 0;
	margin: 0 43px 0 0;
}
.resultsPages {
	background: #fff;
	padding: 8px 0 0;
}
.resultsPages .productPages {
	padding: 3px 0 0;
}

#sortByOptions p, .recordsPerPage p, .productPages .productPagesTxt {
	font-size: 13px !important;
	padding: 2px 8px 0 0;
}

#sortByOptions select, .recordsPerPage select {
	margin: 2px 0 0 0 !important
}

.productPages .current {
	color: #231f20;
	background: #ebebeb;
	height: 20px !important;
	font-size: 12px;
	padding: 1px 5px 0 !important;
}

.productPages span {
	height: 24px !important;
	padding: 0 !important;
}

.productPages .next a, .productPages .next a:link, .productPages .next a:visited {
	background: none !important;
	text-decoration: none;
}

.productPages .next a:hover {
	background: none !important;
	text-decoration: underline;
}

.productPages a, .productPages a:link, .productPages a:visited, .productPages a:hover {
	color: #231f20;
	display: inline-block;
	float: left;
	font-weight: bold;
	padding: 1px 3px 0;
	text-decoration: none;
}

.productPages a:hover {
	color: #231f20;
	background: #fff;
	text-decoration: underline;
}

/* Product Images and Links */

.productPreviewImage {
	/* add this when all images are on white bg - need IE tweak also
	border: 1px solid #ebebeb;
	*/
}

.productTitle a {
	text-decoration: none;
}

.productTitle a:hover {
	text-decoration: underline;
}

.priceInfo .salePrice {
	color: #d91473;
}

#productWindowContent .overImg {
	height: auto !important;
	margin-left: 4px !important;
	margin-top: -64px !important;
	width: auto !important;
}

/* ===== Order Basket JDW style May 2013 RW ==== */

.fantasticOffers {
    background-image: url("/content/common/images/orderBuilding/jdw-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/jdw-ob-banner-sprite-n.png") no-repeat scroll 0 0 transparent !important;
    height: 32px;
    width: 250px;
}

.orderContainer .sHeader2 {
    background: url("/content/common/images/orderBuilding/jdw-ob-banner-sprite-n.png") no-repeat scroll 0 -33px transparent !important;
    height: 32px;
    width: 250px;
}

.orderContainer .sHeader3 {
    background: url("/content/common/images/orderBuilding/jdw-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 JDW style May 2013 RW ==== */

/* Generic Cartridge template Amends */

#LPtemplate1, #LPtemplate3 {
    width: 1000px !important;
}

#LPT1_slot3, #LPT1_slot4, #LPT1_slot5, #LPT3_slot3, #LPT3_slot4, #LPT3_slot5, #LPT3_slot6, #LPT3_slot7, #LPT3_slot8, #LPT3_slot9 {
    margin-right: 0 !important;
    width: 820px !important;
}

/* Web Font - Function Pro */

@font-face {
    font-family: 'FunctionProBook';
    src: url('FunctionPro-Book-webfont.eot');
    src: url('FunctionPro-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('FunctionPro-Book-webfont.woff') format('woff'),
         url('FunctionPro-Book-webfont.ttf') format('truetype'),
         url('FunctionPro-Book-webfont.svg#FunctionProBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FunctionProDemi';
    src: url('FunctionPro-Demi-webfont.eot');
    src: url('FunctionPro-Demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('FunctionPro-Demi-webfont.woff') format('woff'),
         url('FunctionPro-Demi-webfont.ttf') format('truetype'),
         url('FunctionPro-Demi-webfont.svg#FunctionProDemi') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Autocomplete Styling */

.ui-autocomplete {
z-index: 999;
top: -1165px;
left: 760px;
display: block;
width: 228px !important;
position: relative;
background-color: white;
list-style-type: none;
padding: 5px;
border:1px solid #CCCCCC;
}
	
.ui-autocomplete a {
	text-decoration:none;
	color:#999;
	font-style:italic;
	cursor:pointer; cursor:hand;
}

.ui-autocomplete a:hover {
text-decoration:underline;
}