/*
original css: Adam Jefferson
Update December 2011
*/


body {
	font-size: 0.75em;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

#accessifynav {
	left: 0;
	position: absolute;
	top: -9000px;
}

#content {
	width: 990px;
	margin: 10px auto 0;
}
.centre {
	display: block;
	margin: 0 auto;
}
.large {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	line-height: 1.3em;
}
div#home ul {
	display: block;
	height: 465px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
	width: 351px;
	float: right;
	padding: 10px 0 0 0;
	margin: 0 0 10px 10px;
}

#main p {
	margin: 10px 0;
}
/*** Left nav ***/
	
a {
	color: #231f20;
}
h1 {
	margin: 0 0 29px 0;
}
h1 a {
	background: url(../images/h1_topshop_topman.gif) top left no-repeat;
	width: 149px;
	height: 40px;
	display: block;
}

#leftnav {
	float: left;
	width:149px;
	padding: 20px 20px 20px 10px;
}

#leftnav ul {
	padding-left: 0;
	margin: 0;
}

#leftnav li {
	list-style: none;
	width: 149px;
	padding: 3px 0 0 0px;
	margin: 10px 0 0 0;
}

#leftnav li a {
	text-decoration: none;
	color: #000000;
	display: block;
	font-weight:bold;
	padding-bottom: 3px;
}


/* FIRST level nav*/
#leftnav ul li a {
	color:#000
}

#leftnav ul li.active_item a {
	color:#666;
}

#leftnav ul li a span {
	display:none;
}


/* SECOND level nav*/
#leftnav ul li ul {
}

#leftnav ul li ul li {
	background: url(../images/dash.gif) no-repeat #f1f1f1;
	width: 140px;
	padding: 2px 0 3px 15px;
	margin: 0 0 0 0px;
	font-size: 0.9em;
	float:left;
}

#leftnav ul li.active_item ul li a {
	color:#000;
}

#leftnav ul li ul li a {
	color:#000;
	padding-bottom: 0;
	font-weight:normal!important;
	text-decoration:underline;
}

#leftnav ul li ul li.first {
	padding-top: 4px;
}

#leftnav ul li ul li.last {
	padding-bottom: 8px;
	margin-bottom:11px;
}

#leftnav ul li ul li.image {
	background:none;
}

#leftnav ul li ul li a.replace {
	margin:5px 0;
}

#leftnav ul li a:hover, #leftnav ul li ul li a:hover {
	color: #333;
}


/* THIRD level nav*/
#leftnav ul li ul li ul li {
	background:none;
	width: 120px;
	padding: 0 0 3px 15px;
}

#leftnav ul li ul li ul li a {
}
/* begin javascript behaviour classes */

#leftnav li.hidden_item ul {
	display: none;
}

#leftnav ul li.active_item span {
	display:none
}
/*#leftnav li a span {
	margin-left: 5px;
	display: none;
	}

#leftnav ul li ul li a:hover {
	color: #999;	
	}

#leftnav ul li.active_item a {
	color: #000;
	}

#leftnav ul ul li.active_item {
	color: #fff;
	}

#leftnav ul li.active_item li a {
	color: #231F20;
	}
*/
	
/* end javascript behaviour classes */
	

	

	
#leftnav ul ul li a.topshop_nav {
	background: url(../images/lh_nav_topshop.gif) top left no-repeat;
	width: 86px;
	height: 13px;
	margin-top: 1px;
	display: block;
}

#leftnav ul ul li a.topman_nav {
	background: url(../images/lh_nav_topman.gif) top left no-repeat;
	width: 84px;
	height: 12px;
	display: block;
}
/*** Top nav ***/

#topnav {
	float: left;
	width: 760px;
	border-left: 1px solid #c7c7c7;
	height: 45px;
	margin-top: 10px;
	padding: 0 20px 15px;
}

#topnav ul {
	width: 150px;
	float: right;
}

#topnav li {
	list-style-type: none;
	float: right;
	margin-bottom: 8px;
}
.topnav_1, .topnav_2 {
	background: url(../images/shop_topshop.gif) top right no-repeat;
	width: 135px;
	height: 11px;
	display: block;
}
.topnav_2 {
	background: url(../images/shop_topman.gif) top right no-repeat;
}
/*** Main content section ***/
	
