/*** Branch Form --------------------------------------------------------- ***/
#branch_locator div.form {
	float: left;
	width: 470px;
	padding-bottom: 15px;
}
#branch_locator div.form span {
	display: block;
	float: left;
	margin-right: 5px;
}
#branch_locator div.form input.text {
	width: 320px;
}
#branch_locator div.all {
	float: right;
}
#branch_locator div.all p {
	margin: 0;
	padding-top: 20px;
	line-height: 60px;
}
#branch_locator div.all a {
	display: block;
	padding: 0 30px;
	font-size: 14px;
	font-weight: bold;
}
/*** End Branch Form ***/

/*** Branch Results ------------------------------------------------------ ***/
#branch_locator_map {
	float: right;
	width: 470px;
	padding-top: 40px;
}
#branch_locator_map #google_map {
	height: 400px;
}
.rr_branch_info {
	height: 95px;
	width: 200px;
	font-size: 11px;
}
.rr_branch_info .name {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}
.rr_branch_info .address {
	height: 50px;
}
.rr_branch_info .image {
	float: right;
	margin-right: -20px;
}
.rr_branch_info .image img {
	border: 1px solid #333333;
}
.rr_branch_info .phone {
	font-weight: bold;
}

#branch_locator_result {
	float: left;
	width: 470px;
}
#branch_locator_result h2 {
	margin-top: 0;
	border-bottom-style: none;
}
#branch_locator_result table {
	width: 440px;
	border-spacing: 0;
	border-bottom: 1px solid #bdc7cd;
}
#branch_locator_result td, #branch_locator_result th {
	padding: 0 5px 0 5px;
}
#branch_locator_result td {
	border-top: 1px dotted #bdc7cd;
	background-color: #fcfcfc;
	height: 40px;
	cursor: pointer;
}
#branch_locator_result tr:hover td {
	background-color: #f8f8f8;
}
#branch_locator_result tr.even td {
	background-color: #f0f0f0;
}
#branch_locator_result th {
	line-height: 25px;
	height: 25px;
	background: #bdc7cd url(../images/heading_bg.gif) no-repeat scroll -30px top;
	font-weight: bold;
}
#branch_locator_result th:first-child {
	background-position: left top;
}
#branch_locator_result th:last-child {
	background-position: right -40px;
}
#branch_locator_result .total {
	float: left;
	line-height: 25px;
	padding-left: 5px;
	font-weight: bold;
}
#branch_locator_result .print {
	float: right;
	padding: 5px 5px 0 0;
}
#branch_locator_result .map_icon {
	width: 35px;
	padding: 0;
	text-align: center;
}
#branch_locator_result .contact {
	width: 100px;
	padding: 0;
}
#branch_locator_result .link {
	width: 50px;
	padding: 0;
}
#branch_locator_result div.scroll {
	height: 330px;
	overflow: auto;
	overflow-x: hidden;
	border-bottom: 1px solid #cccccc;
}
#branch_locator_result .scroll .link {
	width: 70px;
}
/*** End Branch Results ***/

/*** Branch Detail ------------------------------------------------------- ***/
#branch_detail div.contact {
	float: left;
	width: 50%;
	font-size: 14px;
}
#branch_detail div.hours {
	float: left;
	font-size: 14px;
}
#branch_detail p {
	margin: 15px 0;
	font-weight: bold;
}
/*** End Branch Detail ***/
