@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HelveticaNeueLT35ThinRegular';
    src: url('/skin/fonts/helvetica_lt_35_thin-webfont.eot');
    src: url('/skin/fonts/helvetica_lt_35_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/fonts/helvetica_lt_35_thin-webfont.woff') format('woff'),
         url('/skin/fonts/helvetica_lt_35_thin-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLT45LightRegular';
    src: url('/skin/fonts/helvetica_lt_45_light-webfont.eot');
    src: url('/skin/fonts/helvetica_lt_45_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/fonts/helvetica_lt_45_light-webfont.woff') format('woff'),
         url('/skin/fonts/helvetica_lt_45_light-webfont.ttf') format('truetype');
}

body {
	margin: 0;
	background: #faf8f4 top center repeat-y url(/skin/images/body-bg.gif);
}
body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-family: 'HelveticaNeueLT35ThinRegular', Arial, Helvetica, sans-serif;
	color: #7e00ff;
	font-size: 34px;
	margin: 15px 0 25px 0;
	padding: 0;
	font-weight: normal;
	line-height: 30px;
}
h2 {
	font-family: 'HelveticaNeueLT35ThinRegular', Arial, Helvetica, sans-serif;
	color: #7e00ff;
	font-size: 20px;
	margin: 15px 0 10px 0;
	font-weight: normal;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #7e00ff;
}
h3 {
	font-family: 'HelveticaNeueLT45LightRegular', Arial, Helvetica, sans-serif;
	margin: 18px 0 4px 0;
	color: #7e00ff;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-family: 'HelveticaNeueLT45LightRegular', Arial, Helvetica, sans-serif;
	margin: 16px 0 6px 0;
	color: #268eee;
	font-size: 14px;
	padding-bottom: 0;
	font-weight: normal;
}
h5 {
	font-family: 'HelveticaNeueLT35ThinRegular', Arial, Helvetica, sans-serif;
	margin: 16px 0 6px 0;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}

form {
	margin: 0;
}

img {
	border: 0;
}


th, td {
	vertical-align: top;
}


a:link, a:active, a:visited {
	color: #7e00ff;
	text-decoration: none;
}
a:hover {
	color: #7e00ff;
	text-decoration: underline;
}


em {
	color: #00b397;
}
em.highlight {
	background-color: #FFCD1B;
	font-style: normal;
	padding: 0 5px;
	color: #000000;
}

/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

.divider {
	background: top repeat-x url(/skin/images/div.gif);
	line-height: 1px;
	height: 1px;
}

form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	background: #FFFFFF;
	border: 1px solid #b2b1b0;
	padding: 2px 3px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

