﻿body 
{
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
	overflow: hidden;
}
table.t1
{
	color: #000000;
	border: 2px solid #E5ECF9;
	border-right: 0px;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
}
table.t1 thead tr
{
	background-color: #F6F9FF;
}
table.t1 thead tr.h1
{
	background-color: #E5ECF9;
}
table.t1 thead td
{
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
}
table.t1 thead td.h1
{
    font-weight: normal;
}
table.t1 tbody td
{
	border-top: 1px solid #C3D9FF;
	padding: 2px 10px 2px 10px;
	font-size: 14px;
}
table.t1 thead td.name
{
	width: 90%;
}
table.t1 thead td.type
{
	width: 50px;
}
table.t2
{
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
}
table.t2 td
{
	font-size: 14px;
	padding: 0px 10px 0px 0px;
}
table.t3
{
	border-collapse: collapse;
	padding-top: 5px;
}
table.t3 td
{
	font-size: 14px;
	padding-right: 10px;
}
table.t4
{
	border-collapse: collapse;
}
table.t4 td
{
	font-size: 14px;
	padding-right: 5px;
}
.disclaimer
{
	font-size: 12px;
	font-style: italic;
}
#header
{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#sidebar
{
	width: 400px;
	float: left;
	padding: 10px 0px 10px 10px;
	overflow: auto;
	overflow-x: hidden;
}
#drugSearch
{
	display: none;
}
#map
{
    float: right;
}
#searchPleaseWait
{
    display: none;
}
#pharmSearch
{
	display: none;
}
#pharmSearchSort
{
    display: none;
}
#sidebarItems
{
	padding-top: 20px;
}
#searchDrugPleaseWait
{
    display: none;
}
#drugForm1
{
	font-size: 14px;
}
#drugForm2
{
    display: none;
}
#drugSelected
{
	font-weight: bold;
}
#medLink
{
	display: none;
	padding-bottom: 20px;
}
.pharm
{
	padding-bottom: 20px;
	margin-left: 25px;
	padding: 5px;
	cursor: pointer;
}
* html .pharm 
{
	height: 1.5em;
	margin-left: 0px;
}
.pname
{
	font-size: 16px;
	font-weight: bold;
}
.pinfo
{
	font-size: 14px;
}
.micon
{
	height: 38px;
	width: 24px;
	float: left;
	background: url(/Images/GoogleMap/marker_icons_A_J_red.png) no-repeat;
	cursor: pointer;
}
.miconNone
{
	height: 38px;
	width: 24px;
	float: left;
}
.iconTwentyFourHour
{
	padding-top: 10px;
	padding-right: 10px;
	width: 22px;
	height: 24px;
	float: right;
	background: url(/Images/PharmacySearch/247srvc.gif) no-repeat;
}
.iconDriveUp
{
	padding-top: 10px;
	padding-right: 10px;
	width: 36px;
	height: 24px;
	float: right;
	background: url(/Images/PharmacySearch/drivethru.gif) no-repeat;
}
.iconDeliveryService
{
	padding-top: 10px;
	padding-right: 10px;
	width: 20px;
	height: 25px;
	float: right;
	background: url(/Images/PharmacySearch/homedeliver.gif) no-repeat;
}
.footer
{
	font-size: 10px;
	text-align: center;
}
.searchBar
{
	padding: 10px;
	text-align: left;
}
.headImage
{
}