﻿/* Profile Page */

#business-profile-wrapper
{
	margin: 0px 0px 10px 0px;
}

#business-profile-logo
{
	 position: absolute; 
	 top: -10px; 
	 right: 10px; 
	 width: 200px; 
	 height: 80px;	
}

#business-profile-map-wrapper
{
	 margin: 5px 0px 0px 0px;
	 padding: 12px; 
	 background-color: #EDF9E9; 
	 color: #13930C; 
	 width: 550px;
}

#business-profile-address
{
	padding: 0;	
}

#business-profile-address a
{
	color: #000000;
}

#business-profile-address a:hover
{
	color: #000;
}

#business-profile-map
{
	 float: right;
	 width: 300px;
	padding: 0px 0px 10px 15px;
	 display: block;
	 overflow: hidden;
}

.business-profile-description-wrapper
{
	width: 590px;
}

.business-profile-image1
{
	float: right;
	padding: 0px 0px 10px 10px;	
}

.business-profile-image2
{
	float: right;
	padding: 0px 0px 10px 10px;	
}

.business-profile-image3
{
	float: right;
	padding: 0px 0px 10px 10px;	
}

.business-profile-description-wrapper li
{
	margin: 0 0 0 25px;	
}

/* Links */
a.toggle-link
{
	float: right;
	padding: 0px 20px 0px 0px;
	background-repeat: no-repeat;
	background-position: right center;
}
a.toggle-link:hover
{
	cursor: pointer;
}
.link-up
{
	background-image: url(../images/links/link-arrow-grey-up.png);
	_background-image: url(../images/links/link-arrow-grey-up.gif);
}	
.link-down
{
	background-image: url(../images/links/link-arrow-grey.png);
	_background-image: url(../images/links/link-arrow-grey.gif);	
}

/* Contact Form */
.contact-form-val
{
	padding: 6px 0 6px 0;	
}
.contact-form-val ul
{
	padding: 0 0 0 18px;	
}

.facebook-button
{
	padding: 5px 0 9px 0;	
}


.business-detail-ad-image
{
	margin: 15px 0 0 0;	
}

#business-detail-related
{
	padding: 15px 0 0 0;
}
#business-detail-related b
{
	font-size: 10pt;
	color: #70BC28;
	padding: 0;
}
#business-detail-related ul
{
	padding: 10px 0 0 0;
}
#business-detail-related li
{
	list-style-type: none;	
	padding: 0 0 0 18px;
	background: url(/images/listing/related-listing-icon.gif) no-repeat;
}
#business-detail-related li a
{
	font-size: 9pt !important;
	line-height: 1.5em !important;
	text-decoration: none;
	color: #000;
}
#business-detail-related li a:hover
{
	color: #31BA00;
	text-decoration: underline;	
}
