/*--------------------------------------------------*/
/* Retailers                                        */

	.titleFind {
		background: url("../../img/retailers/titleFind.gif") no-repeat 0 0;
		height: 22px;
		margin: 0 0 22px;
	}

	.titleRetailers {
		background: url("../../img/retailers/titleRetailers.gif") no-repeat 0 0;
		height: 22px;
		margin: 0 0 12px;
	}

	#distanceMap {
		border: 1px solid #666;
		float: left;
		width: 300px;
		height: 300px;
	}

	#mapHolder {
		border: 1px solid #666;
		float: left;
		width: 580px;
		height: 300px;
	}

	/*--------------------------------------------------*/
	/* Result                                           */

		table {
			background: #d9dae2;
			float: left;
			margin: 0 0 12px 12px;
			width: 470px;
		}

			table th {
				background: #aeb0c1;
				padding: 8px;
				color: #fff;
				font-size: 1.2em;
				font-weight: normal;
				border-bottom: 1px solid #fff;
			}

			table td {
				border-bottom: 1px solid #fff;
				padding: 8px;
			}

	/*--------------------------------------------------*/
	/* Details                                          */

		#details {
			width: 190px;
			float: left;
			margin: 0 0 0 12px;
			background: #d9dae2;
			min-height: 302px;
			height: auto !Important;
			height: 302px;
		}

			#details h2 {
				background: #aeb0c1;
				padding: 8px;
				color: #fff;
				border-bottom: 1px solid #fff;
			}

			#details address {
				padding: 8px;
				border-bottom: 1px solid #fff;
				font-style: normal;
			}

				#details .more {
					background: url("/a/img/global/arrowLight.gif") no-repeat 100% 4px;
				}

			#details p {
				padding: 8px;
				border-bottom: 1px solid #fff;
			}

				#details p.last {
					border: 0;
				}

			#details #contact {
				border-bottom: 1px solid #fff;
				padding-bottom: 8px;
			}

				#details #contact  p {
					border: 0;
					padding-bottom: 0;
				}

	/*--------------------------------------------------*/
	/* admin                                            */

		.adminLinks {
			clear: both;
			padding: 12px 0 0 30px;
		}