/* --------------------------------------------------------------
 
CSS Document
Stores Details -  Green Lanes Shopping Centre
Author - Phil Clayton - Bray Leino Destination - 1 May 2008 

--------------------------------------------------------------- */

#storeIntro {
	/*border-bottom: 1px solid #a9b123;*/
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #d1dc24;
}

#storeIntro .introText {
	/*border: 1px solid green;*/
	width: 550px;
	float: left;
	margin: 65px 0 0 0;
	padding: 0;
}

#storeIntro .introLogo {
	/*border: 1px solid red;*/
	width: 306px;
	float: right;
	margin: 80px 0 70px 0;
	padding: 0;
	/*background: transparent url(../imgs/layout/logo_bg.png) no-repeat 100% 0;*/
	overflow: visible;
}

#storeMainContent {
	border-bottom: 1px solid #bdbdbd;
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
	background: #fff url(../imgs/layout/newLook_main_bg1.jpg) repeat-x 0 0 /*FFFCDF*/;
	position: relative;
	z-index: 5;
}

.storeCol1 {
	/*border: 1px solid red;
	height: 300px;*/
	float: left;
	width: 440px;
	margin: 15px 0 0 0;
	padding: 0;
}

.storeCol2 {
	/*border: 1px solid red;
	height: 300px;*/
	float: right;
	width: 440px;
	margin: 15px 0 0 0;
	padding: 0;
}

#storeMainContent .featureLeft {
	/*border: 1px solid red;
	height: 70px;*/
	float: left;
	width: 207px;
	margin: 20px 5px 0 0;
	padding: 0;
	overflow: hidden;
}

#storeMainContent .featureRight {
	/*border: 1px solid red;
	height: 70px;*/
	float: right;
	width: 207px;
	margin: 20px 5px 0 0;
	padding: 0;
	overflow: hidden;
}

#storeFeatures .container {
	border: 0;
	float: left;
	width: 207px;
	margin: 20px 5px 0 5px;
	padding: 0;
}

#storeFeatures .listContainer {
	width: 270px;
	float: right;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
}

#storeFeatures .listItem {
	width: 100%;
	clear: left;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-top: 1px dotted #bdbdbd;
}

#linkBack {
	width: 98%;
	float: left;
	border-top: 1px dotted #bdbdbd;
	padding: 5px 0 0 15px;
}

/* ---------- lists ---------- */

#storeMainContent ul {
	margin: 0 0 15px 0;
	padding: 0;
}

#storeMainContent ul li {
	display: inline;
	margin: 0 .75em 0 0;
	padding: 0;
	font-size: .7em;
	color: #4b4735;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}

/* ---------- type ---------- */

.storeFeatImg {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

/* ---------- type ---------- */

#storeMainContent h1, #storeMainContent h2, #storeMainContent h3, #storeMainContent h4, #storeMainContent h5 {
	color: #000;
	margin: 0 0 .35em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#storeMainContent h3 {
	font-size: .9em;
	font-weight: 700;
	/*margin: 0 0 .45em 0;*/
}

#storeMainContent h4 {
	font-size: .8em;
	font-weight: 100;
	margin: 0 0 .2em 0;
}

#storeMainContent h5 {
	font-size: .7em;
	font-weight: 100;
	margin: 0 0 .1em 0;
}

#storeMainContent p {
	color: #666666;
}
	
#storeIntro h1 {
	font-size: 2.3em;
	color: #000;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}

#storeIntro h2 {
	color: #4b4735;
	line-height: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
}

#storeFeatures h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.5em;
	margin-bottom: 10px;
	padding: 20px 10px 5px 10px;
	color: #000;
	line-height: 130%;
	background: transparent url(../../imgs/graphics/10BgStripe.jpg) repeat top left;
}

#storeFeatures h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: .8em;
	margin: 0;
	padding-bottom: 5px;
	color: #000;
	line-height: 130%;
}

#storeFeatures h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: .65em;
	margin: 0;
	padding-bottom: 5px;
	color: #999999;
	line-height: 130%;
}

#storeFeatures p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: .7em;
	margin: 0;
	padding-bottom: 5px;
	color: #666666;
	line-height: 130%;
}