input.button {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background: none;
}
input.none {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

.error {
	margin: 10px 0;
	padding: 5px 10px 5px 30px;
	background: #fbe7e1 5px 5px no-repeat url(/skin/images/icon-error.png);
	border: 1px solid #e25f53;
	color: #933229;
}
.notification {
	margin: 10px 0;
	padding: 5px 10px 5px 30px;
	background: #e2f2df 5px 5px no-repeat url(/skin/images/icon-tick.png);
	border: 1px solid #6ec563;
	color: #418239;
}
.alert, .warning {
	margin: 10px 0;
	padding: 5px 10px 5px 30px;
	background: #bcd9f4 5px 5px no-repeat url(/skin/images/icon-info.png);
	border: 1px solid #00529f;
	color: #333333;
}

.alert a:link, .alert a:active, .alert a:visited {
	color: #472a33;
	text-decoration: underline;
}
.alert a:hover {
	text-decoration: none;
}
.alert img {
	margin-top: 10px;
}


/* FORM - Standard forms, eg. Enquiry */
.form {
	padding: 3px;
	margin: 10px auto;
}
.form th {
	background: #FFFFFF;
	border-bottom: 3px solid #FBF9F6;
	border-right: 3px solid #FBF9F6;
	width: 180px;
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
}
.form td {
	background: #FFFFFF;
	border-bottom: 3px solid #FBF9F6;
	width: 290px;
	padding: 3px 20px 3px 5px;
}
.form th.short .form td.short {
	width: 20px;
}
.form th.full .form td.full {
	width: 100%;
}
.form td.full.required {
	background: #FFFFFF 493px 20px no-repeat url(/skin/images/icon-required.png);
}
.form .full .cke_editor_textfield {
	margin-top: 5px;
}
.form td.required {
	background: #FFFFFF 300px 7px no-repeat url(/skin/images/icon-required.png);
}
.form th.none, .form td.none {
	height: 8px;
	line-height: 8px;
	padding: 0;
	background: #FBF9F6;
}
.form em {
	font-size: 11px;
	font-style: normal;
	color: #999999;
	line-height: normal;
	margin: 5px 0;
	display: block;
}
.form input, .form textarea {
	width: 280px;
}
.form select {
	width: 288px;
}
.form input.short {
	width: 138px;
}
.form select.short {
	width: 150px;
}
.form input.tiny {
	width: 80px;
}
.form input.none, .ui-dropdownchecklist-dropcontainer input {
	border: 0;
	padding: 0;
	width: auto;
}
.form input.button, .payment-option input.button {
	background: left no-repeat url(/skin/images/icon-arrow.png);
	border: 0;
	padding: 0 0 0 16px;
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	color: #00a08e;
}
.form input.button.up {
	background: left no-repeat url(/skin/images/icon-arrow-up.png);
}
.form input.button.delete {
	background: left no-repeat url(/skin/images/icon-delete.png);
}
.form .options {
	width: 100%;
}
.form td.description {
	padding-right: 0;
}
.form .options td {
	width: 50%;
	border: 0;
	padding: 0;
}
.form td span {
	font-weight: normal;
	margin-left: 10px;
}
.form td #cke_contentdesc span {
	margin: 0;
}

.form .thumbs {
	margin: 10px auto;
}
.form .thumbs td {
	width: 100px;
	background: #EAEAEA;
	padding: 2px;
	border: 2px solid #FFFFFF;
	text-align: center;
}
.form .thumbs td.none {
	background: none;
}
.form .thumbs img {
	margin-bottom: 2px;
	padding: 5px;
	background: #FFFFFF;
}

/* Form - package widget */
.package-table {
}
.package-table th {
	width: auto;
	padding: 3px 5px 10px 0;
	border: 0;
}
.package-table td {
	width: auto;
	padding: 0 0 10px 0;
	border: 0;
	font-weight: bold;
	color: #7E00FF;
}
.package-table p {
	margin: 0;
	font-weight: normal;
	color: #666666;
}

/* Results grid */
.results {
	width: 100%;
	padding: 3px;
	margin: 10px auto;
}
.results th {
	background: #FFFFFF;
	border-bottom: 1px solid #f4efe7;
	border-right: 3px solid #FBF9F6;
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
}
.results td {
	background: #FFFFFF;
	border-top: 3px solid #FBF9F6;
	border-right: 3px solid #FBF9F6;
	padding: 3px 5px;
}


/* Container with fade */
#container-outer-bg {
}
/* Container */
#container, .container {
	width: 864px;
	margin: 0 auto;
}

/* Page Divider */
.page-div {
	background: top center no-repeat url(/skin/images/page-div.gif);
	height: 41px;
}

/* Bookmark */
#bookmark {
	background: top repeat-x url(/skin/images/bookmark-bg.gif);
	padding-bottom: 1px;
	height: 36px;
}

/* Header - logo and search site */
#header {
}
#header .container {
	background: top repeat-x url(/skin/images/logo-bg.gif);
	position: relative; /* for login tab */
}
#header .logo {
	float: left;
	width: 130px;
}
#header .banner {
	float: right;
	width: 728px;
	padding-top: 15px;
}
#header .tab-member {
	position: absolute;
	width: 67px;
	height: 178;
	bottom: -16px;
	left: -67px;
}



