/* Hobbs Structure Stylesheet
Related Job No.: hob287
Author: Dan Scotton (danscotton@gmail.com)
----------------------------------------------------*/
/* RESET STYLESHEET
----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
:focus {
/*outline: 1px dotted #eee;*/
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
img { display:block; }


/* BODY
----------------------------------------------------*/
html { background-color:#000; }
body {
font-size:62.5%; /* 10px default */
font-family:Arial, Helvetica, Verdana, sans-serif;
font-weight:normal;
color:#fff;
background-color:#000;
}
#skip {
display: none;
}

/* ELEMENT STYLES
----------------------------------------------------*/
p {
margin:4px 0 8px 0;
line-height:1.3em;
} 
h1 {
font-size:2.166em; /* 26px (26/12) */
font-weight:normal;
color:#333;
margin-top:24px;
}
h2 {
font-size:1.583em; /* 19px (19/12) */
font-weight:bold;
color:#333;
margin-top:20px;
}
h3 {
font-size:1.583em; /* 19px (19/12) */
font-weight:normal;
color:#666;
margin-top:12px;
}
h4 {
font-size:1.166em; /* 14px (14/12) */
font-weight:bold;
color:#666;
margin-top:12px;
}
h5 {
font-size:1.167em; /* 14px (14/12) */
font-weight:normal;
color:#666;
margin-top:12px;
}
a {
color:#333;
text-decoration:none;
}
a:hover {
color:#000;
text-decoration:underline;
}


/* ELEMENT CLASSES
----------------------------------------------------*/
.no_border {
margin-right: 0 !important;
padding-right: 0 !important;
border-right: 0 !important;
}

/* PAGE CONTAINERS
----------------------------------------------------*/
#container {
position: relative;
margin: 0 auto;
width: 985px;
}
#page {
position: relative;
float: left;
min-height:590px;
background-color: #fff;
color:#333;
font-size:1.2em; /* 12px */
}
/* HEADER
----------------------------------------------------*/
#header {
/*position:relative;
top:0;
left:0;
z-index:5;*/
background-color:#000;
min-height:77px;
}

/* Primary Nav */
#header ul#primaryNav {
float: left;
position:relative;
z-index:200;
}
#header ul#primaryNav li {
float: left;
position:relative;
}
#header ul#primaryNav li a {
display: block;
}
#header ul#primaryNav li#logo {
padding: 18px 20px 0;
}
#header ul#primaryNav li#shop a,
#header ul#primaryNav li#outfits a,
#header ul#primaryNav li#magazine a,
#header ul#primaryNav li#storeinfo a,
#header ul#primaryNav li#signup a {
margin: 40px 20px 0 0;
height: 30px;
background: transparent url(/images/structural/header/primary_nav_sprite.gif) left top no-repeat;
text-indent: -9999px;
}

/* Default nav states */
#header ul#primaryNav li#shop a {width: 55px; background-position: 0 0;}
#header ul#primaryNav li#outfits a {width: 79px; background-position: -75px 0;}
#header ul#primaryNav li#magazine a {width: 98px; background-position: -174px 0;}
#header ul#primaryNav li#storeinfo a {width: 109px; background-position: -292px 0;}
#header ul#primaryNav li#signup a {width: 76px; background-position: -421px 0;}

/* Hover nav states */
#header ul#primaryNav li#shop a:hover {background-position: 0 -30px;}
#header ul#primaryNav li#outfits a:hover {background-position: -75px -30px;}
#header ul#primaryNav li#magazine a:hover {background-position: -174px -30px;}
#header ul#primaryNav li#storeinfo a:hover {background-position: -292px -30px;}
#header ul#primaryNav li#signup a:hover {background-position: -421px -30px;}

/* Selected nav states */
#header ul#primaryNav li#shop a.selected {background-position: 0 -30px;}
#header ul#primaryNav li#outfits a.selected {background-position: -75px -30px;}
#header ul#primaryNav li#magazine a.selected {background-position: -174px -30px;}
#header ul#primaryNav li#storeinfo a.selected {background-position: -292px -30px;}
#header ul#primaryNav li#signup a.selected {background-position: -421px -30px;}

