h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 13px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}

ul li {
	margin: 0;
	padding: 0;
}

a {
	color: #f55a09;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e2e2e;
	background: #e9e9e9 url(../images/img_background.gif) repeat-y top center;
}

div#container {
	margin: 0 auto;
	width: 1007px;
	height: 100%;
	background: #ffffff url(../images/img_background_page.gif) repeat-y top center;
}

div#page {
	margin: 0 auto;
	width: 991px;
	height: 100%;
	background-color: #ffffff;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
}

.clickable {
	cursor: pointer;
}

/******************************************************* HEADER FOOTER *******************************************************************/

div#header {
	width: 100%;
	position: relative;
}

div#header div#banner {
	height: 108px;
	background: #ffb71b url(../images/img_banner2.jpg) no-repeat top center;
	position: relative;
}

div#header div#logo {
	position: absolute;
	top: -12px;
	left: 0px;
	z-index: 1;
}

div#header div#navigation {
	height: 31px;
	background: url(../images/nav_back2.gif) no-repeat top center;
}

div#registerButton {
	position: absolute;
	top: 100px;
	left: 882px;
	z-index: 1;	
}

div#containerHead, div#containerFoot {
	margin: 0 auto;
	width: 1007px;
	font-size: 10px;
}

div#footerText {
	height: 24px;
}

div#copyright {
	padding: 0 24px;
	color: #717979;
	float: left;
}
div#copyright a { color: #717979; }

div#bottomnav {
	padding-left: 120px;
	color: #57595c;
	float: left;
}
div#bottomnav a { color: #57595c; }

div#design {
	padding: 0 24px 0 28px;
	color: #717979;
	float: right;
	position: relative;
}
div#design a { color: #717979; }

div#design .blisslogo {
	position: absolute;
	top: -2px;
	left: 0px;
}

div#forkSilhouette {
	position: relative;
	z-index: 5;
}

div#forkSilhouette div#forkImage {
	position: absolute;
	top: -170px;
	left: 328px;
}

div#newMember {
	position: relative;
	z-index: 10;
}

div#newMember div#newMemberBtn {
	position: absolute;
	top: 12px;
	left: 360px;
}

div.errorText {
	font-size: 13px;
	font-weight: bold;
	color: #3a3c3c;
}

div.errorTextRight {
	width: 436px;
	float: right;
}

div.errorTextLeft {
	width: 533px;
	float: left;
}

/********************************************************* CMS NAVIGATION ****************************************************************/

div#cmsNav {
	padding: 14px 0 0 0;
}

div#cmsNavArea {
	background-color: #f5f5f5;
}

div.cmsNavigation {
	padding: 8px 18px;
	font-size: 11px;
	font-weight: bold;
	/* color: #f55a09; */
	color: #2e2e2e;
}

div.cmsNavigation a {
	color: #2e2e2e;
}

/************************************************************* DATA GRID *****************************************************************/

div#treeColumn {
	margin-right: 8px;
	width: 225px;
	overflow: hidden;
	float: left;
	border: 1px solid #c1c1c1;
}

div#treeColumn #heading {
	padding: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #353535;
	background-color: #f1f1f1;
	border-bottom: 1px solid #c1c1c1;
}

div#treeColumn #insideFrame {
	padding: 4px 0 4px 8px;
}

div#selColumn {
	margin-right: 8px;
	width: 225px;
	overflow: hidden;
	float: left;
}

div#dataColumn {
	overflow: hidden;
	float: left;
}

/************************************************************* MAIN **********************************************************************/

div#main {
	padding: 10px 0 0 0;
	height: 100%;
	background: #ffffff url(../images/img_back_main.gif) no-repeat top center;	
}

div#main div#loginArea {
	padding: 0 0 0 382px;
	width: 609px;
	height: 34px;
	background: url(../images/img_back_login.gif) no-repeat bottom right;
}

div#loginArea #login {
	padding: 0 0 0 12px;
	position: relative;
	z-index: 2;
	float: left;
}

div#loginArea .loginSeparator {
	padding: 0 8px;
	float: left;
}

div#loginArea #loginWelcome {
	padding: 10px 0 0 0;
	width: 400px;
}

div#loginArea .loginMisc {
	width: 184px;
	padding: 10px 0 0 0;
	float: left;
}

div.loginCP {
	width: 108px;
	padding: 8px 0 0 0;
	float: left;
}

div.loginCP .cpIcon {
	float: right;
}

div.loginCP .cpText {
	padding: 2px 0 0 6px;
	float: right;
}

div#logoutButton {
	width: 64px;
	padding: 6px 0 0 0;
	float: left;
}

div#loginArea label {
	width: 58px;
}

div#loginArea input.field {
	padding: 0;
	margin: 0;
	width: 88px;
	height: 15px;
	border: 1px solid #bbbbbb;
	font-size: 11px;
	color: #4d4d4d;
}

div#loginArea input.button {
	padding: 0;
	margin: 0;
	position: relative;
	top: 6px;
}

div#content {
	/* background: url(../images/img_fork_silhouette.gif) no-repeat bottom right; */
}

div#contentArea {
	padding: 14px 11px 22px 11px;
}

div#filler {
	height: 22px;
}

img.smallIcon {
	margin-top:3px;
	margin-right:5px;
}

div.paddingBottom {
	padding: 0 0 15px 0;
}

/********************************************************** NAVIGATION *******************************************************************/

ul#navigation {
	margin: 0;
	padding: 0 0 0 100px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 2;
}

ul#navigation li {
	float: right;
}

ul#navigation a {
	height: 31px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}


ul#navigation a#nav_home {
	width: 73px;
	background-image: url(../images/nav_home.gif);
}
ul#navigation a#nav_home:hover { background-position: -73px 0; }

