/* Start of NB Listings style sheet 'Core' */
div.result {
	width: 610px;
	border: solid 2px #c7c2b2; 
	padding: 10px;
	margin-left: 10px;
	margin-right: -0px;
	margin-bottom: 10px;
	background: #FFF;
	text-align: left;
}

div.splash {
	width: 655px;
	border: solid 0px #c7c2b2; 
	padding: 0px;
	margin-left: 0px;
	margin-right: -0px;
	margin-bottom: 0px;
	background: #fff;
	text-align: left;
	color: #416479;
}


div.business_text {
	width: 400px;
	float: left;
}

div.business_images {
	width: 200px;
	float: right;
	text-align: right;
}

div.business_splash_images {
	width: 250px;
	float: right;
	text-align: right;
}

img.business_image1 {
	margin-bottom: 10px;
}

img.splash_image_margin {
	margin-bottom: 3px;!
	margin-bottom: 0px;
}

img.splash_image_no_margin {
	margin-bottom: 0px;!
	margin-bottom: -2px;
}

div.business_name {
	width: 180px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

div.business_splash_name {
	font-size: 14px;
	font-weight: bold;
	color: #E67124;
	margin-top: 10px;
}

div.business_splash_logo {
	width: 180px;
	text-align: center;
	float: left;
	height: 123px;!
	height: 120px;
	margin-top: 10px;
}

.business_more {
	width: 160px;
	float: left;
	margin-top: 10px;
}

div.business_details {
	width: 205px;
	float: right;
	overflow: hidden;
}

div.business_splash_details {
	width: 205px;
	float: right;
}

div.priority_details {
	height: 78px;
}

div.basic_details {
	height: 52px;
}

div.priority_notes {
	height: 115px;
    width: 400px;
}

div.business_notes {
	clear: both;
	margin-top: 3px;
	text-align: justify;
	overflow: hidden;
}

div.business_splash_notes {
	clear: both;
	text-align: justify;
	width: 375px;
	padding: 15px;
	background: #ecebe5;
	margin-top: 2px;
}

div.business_ticks {
	clear: both;
	width: 390px;
	height: 32px;	
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 2px 5px;
	text-align: center;
	background-color: #e3e1d8;
}

div.business_ticks img {
	margin-left: -1px;
}

div.bookonline_links {
	clear: both;
	width: 400px;
	text-align: center;
	padding-top: 5px;
}

div.bookonline_links img {
	margin-right: 10px;
	margin-left: 10px;
}

div.basic_business_details {
	width: 200px;
	height: 50px;
	float: left;
	overflow: hidden;
}

span.basic_business_name {
	font-weight: bold;
	width: 200px;
	float: left;
	margin-bottom: 3px;
}

div.basic_business_notes {
	float: right;
	width: 390px;
	height: 65px;
	overflow: hidden;
}

div.basic_business_notes_accomm {
	clear: both;
	margin-top: 2px;
	text-align: justify;
	height: 60px;
	overflow: hidden;
}

div.basic_business_notes:hover, div.basic_business_notes_accomm:hover {
	overflow: auto;
}
/* ************************************************************ */ 

/* Text color formatting */
div.business_notes, div.basic_business_notes {
	color: #696767;
	font-size: 11px;
}
div.business_details {
	color: #43687e;
	font-size: 10px;
}

a.business_more, a:link.business_more, a:active.business_more, a:visited.business_more {
	font-weight: bold;
	font-size: 12px;
    color: #ec8d31;
} 
a:hover.business_more {
	text-decoration: none;
	color: #FF0000;
}

div#powered {
	font-size: 9px;	
	margin-top: 3px;
}

div#version {
	font-size: 9px;
	color: #eee;	
}

/******************************
	Admin Nav
******************************/
.admin_nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.admin_nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.admin_nav a, .admin_nav a:link {
	padding: 2px 4px;
	text-decoration: none;
}

.admin_nav a, .admin_nav a:link, .admin_nav a:visited {
	color: #fff;
	background-color: #faa634;	
}

.admin_nav a:hover, .hnav a:active {
	color: #3c6379;		
	}