/************ Phase 3 nav sprite styles ********************/

#header #shopPrefix span,
#header #departments a,
#header #collections a,
#header #clearance a,
#header #newsOffers a {
display:block;
margin: 44px 8px 0 0;
height: 33px;
background: transparent url(/images/structural/header/primary_nav_sprite_phase3.gif) left top no-repeat;
text-indent: -999em;
}

/* Phase 3 Default nav states */
#header #shopPrefix span {width: 63px; background-position: 0 0;}
#header #departments a {width: 140px; background-position: -63px 0;}
#header #collections a {width: 140px; background-position: -211px 0;}
#header #clearance a {width: 140px; background-position: -359px 0;}
#header #newsOffers a {width: 172px; margin-left:108px; background-position: -507px 0;}

/* Phase 3 Hover nav states */
#header #departments:hover a, #header #departments a:focus {background-position: -63px -33px;}
#header #collections:hover a, #header #collections a:focus {background-position: -211px -33px;}
#header #clearance:hover a, #header #clearance a:focus {background-position: -359px -33px;}
#header #newsOffers:hover a, #header #newsOffers a:focus {background-position: -507px -33px;}

/************ END Phase 3 nav sprite styles ********************/

/************ Phase 3 Dropdown styles ********************/

#header ul#primaryNav .dropStandard {
position:absolute;
top:77px;
left:-999em;
width:130px;
padding:0 8px 10px 5px;
background:url(../images/structural/header/bg_dropStandard.png) no-repeat left bottom;
display:none;
}
#header ul#primaryNav li:hover .dropStandard {
display:block;
left:0;
}
#header ul#primaryNav .dropStandard li {
float: none;
margin:0;
}
#header ul#primaryNav .dropStandard li a {
display:block;
margin: 0;
padding:4px 0 4px 2px;
height: auto;
width:auto;
background: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.3em;
line-height:130%;
text-decoration:none;
text-indent: 0;
}
#header ul#primaryNav .dropStandard li a:hover {
background-color:#e6e6e6;
}
#header ul#primaryNav .dropStandard ul {
margin:-8px 0 0 0;
}
#header ul#primaryNav .dropStandard ul ul {
margin-top:0;
padding:12px 0 0 0;
border-bottom:1px solid #ccc;
}
/* collection specific */
#header ul#primaryNav #collections .dropStandard {
width:963px;
padding:0 3px 3px 0;
color:#000;
background:url(../images/structural/header/bg_dropCollections.png) no-repeat right bottom;
overflow:auto;
}
#header ul#primaryNav #collections:hover .dropStandard {
left:-390px;
}
#collections .dropCollection {
float:left;
width:321px;
/*position:relative;*/
}
#collections .dropCollection .dropHero {
display:block;
float:left;
border:1px solid #fff;
}
#collections .dropCollection div {
/*margin-left:142px;*/
float:left;
width:160px;
padding:0 9px 0 9px;
height:211px;
}
#header ul#primaryNav #collections .dropCollection div a {
background: none;
text-indent: 0;
}
#header ul#primaryNav #collections .dropCollection .shopLink {
position:absolute;
bottom:0;
}
#collections .dropCollection .title {
display:block;
margin:9px 0 17px 2px;
height:13px;
text-indent:-999em;
background-position:0 0;
background-repeat:no-repeat;
}
#london .title {
background-image:url(../images/structural/header/title_hobbs.gif);
}
#nw3 .title {
background-image:url(../images/structural/header/title_nw3.gif);
}
#le .title {
background-image:url(../images/structural/header/title_le.gif);
}
#header ul#primaryNav #collections .dropCollection li a {
display:block;
padding:24px 0 0 1px;
height:21px;
background:url(/images/structural/header/drop_collection_sprite.gif) 0 0 no-repeat;
}
#header ul#primaryNav #collections .dropCollection li a.about { background-position:0 0; }
#header ul#primaryNav #collections .dropCollection li a.about:hover { background-position:-160px 0; }
#header ul#primaryNav #collections .dropCollection li a.look { background-position:0 -45px; }
#header ul#primaryNav #collections .dropCollection li a.look:hover { background-position:-160px -45px; }
#header ul#primaryNav #collections .dropCollection li a.feature { background-position:0 -90px; }
#header ul#primaryNav #collections .dropCollection li a.feature:hover { background-position:-160px -90px; }
#header ul#primaryNav #collections .dropCollection a span {
position:absolute;
top:-999em;
left:-999em;
}