ul#navigation a#nav_browse {
	width: 178px;
	background-image: url(../images/nav_browse.gif);
}
ul#navigation a#nav_browse:hover { background-position: -178px 0; }

ul#navigation a#nav_events {
	width: 80px;
	background-image: url(../images/nav_events.gif);
}
ul#navigation a#nav_events:hover { background-position: -80px 0; }

ul#navigation a#nav_awards {
	width: 85px;
	background-image: url(../images/nav_awards.gif);
}
ul#navigation a#nav_awards:hover { background-position: -85px 0; }

ul#navigation a#nav_about {
	width: 74px;
	background-image: url(../images/nav_about.gif);
}
ul#navigation a#nav_about:hover { background-position: -74px 0; }



ul#navigation a#nav_home2 {
	width: 100px;
	background-image: url(../images/nav_home2.gif);
}
ul#navigation a#nav_home2:hover { background-position: -100px 0; }

ul#navigation a#nav_events2 {
	width: 108px;
	background-image: url(../images/nav_events2.gif);
}
ul#navigation a#nav_events2:hover { background-position: -108px 0; }

ul#navigation a#nav_about2 {
	width: 102px;
	background-image: url(../images/nav_about2.gif);
}
ul#navigation a#nav_about2:hover { background-position: -102px 0; }

/********************************************************** CONTENT HOME *******************************************************************/

div#leftColumn {
	padding: 14px 0 0 0px;
	float: left;
}

div#leftColumnPad {
	padding: 0 0 0 11px;
}

div#rightColumn {
	padding: 12px 0 0 10px;
	float: left;
}

div#featuredRestaurant {
	width: 631px;
	background: url(../images/img_back_featured_tile.gif) top center repeat-y;
}

div#featuredRestaurantContent {
	width: 631px;
	min-height: 325px;
	background: url(../images/img_back_featured.gif) bottom center no-repeat;
}

div#annetteBlog {
	width: 325px;
	background: url(../images/img_back_blog_tile.gif) top left repeat-y;
}

div#annetteBlogContent {
	width: 325px;
	background: url(../images/img_back_blog.gif) bottom center no-repeat;
}

div#newRestaurantsInfo {
	padding: 6px 0 6px 0;
	text-align: center;
	font-size: 10px;
}

div#newRestaurants {
	padding: 9px 0 0 0;
	width: 631px;
	height: 436px;
}

div#newRestaurantsContent {
	width: 631px;
	height: 406px;
	background: url(../images/img_back_new.gif) top center no-repeat;
}

div#specialEvents {
	padding: 9px 0 0 0;
	width: 325px;
	height: 286px;
}

div#specialEventsContent {
	width: 325px;
	height: 256px;
	background: url(../images/img_back_special.gif) bottom center no-repeat;
	position: relative;
	top: 0;
	left: 0;
}

div#viewAllEvent {
	position: absolute;
	top: 228px;
	left: 72px;
}

div#curPoll {
	padding: 9px 0 0 0;
}

div#currentPoll {
	padding: 0;
	width: 325px;
	background: url(../images/img_back_poll_tile.gif) top center repeat-y;
}

div#pollContent {
	width: 325px;
	min-height: 200px;
	background: url(../images/img_back_poll.gif) bottom center no-repeat;
}

div#availability {
	background: url(../images/img_fork_silhouette.gif) no-repeat bottom right;
}

div#racvMemberBenefits {
	width: 339px;
	height: 120px;
	background: url(../images/img_member_benefits.jpg) no-repeat bottom right;
}

div#racvMemberBenefitsContent {
	padding: 76px 20px 0 20px;
	font-size: 10px;
	color: #4d4d4d;
}

/***************************************************** FEATURED RESTAURANT ***************************************************************/

div#featuredRestaurantArea {
	padding: 15px 16px 15px 16px;
}

div#featuredRestaurantText {
	width: 250px;
	float: left;
}

div#featuredRestaurantPic {
	padding: 0 0 0 12px;
	width: 334px;
	float: left;
	text-align: center;
}

div#featuredRestaurantPic img {
	border: 1px solid #d7d7d7;
}

div#featuredRestaurantText .description {
	padding: 8px 0 0 0;
}

div#featuredRestaurantText .RestaurantRating {
	padding: 18px 0 0 0;
	font-size: 10px;
	color: #828282;
}

div#featuredRestaurantText .RestaurantRating .label {
	padding: 2px 8px 0 0;
	float: left;
}

div#featuredRestaurantText .RestaurantRating .ratestar {
	float: left;
}

div#featuredRestaurantText .RestaurantRating .iconRACV {
	padding: 0 0 0 10px;
	float: left;
}

div#featuredRestaurantText .link {
	padding-top: 8px;
}

/********************************************************** RESTAURANT *******************************************************************/

div#leftColumnRestaurantPage {
	padding: 14px 0 0 11px;
	float: left;
}

div#rightColumnRestaurantPage {
	padding: 14px 0 0 11px;
	float: left;
}

div#restDetails {
	margin: 0;
	padding: 0 0 12px 0;
}

div#restDetailsContent {
	width: 445px;
	background: url(../images/img_rest_content_back.gif) top center repeat-y;
}

div#restDetailsContent #restDetailsContentArea {
	padding: 0 20px;
	width: 405px;
}

div#restDetailsContentFoot {
	width: 445px;
	height: 96px;
	background: url(../images/img_rest_content_foot.gif) top center no-repeat;
}

div#restDetailsContentFoot #buttonsArea {
	padding: 20px 20px 0 20px;
}

div#restDetailsContentFoot #buttonsArea #buttonsAreaBottom {
	padding: 24px 0 0 0;
}

div#restPhoto {
	margin: 0;
	padding: 0 0 12px 0;
}