/* Menu - main menu */
#menu {
	background: top repeat url(/skin/images/menu-bg.gif);
	color: #7e00ff;
	font-size: 14px;
	line-height: normal;
}
#menu ul {
	float: left;
	width: 695px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#menu li {
	position: relative;
	float: left;
	background: top right no-repeat url(/skin/images/menu-div.gif);
	margin: 0;
	padding: 0 2px 0 0;
	line-height: normal;
}

#menu li span { /* hide speech icon */
	display: none;
}
#menu a:visited, #menu a:active, #menu a:link {
	display: block;
	padding: 8px 4px;
	color: #7e00ff;
	text-decoration: none;
}
#menu a:hover, #menu li:hover a, #menu li.sfhover a, #menu a.active {
	color: #00b397;
}
/* Main menu state when submenu active */
#menu li.active a:visited, #menu li.active a:active, #menu li.active a:link {
	color: #00b397;
}
#menu li.active span { /* show speech icon under active menu option */
	display: block;
	position: absolute;
	background: no-repeat url(/skin/images/menu-bg-active.png);
	width: 11px;
	height: 9px;
	left: 23px;
}
#menu li:hover, #menu li.sfhover, #menu li.active {
	color: #00b397;
}

/* Link style when the option has a sub menu */
#menu .parent a:hover, #menu .parent:hover a, #menu .parent.sfhover a, #menu .parent.active a:hover, #menu .parent.active:hover a {
}

/* Sub menu */
#menu li ul {
	position: relative;
	background: none;
	display: none;
	width: 220px;
	height: auto;
	position: absolute;
	padding: 0px 0 0 0;
	margin: 0;
	z-index: 100;
}
#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	background: #ebe4d6;
	border: 0;
	height: auto;
	position: relative;
}
/* Submenu list items */
#menu li li:hover, #menu li li.sfhover, #menu li li.active,  #menu li li.active:hover {
	color: #00b397;
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited, #menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited, #menu .parent.active:hover li a {
	background: none;
	margin: 0;
	padding: 6px 10px;
	border-bottom: 1px solid #e6decf;
	border-top: 1px solid #f3eee4;
	color: #7e00ff;
}
#menu li:hover li:hover a, #menu li.sfhover li:hover a {
	color: #00b397;
}
/* Submenu list items hover */
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover, #menu li .active a.parent:hover, #menu .parent:hover li:hover a {
	color: #00b397;
}

/* 3 level menu */
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li ul ul {
	width: 220px;
	margin: 0 0 0 220px;
	height: auto;
	position: absolute;
	top: 0;
	padding: 1px 0 0 0;
}
#menu li ul ul a:link, #menu li ul ul a:active, #menu li ul ul a:visited, #menu li:hover ul ul a:link, #menu li:hover ul ul a:active, #menu li:hover ul ul a:visited, #menu li.sfhover ul ul a:link, #menu li.sfhover ul ul a:active, #menu li.sfhover ul ul a:visited, #menu .parent.active:hover li ul a {
	background: #4c4c4c;
	border-bottom: 1px solid #3d3d3d;
	border-top: 1px solid #535353;
}
/* Submenu list items hover */
#menu li li ul a:hover, #menu li li:hover ul a:hover, #menu li li.sfhover ul a:hover, #menu .parent.active li li a:hover, #menu .parent.active:hover li  li a:hover, #menu .parent:hover li li:hover a {
	background: #3a3a3a;
}

#menu .icons {
	float: right;
	width: 160px;
}
#menu .icons a {
	display: inline;
	padding: 0;
	background: none;
}

/* Member Menu */
#member-menu {
	background: top repeat url(/skin/images/menu-bg.gif);
	color: #7e00ff;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 18px;
}
#member-menu ul {
	float: left;
	width: 695px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#member-menu li {
	position: relative;
	float: left;
	background: top right no-repeat url(/skin/images/menu-div.gif);
	margin: 0;
	padding: 0 2px 0 0;
	line-height: normal;
}

