body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: white;
	padding:0px;
	margin: 0px;
	line-height: 17px;
	text-align: center;
	background:url(../../images/bg.gif) repeat-x top;
}
table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}
p {
	margin-top: 0px;
	margin-bottom: 11px;
}
h1 {
	font-size: 14px;
	text-transform: lowercase;
	color: #333333;
	margin-top:0px;
	margin-bottom:8px;
}
h2 {
	font-size: 12px;
	text-transform: lowercase;
	color: #333333;
	margin-top:0px;
	margin-bottom:0px;
}
form {
	margin: 0px;
	padding:0px;
}
input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0px;
	padding:0px;
}
textarea, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
address {
	font-style:normal;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.checkstyle {
	margin:0;
	width:13px;
	height:13px;
	overflow:hidden;
}
ul {
	padding-top:0px;
	margin-top:0px;
}
.smalltext {
	font-size: 10px;
	line-height: 15px;
}

/*page*/
#wrapper {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	height: 145px;
	clear:both;
}
#logo {
	width: 310px;
	float:left;
	height: 102px;	
	margin-top:20px;
	text-align: center;
}
#search {
	width: 492px;
	margin-left: 80px;
	margin-right: 15px;
	margin-top: 75px;
	height: 47px;
	float:right;
}
#contentFeatures {
	width: 308px;
	float: left;
}
.contentFeatures a {
	text-decoration: none;
}
.contentFeatures a:hover {
	text-decoration: underline;
}
.featureItem {
	margin-bottom: 10px;
}
#mainContent {
	margin-left: 14px;
	width: 602px;
	float:left;
}
#mainContent-form {
	margin-left: 14px;
	width: 540px;
	float:left;
	
}
#mainContentFull {
	width: 100%;
	float:left;
}
#contentbox {
	border-left: 1px solid #fdd28c;
	border-right: 1px solid #fdd28c;
	border-bottom: 1px solid #fdd28c;
	padding-top: 12px;
	margin-bottom: 10px;
	background-color: #fff5dc;
}
.contenttable {
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 12px;
}
.contentHalf {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:15px;
	border-top: 1px solid #e7e5e3;
	border-left: 1px solid #e7e5e3;
	border-right: 1px solid #e7e5e3;
	background-color: #ffffff;
}
.contentHalfBottom {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:15px;
	border: 1px solid #e7e5e3;
	background-color: #ffffff;
}
.contentHalfPic {
	padding-top: 2px;
	padding-bottom:2px;
	border-top: 1px solid #e7e5e3;
	border-left: 1px solid #e7e5e3;
	border-right: 1px solid #e7e5e3;
	background-color: #ffffff;
	text-align:left;
}
.contentHalfPicBottom {
	padding-top: 2px;
	padding-bottom:2px;
	border: 1px solid #e7e5e3;
	background-color: #ffffff;
	text-align:left;
}
.contentfull {
	margin-left: 13px;
	margin-right: 13px;
	padding-bottom:15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #e7e5e3;
	background-color: #ffffff;
}
.imgborder {
	display: block;
	padding:2px;
	border: 1px solid #e7e5e3;
}
.shade {
	background-color: #f0f0f0;
}
#whatson {
	width:602px;
	height: 352px;
	margin-bottom:13px;
}
.titleheading {
	padding-left:14px;
	padding-top:23px;
	height: 33px;
	text-transform: lowercase;
	font-size:17px;
	font-weight: bold;
	color: #fdaa22;
	background:url(../../images/title/titlebg.gif) repeat-x top;
}
.couponbox{
	border: #fdb846 dashed 2px;
	padding-bottom:8px;
}
.coupontitle{
	text-transform: lowercase;
	font-size:14px;
	font-weight: bold;
	color: #333333;
}
.couponspace{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.directorypdfbox{
	float:right;
	margin-right:20px; 
	width:250px;
}
.directorypdf{
	font-size:12px; 
	color:#ffffff; 
	padding-top:3px;
}
.directorypdf a{
	color:#ffffff;
	text-decoration: none;
}
.directorypdf a:hover{
	color:#ffffff;
	text-decoration: underline;
}

/*nav rollover*/
.rollover .out {
	display:inline;
	visibility:visible;
}
.rollover .over {
	display:none;
	visibility:hidden;
}
.rollover:hover .out {
	display:none;
	visibility:hidden;
}
.rollover:hover .over {
	display:inline;
	visibility:visible;
}
.norollover .over {
	visibility:visible;
	display:inline;
}
.norollover .out {
	visibility:visible;
	display:none;
}

/*nav*/
#nav {
	height: 85px;
	width: 924px;
}
.navbutton {
	float:left;
}