div#restPhotoContent {
	width: 513px;
	height: 336px;
	background: url(../images/img_back_rest_photo.gif) top center no-repeat;
}

div#restMap {
	margin: 0;
	padding: 0 0 12px 0;
}

div#restMapContent {
	width: 513px;
	height: 356px;
	background: url(../images/img_back_rest_map.gif) top center no-repeat;
}

div#restVoucher {
	padding: 0 0 12px 0;
	position: relative;
}

div#restVoucher #location {
	width: 116px;
	position: absolute;
	top: 20px;
	left: 24px;
}

div#restVoucher #location h1 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 11px;
	color: #ffffff;
}

div#restVoucher #location p {
	margin: 0;
	padding: 0;
}

div#restVoucher #details {
	width: 324px;
	position: absolute;
	top: 20px;
	left: 160px;
}

div#restVoucher #details h1 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 14px;
	color: #ff5105
}

div#restVoucher #details p.address {
	margin: 0;
	padding: 0 0 20px 0;
}

div#restVoucher #details p {
	margin: 0;
	padding: 0 0 14px 0;
}

div#restVoucher #details p.expiry {
	position: absolute;
	top: 156px;
	left: 0px;
	font-size: 10px;
}

div#specialEvents2 {
	padding: 0;
	width: 513px;
	background: url(../images/img_back_special2_tile.gif) top center repeat-y;
}

div#specialEventsContent2 {
	width: 513px;
	min-height: 251px;
	background: url(../images/img_back_special2.gif) bottom center no-repeat;
}

div#restReview {
}

div#restReviewContent {
	width: 445px;
}

div.restReviewContainer {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #ebebeb;
	min-height: 152px;
	background: url(../images/img_back_review_tile.gif) bottom center repeat-x;
}

div.restReviewContainer .reviewAnnettePic {
	position: relative;
}

div.restReviewContainer .reviewAnnettePic #annettePic {
	position: absolute;
	top: -36px;
	left: 348px;
}

div.restReviewContainer .reviewArea {
	padding: 16px 21px;
}

div.restReviewContainer .reviewArea .reviewAuthor {
	color: #4d4d4d;
	padding: 0 0 6px 0;
}

div.restReviewContainer .reviewArea .reviewAuthor a {
	color: #f55a09;
	font-weight: bold;
	text-decoration: underline;
}

div.restReviewContainer .reviewArea .reviewAnnette {
	color: #4d4d4d;
	padding: 0 0 14px 0;
}

div.restReviewContainer .reviewArea .reviewTitle {
	color: #4d4d4d;
	font-weight: bold;
	padding: 0 0 6px 0;
}

div.restReviewContainer .reviewArea .reviewDate {
	color: #000000;
}

div.restReviewContainer .reviewArea .reviewDescription {
	color: #2e2e2e;
	padding: 0 0 12px 0;
}

div.restReviewContainer .reviewArea .reviewRating {
	color: #828282;
	font-size: 10px;
}

div.restReviewContainer .reviewArea .reviewRating .label {
	padding: 2px 8px 0 0;
	float: left;
}

div.restReviewContainer .reviewArea .reviewRating .ratestar {
	padding: 0 8px 0 0;
	float: left;
}

div.restReviewContainer .reviewArea .reviewRating .data {
	padding: 2px 0 0 0;
	float: left;
}

/***************************************************************** RATING ****************************************************************/

div.rating {
	color: #828282;
	font-size: 10px;
}

div.rating div.label {
	padding: 2px 8px 0 0;
	float: left;
}

div.rating div.ratestar {
	float: left;
}

div.rating div.ratestar div.star {
	padding: 0 10px 0 0;
	float: left;
}

div.rating div.ratestar div.data {
	padding: 3px 0 0 0;
	float: left;
}

/****************************************************************** DETAILS ***************************************************************/

div.category {
	padding: 15px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #ff0051;
}

div.location {
	padding: 12px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
}

div.melways {
	padding: 6px 0 0 0;
	font-size: 11px;
	color: #000000;
}

div.melways .melwaysref {
	font-weight: bold;
	color: #ff0051;
}

div.phone {
	padding: 20px 0 0 0;
	font-size: 13px;
}

div.phone .phonenumber {
	font-weight: bold;
	color: #404040;
}

div.website {
	font-size: 12px;
	color: #f55a09;
}

div.attributes {
	padding: 16px 0 0 0;
}

div.icon {
	padding: 16px 0 0 0;
	width: 132px;
	height: 64px;
	float: right;
}

div.icon .iconRACV {
	padding: 0 8px 0 0;
	float: right;
}

div.icon .iconFork {
	float: right;
}

div#restaurantDescription {
	padding: 14px 0 0 0;
	text-align: justify;
	font-size: 12px;
	color: #4d4d4d;
	overflow: hidden;
}

div.pricerange {
	font-weight: bold;
	padding: 14px 0 0 0;
	color: #4d4d4d;
}

div.pricerange strong {
	color: #ff0051;
	font-weight: normal;
}

div#racvMemberBenefit {
	padding: 14px 0 0 0;
	color: #4d4d4d;
}

/*************************************************************** TRADING HOURS ***************************************************************/

div.tradingHours {
	padding: 16px 0 0 0;
	width: 265px;
	float: left;
}

div.tradingHours div.label {
	width: 85px;
	color: #ff0051;
	float: left;
}

div.tradingHours div.hours {
	width: 180px;
	color: #4d4d4d;
	font-weight: bold;
	float: left;
}

/*************************************************************** RESTAURANT PHOTOS ***************************************************************/

div#photoDisplay {
	padding: 20px 18px 0 0;
	width: 332px;
	height: 292px;
	text-align: center;
	float: right;
}

div#photoDisplay img {
	border: 1px solid #dddddd;
}

div#photoThumbnails {
	padding: 20px 16px 0 0;
	width: 94px;
	float: right;
}