#main {
	border-left: 1px solid #C7C7C7;
	float: left;
	height: auto !important;
	min-height: 500px;/* Carries grey bar down to bottom of LH nav. Following 2 lines fix IE6 */
	padding: 0 20px 15px;
	width: 760px;
}
h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.4em;
	margin: 10px 0 5px 0;
}
* html h2 {
	margin: 24px 0 -5px 0;
}
h3, h4 {
	margin-bottom: -12px;
	font-size: 1em;
}

#main #home h3 {
	background: url(../images/h3_be_inspired.gif) top left no-repeat;
	width: 215px;
	height: 95px;
	margin-top: 110px;
	margin-bottom: 0;
}

#main img.floatleft {
	float: left;
	padding: 0 10px 10px 0;
}

#main img.floatright {
	float: right;
	padding: 0 0 10px 10px;
}

#main .read_more {
	text-align: right;
}

#main .read_more a {
	color: #000;
	margin: 10px 50px 15px 0;
}

#main #home .read_more a {
	text-transform: uppercase;
	color: #000;
	margin: -10px 0 0 0;
}
/*** Search section ***/

#search iframe {
	margin-top: 15px;
	width: 100%;
	border: none;
}
/*** Brands section ***/

#brands {
	position: relative;
}

#brands.intro {
	background: url(../images/seasonal/bg_brandsintro.jpg) 20px 140px no-repeat;
	height:530px;
}

#brands.intro_ts {
	background: url(../images/seasonal/bg_tsintro.jpg) right 10px no-repeat;
	width: 582px;
	height:450px;
}

#brands.intro_tm {
	background: url(../images/seasonal/bg_tmintro.jpg) left 90px no-repeat;
	height:540px;
}

#brands.intro_ts p {
	width: 280px;
}

#brands.timeline h2 {
	margin-bottom: 20px;
}

#brands h3.man {
	background: url(../images/h3_brand_man.gif) top left no-repeat;
	width: 93px;
	height: 41px;
}

#brands h3.lens {
	background: url(../images/h3_brand_lens.gif) top left no-repeat;
	width: 92px;
	height: 53px;
}

#brands .timeline_row {
	background: url(../images/black_pixel.gif) 3px repeat-y;
	width: 585px;
	position: relative;
}

#brands .timeline_left {
	background: url(../images/timeline_bg.gif) 0 3px no-repeat transparent;
	float: left;
}

#brands .timeline_right {
	margin-left: 6px;
	float: left;
	padding-bottom: 10px;
}

#brands.ts .timeline_right {
	padding-bottom: 20px;
}

#brands.ts .timeline_row.first .timeline_left {
	width: 168px;
	height: 15px;
	margin-top: 13px;
}

#brands.ts .timeline_row.first .timeline_right {
	width: 411px;
	margin-top: 13px;
}

#brands.ts .timeline_row.second .timeline_left {
	width: 308px;
	height: 15px;
}

#brands.ts .timeline_row.second .timeline_right {
	width: 271px;
	padding-bottom: 10px;
}

#brands.ts .timeline_row.third .timeline_left {
	width: 84px;
	height: 15px;
	margin-top: 27px;
}

#brands.ts .timeline_row.third .timeline_right {
	width: 495px;
	margin-top: 27px;
}

#brands.ts .timeline_row.fourth .timeline_left {
	width: 29px;
	height: 15px;
}

#brands.ts .timeline_row.fourth .timeline_right {
	width: 400px;
}

#brands.ts .timeline_row.fifth .timeline_left {
	width: 57px;
	height: 15px;
}

#brands.ts .timeline_row.fifth .timeline_right {
	width: 380px;
}

#brands.ts .timeline_row.sixth .timeline_left {
	width: 28px;
	height: 15px;
}

#brands.ts .timeline_row.sixth .timeline_right {
	width: 410px;
}

#brands.ts .timeline_row.seventh .timeline_left {
	width: 217px;
	height: 15px;
}

#brands.ts .timeline_row.seventh .timeline_right {
	width: 227px;
}