#member-menu li span { /* hide speech icon */
	display: none;
}
#member-menu a:visited, #member-menu a:active, #member-menu a:link {
	display: block;
	padding: 8px 7px;
	color: #7e00ff;
	text-decoration: none;
}
#member-menu a:hover, #member-menu li:hover a, #member-menu li.sfhover a, #member-menu a.active {
	color: #00b397;
}
/* Main menu state when submenu active */
#member-menu li.active a:visited, #member-menu li.active a:active, #member-menu li.active a:link {
	color: #00b397;
}
#member-menu li.active span { /* show speech icon under active menu option */
	display: block;
	position: absolute;
	background: no-repeat url(/skin/images/menu-bg-active.png);
	width: 11px;
	height: 9px;
	left: 23px;
}
#member-menu li:hover, #member-menu li.sfhover, #member-menu li.active {
	color: #00b397;
}


/* Tab Menu */
#menu-tab {
	border-bottom: 2px solid #00aba0;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 10px;
}
#menu-tab ul {
	float: left;
	width: 550px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#menu-tab li {
	position: relative;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	line-height: normal;
}
#menu-tab a:visited, #menu-tab a:active, #menu-tab a:link {
	display: block;
	background: top repeat-x url(/skin/images/tab-bg.gif);
	padding: 8px 15px 6px 15px;
	color: #333333;
	text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#menu-tab a:hover, #menu-tab li:hover a, #menu-tab li.sfhover a, #menu-tab a.active {
	background: top repeat-x url(/skin/images/tab-bg-active.gif);
	color: #FFFFFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* Main menu state when submenu active */
#menu-tab li.active a:visited, #menu-tab li.active a:active, #menu-tab li.active a:link {
	background: top repeat-x url(/skin/images/tab-bg-active.gif);
	color: #FFFFFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#menu-tab li:hover, #menu-tab li.sfhover, #menu-tab li.active {
	background: top repeat-x url(/skin/images/tab-bg-active.gif);
	color: #FFFFFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#menu-tab .inactive, #menu-tab .inactive:hover {
	background: top repeat-x url(/skin/images/tab-bg.gif);
	padding: 8px 15px 6px 15px;
	color: #a7a7a7;
	text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


/* Feature Area - home flash and feature header images */
#feature {
}
#feature .featureflash {
	width: 864px;
	height: 164px;
	line-height: 0;
}

/* Content Area */
#content {
	padding-bottom: 8px;
}
#content .container {
	position: relative; /* for twitter tab */
	min-height: 700px; /* for twitter tab */
	height: auto !important; /* for twitter tab */
	height: 700px; /* for twitter tab */
}
#content .tab-twitter {
	position: absolute;
	width: 61px;
	height: 110px;
	top: 590px;
	right: -61px;
}
.content {
}
.content-left {
	float: left;
	width: 550px;
}
.content-right {
	float: right;
	width: 300px;
}
.content-left .banner, .content-right .banner {
	margin-bottom: 16px;
}
.content-right .banner span {
	padding-left: 50px;
}

.banner.bottom {
	text-align: center;
	background: #FFFFFF;
	padding: 10px;
}

/* Panel - Twitter */
.panel-twitter {
	background: #aef2ff top right no-repeat url(/skin/images/panel-twitter-bg.gif);
}
.panel-twitter .username {
	display: none;
}
.panel-twitter .tweet_time {
	display: block;
	padding: 15px 80px 15px 0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #7e00ff;
}
.panel-twitter .tweet_join {
	display: none;
}
.panel-twitter .text {
	padding: 0 15px;
	font-size: 11px;
	color: #231f20;
	line-height: normal;
}
.panel-twitter .buttons {
	background: right top no-repeat url(/skin/images/panel-twitter-buttons.gif);
	padding: 25px 10px 10px 0;
	text-align: right;
}
.panel-twitter .buttons img {
	margin-bottom: 5px;
}
/* Twitter JS Style */
.tweet, .query {}
.tweet .tweet_list, .query .tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
}
.tweet .tweet_list li, .query .tweet_list li {
}
.tweet .tweet_list li a, .query .tweet_list li a {
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
}