div#photoThumbnailsScroll {
	height: 294px;
	overflow: hidden;
}

div#photoThumbnails div.restImage {
	width: 94px;
	padding: 6px 0 0 0;
	text-align: center;
}

div#photoThumbnails div.restImageStart {
	width: 94px;
	padding: 0 0 0 0;
	text-align: center;
}

div#photoThumbnails div.restImage img, div#photoThumbnails div.restImageStart img {
	border: 1px solid #dddddd;
	cursor: pointer;
}

div#photoScroll {
	padding: 20px 20px 0 0;
	width: 8px;
	float: right;
}

div#photoScroll #scrollBar {
	width: 8px;
	height: 292px;
	background-image: url(../images/img_scroll_bar.gif);
	background-position: top-left;
	background-repeat: repeat-y;
}
			
div#photoScroll #scrollHandle {
	width: 8px;
	height: 59px;
	background-image: url(../images/img_scroll_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}

div#restMapContainer {
	padding: 23px 0 0 24px;
}

div#map {
	width: 463px;
	height: 308px;
	border: 1px solid #dddddd;
}

/********************************************************** RESTAURANT EVENT *******************************************************************/

div#specialEventsArea {
	padding: 12px 16px 8px 16px;
}

div#specialEventsArea .eventPlace {
	font-weight: bold;
	color: #474747;
}

div#specialEventsArea .eventPlace a {
	color: #474747;
}

div#specialEventsArea a span.eventSuburb {
	color: #000000;
}

div#specialEventsArea .eventName {
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #f55a09;
}

div#specialEventsArea .eventName a {
	color: #f55a09;
}

div#specialEventsArea .eventDate, div#specialEventsArea .eventDate a {
	color: #474747;
}

div#specialEventsArea .eventDateDescription {
	font-weight: bold;
	color: #474747;
}

div#specialEventsArea .eventDescription {
	padding: 10px 0 6px 0;
	font-size: 11px;
	text-align: justify;
	color: #2e2e2e;
}

/*********************************************************** CONTROL PANEL *********************************************************************/

div#cpanelContainer {
	padding: 0 0 0 12px;
}

div#cpanelContainer h1 {
	padding: 0 0 0 18px;
}

ul.cpanelMenu {
	width: 557px;
	list-style-type: none;
}

ul.cpanelMenu li {
	float: left;
}

ul.cpanelMenu li a {
	display: block;
}

ul.cpanelMenu li.menu1 a {
	width: 278px;
	height: 59px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul.cpanelMenu li.menu1 a:hover {
	background-position: -278px 0;
}

ul.cpanelMenu li.menu2 a {
	width: 279px;
	height: 59px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul.cpanelMenu li.menu2 a:hover {
	background-position: -279px 0;
}

ul.cpanelMenu li.menu3 a {
	width: 278px;
	height: 60px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul.cpanelMenu li.menu3 a:hover {
	background-position: -278px 0;
}

ul.cpanelMenu li.menu4 a {
	width: 279px;
	height: 60px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul.cpanelMenu li.menu4 a:hover {
	background-position: -279px 0;
}

ul.cpanelMenu li.menu5 a {
	width: 278px;
	height: 61px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul.cpanelMenu li.menu5 a:hover {
	background-position: -278px 0;
}

ul.cpanelMenu li.menu6 a {
	width: 279px;
	height: 61px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul.cpanelMenu li.menu6 a:hover {
	background-position: -279px 0;
}

ul.cpanelMenu li a#member1 {
	background-image: url(../images/img_cpanel_member_menu1.gif);
}

ul.cpanelMenu li a#member2 {
	background-image: url(../images/img_cpanel_member_menu2.gif);
}

ul.cpanelMenu li a#member3 {
	background-image: url(../images/img_cpanel_member_menu3.gif);
}

ul.cpanelMenu li a#member4 {
	background-image: url(../images/img_cpanel_member_menu4.gif);
}

ul.cpanelMenu li a#member5 {
	background-image: url(../images/img_cpanel_member_menu5.gif);
}

ul.cpanelMenu li a#member6 {
	background-image: url(../images/img_cpanel_member_menu6.gif);
}

ul.cpanelMenu li a#rest1 {
	background-image: url(../images/img_cpanel_rest_menu1.gif);
}

ul.cpanelMenu li a#rest2 {
	background-image: url(../images/img_cpanel_rest_menu2.gif);
}

ul.cpanelMenu li a#rest3 {
	background-image: url(../images/img_cpanel_rest_menu3.gif);
}

ul.cpanelMenu li a#rest4 {
	background-image: url(../images/img_cpanel_rest_menu4.gif);
}

ul.cpanelMenu li a#rest5 {
	background-image: url(../images/img_cpanel_rest_menu5.gif);
}

ul.cpanelMenu li a#rest6 {
	background-image: url(../images/img_cpanel_rest_menu6.gif);
}

.backFork {
	background: url(../images/img_fork_silhouette.gif) bottom right no-repeat;
}

/*********************************************************** NEW RESTAURANT *********************************************************************/

ul#newRestBox {
	width: 630px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

ul#newRestBox li {
	margin: 0;
	padding: 0;
	width: 315px;
	height: 131px;
	float: left;
}

ul#newRestBox div.RestaurantDetails {
	padding: 10px 0 0 14px;
}

ul#newRestBox div.RestaurantPic {
	width: 109px;
	height: 109px;
	float: left;
	text-align: center;
}

ul#newRestBox div.RestaurantPic img {
	border: 1px solid #d3d3d3;
}

ul#newRestBox div.RestaurantText {
	padding: 0 0 0 10px;
	width: 170px;
	float: left;
}