/************ END Phase 3 Dropdown styles ********************/

/************ Phase 3 integrated search form ********************/

#formContainer {
position:relative;
z-index:201;
}
#headerSearch {
display:block;
position:absolute;
right:0;
top:10px;
width:240px;
}
#headerSearch #search {
width:164px;
margin-right:4px;
}
#headerSearch #searchBtn {
position:relative;
top:4px;
}

/************ END Phase 3 integrated search form ********************/

/* Secondary Nav */
#secContainer {
position:relative;
z-index:201;
}
#header ul#secondaryNav {
position: absolute;
top: 17px;
left: 182px;
}
#header ul#secondaryNav li {
display: inline;
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #FFFFFF;
}
#header ul#secondaryNav li a {
font-size: 1.1em; /* 11px */
color: #FFFFFF;
text-decoration: none;
}
#header ul#secondaryNav li a:hover {
text-decoration: underline;
}

/* Outfit Picker */
#header form#outfitPicker {
position: absolute;
top: 12px;
right: 14px;
}
#header form#outfitPicker label {
padding-right:5px;
font-size: 1.4em; /* 14px */
vertical-align:top;
position:relative;
top:2px;
}
#header form#outfitPicker #outfitSelect {
width: 165px;
vertical-align:top;
}
#header form#outfitPicker p.advanced_search {
margin-right: 1px;
text-align: right;
}
#header form#outfitPicker p.advanced_search a {
padding-right: 6px;
background: #000 url(/images/structural/general/link_arr_right_white.gif) right 4px no-repeat;
font-size: 1.1em; /* 11px */
color: #FFFFFF;
text-decoration: none;
}
#header form#outfitPicker p.advanced_search a:hover {
text-decoration: underline;
}

/* Shopping Basket */
#shopBasket {
position: absolute;
right: 10px;
/*top: 85px;*/
top: 130px;
font-size: 1.3em; /* 13px */
/*z-index: 10;*/
z-index: 5;
cursor: pointer;
}
#shopBasket a {
position:relative;
z-index:10;
display:block;
float:left;
color: #333333;
text-decoration:none;
cursor:pointer;
}
#shopBasket a:hover {
text-decoration: underline;
}
#shopBasket span {
display:block;
float:left;
padding:7px 0 11px;
}
#shopBasket #bagCount {
width:45px;
text-align:center;
font-weight:bold;
background:url(/images/structural/shop/basket_09.gif) no-repeat center 0px;
}


/* NAVIGATION (LEFT)
----------------------------------------------------*/
#nav {
float: left;
padding: 52px 1px 14px;
width: 164px;
}
#nav ul {
margin: 0;
padding: 0;
width: 164px;
}
#nav li {
margin-bottom: 1px;
}
#nav li.title {
margin-top: 10px;
background: transparent url(/images/structural/nav/nav_gradient.png) left top no-repeat;
}
#nav li.title a {
font-size: 1.167em; /* 14px (14/12) */
font-weight: bold;
}
#nav a {
display: block;
zoom: 1;
padding: 6px 4px 5px 19px;
text-transform: uppercase;
text-decoration: none;
font-size: 1.083em; /* 13px (13/12) */
line-height: 1em;
color: #333;
}
#nav a.selected,
#nav a:hover {
background: #000 url(/images/structural/nav/nav_selected.jpg) left top repeat-x;
color: #fff;
}
#nav li.title a.selected,
#nav li.title a:hover {
background: none;
color: #333;
}
/* Subnavigation (nested ULs) */
#nav li ul {
padding: 2px 0;
background: transparent url(/images/structural/nav/nav_gradient.png) left top no-repeat;
}
#nav li ul li a {
/*padding: 5px 4px 4px 19px;*/
padding: 5px 4px 4px 27px;
text-transform: none;
text-decoration: none;
color: #000;
}
#nav li ul li a:hover,
#nav li ul li a.selected {
background: none;
color: #000;
text-decoration: underline;
}
#nav li ul li a.selected {
font-weight: bold;
}

