/* @override http://www.chickensoupforthepetloverssoul.com/_content/locator_includes/style.css */

#locator-container {
	width: 750px;
}

#form-container {
	float: left;
	width:250px;
} 

#result-message {
	float: left;
	width:250px;
	text-align: center;
}

#map-container {
	float: left;
	width: 500px
}

#map{
	height:325px;
	width:500px;
	float: left;
	background-color: black;
}

.errordiv{
	border:1px solid #F00;
	color: #F00;
	font-weight:bold;
}
form div div.errorDiv{
	border:1px solid #F00;
	color: #F00;
	font-weight:bold;
}
.bold{
	font-weight:bold;
	font-size:1em;
}
dl{}
dt{
	/*width:280px;*/
	text-align:left;
	font-weight:bold;
	font-size:.8em;
}
dd{
	margin-bottom:8px;
}


#message {
	clear:both; 
	padding: 20px 0px; 
	line-height: 20px;
	font-size: 0.7em;
	border: 2px solid #fb740b;
	display: none;
	color: inherit;
	width: 746px;
	text-align: center;
}

strong {
	font-weight: bold;
}
div#result-set{
	margin-top:20px;
	float: left;
	width:746px;
	margin: 0 auto;
}

div#result-set div{
	float:left;
	min-width:180px;
	min-height: 150px;
	padding: 0 5px 20px 0;
}

/**
 *	revisions: 7.15.08
 *	@cts
 */


#locator-form {
	float: left;
}
#locator-directions {
	clear: both;
}

div.locator-address-info {
	width: 150px;
}

div.locator-address-info a img {
	border:none;
}

#buy-now {
	float: left;	
	margin: 10px 0;
	padding: 20px 0;
	width: 100%;
	text-align: right;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

/*	contains the 'close these directions' link */
#toggle-directions {
	clear: both;
	display: none;
}

#clear-floats {
	clear: both;
}

/* @group panels */
.panel-address-info {
	color: #000;
}
.panel-address-info a {
	color: blue;
}

p.directions-form {
	margin:0;
}

.panel-address-info a:hover {
	text-decoration: underline;
}
/* @end */

/* line height override */
#content {
	line-height: 1.3em;
}
#content-main *
	{
	line-height: 1.3em;
	}

#content-main {
	float:none;
}

/* hide background when on locator */
.dealer_locator #site-content {
	background:none;
}