ul#newRestBox div.RestaurantText .RestaurantName, ul#newRestBox div.RestaurantText .RestaurantName a {
	font-weight: bold;
	color: #4d4d4d;
}

ul#newRestBox div.RestaurantText .RestaurantSuburb {
	font-weight: bold;
	color: #000000;
}

ul#newRestBox div.RestaurantText .RestaurantDescription {
	padding: 4px 0;
}

ul#newRestBox div.RestaurantText .RestaurantRating {
	font-size: 10px;
	color: #828282;
}

ul#newRestBox div.RestaurantText .RestaurantRating .label {
	padding: 2px 6px 0 0;
	float: left;
}

ul#newRestBox div.RestaurantText .RestaurantRating .ratestar {
	float: left;
}

ul#newRestBox div.RestaurantText .RestaurantRating .noRating {
	padding: 2px 0 0 0;
	float: left;
}

ul#newRestBox div.RestaurantText .link {
	padding: 4px 0 0 0;
}

/********************************************************* RESTAURANT BROWSE ********************************************************************/

div#browsePaging {
	text-align: center;
	padding: 16px 0 0 0;
	color: #606060;
	font-size: 12px;
}

div#blogPaging {
	text-align: center;
	padding: 16px 0 0 0;
	color: #606060;
	font-size: 12px;
}

div#browse {
}

div#browse div#browseHead {
	width: 969px;
	height: 31px;
	background: url(../images/img_browse_head.gif) top center no-repeat;
}

div#browse div#browseHead a {
	color: #000000;
	text-decoration: underline;
}

div#browse div#browseHead2 {
	width: 969px;
	height: 31px;
	background: url(../images/img_browse2_head.gif) top center no-repeat;
}

div#browse div#browseHead2 a {
	color: #ffffff;
	text-decoration: underline;
}

div#browse div#browseNav {
	padding: 8px 20px 0 20px;
	font-size: 13px;
	font-weight: bold;
	float: right;
}

div#browseContent, div#favouriteContent {
	background: url(../images/img_browse_back.gif) top center repeat-y;
}

div#reviewsContent {
	background: url(../images/img_reviews_back.gif) top center repeat-y;
}

ul#browseBox {
	width: 969px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#browseBox li {
	margin: 0;
	padding: 0;
	width: 323px;
	height: 133px;
	float: left;
}

ul#browseBox li.boxA {
	background: url(../images/img_browse_box_back1.gif) top left no-repeat;
	
}

ul#browseBox li.boxB {
	background: url(../images/img_browse_box_back2.gif) top left no-repeat;
}

div#browseBar, div#searchBar {
	margin: 0 auto;
	width: 927px;
	height: 45px;
}

div#browseBar {
	padding: 0 0 15px 0;
	background: url(../images/img_browse_bar.gif) 50% top no-repeat;
}

div#searchBar {
	padding: 15px 0;
	background: url(../images/img_browse_bar2.gif) 50% center no-repeat;
}

div#browseBar form#browseForm {
	margin: 0;
	padding: 0 0 0 149px;
}

div#browseBar form#browseForm2 {
	margin: 0;
	padding: 0 0 0 249px;
}

div#searchBar form#searchForm {
	margin: 0;
	padding: 0 0 0 262px;
}

div#browseBar label, div#searchBar label {
	padding: 9px 15px 0 18px;
	display: block;
	float: left;
}

div#browseBar .criteria, div#searchBar .criteria {
	padding: 12px 12px 0 0;
	display: block;
	float: left;
}

div#browseBar select {
	width: 162px;
	height: 19px;
}

div#searchBar input#keywords {
	width: 162px;
	height: 15px;
}

div#browseBar .browseBtn, div#searchBar .browseBtn {
	padding: 10px 0 0 16px;
	display: block;
	float: left;
}

ul#browseBox div.RestaurantDetails {
	padding: 11px 0 0 16px;
}

ul#browseBox div.RestaurantPic {
	width: 109px;
	height: 109px;
	float: left;
	text-align: center;
}

ul#browseBox div.RestaurantPic img {
	border: 1px solid #d3d3d3;
}

ul#browseBox div.RestaurantText {
	padding: 0 0 0 10px;
	width: 170px;
	float: left;
}

ul#browseBox div.RestaurantText .RestaurantName, ul#browseBox div.RestaurantText .RestaurantName a {
	font-weight: bold;
	color: #4d4d4d;
}

ul#browseBox div.RestaurantText .RestaurantSuburb {
	font-weight: bold;
	color: #000000;
}

ul#browseBox div.RestaurantText .RestaurantDescription {
	padding: 4px 0;
}

ul#browseBox div.RestaurantText .RestaurantRating {
	font-size: 10px;
	color: #828282;
}

ul#browseBox div.RestaurantText .RestaurantRating .label {
	padding: 2px 6px 0 0;
	float: left;
}

ul#browseBox div.RestaurantText .RestaurantRating .ratestar {
	float: left;
}

ul#browseBox div.RestaurantText .RestaurantRating .noRating {
	padding: 2px 0 0 0;
	float: left;
}

ul#browseBox div.RestaurantText .link {
	padding: 4px 0 0 0;
}

div#noResultMsg {
	padding: 15px 20px 0 20px;
	font-size: 12px;
}

ul.borderTop {
	border-top: 1px solid #dbdbdb;
}

/****************************************************** USERNAME HEAD *******************************************************/

div#headingUserProfile {
	padding: 12px 16px 24px 16px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2e2e2e;
}

div#headingUserProfile #headingUsername {
	background-color: #ffffff;
	float: left;
}

div#headingUserProfile #headingBack {
	float: right;
}

/****************************************************** LISTING INFO ********************************************************/

div#listingInfo {
	position: absolute;
	top: 10px;
	left: 672px;
	width: 303px;
}

div#listingInfo #bigText {
	padding: 5px 8px 0 0;
	float: right;
}

