/* Overall styles */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-family: Arial, Helvetica, sans-serif; font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dt,dd
{ margin:0; padding:0; outline: 0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
fieldset { border: none;}
legend { display:none; }

body
{
	font-family: Arial;
	font-size: 80%;
	margin: 0px;
	background-color: #e6e7e8;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

a
{
	color: #c90101;
	text-decoration: none;
}

a:Hover
{
	text-decoration: underline;
}

hr
{
	width: 450px;
	text-align: left;
	margin: 0 auto 10px 0;
	color:#FFF;
	display: none;
}

img
{
	border: 0px;	
}
.listContainerLink {

	
}
h1
{
	color: #000000;
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	*/
	font-family: Arial, Helvetica;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 15px;
}

h1 a
{
	color: #000000;
}

h2
{
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	*/
	font-family: Arial, Helvetica;
	color: #000000;
}

h2 a
{
	color: #000000;
}

h3
{
	color: #000000;
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	*/
	font-family: Arial, Helvetica;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 10px;
}

h4
{
	font-size: 140%;
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	*/
	font-family: Arial, Helvetica;
	color: #000000;
	font-weight: normal;
	margin-bottom: 15px;
}

h4 a
{
	color: #000000;
	font-weight: normal;
}

p
{
	margin-bottom: 15px;
}

.sepHr
{
	clear: both;
	padding: 10px 0px 10px 0px;
	height: 2px;
	background: url("../gfx/sepHr.gif") repeat-x center;
}

.pageContainer
{
	width: 986px;
	padding: 8px 0px 0px 0px;
	margin: 0px auto 10px auto;
	background: url("../gfx/bground.gif") 0 -20px no-repeat #FFFFFF;
}

.mainNav
{
	float: right;
	margin: -5px 15px 10px 0;
	font-size: 95%;
}

.mainNav ul
{
	text-align: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mainNav li
{
	display: inline;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border-right: 1px solid #666666;
}

.mainNav li a
{
	color: #666666;
}

.mainNav li.lastItem
{
	border: none;
	padding: 0px 0px 0px 5px;
	
}

.mainNav li.lastItem a {
	color: #ad0806;
	font-weight: bold;
	
}

.headerBreakOne
{
	clear: both;
}

.headerBreakTwo
{
	clear: right;
	height: 4px;
	font-size: 4px;
}

.headerBreakThree
{
	clear: right;
	height: 5px;
}

.logo
{
	position: absolute;
	z-index: 2000;
	margin-left: 15px;
}

.logo img
{
	width: 140px;
	height: 220px;
}

.lookBook
{
	float: left;
	margin: 145px 0px 0px 15px;
	background: url("../gfx/lookBookBground.gif") top left no-repeat #E6E7E8;
	width: 194px;
	padding: 13px;
	line-height: 130%;
	border: 1px solid #939598;
}

.lookBook h1
{
	margin-bottom: 15px;
}

.lookBook img
{
	margin-bottom: 15px;
}

.lookBook p
{
	color: #000000;
	margin-bottom: 15px;
}

.viewLink
{
	float: right;
	text-transform: uppercase;
}

.viewLink a
{
	color: #FFFFFF;
	background: url("../gfx/viewLink.gif") center right no-repeat #c90101;
	padding: 5px 30px 5px 10px;
	line-height: 180%;
}


.articleNav
{
	float: right;
	font-size: 95%;
	margin: -5px 15px 0px 0px !important;
	margin: -12px 15px 0px 0px;
}

.articleNav li
{
	width: 112px;
	float: left;
	margin-right: 5px;
	background-color: #c90101;
	
}

.articleNav li a
{
	text-align: center;
	font-family: Arial;
	display: block;
	color: #FFFFFF;
	padding: 5px 9px;
	text-transform: uppercase;
}
	
.articleNav li ul
{
	border-top: 2px solid #FFFFFF;
	display: none; 
	width: 112px;
	background-color: #BABBBB;
}

.articleNav li:hover ul, .articleNav li.hover ul
{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}

.articleNav li:hover li, .articleNav li.hover li
{
	float: none;
}

.articleNav li:hover li a, .articleNav li.hover li a
{
	font-family: Arial;
	color: #000000;
	background-color: #BABBBB;
	text-align: left;
	text-transform: none;
}

.articleNav li li a:hover
{
	text-decoration: underline;
}

.articleNav li.lastItem
{
	background-color: #000000;
	color: #FFFFFF;
	width: 75px;
	margin: 0px;
}

.articleNav li.lastItem ul
{
	margin-left: -244px;
	width: 299px;
	background-color: #000000;
	position: absolute;
	z-index: 222;
}

.articleNav li.lastItem ul li
{
	background-color: #000000;
	padding: 10px;
	width: 100%;
}


/* Form styles */

.redText
{
	margin: 10px 0px;
	color: #FF0000;
}

.loginField label
{
	float: left;
	width: 120px;
}

.articleNav label
{
	float: left;
	width: 80px;
	vertical-align: middle;
	padding-top: 5px;
}

.articleNav input#searchText
{
	float: left;
	width: 130px;
	border: none;
	padding: 3px;
	margin-right: 10px;
}

.articleNav input#searchSubmit
{

	background-color: #c90101;
	color: #FFFFFF;
	border: none;
	padding: 3px;
}

.questionAndAnswer label
{
	float: left;
	width: 200px;
}

.loginField
{
	clear: both;
	margin-bottom: 5px;
}

.questionAndAnswer
{
	clear: both;
	margin-bottom: 10px;
}

.checkbox
{
	clear: both;
	margin-bottom: 5px;
}

.checkbox input
{
	float: left;
	margin-right: 5px;
}

.checkbox label
{
	display: table;
}

.advancedSearch
{
	margin-top: 15px;
}

.advancedSearch input
{
	margin-top: 5px;
}

.advancedSearch #searchButtonContainer input
{
	border: none;
	background-color: #c90101;
	color: #FFFFFF;
	padding: 3px 6px;
}

input.searchSubmitButton
{
	border: none;
	background-color: #c90101;
	color: #FFFFFF;
	padding: 3px 6px;
	margin: 10px 0px;
}

input#searchSubmitButton
{
	border: none;
	background-color: #c90101;
	color: #FFFFFF;
	padding: 3px 6px;
	margin: 10px 0px;
}

.errorsContainer
{
	border: 2px solid red;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#Message
{
	width: 300px;
	height: 70px;
}

#jobSrch label
{
	float: left;
	width: 200px;
}

#jobSrch select
{
	width: 250px;
	margin-bottom: 5px;
}

/* Form styles END */

.newsBarAndRegister
{
	display: table;
	float: right;
	width: 778px;
	color: #000000;
	margin-right: 15px;
}

.newsBar
{
	background-color: #C6C7C7;
	padding: 2px 5px 3px 5px;
	width: 688px;
	overflow: hidden;
}

.registerButton
{
	float: right;
	background-color: #000000;
	color: #FFFFFF;
	width: 65px;
	text-align: center;
	padding: 5px;
}

.registerButton a
{
	display: inline;
	padding: 5px 0;
	color: #FFFFFF;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 95%;
}


#offersHeader #column1 {
	width: 500px;
}

/* Dynamic content container styles */

.column1Container
{
	float: right;
	width: 653px;
	padding-right: 40px;
	padding-top: 80px;
	line-height: 150%;
	min-height: 500px;
}


.column1ContainerHome
{
	float: right;
	width: 693px;
	line-height: 150%;
}

.homepageText
{
	float: right;
	margin-top: 25px;
	width: 393px;
	padding-left: 100px;
	padding-right: 200px;
	line-height: 150%;
}

.lookbookContent {
	float: right;
	margin-top: 25px;
	width: 393px;
	padding-left: 0px;
	padding-right: 300px;
	line-height: 150%;
}

.textBoxContentMid
{
	margin-bottom: 20px;
}


/* FOR IE6 ONLY */
* html .column1Container
{
	height: 400px;
}
/* END */



.summaryText
{
	width: 560px;
	margin-bottom: 20px;
}

.summaryText strong
{
	color: #000000;
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	*/
	font-family: Arial, Helvetica;
}

.mainText
{
	width: 560px;
	margin-bottom: 20px;
}


/* Custom backgrounds for specific pages START */
#searchHeader
{
	background: url("../gfx/lipstick.jpg") 270px 140px no-repeat;
}
#eatingdrinkingHeader
{
	background: url("../gfx/profile_food_drink.jpg") 345px 140px no-repeat;
}
#galleryHeader
{
	background: url("../gfx/redShoe.jpg") top right no-repeat;
}

#odeoncinemaHeader
{
	background: url("../gfx/popcorn.jpg") top right no-repeat;
}

#contactusHeader
{
	background: url("../gfx/laptop.jpg") top right no-repeat;
}

#centreinfoHeader
{
	background: url("../gfx/redShoe.jpg") top right no-repeat;
}

#giftcardsgiftvouchersHeader
{
	background: url("../gfx/giftcard.jpg") top right no-repeat;
}

#competitionsHeader
{
	background: url("../gfx/giftcard.jpg") top right no-repeat;
}

#offersHeader
{
	background: url("../gfx/giftcard.jpg") top right no-repeat;
}

#lifestyleHeader
{
	background: url("../gfx/lipstick.jpg") top right no-repeat;
}

#centremagazinesnewslettersHeader
{
	background: url("../gfx/lipstick.jpg") top right no-repeat;
}

#newsandeventsHeader
{
	background: url("../gfx/redShoe.jpg") top right no-repeat;
}

#gettinghereHeader
{
	background: url("../gfx/map.jpg") top right no-repeat;
}

.bycar
{
	background: url("../gfx/carkeys.jpg") top right no-repeat !important;
	
}

#storeprofileHeader
{
	background: url("../gfx/handbag.jpg") top right no-repeat;
}

#eventsandpromotionsHeader
{
	background: url("../gfx/redShoe.jpg") top right no-repeat;
}

#keepupdatedHeader, #registerHeader
{
	background: url("../gfx/laptop.jpg") top right no-repeat;
}

#openingtimesHeader
{
	background: url("../gfx/redClock.jpg") 300px 0px no-repeat;
}

#customerfacilitiesHeader
{
	background: url("../gfx/handbag.jpg") top right no-repeat;
}

#usefulcontactsHeader
{
	background: url("../gfx/laptop.jpg") top right no-repeat;
}

#accessibilityHeader
{
	background: url("../gfx/access.jpg") top right no-repeat;
}
/* Custom backgrounds for specific pages END */

/* Restrict certain page main column widths for the top right background images so that the text doesnt overlap START */
#searchHeader .textBoxContentMaster .summaryText, #eatingdrinkingHeader .textBoxContentMaster .summaryText, .listItem .mainText, .listItem .summaryText {
	width: 448px;
}

#searchHeader .advancedSearch
{
	width: 498px;
}

#contactusHeader .summaryText
{
	width: 450px;
}

#contactusHeader .mainText
{
	width: 450px;
}

#gettinghereHeader .summaryText
{
	width: 380px;
}

#gettinghereHeader .mainText
{
	width: 380px;
}

#centreinfoHeader .summaryText
{
	width: 450px;
}

#centreinfoHeader .mainText
{
	width: 450px;
}

#keepupdatedHeader .textBoxContentMid
{
	width: 450px;
}

#offersHeader .mainText
{
	width: 410px;
}

#odeoncinemaHeader .mainText
{
	width: 450px;
}

#customerfacilitiesHeader .mainText
{
	width: 450px;
}

#openingtimesHeader .summaryText
{
	width: 430px;
}

#openingtimesHeader .mainText
{
	width: 430px;
}

#giftcardsgiftvouchersHeader .summaryText
{
	width: 430px;
}

#giftcardsgiftvouchersHeader .mainText
{
	width: 430px;
}

#accessibilityHeader .summaryText
{
	width: 400px;
}

#accessibilityHeader .mainText
{
	width: 400px;
}

#storeprofileHeader #column1
{
	width: 440px;
}

/* Restrict certain page main column widths for the top right background images so that the text doesnt overlap END */


/* Turn off main images in article pages for the Getting Here pages START */
#gettinghereHeader #mainImage
{
	display: none;
}
/* Turn off main images in article pages for the Getting Here pages END */


.mainText ul
{
	list-style-type: disc;
	margin-left: 30px;
}

.clear
{
	clear: both;
}

.footerBreakOne
{
	clear: both;
	height: 7px;
}

.footerBreakTwo
{
	clear: both;
	height: 25px;
}

.footerImages
{
	border-top: 2px solid #c7c7c7;
	padding: 0px;
}

.twitterLink, .facebookLink {
	float: right;
	margin-right: 10px;
	margin-top: 18px;
}

.footerLogo
{
	float: left;
	width: 400px;
}

.footerAwards
{
	float: right;
}

.footerMainArea
{
	font-size: 95%;
	width: 955px;
	margin: 0 auto;
}

.footerNav {
	width: 955px;
}

.footerMainArea ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.footerMainArea li
{
	display: inline;
	padding: 0px 3px;
	margin: 0px;
}

.footerMainArea li a
{
	color: #666666;
	padding-right: 3px;
}

.footerMainArea li.lastItem
{
	border: none;
}



/* Gallery items going across page */
#column1 .placeholder
{
	float: left;
	width: 230px;
	min-height: 220px;
	margin-right: 10px;
}

#column1 .placeholder img
{

	margin-bottom: 10px;
}
/* Gallery items going across page END */






/* The 3 placeholders which are placed under the main content */
#column2
{
	float: right;
	display: table;
	background: url("../gfx/placeholdersBground.gif") bottom left no-repeat;
	width: 660px;
	padding-bottom: 2px;
	margin-right: 32px;
}

#column2 .placeholder
{
	float: left;
	background-color: #BABBBB;
	width: 200px;
	margin-right: 10px;
	overflow: hidden;
}

#column2 .placeholder img
{
	width: 83px;
	height: 58px;
	margin: 10px 0px;
}

#column2 .placeholder a
{
	z-index: 2000;
	position: absolute;
	text-align: right;
	margin-left: -100px;
	margin-top: 0px !important;
	margin-top: 5px;
	width: 182px;
	height: 58px;
	color: #000000;
	padding: 10px;
	cursor: hand;
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	*/
	font-family: Arial, Helvetica;
}

#column2 .placeholder a:Hover
{
	background: url("../gfx/placeholdersHover.gif") bottom right no-repeat;
}

#column2 .placeholder .compact
{
	float: right;
	width: 100px;
	
}
/* The 3 placeholders which are placed under the main content END */






.poweredBy
{
	float: right;
}

.listContainerBox
{
	clear: both;
	margin-bottom: 15px;
}

.listContainerImage
{
	float: left;
    display: table;
    text-align: center;
	border: 1px solid #939598;
	width: 160px;
	height: 87px;
	margin-right: 10px;
	margin-bottom: 25px;
}

.listContainerText
{
	margin-bottom: 0px;
}

.jobListItem h1
{
	margin-bottom: 30px;
}

.jobListItem img
{
	border: 2px solid #c6c7c7;
	margin-bottom: 10px;
}

.jobListItem dt
{
	color: #000000;
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	*/
	font-family: Arial, Helvetica;
}

.jobListItem dd
{
	margin-bottom: 10px;
}

#mainImage img
{
	border: 2px solid #c6c7c7;
	margin-bottom: 10px;
}

#searchList
{
	float: right;
	margin-right: 10px;
	width: 145px;
}

#searchList form
{
	display: table;
	margin-bottom: 10px;
}

#searchList li
{
	float: left;
	width: 45px;
	background-color: #c90101;
	margin: 0px 3px 3px 0px;
	text-align: center;
}

#searchList li a
{
	display: block;
	color: #FFFFFF;
	padding: 5px;
}

.ourShopsContentContainer p
{
	margin-bottom: 15px;
}

.storeResultsContent
{
	float: left;
	width: 150px;
	height: 140px;
	margin: 0px 14px 10px 0px;
	
}

.storeResultsImage {
	/*
	width: 150px;
	height: 98px;
	margin-bottom: 5px;
	text-align: center;
	background: #DDD;
	border: 2px solid #c6c7c7;
	*/
}


.storeResultsImage img
{
	width: 150px;
	height: 98px;
	margin-bottom: 5px;
	text-align: center;
	background: #DDD;
	border: 2px solid #c6c7c7;
}

.paging
{
	clear: both;
}


/* Opening times tables START */

.generalOpeningTimes
{
	display: table;
	background-color: #F3F3F3;
	padding: 5px;
	border: 1px solid #939598;
	width: 400px;
	line-height: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.generalOpeningTimes .openingTimesImage
{
	float: left;
	margin-right: 5px;
	border: 1px solid #E3E3E3;
	width: 120px;
	height: 120px;
	background: url("../gfx/openingTimesA.jpg") top left no-repeat;
}

.restaurantCinemaOpeningTimes
{
	display: table;
	background-color: #F3F3F3;
	padding: 5px;
	border: 1px solid #939598;
	width: 400px;
	line-height: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.restaurantCinemaOpeningTimes .openingTimesImage
{
	float: left;
	margin-right: 5px;
	border: 1px solid #E3E3E3;
	width: 120px;
	height: 120px;
	background: url("../gfx/openingTimesB.jpg") top left no-repeat;
}

.carParkOpeningTimes
{
	display: table;
	background-color: #F3F3F3;
	padding: 5px;
	border: 1px solid #939598;
	width: 400px;
	line-height: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.carParkOpeningTimes .openingTimesImage
{
	float: left;
	margin-right: 5px;
	border: 1px solid #E3E3E3;
	width: 120px;
	height: 120px;
	background: url("../gfx/openingTimesC.jpg") top left no-repeat;
}

.openingTimesText table
{
	width: 270px;
}

.openingTimesText table th
{
	text-align: left;
}

/* Opening times tables END */



#job-search-list
{
	float: right;
	width: 150px;
	margin-bottom: 20px;
	margin-left: 20px;
}



.sitesearch ul
{
	margin-top: 5px;
}

.sitesearch br
{
	display: none;
}

#storeSearchResults
{
	width: 450px;
	
	/* IE6 expand the height so the entire background can be seen START */
	height: auto !important;
	height: 100px;
	/* IE6 expand the height so the entire background can be seen END */
}

/* ######### ######### */

#column2 {
	margin-top: -93px;
	margin-right: 73px;
	width: 620px;
	height:166px;
	overflow:hidden;
	display: block !important;
	display: block;
	padding-bottom: 2px;
	background: none;
	border-bottom: 3px solid #b6000f;
}


/* The 3 placeholders which are placed under the main content END */


/* ### Rollover placeholder styles ### */

.placeholderHome {
	float: left;
	background-color: #A2A3A5;
	width: 200px;
	height:166px;
	margin-right: 10px;
	margin-top: 97px;
	text-align: right;
	overflow: hidden;
}

.placeholderHome.lastPlaceholder {
	margin-right: 0px;
	/*
	background: #e5e6e7 url("../gfx/phFlash.jpg") top left no-repeat;
	*/
}

.placeholderHead, #column2 .placeholderHead, .lastPlaceholder .placeholderHead  {
	overflow: hidden;
	float: none;
	display: block;
}

.placeholderHome .placeholderContent a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.placeholderHome .placeholderContent h3 {
	/*
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	*/
	font-family: Arial, Helvetica;
	font-size: 14px;
	text-align: left;
	color: #000000;
	width: 95px !important;
	width: 95px;
	height: 40px !important;
	height: 40px;
	padding: 0px 5px 10px 5px !important;
	padding: 0px 5px 10px 5px;
	margin: 4px 5px 2px 0px !important;
	margin: 4px 0px 2px 0px;
	float: left;
	cursor: pointer;
}

.placeholderHome .arrowDown {
	display: block;
	float: right;
	margin: -10px 5px 0px 85px !important;
	margin: -13px 5px 0px 100px;
}

.placeholderHome .placeholderImage {
	margin-right: 5px;
	padding-right: 5px;
	width: 78px;
	overflow: hidden;
	float: left;
}

.placeholderHome .placeholderImage img {
	width: 83px;
	height: 58px;
	margin: 5px 10px 0 5px;
	display: block;
	float: left;
	border: none;
}

.placeholderHome .hImage {
}

.placeholderHome .placeholderInnerContent {
	font-family: Arial;
	font-size: 11px;
	line-height: 1.4em;
	margin: 5px 5px 5px;
	text-align: left;
	float: none;
	display: block;
	width: 95%;
	height: 58px;
	overflow: hidden;
}

.placeholderHome .placeholderInnerContent p {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	overflow: inherit;
	height: 128px;
	color: #FFF;
}

.placeholderHome .goLink {
	float: right;
	margin: 0 5px 5px 0 !important;
	margin: 0 4px 2px 0;
}

.placeholderHome .goLink img {
	border: 0;
}

.lookbookShoe {
	position: absolute;
	z-index: 100;
	margin-left: 479px;
	margin-top: -75px;
}

#interactiveMapContainer {
	width: 611px;
	height: 306px;
	background: url("../gfx/lookbook_box_bgr.gif") top left no-repeat;
	padding: 4px 5px;
	margin-top: 70px;
}

#homepageFlashContainer {
	width: 620px;
	height: 313px;
	margin-top: 70px;
	margin-bottom: 5px;
}

ul.sitemap {
	list-style-type: disc;
	margin-left: 40px;
}

ul.sitemap li {
	margin-bottom: 5px;
}

ul.sitemap li a {
	
}

ul.sitemap li ul {
	list-style-type: circle;
	margin-top: 5px;
	margin-left: 15px;
}

ul.sitemap li ul li {
}

ul.sitemap li ul li a {
}

/* # competition form adjustments #  */

#mainImage {
	margin-bottom: 10px;
}

p.competitionIntro {
	margin-bottom: 30px;
	color: #333;
}

form#frm_register {
}

form#frm_register h2 {
	text-align: left !important;
	text-align: left;
	float: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 15px;
}

form#frm_register .optional {
	margin-bottom: 7px;
}

form#frm_register .optional input {
	float: left;
	width: 20px;
	margin-right: 5px;
}

form#frm_register .optional label {
	float: left;
	width: 600px;
}

form#frm_register .searchButtonContainer {
	float: none;
	clear: both;
}

.mandatory {
	color: #a80402;
}

.storeImages a img {
	display: none;
}


.placeholder {
padding-bottom:20px;


}