#brands.ts .timeline_row.eighth .timeline_left {
	width: 36px;
	height: 15px;
}

#brands.ts .timeline_row.eighth .timeline_right {
	width: 400px;
}

#brands.tm .timeline_row.first .timeline_left {
	width: 274px;
	height: 15px;
	margin-top: 20px;
}

#brands.tm .timeline_row.first .timeline_right {
	width: 305px;
	margin-top: 20px;
}

#brands.tm .timeline_row.second .timeline_left {
	width: 186px;
	height: 15px;
}

#brands.tm .timeline_row.second .timeline_right {
	width: 393px;
}

#brands.tm .timeline_row.third .timeline_left {
	width: 107px;
	height: 15px;
}

#brands.tm .timeline_row.third .timeline_right {
	width: 472px;
}

#brands.tm .timeline_row.fourth .timeline_left {
	width: 134px;
	height: 15px;
}

#brands.tm .timeline_row.fourth .timeline_right {
	width: 445px;
}

#brands.tm .timeline_row.fifth .timeline_left {
	width: 46px;
	height: 15px;
}

#brands.tm .timeline_row.fifth .timeline_right {
	width: 533px;
	padding-bottom: 16px;
}

#brands.tm .timeline_row.sixth .timeline_left {
	width: 148px;
	height: 15px;
	margin-top: 20px;
}

#brands.tm .timeline_row.sixth .timeline_right {
	width: 431px;
	margin-top: 20px;
	padding-bottom: 25px;
}

#brands.tm .timeline_row.seventh .timeline_left {
	width: 79px;
	height: 15px;
}

#brands.tm .timeline_row.seventh .timeline_right {
	width: 500px;
}

#brands.tm .timeline_row.eighth .timeline_left {
	width: 96px;
	height: 15px;
	margin-top: 12px;
	padding-bottom: 25px;
}

#brands.tm .timeline_row.eighth .timeline_right {
	width: 483px;
	margin-top: 15px;
}

#brands.tm .timeline_row.ninth .timeline_left {
	width: 147px;
	height: 15px;
}

#brands.tm .timeline_row.ninth .timeline_right {
	width: 432px;
}

#brands.ts .timeline_row .timeline_1 {
	position: absolute;
	top: 0px;
	left: 27px;
	clear: both;
}

#brands.ts .timeline_row .timeline_3 {
	position: absolute;
	top: 14px;
	left: 285px;
	padding-bottom: 15px;
	clear: both;
}

#brands.ts .timeline_7 {
	position: absolute;
	top: 210px;
	left: 457px;
	clear: both;
}

#brands.tm .timeline_row .timeline_1 {
	position: absolute;
	top: 0px;
	left: 204px;
	clear: both;
}

#brands.tm .timeline_row .timeline_5 {
	position: absolute;
	top: 35px;
	left: 360px;
	clear: both;
}

#brands.tm .timeline_row .timeline_6 {
	position: absolute;
	top: 0px;
	left: 60px;
	clear: both;
}

#brands.tm .timeline_row .timeline_8 {
	position: absolute;
	top: 0px;
	left: 450px;
	clear: both;
}

#brands.ts.timeline .read_more {
	float: left;
	text-transform: uppercase;
	margin-top: 25px;
}

#brands h3 {
	margin: 12px 0;
}

#brands h3.mainline {
	background: url(../images/about_ts_mainline.gif) top left no-repeat;
	width: 139px;
	height: 21px;
}

#brands h3.premium {
	background: url(../images/about_ts_premium.gif) top left no-repeat;
	width: 132px;
	height: 21px;
}

#brands h3.boutique {
	background: url(../images/about_ts_boutique.gif) top left no-repeat;
	width: 166px;
	height: 51px;
}

#brands h3.unique {
	background: url(../images/about_ts_unique.gif) top left no-repeat;
	width: 140px;
	height: 49px;
}

#brands h3.collaborations {
	background: url(../images/about_ts_collaborations.gif) top left no-repeat;
	width: 264px;
	height: 21px;
}

#brands h3.designers {
	background: url(../images/about_ts_designers.gif) top left no-repeat;
	width: 203px;
	height: 47px;
}