div#listingInfo #listingNum {
	float: right;
}

div.avantPurple {
	width: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ff0d54;
}

div#listingInfo #smallText {
	padding: 0;
	position: relative;
	top: -3px;
}

/****************************************************** SEARCH FIELD ********************************************************/

div#searchField {
	position: absolute;
	top: 54px;
	left: 659px;
}

div#searchField div#searchText {
	width: 269px;
	height: 45px;
	background: url(../images/img_searchfield_text.gif) top right no-repeat;
	display: block;
	float: left;
}

div#searchField div#searchText input#field {
	margin: 0;
	margin: 16px 8px 0 8px;
	width: 253px;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	border: none;
}

div#searchField input#go {
	float: left;
}

/****************************************************** EVENT DETAILS ********************************************************/

#eventDetails #eventHeading {
	width: 919px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img_heading_events.gif) top left no-repeat;
	text-align: center;
}

#eventDetails #eventHeading #eventDate {
	padding: 8px 20px 0 20px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	float: right;
}

#eventDetails #eventHeading #eventDate a {
	color: #ffffff;
}

div#eventList {
	width: 919px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img_event_details_tile.gif) top center repeat-y;
}

div.eventListRow {
	background: url(../images/img_event_details_back.gif) bottom center no-repeat;
}

div#eventList div.boxA {
	margin: 0;
	padding: 0;
	width: 459px;
	min-height: 257px;
	float: left;
}

div#eventList div.boxB {
	margin: 0;
	padding: 0;
	width: 459px;
	min-height: 257px;
	float: left;
}

div#eventList .details {
	padding: 27px;
}

div#eventList .details .eventPlace {
	font-weight: bold;
	color: #000000;
}

div#eventList .details .eventPlace a {
	color: #000000;
}

div#eventList .details .eventName {
	font-size: 12px;
	font-weight: bold;
}

div#eventList .details .eventDate {
	padding: 8px 0 0 0;
	font-size: 12px;
	color: #ff0e54;
}

div#eventList .details .eventDateDescription {
	font-weight: bold;
	color: #ff0e54;
}

div#eventList .details .eventDescription {
	padding: 16px 0 0 0;
	font-size: 12px;
	text-align: justify;
}

div#eventList .details .eventContact {
	padding: 12px 0 0 0;
}

div#navToCalendar {
	width: 919px;
	margin: 0 auto;
}

div#navToCalendar #goToCalendar {
	padding: 5px 0 0 0;
	float: right;
}

/****************************************************** RESTAURANT ICONS ********************************************************/

div.resticons {
	padding: 4px 0 0 0;
}

div.resticons .iconRACV {
	padding: 0 4px 0 0;
	float: left;
}

div.resticons .iconFork {
	float: left;
}

/****************************************************** RESTAURANT ICONS ********************************************************/

div#browseByLetter {
	margin: 0 auto;
	width: 927px;
	height: 45px;
	background: #ffffff;
}

div#browseByLetter div#letterContainer {
	padding: 16px 0 0 184px;
}
div#browseByLetter div#letterText {
	padding: 0 15px 0 0;
	float: left;
}

div#browseByLetter div#letterList {
	font-size: 12px;
	color: #4d4d4d;
	word-spacing: 4px;
	float: left;
}

/****************************************************** MEMBER PROFILE ********************************************************/

div#userProfile {
	background: url(../images/img_user_profile_tile.gif) top center repeat-y;
}

div#userProfileContent {
	min-height: 209px;
	background: url(../images/img_user_profile_back.gif) bottom center no-repeat;
}

div#userProfileArea {
	padding: 18px;
}

div#userProfileArea div#userAvatar {
	width: 156px;
	float: left;
}

div#userProfileArea div#userAvatar img {
	border: 1px solid #dbdbdb;
}

div#userProfileArea div#userTextInfo {
	padding: 0 0 0 24px;
	width: 394px;
	float: left;
}

div#userTextInfo #username {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

div#userTextInfo #username #joindate {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #444444;
}

div#userTextInfo #location {
	padding: 4px 0 0 0;
	color: #dc2505;
}

div#userTextInfo #about {
	padding: 10px 0 0 0;
	color: #000000;
}

div#userTextInfo #about strong {
	color: #4d4d4d;
}

div#userFavContent {
	min-height: 482px;
	background: url(../images/img_back_fav_restaurants.gif) bottom center no-repeat;
	position: relative;
}

div#userReviewsContent {
	min-height: 482px;
	background: url(../images/img_back_latest_reviews.gif) bottom center no-repeat;
	position: relative;
}

div.memberTop {
	padding: 0 0 14px 0;
}

div.memberColumn {
	width: 474px;
	float: left;
}

div.memberRightColumn {
	padding: 0 0 0 20px;
}

/************************************** REVIEW BOX **********************************************/

ul#memberReviews {
	width: 474px;
	list-style-type: none;
	list-style-position: outside;
}

ul#memberReviews li {
	height: 155px;
}

ul#memberReviewsLong {
	width: 969px;
	background: url(../images/img_reviews_back.gif) top left repeat-y;
	list-style-type: none;
	list-style-position: outside;
}

ul#memberReviewsLong li {
	background: url(../images/img_reviews_back2.gif) bottom left no-repeat;
}

div.reviewBox {
	padding: 16px 18px 16px 18px;
	overflow: hidden;
}

div.reviewBox .RestaurantPic {
	width: 109px;
	text-align: center;
	float: left;
}

div.reviewBox .RestaurantPic img {
	border: 1px solid #dbdbdb;
}

div.reviewBox .reviewText {
	padding: 0 0 0 18px;
	width: 308px;
	float: left;
}

div.reviewBox .reviewTextLong {
	padding: 0 0 0 18px;
	width: 803px;
	float: left;
}