/*buttons*/
.buttonstyle{
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.buttonbig{
	width: 146px;
	height: 20px;
}
#storebutton {
	background: transparent url(../../images/buttons/backstore.gif) no-repeat center top;
}
#storebutton:hover {
	background: transparent url(../../images/buttons/backstore_r.gif) no-repeat center top;
}
#eventbutton {
	background: transparent url(../../images/buttons/event.gif) no-repeat center top;
}
#eventbutton:hover {
	background: transparent url(../../images/buttons/event_r.gif) no-repeat center top;
}
#compbutton {
	background: transparent url(../../images/buttons/enter.gif) no-repeat center top;
}
#compbutton:hover {
	background: transparent url(../../images/buttons/enter_r.gif) no-repeat center top;
}
#compagainbutton {
	background: transparent url(../../images/buttons/enteragain.gif) no-repeat center top;
}
#compagainbutton:hover {
	background: transparent url(../../images/buttons/enteragain_r.gif) no-repeat center top;
}
.buttonmed{
	width: 104px;
	height: 20px;
}
#savebutton {
	background: transparent url(../../images/buttons/save.gif) no-repeat center top;
}
#savebutton:hover {
	background: transparent url(../../images/buttons/save_r.gif) no-repeat center top;
}
#cancelbutton {
	background: transparent url(../../images/buttons/cancel.gif) no-repeat center top;
}
#cancelbutton:hover {
	background: transparent url(../../images/buttons/cancel_r.gif) no-repeat center top;
}
#loginbutton {
	background: transparent url(../../images/buttons/login.gif) no-repeat center top;
}
#loginbutton:hover {
	background: transparent url(../../images/buttons/login_r.gif) no-repeat center top;
}
#submitbutton {
	background: transparent url(../../images/buttons/submit.gif) no-repeat center top;
}
#submitbutton:hover {
	background: transparent url(../../images/buttons/submit_r.gif) no-repeat center top;
}
#sendbutton {
	background: transparent url(../../images/buttons/send.gif) no-repeat center top;
}
#sendbutton:hover {
	background: transparent url(../../images/buttons/send_r.gif) no-repeat center top;
}
#signupbutton {
	background: transparent url(../../images/buttons/signup.gif) no-repeat center top;
}
#signupbutton:hover {
	background: transparent url(../../images/buttons/signup_r.gif) no-repeat center top;
}
.buttonsmall{
	width: 48px;
	height: 20px;
}
.gobutton {
	background: transparent url(../../images/buttons/go.gif) no-repeat center top;
}
.gobutton:hover {
	background: transparent url(../../images/buttons/go_r.gif) no-repeat center top;
}

/*calendar*/
.monthbg{
	background:url(../../images/events/monthbg.gif) repeat-x top;
	height:35px;
}
.monthbgcurrent{
	background:url(../../images/events/monthbgcurrent.gif) repeat-x top;
	height:35px;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
}
.day{
	background-color: #fbb23a;
	color: #ffffff;
	font-weight: bold;
	text-transform: lowercase;
}
.cellheight{
	height: 110px;
	line-height:normal;
}
.divdate{
	padding-top: 8px;
	padding-left:8px;
	padding-right:8px;
	font-weight: bold;
	color: #999999;
}
.divevent{
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	font-weight: bold;
}
.divevent a{
	text-decoration: none;
}
.divevent a:hover{
	text-decoration: none;
	color:#fdaa22;
}
.kids{
	color: #fdaa22;
}
.kids a{
	color: #fdaa22;
	text-decoration: none;
}
.kids a:hover{
	color: #333333;
	text-decoration: none;
}
.bigeventborder{
	border: 1px solid #fdb846;
}
.eventborder{
	border: 2px outset #fdb846;
}

/*colour coding*/
.banks{
	color:#99ff33;
}
.books{
	color:#cccccc;
}
.fashion{
	color: #ff99cc;
}
.foodcourt{
	color:#00cc00;
}
.dinein{
	color:#6666ff;
}
.fresh{
	color:#33ffff;
}
.footwear{
	color:#ff0066;
}
.retail{
	color:#008185;
}
.hair{
	color:#cc6633;
}
.health{
	color:#ff0000;
}
.homewares{
	color:#66cccc;
}
.jewellery{
	color:#ff00cc;
}
.services{
	color:#ffff00;
}

/*footer*/
#footertable {
	clear: both;
	height:39px;
}
.footernav {
	width: 913px;
	margin-top: 15px;
	padding-left:11px;
	padding-top:9px;
	background: url(../../images/footerbg.gif) repeat-x top;
	text-align: center;
}
.dotsize{
	width: 20px;
}


/* keyword search*/
#searchWrap {
	width: 230px;
}
.resultsCat {
	padding-top:2px;
	padding-bottom:0px;
	padding-left:10px;
	height: 20px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	background-color:#ffffff;
	font-size:11px;
	clear:both;
}
.catResults {
	padding-top:5px;
	padding-bottom:0px;
	padding-left:10px;
	color: #ffffff;
	background-color:#333333;
	border-bottom: dotted 1px #fab838;
	font-size:11px;
}
.catResults .title {
	font-weight: bold;
	margin-bottom:0px;
}
.catResults img {
	padding:1px;
	border: 1px solid #999999;
	margin-right:8px;
}
.allResults {
	padding-top:2px;
	padding-left:10px;
	padding-bottom:0px;
	height: 20px;
	font-weight: bold;
	color: white;
	background-color:#333333;
	font-size:11px;
	padding-right: 8px;
}

/* Autocomplete stuff */
ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
li {
	margin:0px;
	padding:0px;
}
div.autocompleteResults ul li.selected {
	border: 2px solid #fab838;
}
div.autocompleteResults ul li {
	list-style-type:none;
	display:block;
	margin:0;
	cursor:pointer;
}

/* members */
.membernav{
	margin-top:8px;
	margin-left: 15px;
}
.membernav a{
	color: #000000;
	text-decoration: none;
}
.membernav a:hover{
	text-decoration: none;
	color: #fda71a;
}