/* --- Find a Chemist --- */

  /* Search */
.search-box {
	background:url(../images/finda-chemist-searchbg.png) no-repeat top left;
	width: 769px;
	height: 150px;
	margin: 1.7em 0 0 -5px;
	padding: 35px 0 0 25px;
	color: #3d3d3d;
	
	overflow: hidden;
  	_background: none;
  	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/jadin/images/finda-chemist-searchbg.png');
}
.search-box form {
	border: 0;
}
.search-box .flt-left {
  padding: 0 5px 100px 0;
}
.search-box td {
  padding-right: 20px;
}
.search-data {
	float:left;
	padding:0 0 0 10px;
}

.search-data input {
	width: 500px;
}
.search-box h3 {
	color:#c02019;
	font-size: 1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0.5em 0 5px 0;
}

input.search-button {
	background:url(../images/search-button.png) no-repeat top left;
	width:92px;
	height:35px;
	cursor:pointer;
	border:none;
	margin:11px 0 0 0;
	
	overflow: hidden;
  	_background: none;
  	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/templates/jadin/images/search-button.png');
}
input.search-button:hover {
	background:url(../images/search-button-hover.jpg) no-repeat top left;
	width:92px;
	height:35px;
	cursor: pointer;
}

  /* Chemist Directory */
.chem-dir {
	border-top:1px solid #efeeed;
	margin-top: 1.5em;
	padding-top: 1.5em;
	font-size: 0.95em;
	line-height: 1.4em;
}

.chem-dir h2 {
  margin: 1em 0;
}

.chem-dir h3, .chem-dir h4 {
	padding-left: 33px;
	background:url(../images/indent-arrow.png) no-repeat 14px 1px;
	font-size: 1.4em;
}

.chem-dir h4 {
	color: #4a4a4a;
	margin: 0.5em 0 0 20px;
}

.chem-dir td, .chem-dir th {
	padding: 10px;
	vertical-align: top;
}
.chem-dir td {
	padding-bottom: 30px;
}
.chem-dir table th {
	color:#a5a5a5;
	text-transform:uppercase;
	text-align:left;
	padding-bottom: 7px;
	padding: 3px 10px;
}

.chem-dir .map {
	padding: 0 25px 30px 0;
}
.chem-dir .map img {
	border: 1px solid #d5d2cc;
}
.chem-dir .map div.holder {
  position: relative;
  width: 216px;
  height: 134px;
  border: 1px solid #d5d2cc;
  overflow: hidden;
}
.chem-dir .map a.view-map {
  background: url(../images/button_view-map.gif) no-repeat top left;
  
  display: block;
  width: 80px;
  height: 18px;
  float: right;
  
  position: relative;
  right: 2px;
  top: -40px;
  
  overflow: hidden;
  text-indent: -200px;
}

.chem-dir .store-name {
	background:#efeeed;
	border-top:1px solid #d5d2cc;
	border-bottom:1px solid #d5d2cc;
	color:#1e1e1e;
	padding:4px 10px;
	font-weight:bold;
}

.chem-dir .store-details {
  width: 280px;
}

.chem-dir p {
  line-height: 1.4em;
}

a {
	color:#3c85d6;
}

.chem-dir .day-left {
	text-align:right;
	width: 77px;
}
.chem-dir .day-right {
	width: 250px;
}

.note-txt {
	color:#c02019;
	width: 140px;
}

	/* Directions */
#directionsMap {
  width: 588px;
  height: 556px;
  float: right;
  border: 1px solid #d5d2cc;
  margin: 1.5em 0;
}

#directionsMap p {
  line-height: 1.4em !important;
}

#directionsError {
  margin: 50px;
  padding: 20px;
  border: 2px solid #ff0000;
  background-color: #fff9f9;
}
	
.dir-left {
	width:293px;
	border-right:1px solid #efeeed;
	float:left;
	margin: 1.5em 0;
	padding:0px 10px 0px 0px;
}

.dir-left form {
	border: 0;
	padding: 0;
	width: auto;
}

.dir-left select {
	margin: 1.5em 5px 0.5em 0;
	font-size: 1em;
}

.dir-left input.clear {
	margin: 0;
}

.dir-left #address input {
	width: 80%;
}
.dir-left #address input.clear {
	width: auto;
	position: relative;
	top: -5px;
	left: 40px;
}

.dir-left p {
	color:#1e1e1e;
	line-height:1.5em;
	padding: 0 10px;
	margin: 0;
}
.dir-left table {
	color:#000;
}

.dir-left #address {
	padding: 0 10px;
}

.dir-left h3 {
	background:#efeeed;
	border-top:1px solid #d5d2cc;
	border-bottom:1px solid #d5d2cc;
	color:#1e1e1e;
	padding:4px 10px;
	font-weight:bold;
	font-size: 1em;
	margin: 1em 0 0.75em 0;
}
.dir-left h4 {
	color:#ababab;
	text-transform:uppercase;
	font-size:1em;
	padding: 0 10px;
	margin: 2.5em 0 0.5em 0;
}
.dir-left p.day-text {
	float:left;
	text-align:right;
	line-height: 1.9em;
}
.dir-left p.hours {
	line-height: 1.9em !important;
}

.dir-left table tr.bor-bott td {
	border-bottom:1px solid #ebebeb;
	padding:2px 0 5px 0;
}
.dir-left table span {
	color:#968a96;
}
input.dwnld-butt {
	background:url(../images/dwnld-keep.png) no-repeat top left;
	width:195px;
	height:32px;
	border:none;
	cursor:pointer;
	float:right;
	margin:0 10px 10px 0;
}
input.dwnld-butt:hover {
	background:url(../images/dwnld-keep-hover.jpg) no-repeat top left;
	width:195px;
	height:32px;
}
.map-div {
	float:left;
}