div.reviewBox .reviewRating {
	font-size: 10px;
	color: #828282;
}

div.reviewBox .reviewRating .label {
	padding: 2px 6px 0 0;
	float: left;
}

div.reviewBox .reviewRating .ratestar {
	float: left;
}

div.reviewBox .reviewRating .noRating {
	padding: 2px 0 0 0;
	float: left;
}

div.reviewBox .reviewTitle {
	padding: 0 0 8px 0;
}

div.reviewBox .reviewTitle a {
	font-weight: bold;
}

div.reviewBox .RestaurantName, div.reviewBox .RestaurantName a {
	font-weight: bold;
	color: #4d4d4d;
}

div.reviewBox .RestaurantSuburb {
	font-weight: bold;
	color: #000000;
}

div.reviewBox .reviewDescription {
	color: #2e2e2e;
	padding: 0 0 8px 0;
}

div#userReviewsContent .seeAll {
	position: absolute;
	top: 455px;
	left: 344px;
	font-weight: bold;
}

/************************************** FAVOURITE BOX **********************************************/

ul#memberFavourite {
	width: 474px;
	list-style-type: none;
	list-style-position: outside;
}

ul#memberFavourite li {
	width: 158px;
	height: 218px;
	float: left;
}

div.favouriteBox {
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

div.favouriteBox .RestaurantPic {
	width: 109px;
	height: 109px;
	padding: 0 0 8px 0;
}

div.favouriteBox .RestaurantPic img {
	border: 1px solid #dbdbdb;
}

div.favouriteBox .RestaurantName, div.favouriteBox .RestaurantName a {
	font-weight: bold;
	color: #4d4d4d;
	padding: 0 0 8px 0;
}

div.favouriteBox .RestaurantSuburb {
	font-weight: bold;
	color: #000000;
}

div#userFavContent .seeAll {
	position: absolute;
	top: 455px;
	left: 334px;
	font-weight: bold;
}

/********************************************* POLL AREA **********************************************/

div#pollArea {
	padding: 12px 16px 12px 16px;
}

div#pollArea div#pollJoin {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 12px 0;
}

div#pollArea div#pollQuestion {
	padding: 0 0 8px 0;
}

div#pollArea div#pollDescription {
	padding: 0 0 8px 0;
}

div#pollArea form#pollChoices {
	font-size: 10px;
	color: #484848;
}

div#pollArea form#pollChoices div.radio {
	float: left;
	padding: 0 10px 2px 0;
}

div#pollArea form#pollChoices div.choice {
	float: left;
	width: 260px;
	padding: 4px 0 2px 0;
}

div#pollArea form#pollChoices div#votebutton {
	float: left;
	padding: 6px 10px 0 0;
}

div#pollArea form#pollChoices div#resultslink {
	float: left;
	padding: 10px 0 0 0;
}

/************************************************ POLLS ***************************************************/

div.pollDetails {
	padding: 6px 0 0 0;
	float: left;
}

div.pollBar {
	background-color: #fb7023;
	margin: 4px 12px 12px 0;
	height: 18px;
	float: left;
}

div#pollMsg {
	font-weight: bold;
}

div#pollQuestion {
	font-size: 14px;
	font-weight: bold;
}

div.pollChoice {
	color: #ff0051;
}

div#pollTotal {
	color: #454545;
	font-size: 11px;
}

/************************************************ BLOG ****************************************************/

div#leftBlogColumn {
	padding: 14px 0 0 11px;
	float: left;
}

div#rightBlogColumn {
	padding: 14px 0 0 11px;
	float: left;
}

div#blogArticle {
	padding: 0;
	width: 784px;
	background: url(../images/img_blog_back_tile.gif) top center repeat-y;
}

div#blogArticleContent {
	width: 784px;
}

div.blogArticle {
	min-height: 120px;
	background: url(../images/img_blog_back.gif) bottom center no-repeat;
}

div.blogPad {
	padding: 0 0 6px 0;
}

div.blogArea {
	padding: 12px 16px 16px 16px;
}

div.blogArea2 {
	font-size: 12px;
}

div.blogArea2 a {
	font-weight: bold;
}

div.blogArea2 p {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 12px;
}

div.blogArea2 h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
}

div.blogAnnettePic {
	height: 144px;
	position: relative;
	top: 0px;
	left: 0px;
}

div.blogAnnettePic #annettePic {
	position: absolute;
	top: 0px;
	left: 232px;
}

div.blogAnnettePic #annetteSig {
	position: absolute;
	top: 12px;
	left: -4px;
}

div.blogAnnettePic #annetteDtl {
	color: #454545;
	width: 293px;
	font-size: 10px;
	position: absolute;
	top: 52px;
	left: 0px;
	text-align: left;
}

div.blogItem {
	padding: 0 0 16px 0;
}

div.blogTitle {
	padding: 0 0 6px 0;
	color: #209bcc;
	font-size: 14px;
	font-weight: bold;
}

div.blogTitle a {
	color: #209bcc;
}

div.blogDate {
	padding: 0 0 12px 0;
	color: #4d4d4d;
	font-size: 11px;
	font-weight: bold;
}

div.blogLink {
	padding: 12px 0 0 0;
	color: #f55a09;
}

div.blogSmallPic {
	padding: 2px;
	border: 1px solid #d0d0d0;
}

div.blogBigPic {
	padding: 5px;
	border: 1px solid #d0d0d0;
}

div.divBlogSPic {
	padding: 0 8px 0 0;
	float: left;
	text-align: center;
}

div.divBlogBPic {
	padding: 0 0 24px 24px;
	float: right;
	text-align: center;
}

div.blogBackLink {
	padding: 12px 0 0 0;
}

div#blogFeedContent {
	padding: 6px 0 0 21px;
}
/******************************/