#brands h3.maternity {
	background: url(../images/about_ts_maternity.gif) top left no-repeat;
	width: 119px;
	height: 126px;
}

#brands h3.shoes {
	background: url(../images/about_ts_shoe.gif) top left no-repeat;
	width: 132px;
	height: 78px;
}

#brands p.shoes {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

#brands h3.mini {
	background: url(../images/seasonal/about_ts_mini.gif) top left no-repeat;
	width: 139px;
	height: 58px;
}

#brands h3.sno {
	background: url(../images/seasonal/about_ts_sno.gif) top left no-repeat;
	width: 83px;
	height: 134px;
}

#brands h3.petite {
	background: url(../images/seasonal/about_ts_petite.gif) top left no-repeat;
	width: 134px;
	height: 55px;
}

#brands.product ul {
	margin-left: 0;
	padding-left: 0;
}

#brands.product li {
	float: left;
	width: 250px;
	list-style-type: none;
}

#brands.product li.right {
	padding-left: 70px;
}
*html #brands.product li.designers {
	padding-left: 57px;
}
/*** Retail section ***/
	
#main #retail h2 {
	background: url(../images/h2_retail.gif) top left no-repeat;
	width: 273px;
	height: 415px;
	margin-bottom: 20px;
}

#retail_management.intro {
	background: url(../images/seasonal/bg_retailintro.jpg) left 139px no-repeat;
	height: 575px;
}

#main #retail .leftcol {
	width: 295px;
	padding-left: 5px;
	float: left;
}

#main #retail .rightcol {
	width: 265px;
	padding-left: 17px;
	float: left;
}

#main #retail .rightcol #day_in_life_staff {
	clear: both;
	min-height: 455px;
	height: auto !important;
	height: 455px;
}

#main #retail .rightcol ul {
	clear: both;
	padding-left: 10px;
	margin-left: 0;
}

#main #retail .rightcol h3 {
	color: #dc592f;
	font-size: 1em;
	margin-bottom: -12px;
}

#main #retail .rightcol li {
	list-style-type: none;
	margin: 0 2px 4px 0;
	float: left;
}

#main #retail .rightcol a {
	width: 46px;
	height: 57px;
	display: block;
}

#main #retail img.staff {
	margin: 30px 0 0 25px;
}

#main #retail img.sign {
	margin: -17px 0 12px 150px;
}