/* subsection navs - ie Outfits Magazine etc */
#nav.subsection {
background: transparent url(/images/structural/nav/nav_gradient.png) 0 29px no-repeat;
}

/************ "Collection" left hand nav styles ********************/

#nav #backlinks {
margin-bottom:12px;
}
#nav #backlinks a {
text-transform: none;
font-size:1em; /* 12px */
padding:4px 0 4px 10px;
margin:0 0 0 19px;
background:transparent url(/images/structural/nav/icon_backlinks.gif) left center no-repeat;
}
#nav #backlinks a:hover {
color: #000;
text-decoration:underline;
}

/************ END "Collection" left hand nav styles ********************/


/* CONTENT
----------------------------------------------------*/
#content {
position:relative;
float:left;
/*z-index:1;*/
width:819px;
background-color:#fff;
color:#333;
}
#content.withoutNav{
padding-left:166px;
}


/* FOOTER
----------------------------------------------------*/ 
#footer {
/*float: left;*/
clear:both;
padding: 15px 20px 60px;
}
#footer .col3-3 {
float: left;
width: 945px;
margin: 0 0 20px;
}
#footer .col3-1 {
float: left;
margin-right: 39px;
width: 289px;
}
#footer .col3-2 {
float: left;
width: 617px;
}
#footer .last_col {
margin-right: 0;
}
#footer h3 {
margin-top: 0;
margin-bottom: 6px;
color: #fff;
}
#footer .col3-3 p {
font-size: 1.1em; /* 11px */
}

/* Newsletter */
#newsletter_form input {
vertical-align: top;
}
#newsletter_email {
margin: 0 4px 0 0;
padding: 0;
width: 200px;
}

/* Shopping confidence */
#shopping_confidence ul {
float: left;
margin: 4px 25px 0 0;
}
#shopping_confidence ul li a {
padding-left: 8px;
background: transparent url(/images/structural/general/link_arr_right_white.gif) left 3px no-repeat;
font-size: 1.1em; /* 11px */
color: #fff;
text-decoration: none;
line-height: 1.4em;
}
#shopping_confidence ul li a:hover {
text-decoration: underline;
}
#shopping_confidence p {
float: left;
margin: 4px 0 0;
}
#shopping_confidence p img {
display: block;
margin: 6px 0 0;
}

/* Copyright */
#footer #copyright {
font-size: 0.909em; /* 10px (10/11) */
}

/* Supplementary Nav */
#supplementary_nav {
margin: 4px 0 0;
}
#supplementary_nav li {
float: left;
margin-right: 6px;
padding-right: 6px;
border-right: 1px solid #fff;
}
#supplementary_nav li a {
color: #fff;
text-decoration: none;
}
#supplementary_nav li a:hover {
text-decoration: underline;
}

/* CLEARFIX
----------------------------------------------------*/ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
} 
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* NON JS LINK PANEL FOR DEEP LINKING
----------------------------------------------------*/ 
div#nojs_prodlink {
position:absolute;
top:2em;
left:2em;
z-index:1000;
width:18em;
padding:1em;
background-color:#E8E3D7;
border:2px solid #877B6B;
}
div#nojs_prodlink h2 {
margin:0;
}
div#nojs_prodlink strong {
font-size:1.2em;
}