div#blogUserComments {
	padding: 9px 0 0 0;
}

div#blogComments {
	padding: 0;
	width: 784px;
	background: url(../images/img_blog_back_tile.gif) top center repeat-y;
}

div#blogCommentsContent {
	width: 784px;
}

div#blogCommentsContent .comments {
	min-height: 32px;
	background: url(../images/img_blog_comments_back.gif) bottom center no-repeat;
}

div.commentsArea {
	padding: 12px 16px;
}

div.commentsArea textarea#CommentContent {
	width: 480px;
	height: 152px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#commentFormMessage {
	color: #2e2e2e;
	font-size: 11px;
	font-weight: bold;
}

div#commentFormTitle {
	padding: 0 0 6px 0;
	color: #2e2e2e;
	font-size: 11px;
	font-weight: bold;
}

div#commentFormInput {
	width: 240px;
	padding: 0 0 10px 0;
}

div#commentFormInputFull {
	padding: 0 0 10px 0;
}

div#commentFormInput input {
	width: 225px;
}

div#commentFormInputFull input.textfield {
	width: 120px;
	position:relative;
	top: -8px;
}

div#commentFormTextarea {
	float: left;
	width: 496px;
	padding: 0 0 6px 0;
}

div#commentFormInfo {
	float: left;
	width: 224px;
	padding: 16px;
	background-color: #fff8d7;
}

div#commentFormButton {
	padding: 0 0 0 352px;
}


div.commentAuthor {
	color: #4d4d4d;
	padding: 0 0 6px 0;
}

div.commentAuthor a {
	color: #f55a09;
	font-weight: bold;
	text-decoration: underline;
}

div.commentDate {
	color: #000000;
	font-weight: bold;
	padding: 0 0 6px 0;
}

div.commentContent {
	color: #2e2e2e;
	padding: 0 0 4px 0;
}

/******************************/

div#blogCatContent ul {
	padding: 31px 0 0 0;
	list-style-type: none;
}

div#blogCatContent ul li {
	width: 172px;
	height: 22px;
	background: url(../images/img_blogcat_border.gif) bottom left no-repeat;
}

div#blogCatContent ul li.end {
	background: none;
}

div#blogCatContent ul li div.catitem {
	padding: 4px 0 0 21px;
	color: #209bcc;
}

div#blogCatContent ul li div.catitem a {
	color: #209bcc;
}

.catsel {
	font-weight: bold;
	background: url(../images/blogcat_sel.gif) top left no-repeat;
}

/********************************************** BUTTONS ***************************************************/

div.silverButtons {
	padding: 0 12px 0 0;
	float: left;
}

a.silverBtn {
	width: 132px;
	height: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.silverBtn:hover { background-position: -132px 0; }

a#btnDownloadMenu {
	background-image: url(../images/btn_downloadmenu.gif);
}

a#btnMakeABooking {
	background-image: url(../images/btn_makebooking.gif);
}

a#btnBackToIndex {
	background-image: url(../images/btn_backtoindex.gif);
}

/********************************************** REGISTRATIONS ***************************************************/

div.forminfo {
	padding: 4px 0 0 0;
}
div.registrationColumn1 {
	width: 484px;
	float: left;
}

div.registrationColumn2 {
	padding: 0 0 0 40px;
	width: 424px;
	font-size: 12px;
	float: left;
}

div.registrationColumn2 ul {
	list-style-type: disc;
	list-style-position: inside;
}

div.registrationColumn2 ul li {
	padding: 0 0 0 8px;
}

div.instructionBox {
	padding: 20px;
	background-color: #fff8d7;
}

/********************************************** GENERIC PAGE ***************************************************/

div.spage {
	background: url(../images/img_spage_tile.gif) top center repeat-y;
}

div.spageContent {
	min-height: 209px;
	background: url(../images/img_spage_back.gif) bottom center no-repeat;
}

div.spageArea {
	width: 580px;
	padding: 18px;
	font-size: 12px;
}

div.spageArea p {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 12px;
}

div.spageArea h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
}

div.info .columnA {
	width: 120px;
	float: left;
	font-weight: bold;
}

div.info .columnB {
	width: 448px;
	float: left;
}

div.info {
	font-size: 12px;
	padding: 0 0 12px 12px;
}

/********************************************** INSTRUCTIONS ***************************************************/

div.instruction {
	padding: 18px;
}

div.instructionContent {
	width: 698px;
	padding: 10px 18px;
	background-color: #fff8d7;
}

div.instructionIcon {
	padding: 8px 18px 0 0;
	width: 80px;
	float: left;
}

div.instructionArea {
	width: 600px;
	float: left;
}

div.instructionArea p {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 12px;
}

div.instructionArea h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
}

/********************************************** PRIVATE ACCESS ***************************************************/

div#accessLogin {
	padding: 18px;
	font-weight: normal;
}

form#aLoginForm {
	padding: 8px 0 0 0;
}

div#accessLogin .columnA, div#accessLogin .columnB {
	padding: 0 0 4px 0;	
}

div#accessLogin .columnB {
	width: 200px;
}

div#accessLogin label {
	font-weight: normal;	
}

div#accessLogin input.field {
	padding: 0;
	margin: 0;
	width: 200px;
	height: 15px;
	border: 1px solid #bbbbbb;
	font-size: 11px;
	color: #4d4d4d;
}

div#accessLogin input.button {
	padding: 0 0 0 177px;
	margin: 0;
}

div#accessLogin p {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 12px;
}

div#accessLogin h3 {
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
}

/********************************************** EMAIL UPDATES ***************************************************/

div.fieldColumn {
	padding: 12px 8px;
	width: 197px;
	float: left;
}

div.fieldColumn div.fieldColumnLabel {
	padding: 0 0 8px 0;
	font-weight: bold;
}