/* Panel - Business Search */
.panel-search-business {
	background: #4217a2 top left no-repeat url(/skin/images/panel-search-business-bg.gif);
	padding: 38px 10px 10px 10px;
	margin-bottom: 15px;
	line-height: normal;
}
.panel-search-business th {
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	padding: 2px 10px 2px 0;
}
.panel-search-business td {
	font-size: 10px;
}
.panel-search-business input {
	font-size: 11px;
	margin-bottom: 2px;
	padding: 1px 3px;
	border: 0;
	width: 195px;
}
.panel-search-business select {
	font-size: 11px;
	margin-bottom: 2px;
	padding: 1px 3px;
	border: 0;
	width: 201px;
}
.panel-search-business input.short {
	width: 80px;
}
.panel-search-business input.button {
	width: auto;
	padding: 0;
	float: right;
}
/* Selected categories list in panel */
.panel-search-business .asmContainer ol {
	margin: 0;
}
.panel-search-business .asmContainer li {
	width: 198px;
	background: #650ccf;
	margin-bottom: 2px;
	padding-left: 3px;
	border: 0;
	color: #FFFFFF;
}
.panel-search-business .asmContainer a {
	color: #00B397;
	font-size: 12px;
	font-weight: bold;
}

/* Panel - Featured Product */
.panel-featured-product {
	background: #FFFFFF top left no-repeat url(/skin/images/panel-featureproduct-bg.gif);
	padding: 38px 0 15px 15px;
	margin-bottom: 16px;
}
.panel-featured-product p {
	font-size: 11px;
	line-height: normal;
}
.panel-featured-product strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00b397;
	font-style: italic;
}
.panel-featured-product .thumb {
	float: right;
	margin: 0 0 15px 15px;
}
.panel-featured-product .buttons {
	padding-right: 15px;
}


/* Generic Panel */
.panel {
	background: #FFFFFF;
	margin-bottom: 15px;
}
.panel h3 {
	background: top left url(/skin/images/panel-heading-bg.gif);
	height: 29px;
	margin: 0;
	padding: 9px 0 0 22px;
	color: #FFFFFF;
	text-transform: lowercase;
}
.panel h3.long {
	background: top left url(/skin/images/panel-heading-bg-long.gif);
}
.panel a {
	color: #00b397;
}
.panel ul {
	padding: 10px 15px;
	margin: 0;
	list-style: none;
}
.panel li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: normal;
}
.panel strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00b397;
	font-style: italic;
}
.panel .summary {
	margin-top: 5px;
}
.panel .summary .more {
	margin-top: 5px;
	display: block;
}

/* Blog Panel specific */
.tagcloud {
	padding: 10px 15px;
}
/* Blog Entry - Home */
.blog-entry {
	background: bottom repeat-x url(/skin/images/div.gif);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.blog-entry .title {
	font-weight: bold;
	font-style: italic;
	color: #00b397; 
}
.blog-entry .buttons {
	margin-top: 5px;
}
.blog-entry .details {
	font-size: 11px;
	color: #999999;
}
.blog-entry .thumb {
	float: right;
	margin: 15px 0 15px 15px;
}
.blog-entry .image {
	float: right;
	margin: 5px 0 15px 15px;
}
.comment {
	background: 0px 10px no-repeat url(/skin/images/icon-comment.gif);
	padding: 10px 0 10px 45px;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
	min-height: 30px;
  height: auto !important;
  height: 30px;
}

/* Business Listing */
.business-listing td {
	background: #FFFFFF;
	width: 151px;
	padding: 12px;
	border-right: 8px solid #FBF9F6;
	border-bottom: 8px solid #FBF9F6;
}
.business-listing img {
	display: block;
	margin: 0 auto 5px auto;
}
.business-listing h3, .business-listing h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
	margin: 0;
}
.business-listing .phone {
	font-size: 12px;
	color: #231f20;
}
.business-listing .summary {
	font-size: 10px;
	color: #666666;
	line-height: normal;
	margin: 10px 0 0 0;
}

