﻿#listingPanel
{
	position: relative;
	margin: 0 auto;
	width: 1004px;
	height: 100%;
}

#rightDIV
{
	float: right;
}

#companyDetailsPanel
{
	font-family: Calibri, sans-serif;
	color: Black;
	font-size: medium;
	width: 650px;
	border-top: dotted 1px #ccc;
	overflow: hidden;
	/*float: left;*/
}

#companyImage
{
	padding-top: 10px;
	width: 80px;
	height: 80px;
}

#companyName h1
{
	font-weight: bold;
	color: #045584;
	font-size: large;
}

#companyAddress
{
	width: 650px;
}

#companyTelFax
{
}

#companyWebsite, #companyWebsiteLink
{
	text-decoration: none;
	color: Green;
}


#companyCategoryName
{
	text-decoration: none;
	color: Black;
}

#companyCategoryName:hover
{
	text-decoration: underline;
}

#companyDescription
{
	text-decoration: none;
	width: 650px;
	/*height: 200px;	*/
}

#companyDescription a
{
	text-decoration: none;
	color: Black;
}

#companyDiv
{
	width: 600px;
	height: 100%;
	float: left;
}

.companyLabel
{
	font-family: Calibri, sans-serif;
	font-weight: bold;
	color: #045584;
	font-size: medium;
}

#breakDIV
{
	width: 650px;
	height: 1px;
	border-bottom: dotted 1px #ccc;
	float: left;
}

#lnkUpdate
{
	text-decoration: none;
	color: #045584;
}

#lnkUpdate:hover
{
	text-decoration: underline;
}

#notFoundPanel
{
	margin: 0 auto;
	width: 1004px;
	color: #045584;
}

#notFoundPanel a
{
	color: #045584;
	text-decoration: none;
}

#notFoundPanel a:hover
{
	text-decoration: underline;
}

#listingGoogleAdd3 /* companyDetails Page */
{
	width: 300px;
	height: 250px;
	padding-top: 30px;
}