#main #retail .rightcol a.thumb_1 {
	background: url(../images/retail_emma_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_2 {
	background: url(../images/retail_amy_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_3 {
	background: url(../images/retail_lizzie_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_4 {
	background: url(../images/retail_lauren_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_5 {
	background: url(../images/retail_jess_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_6 {
	background: url(../images/retail_tara_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_7 {
	background: url(../images/retail_lara_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_8 {
	background: url(../images/retail_chris_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_9 {
	background: url(../images/retail_andreas_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_10 {
	background: url(../images/retail_nick_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_11 {
	background: url(../images/retail_thom_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_12 {
	background: url(../images/retail_adi_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_13 {
	background: url(../images/retail_johnh_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_14 {
	background: url(../images/retail_tim_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_15 {
	background: url(../images/retail_russell_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_16 {
	background: url(../images/retail_johnm_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_17 {
	background: url(../images/retail_danny_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_18 {
	background: url(../images/retail_harry_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a.thumb_19 {
	background: url(../images/retail_harry_sm.jpg) top left no-repeat;
}

#main #retail .rightcol a:hover, #main #retail .rightcol a.activeSlide {
	background-position: bottom;
}
/*** Head Office section ***/

#main #headoffice ul.roles {
	list-style-type: none;
}

#main #headoffice ul.roles li {
	margin-bottom: 5px;
}
/*** Advice section, Retail Management section ***/
	

	
#main #advice.intro {
	background: url(../images/seasonal/bg_adviceintro.jpg) 304px 10px no-repeat;
	width: 582px;
	height:510px;
}

#main #advice.intro p {
	width: 300px;
}

#main #advice ul, #main #retail_management ul {
	padding-left: 9px;
	margin: 15px 0 0 9px;
}

#main #advice table {
	text-align: left;
	border-collapse: collapse;
}

#main #advice table tr {
	vertical-align: top;
}
/*** Toggle detail dropdowns ***/

#main .toggle_detail h3 {
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 6px;
}

#main #difference .toggle_detail p {
	margin-top: 0;
}

#main #difference img {
	margin: 10px 20px 20px 20px;
}
/*** Shop section ***/

#main #shop {
	text-align: center;
}

#main #shop p {
	margin-top: 70px;
}

#main #shop img {
	margin-top: 25px;
}
/*** New Stores section ***/

#main #store_lightbox {
	position: relative;
	min-height: 380px !important;
	height: 380px;
}

#main #store_lightbox a.store1, #store_lightbox a.store2, #store_lightbox a.store3, #store_lightbox a.store4 {
	background: url(../images/store_manchester_arndale.jpg) top left no-repeat;
	width: 143px;
	height: 128px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
}

#main #store_lightbox a.store2 {
	background: url(../images/store_knightsbridge.jpg) top left no-repeat;
	width:144px !important;
	top: 20px;
	left: 144px;
}

#main #store_lightbox a.store3 {
	background: url(../images/store_dublin_arnotts.jpg) top left no-repeat;
	width:144px !important;
	top: 20px;
	left: 289px;
}

#main #store_lightbox a.store4 {
	background: url(../images/store_aberdeen.jpg) top left no-repeat;
	width:139px !important;
	top: 20px;
	left: 434px;
}

#main #store_lightbox a.store5, #store_lightbox a.store6, #store_lightbox a.store7, #store_lightbox a.store8 {
	background: url(../images/store_newcastle.jpg) top left no-repeat;
	width: 143px;
	height: 133px;
	display: block;
	position: absolute;
	top: 180px;
	left: 0px;
}

#main #store_lightbox a.store6 {
	background: url(../images/store_cork.jpg) top left no-repeat;
	width:144px !important;
	top: 180px;
	left: 144px;
}

#main #store_lightbox a.store7 {
	background: url(../images/store_cheapside.jpg) top left no-repeat;
	width:144px !important;
	top: 180px;
	left: 289px;
}

#main #store_lightbox a.store8 {
	background: url(../images/store_carmarthen.jpg) top left no-repeat;
	width:138px !important;
	top: 180px;
	left: 434px;
}

#main #store_lightbox p.replace {
	line-height: 0;
	width: 170px;
}
/*** Useful Links section ***/	
	
#main #useful_links ul {
	margin-top: 15px;
}

#main #useful_links ul li {
	list-style-type: none;
}

#main #useful_links ul li a {
	height: 30px;
	margin: 0;
	display: block;
}

#main #useful_links ul li.arcadia {
	background: url(../images/arcadia_logo.gif) top left no-repeat;
	height: 30px;
}

#main #useful_links ul li.fra {
	background: url(../images/fra_logo.gif) top left no-repeat;
	height: 43px;
}

#main #useful_links ul li.tm {
	background: url(../images/tm_logo.gif) top left no-repeat;
	height: 33px;
}

#main #useful_links ul li.ts {
	background: url(../images/ts_logo.gif) top left no-repeat;
	height: 33px;
}
/*** Contact section ***/

#main #contact {
	background: url(../images/seasonal/bg_contact.jpg) right 80px no-repeat;
}
/*** Calendar section ***/

#main #calendar span {
	width: 35px;
	display: inline-block;
}
/*** Page footer (quote mark image) ***/

/*#footer {
	background: url(../images/bg_base.png) top left no-repeat;
	width: 901px;
	height: 96px;
	margin: 0 auto 10px;
	}*/

	
/*** Generic replace code ***/

.replace {
	overflow: hidden; /* prevents dotted lines extending offscreen in FF */
	background-repeat: no-repeat;
	text-indent: -9000px;
}
/*** Clear fix ***/

.clear_fix: after {
	content: ".";
	display: block;
	height: 0 !important;
	clear: both;
	visibility: hidden;
}
.clear_fix {
	overflow: hidden;
}
* html .clear_fix {
	height: 1%;
	overflow: visible;
}
.clear_fix {
	padding-bottom: 0 !important;
}
 html:not([dummy]) .clear_fix {
 padding-bottom: 0 !important;
}