/* Business Details Page */
.business-details {
	background: #FFFFFF;
	padding: 0 0 15px 0;
}
.business-details h1 {
	background: #fbf9f6;
	margin-bottom: 10px;
	padding: 0 0 30px 15px;
}
.business-details .map {
	position: relative;
}
.business-details .map .zoom {
	position: absolute;
	bottom: 3px;
	right: 3px;
	background: top center no-repeat url(/skin/images/icon-zoom.png);
	width: 44px;
	height: 40px;
}
.business-details .map .zoom a {
	display: block;
	width: 44px;
	height: 40px;
	text-decoration: none;
}
.business-overview {
	float: left;
	width: 220px;
	padding-left: 15px;
}
.business-content {
	float: right;
	width: 300px;
}
.business-content .gallery .large {
	display: block;
	margin: 0 auto;
	padding-right: 12px;
}
.business-content .gallery .thumbs img {
	margin: 12px 12px 0 0;
}
.business-content .text {
	padding-right: 15px;
}
.business-content .button {
	text-align: right;
}

/* Sharing icons panel */
.sharing {
	margin: 15px auto;
}

/* Footer */
#footer {
	position: relative;
	background: #8900fc top repeat-x url(/skin/images/footer-bg.gif);
	padding: 20px 0;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
}
#footer .footer-extra {
	position: absolute;
	background: no-repeat url(/skin/images/footer-bg-extra.png);
	width: 104px;
	height: 28px;
	top: 0;
}
#footer .container {
	width: 900px;
}
#footer .left {
	float: left;
	width: 580px;
	text-transform: uppercase;
}
#footer .right {
	float: right;
	width: 300px;
	text-align: right;
}
#footer em {
	color: #FFFFFF;
	margin: 0 4px;
}
#footer strong {
	margin: 0 4px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #00ABA0;
	text-decoration: none;
}
#footer .copyright {
	background: left no-repeat url(/skin/images/footer-icon-va.png);
	margin-top: 10px;
	padding: 9px 0 9px 42px;
	text-transform: none;
}

/* Search Query */
.search-query {
	background: #00ABA0;
	color: #FFFFFF;
	padding: 10px;
}
.search-query h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
.search-query p {
	color: #FFFFFF;
	margin: 0;
}
.search-query dl {
	float: left;
}
.search-query dt {
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
	padding: 0;
	font-weight: bold;
}
.search-query dd {
	float: left;
	width: 440px;
	margin: 0;
	padding: 0;
}

/* Paging - Used for results */
.paging {
	background: #F2ECE3;
	text-align: right;
	color: #4217A2;
	padding: 2px 10px;
	margin: 10px 0;
}
.paging a:link, .paging a:active, .paging a:visited {
	color: #4217A2;
	padding: 1px 4px;
}
.paging a:hover {
	background: #650CCF;
	color: #FFFFFF;
	text-decoration: none;
}
.paging em {
	background: #650CCF;
	color: #FFFFFF;
	padding: 1px 4px;
	font-style: normal;
}
.paging a.prev {
}
.paging a.next {
}
.paging .options {
	margin: 0 10px;
}
.paging .options a:link, .paging .options a:active, .paging .options a:visited {
}
.paging .options a:hover {
	background: #650CCF;
}
.paging .result-count {
	font-size: 11px;
}


/* Fancybox - lightbox, keep arrows on */
#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
} 
#fancybox-title{ text-align: center; font-size: 14px; }


/* IE 5.5/IE 6 png fix */
div.logo a img { behavior: url(/thirdparty/iepngfix/iepngfix.htc) }

input#captcha { text-transform: uppercase; }

.payment-option {
	margin: 0 0 10px 10px;
}

.payment-option table {
	border: none;
}

.payment-option th {
	width: 150px;
	text-align: left;
	font-weight: normal;
	padding: 3px;
	border: none;
}
.payment-option td {
	padding: 3px;
	border: none;
}
.payment-option em {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	margin: 5px 0 5px 5px;
	display: block;
	border-left: 5px solid #00B397;
	padding-left: 5px;
}
