html, body {
  behavior:url("csshover.htc");
  border: 0px;
  margin: 0px;
  font-family: arial, sans-serif;
}

html {
  overflow-y: scroll;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link, a:visited {
  color: #0d4b69;
}

a:hover, a:active {
  color: #889718;
}

a.submit:link, a.submit:visited {
  color: black;
}

a.submit:hover, a.submit:active {
  color: #889718;
}

input {
  vertical-align: bottom;
}

select {
  background-color: transparent;
  font-family: arial, sans-serif;
}

a img {
  border: none;
}

img {
  vertical-align: middle;
}

.disp_lang_en .lang_es, .disp_lang_es .lang_en {
  display: none;
}

#flag_en, #flag_es {
  text-align: center;
  float: left;
  font-size: 12px;
  margin: 0px 4px;
  padding: 2px;
  border: 2px solid transparent;
}

#tail2 #flag_en a, #tail2 #flag_es a {
  margin: 0px;
}

.disp_lang_en #flag_en, .disp_lang_es #flag_es {
  border-color: #1f8db4;
}

#banner_supra {
  background-color: #979a9c;
  text-align: center;
  font-size: 75%;
}

#banner {
  background-image: url(images/logo-bg.png);
  background-repeat: repeat-x;
  height: 124px;
  width: 100%;
  position: relative;
}

#banner #logo_parent {
  float: left;
}

#banner #logo {
  margin-left: 33px;
  margin-top: 32px;
}

#banner #caduceus {
  font-style: italic;
  line-height: 24px;
}

#banner #caduceus.under {
  clear: left;
  float: left;
  margin-top: 6px;
  margin-left: 33px;
}

#banner #caduceus.side {
  padding-top: 50px;
}

#banner #caduceus img {
  vertical-align: top;
}

#banner #top_right {
  position: absolute;
  height: 114px;
  right: 0px;
  top: 0px;
  padding: 5px;
  text-align: right;
}

#banner #top_right img {
  vertical-align: top;
}

#buttons, #tail, #tail2 {
  text-align: center;
  line-height: 2;
  font-size: 75%;
}

#buttons {
  background-color: #1f8db4;
  padding: .25em 0px;
  min-height: 1em;
}

#powered {
  margin: 16px 20px;
  font-weight: bold;
}

#powered a {
  color: black;
}

#powered img {
  vertical-align: -8px;
}

#tail {
  background-color: black;
  padding: 24px 0px;
}

#tail2 {
  padding: 4px 0px;
}

#tail2 a {
  margin: 0px 1em;
}

#buttons a, #tail a, #banner_supra a {
  white-space: nowrap;
  padding: 0px 1em;
  color: white;
}

#buttons a:link, #buttons a:visited, #tail a:link, #tail a:visited, #banner_supra a:link, #banner_supra a:visited {
}

#buttons a:hover, #buttons a:active, #tail a:hover, #tail a:active, #banner_supra a:hover, #banner_supra a:active {
  color: #d0d422;
}

#atff {
  position: absolute;
  z-index: -100;
  visibility: hidden;
}

h1 {
  color: #009fc3;
  font-size: 26px;
  padding: 20px 20px 0px 20px;
  margin: 0px;
}

#title #header_location {
  float: right;
  line-height: 26px;
  margin: 0px 20px 0px 20px;
  font-weight: bold;
}

#title h1 {
  margin: 0px 20px 0px 20px;
}

#title {
  margin: 20px 0px 20px 0px;
}

#body {
  margin: 0px 20px;
  padding: 20px 0px;
}

#body.faq, #body.legal, #body.privacy, #body.advertisers, #body.friend #answer, #body.pbm {
  background-color: #eaf1c1; /* green */
  padding: 20px;
}

#body.indep, #body.medtip, #body.about, #body.news, #body.notify, #body.free, #body.coupons, #body.employee_access, #body.employers {
  background-color: #d4f0f7; /* blue */
  padding: 20px;
}

#body.pharmasueann {
  background-color: #d4f0f7;
  padding: 20px;
  margin-right: 100px;
}

#body.search {
  margin: 0px;
  padding: 0px;
  width: 100%; /* fix bug in IE */
}

#body.search2 {
  background-color: #b9e7f1;
  margin: 0px;
  padding: 0px;
}

#body.coupons {
  padding: 0px;
}

#body.coupons ul.drugs {
  list-style: none;
  float: left;
  width: 330px;
  margin: 0px;
  padding: 10px;
}

#body.coupons ul.drugs li {
  padding-bottom: 0.5em;
}

#body.coupons .listing {
  background-color: #eaf1c1;
  padding: 10px;
  margin-left: 350px;
}

#body.coupons .listing p {
  padding: 0px;
  margin: 0px;
}

#body.coupons .listing p span {
  font-size: 150%;
  font-weight: bold;
}

#body.coupons .listing div.available {
  margin: 1em 0px;
}

#body.coupons .listing div.available ul {
  margin: 0px;
}

#body p {
  padding-top: 0px;
  margin-top: 0px;
}

#body.who #bio {
  margin-right: 290px;
}

#body.who #people {
  width: 240px;
  padding: 10px;
  float: right;
  background-color: #d4f0f7;
}

#body.who #people h3 {
  margin-top: 1em;
}

#body.friend label, #body.contact label {
  color: green;
  font-weight: bold;
}

#body.friend #pre {
  border: 1px solid black;
  background-color: #d5eef7;
  padding: 8px;
  color: black;
  font-family: arial, sans-serif;
  width: 480px;
}

#body.friend textarea, #body.contact textarea {
  width: 496px;
}

#body.contact {
  padding-top: 0px;
}

#body.contact p {
  padding-left: 1.5em;
}

#body.link_us table {
  margin: auto;
}

#body.link_us table th {
  font-size: 125%;
  padding-top: 2em;
  color: #0099bb;
}

#body.link_us table td, #body.link_us table th {
  vertical-align: middle;
  text-align: center;
}

#body.link_us pre {
  float: left;
  text-align: left;
  margin-left: 2em; 
  padding: .5em;
  border: 1px solid black;
}

#body.news li {
  padding: .5em 0px;
}

#body.free table {
  margin: auto;
}

#body.free table th, #body.free table td {
  padding: 5px 0px;
}

#body.free table .title {
  text-align: center;
  font-weight: bold;
  padding-top: 1.5em;
  font-size: 115%;
}

#body.free table th {
  text-align: right;
  font-weight: normal;
  padding-right: 10px;
}

#body.free table input {
  vertical-align: top;
}

#body.splash #holder {
  width: 990px;
  margin: 2em auto;
}

#body.splash #main, #body.splash #free {
  height: 100%;
  float: left;
  padding: 1em 45px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#body.splash #holder img {
  display: block;
  margin: 1em;
}

#body.splash #holder p {
  min-height: 145px;
}

#body.splash #main {
  border-right: 1px solid #cacaca;
  padding-left: 0;
  width: 48%;
}

#body.splash #free {
  padding-right: 0;
  width: 52%;
}

.cbox_blue {
  padding: 1em;
  border: 5px solid #e7e8ea;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  background: url(images/cbox-blue-bg.png);
  -webkit-background-size: 100% 100%;           /* Safari 3.0 */
     -moz-background-size: 100% 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100% 100%;           /* Opera 9.5 */
          background-size: 100% 100%;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  background-clip: padding-box;
  -pie-background: url(images/cbox-blue-bg.png) no-repeat 0 0 / 100% 100% padding-box;
  box-shadow: 1px 1px 2px #999999;
  behavior: url(./PIE.htc);
}

a.cbox_blue:hover {
  border-color: #009fc3;
}

.cbox_small_blue, .cbox_small_green, .cbox_smed_blue, .cbox_smed_green, .cbox_med_blue, .cbox_med_green, .cbox_large_blue, .cbox_large_green {
  color: black;
  background-position: top center;
  background-repeat: no-repeat;
  vertical-align: middle !important;
}

.cbox_small_blue, .cbox_small_green {
  padding: 0px 5px !important;
  height: 56px !important;
  width: 46px !important;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  text-align: center;
}

.cbox_smed_blue, .cbox_smed_green {
  padding: 0px 6px !important;
  height: 77px !important;
  width: 65px !important;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
}

.cbox_med_blue, .cbox_med_green {
  padding: 0px 7px !important;
  height: 112px !important;
  width: 98px !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}

.cbox_large_blue, .cbox_large_green {
  padding: 0px 8px !important;
  height: 134px !important;
  width: 118px !important;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.cbox_large_mixed {
  font-size: 15px;
  line-height: 15px;
}

.cbox_large_mixed span {
  font-size: 25px;
  line-height: 25px;
}

.cbox_large_mixed b {
  font-size: 10px;
  color: #009fc3;
}

.cbox_large_mixed b em {
  color: black;
  font-style: normal;
}

.cbox_small_blue input, .cbox_small_green input, .cbox_small_blue_r input, .cbox_small_green_r input {
  font-size: 10px;
  line-height: 10px;
  width: 46px;
}

.cbox_smed_blue input, .cbox_smed_green input, .cbox_smed_blue_r input, .cbox_smed_green_r input {
  line-height: 15px;
  font-size: 15px;
  width: 65px;
}

.cbox_med_blue input, .cbox_med_green input, .cbox_med_blue_r input, .cbox_med_green_r input {
  line-height: 20px;
  font-size: 20px;
  width: 98px;
}

.cbox_large_blue input, .cbox_large_green input {
  line-height: 25px;
  font-size: 25px;
  width: 118px;
}

.cbox_small_blue .submit, .cbox_small_green .submit, .cbox_smed_blue .submit, .cbox_smed_green .submit, .cbox_med_blue .submit, .cbox_med_green .submit, .cbox_large_blue .submit, .cbox_large_green .submit {
  border: none;
  font-weight: bold;
  font-size: 110%;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.cbox_small_blue {
  background-image: url(images/cbox-small-blue.png);
}

.cbox_small_green {
  background-image: url(images/cbox-small-green.png);
}

.cbox_smed_blue {
  background-image: url(images/cbox-smed-blue.png);
}

.cbox_smed_green {
  background-image: url(images/cbox-smed-green.png);
}

.cbox_med_blue {
  background-image: url(images/cbox-med-blue.png);
}

.cbox_med_green {
  background-image: url(images/cbox-med-green.png);
}

.cbox_large_blue {
  background-image: url(images/cbox-large-blue.png);
}

.cbox_large_green {
  background-image: url(images/cbox-large-green.png);
}

.cbox_smed_blue_r, .cbox_smed_green_r {
  color: black;
  background-position: top center;
  background-repeat: no-repeat;
  vertical-align: top !important;
  padding: 15px 12px 0px 12px !important;
  height: 61px;
  width: 60px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
}

.cbox_med_blue_r, .cbox_med_green_r {
  color: black;
  background-position: top center;
  background-repeat: no-repeat;
  vertical-align: top !important;
  padding: 17px 14px 0px 14px !important;
  height: 76px;
  width: 84px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}

.cbox_smed_blue_r {
  background-image: url(images/cbox-smed-blue-r.png);
}

.cbox_smed_green_r {
  background-image: url(images/cbox-smed-green-r.png);
}

.cbox_med_blue_r {
  background-image: url(images/cbox-med-blue-r.png);
}

.cbox_med_green_r {
  background-image: url(images/cbox-med-green-r.png);
}

.cbox_small_blue a, .cbox_small_green a, .cbox_smed_blue a, .cbox_smed_green a, .cbox_med_blue a, .cbox_med_green a, .cbox_large_blue a, .cbox_large_green a {
  color: black;
}

.cbox_small_blue a:link, .cbox_small_green a:link, .cbox_small_blue a:visited, .cbox_small_green a:visited, .cbox_smed_blue a:link, .cbox_smed_green a:link, .cbox_smed_blue a:visited, .cbox_smed_green a:visited, .cbox_med_blue a:link, .cbox_med_green a:link, .cbox_med_blue a:visited, .cbox_med_green a:visited, .cbox_large_blue a:link, .cbox_large_green a:link, .cbox_large_blue a:visited, .cbox_large_green a:visited {
  color: black !important;
}

.cbox_small_blue a:hover, .cbox_small_green a:hover, .cbox_small_blue a:active, .cbox_small_green a:active, .cbox_smed_blue a:hover, .cbox_smed_green a:hover, .cbox_smed_blue a:active, .cbox_smed_green a:active, .cbox_med_blue a:hover, .cbox_med_green a:hover, .cbox_med_blue a:active, .cbox_med_green a:active, .cbox_small_blue input:hover, .cbox_small_green input:hover, .cbox_small_blue input:active, .cbox_small_green input:active, .cbox_smed_blue input:hover, .cbox_smed_green input:hover, .cbox_smed_blue input:active, .cbox_smed_green input:active, .cbox_med_blue input:hover, .cbox_med_green input:hover, .cbox_med_blue input:active, .cbox_med_green input:active, .cbox_large_blue input:hover, .cbox_large_green input:hover, .cbox_lage_blue input:active, .cbox_large_green input:active {
  color: gray !important;
}

.cbox_hover:hover a, .cbox_hover:active a, .cbox_hover:hover input, .cbox_hover:active input {
  color: gray !important;
}

table.cbox_buttons {
  margin: auto;
}

table.cbox_buttons table {
  float: left;
  margin: 0px 5px;
}

.bluebox, .greenbox {
  border-collapse: collapse;
}

.bluebox td, .greenbox td {
  padding: 0px;
  margin: 0px;
}

.bluebox .tl, .bluebox .tr, .bluebox .bl, .bluebox .br, .greenbox .tl, .greenbox .tr, .greenbox .bl, .greenbox .br {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}

.bluebox .cl, .bluebox .cr, .greenbox .cl, .greenbox .cr {
  width: 28px;
  background-repeat: repeat-y;
}

.bluebox .tc, .bluebox .bc, .greenbox .tc, .greenbox .bc {
  height: 28px;
  background-repeat: repeat-x;
}

.bluebox .cc {
  background-color: #d4f0f7;
}

.bluebox .tl {
  background-image: url(images/bluebox-tl.png);
  background-position: bottom right;
}

.bluebox .tc {
  background-image: url(images/bluebox-tc.png);
  background-position: bottom center;
}

.bluebox .tr {
  background-image: url(images/bluebox-tr.png);
  background-position: bottom left;
}

.bluebox .cl {
  background-image: url(images/bluebox-cl.png);
  background-position: center right;
}

.bluebox .cr {
  background-image: url(images/bluebox-cr.png);
  background-position: center left;
}

.bluebox .bl {
  background-image: url(images/bluebox-bl.png);
  background-position: top right;
}

.bluebox .bc {
  background-image: url(images/bluebox-bc.png);
  background-position: top center;
}

.bluebox .br {
  background-image: url(images/bluebox-br.png);
  background-position: top left;
}

.greenbox .cc {
  background-color: #e1ea95;
}

.greenbox .tl {
  background-image: url(images/greenbox-tl.png);
  background-position: bottom right;
}

.greenbox .tc {
  background-image: url(images/greenbox-tc.png);
  background-position: bottom center;
}

.greenbox .tr {
  background-image: url(images/greenbox-tr.png);
  background-position: bottom left;
}

.greenbox .cl {
  background-image: url(images/greenbox-cl.png);
  background-position: center right;
}

.greenbox .cr {
  background-image: url(images/greenbox-cr.png);
  background-position: center left;
}

.greenbox .bl {
  background-image: url(images/greenbox-bl.png);
  background-position: top right;
}

.greenbox .bc {
  background-image: url(images/greenbox-bc.png);
  background-position: top center;
}

.greenbox .br {
  background-image: url(images/greenbox-br.png);
  background-position: top left;
}

#overlay {
  background-color: black;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  width: 100%;
  z-index: 100;
  display: none;
}

.overbox {
  position: absolute;
  width: 100%;
  z-index: 110;
  display: none;
  left: 0px;
}

.overbox .med {
  background-color: white;
  border: 1px solid black;
  width: 360px;
  margin: auto;
}

.overbox .big {
  background-color: white;
  border: 1px solid black;
  width: 540px;
  margin: auto;
}

.overbox .banner {
  background-image: url(images/logo-small-bg.png);
  background-repeat: repeat-x;
  height: 83px;
  text-align: center;
  position: relative;
}

.overbox .big .banner {
  text-align: left;
}

.overbox .banner img {
  padding-top: 20px;
}

.overbox .banner .close {
  padding: 5px;
  position: absolute;
  right: 0px;
}

.overbox .big .banner img {
  padding-left: 20px;
}

.overbox .slogan {
  text-align: center;
  background-color: #a5dfed;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}

.overbox h3 {
  text-align: center;
  color: #15a6c7;
  margin: 0px;
  padding: 0px;
  margin-top: 1em;
}

.overbox .bluebox, .overbox .greenbox {
  margin: 30px 30px;
  width: 300px;
}

.overbox .big .bluebox, .overbox .big .greenbox {
  width: 480px;
}

#body dt {
  color: #0099bb;
  font-weight: bold;
}

#body dd {
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

#body h2 {
  font-size: 125%;
  font-weight: bold;
}

#body h3 {
  color: #0099bb;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  font-size: 110%;
}

#body h4 {
  color: #0099bb;
  padding: 0px;
  margin: 0px;
  font-size: 100%;
  font-weight: bold;
}

#body h5 {
  font-style: italic;
  padding: 0px;
  margin: 0px;
}

#body.search {
  padding-left: 0px;
  padding-right: 0px;
}

.submit {
  background-color: #a5dfed;
  border: 1px solid black;
  white-space: nowrap;
  padding: 0px 1em;
  cursor: pointer;
}

input.link {
  background-color: transparent;
  border: none;
  white-space: nowrap;
  color: #889718;
  font-family: arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

input.link:hover, input.link:active {
  color: #0d4b69;
}

.input_hover {
  background-color: #dddddd;
}

.input_hover:hover {
  background-color: white;
}

#home_note {
  position: relative;
  z-index: 45; /* for IE */
  width: 760px;
  margin: auto;
}

#home_note div, #home_note h2 {
  padding: .5em 32px;
  background: #f1fafc url('images/home_note_bg.png') no-repeat scroll bottom left;
}

#home_note h2 {
  font-size: 100%;
  margin: 0px;
}

#home_note h2 em {
  font-style: normal;
  font-size: 75%;
}

#home_note a {
  color: black;
}

#home_note div {
  position: absolute;
  top: 0px;
  z-index: 50;
}

#home_note p {
  padding: 0px 0px 16px 0px;
  margin: 0px;
}

#home_note h2 a span#action, #home_note p#closer a {
  color: white;
  text-transform: uppercase;
}

#home_note h2 a span#action {
  display: block;
  float: right;
}

#home_note p#closer {
  text-align: right;
  padding-bottom: 0px;
}

#home_note.open h2 {
   visibility: hidden;
}

#home_note.close div {
   display: none;
}

p#subhead {
  width: 676px;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
}

#search_buttons {
  border-collapse: separate;
  position: relative;
  z-index: 30;
  margin: -0px auto 0px; /* top - margin = space above the table */
  top: 0px; /* how much the drug_list div will overlap the area below it */
}

#search_buttons th, #search_buttons td {
  width: 220px;
  padding: 0px 10px;
  text-align: center;
  vertical-align: top;
}

#search_buttons td input, #search_buttons td select, #search_buttons td p {
  width: 100%;
}

#search_buttons td p {
  margin: 0px;
  padding: 0px;
}

#search_buttons td#dosage_name p, #search_buttons td#drug_name_box p {
  border: 1px inset black;
  background-color: white;
}

#search_buttons #drug_name_disp {
  cursor: pointer;
}

#search_buttons input {
  border: 1px inset black;
}

#search_buttons td .submit_i {
  width: auto;
  padding: 10px 0px;
  border: none;
}

#search_buttons td#dosage_name p {
  background-color: #dddddd;
}

#search_buttons td#dosage_name, #search_buttons td#drug_name_box, #search_buttons #search_box {
  padding: 10px 13px 10px 10px;
}

#search_buttons #drug_list {
  padding: 0px 0px 0px 10px;
  width: auto;
}

td#search_box {
  vertical-align: middle;
}

#search_buttons td#search_box {
  vertical-align: top;
  text-align: right;
}

#therapeutic_title {
  font-weight: bold;
  margin: 0px;
  padding: 0px 10px;
  margin-bottom: -26px;
  position: relative;
  z-index: 60;
  top: -26px;
}

#search2_buttons, #service, #category, #map_disp {
  width: 100%;
  padding: 30px 10px;
}

#search2_buttons td, #service td, #category td, #map_disp td {
  vertical-align: top;
}

#search2_buttons #input table, #service #input table, #category #input table {
  border-collapse: separate;
  width: 100%;
  margin-top: -10px;
  padding: 0px 10px;
}

#search2_buttons #input table td, #service #input table td, #category #input table td {
  background-color: white;
  border: 2px outset black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
  text-align: center;
}

#search2_buttons #input table td h3, #service #input table td h3, #category #input table td h3, #map_disp td h3 {
  color: #009fc3;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: none;
}

#search2_buttons #input table td input, #map_disp td input {
  width: 90%;
  border: 1px inset black;
}

#search2_buttons #message, #service #message, #category #message {
  color: #009fc3;
  text-align: center;
  padding: 10px 0px;
}

#search2_buttons .actions, #service .actions, #category .actions, #map_disp .actions {
  width: 97px;
}

#search2_buttons .actions table, #service .actions table, #category .actions table, #map_disp .actions table {
  margin: auto;
}

#thera_defin {
  position: absolute;
  z-index: 90;
  right: 10px;
  width: 100px;
}

#search2_buttons .ad, #service .ad, #category .ad, #map_disp .ad {
  text-align: center;
  background-color: white;
  vertical-align: middle;
}

#search2_buttons .ad img, #service .ad img, #category .ad img, #map_disp .ad img {
}

#search2_buttons #drug_list, #category #drug_list {
  position: relative;
  z-index: 75;
  display: none;
  top: -10px;
}

#search2_buttons #drug_list p {
  position: absolute;
  z-index: 80;
  background-color: #eaf1c1;
  height: 1em;
  border: 1px solid black;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: .25em 0px;
  white-space: nowrap;
  text-align: center;
}

#search2_buttons #drug_list p span {
  font-size: 85%;
  vertical-align: .25em;
}

#search2_buttons #drug_list div, #category #drug_list div {
  position: absolute;
  z-index: 80;
  background-color: #eaf1c1;
  border: 1px solid black;
  left: 0px;
  right: 0px;
  top: 1.5em;
  padding: 0px 10px;
}

#chain_list {
  overflow: auto;
}

#drug_list div {
  height: 11em;
  text-align: left;
  overflow: auto;
}

#drug_list div ul {
  margin-top: 4px;
}

#drug_list ul, #chain_list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-left: 20px;
}

#drug_list ul li {
  padding-bottom: .5em;
  text-indent: -20px;
  font-size: 12px;
}

#drug_list ul li a {
  font-weight: normal;
}

#chain_list {
  height: 10em;
  text-align: left;
  border: 1px solid black;
  background-color: #d4f0f7;
  margin-left: 0px;
  padding: .5em;
}

#chain_list li {
  padding-bottom: .5em;
}

#header_location .search {
  display: none;
}

#header_location span {
  background-color: #a5dfed;
  border: 1px outset black;
  padding: 1px 4px;
}

.orig span {
  padding: 0px 1em;
}

#suggest_progress {
  text-align: center;
}

#chain_name {
  padding-right: 18px;
  background-position: center right;
  background-repeat: no-repeat;
}

#pharmacy {
  border: 2px outset black;
  background-color: white;
}

#pharmacy #title_line {
  padding: 8px;
  margin: 0px;
  background-color: #70cde3;
  text-align: center;
  line-height: 26px;
}

#pharmacy #title_line label {
  white-space: nowrap;
  position: relative;
  z-index: 50;
}

#pharmacy #title_line select {
  background-color: white;
}

#pharmacy #pharmacies {
  overflow: auto;
  overflow-y: scroll;
}

#pharmacy #ph_links {
  text-align: center;
}

#pharmacy #pl_employee_access {
  text-align: center;
  font-size: 125%;
  border-top: 1px solid black;
  padding: .25em;
  background-color: #70cde3;
}

#pharmacies {
  padding: 0px .5em;
}

#pharmacies h5 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: normal;
}

#pharmacies h5 b {
  color: #0099bb;
}

#pharmacies h6 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 75%;
  font-weight: bold;
}

#pharmacies hr {
  width: 87%;
  color: #dcdcdc;
  background-color: #dcdcdc;
  height: 1px;
  border: 1px solid #dcdcdc;
}

#pharmacies .store {
  margin-top: .5em;
}

.store_prominent .store_name {
  font-size: 125%;
}

.store_background_color {
  background-color: #edf2bd;
}

#pharmacies .store_start_hidden .prices {
  display: none;
}

#pharmacies .store_start_hidden_cancel .prices {
  display: block;
}

.store_hidden, .store_shown {
  display: none;
  font-size: 150%;
  vertical-align: -10%;
}

#pharmacies .store_start_hidden .store_hidden {
  display: inline;
}

#pharmacies .store_start_hidden_cancel .store_shown {
  display: inline;
}

#pharmacies .store_start_hidden_cancel .store_hidden {
  display: none;
}

#pharmacies .membership_req {
  font-size: 75%;
  vertical-align: 0%;
}

.store_chain {
  display: none !important;
  font-size: 16px;
  font-weight: bold;
}

#pharmacies .store_chain {
  font-size: 18pt;
  color: #ff7800;
  font-weight: normal;
}

.store_name {
  font-size: 12px;
  font-weight: bold;
}

.store_name .miles {
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding-left: 2em;
}

#pharmacies .store_name {
}

.store_name .num {
  font-size: 115%;
}

a.view_map {
  float: right;
  margin-right: 6.5%;
  display: none;
}

#pharmacies a.view_map {
  display: block;
}

.store_address {
  font-size: 12px;
  margin-top: 12px;
}

#pharmacies .store_address {
  font-size: 14px;
  margin-top: 0px;
  margin-left: 20px;
}

.store_address .phone {
  font-weight: bold;
}

.prices {
  font-size: 12px;
  margin-top: 12px;
  margin-left: 20px;
/*   background-color: #37c1cc; */
/*   border: 1px solid black; */
}

#pharmacies .prices {
  font-size: 14px;
}

.prices a {
  margin-left: -20px;
  padding: 0px 2px;
}

.prices a.free img {
  vertical-align: middle;
  padding-bottom: 2px;
}

.prices .comment {
  display: none;
  font-size: 75%;
}

#pharmacies .prices .comment {
  display: inline;
}

.prices .even {
  background-color: #ebebeb;
}

.store_background_color .prices .even {
  background-color: #d5eef7;
}

.prices .cost {
  color: #68bd46;
  font-weight: bold;
}

.promotions {
  display: none;
  font-size: 90%;
  padding-left: 20px;
  margin: 7px 0px;
}

#pharmacies .promotions {
  display: block;
}

#pharmacies h2, #pharmacies address, #pharmacies p {
  padding-left: 10px;
}

#pharmacies p {
  padding: 0px;
  margin: 0px;
  margin-bottom: .5em;
}

#pharmacies a:link, #pharmacies a:visited {
  color: green;
  text-decoration: none;
  font-weight: bold;
}

#pharmacies a:hover, #pharmacies a:active {
  color: black;
}

#map {
  width: 100%;
  height: 100%;
  border: 2px outset black;
  position: relative;
}

.values h1 {
  text-align: center;
}

.values table {
  margin: auto;
  width: 408px;
}

.values table table {
  float: left;
  width: auto;
}

#body.wellcard, #body.wellcard2 {
  margin: 25px 50px;
  width: 700px;
  font-size: 14px;
}

#body.wellcard h1 {
  color: black;
  padding: 0px;
}

#body.wellcard h2 {
  color: #666666;
}

#body.wellcard .right_images {
  float: right;
}

#body.wellcard .right_images img {
  margin: 25px 10px;
  display: block;
}

#body.wellcard ul {
  padding-left: 20px;
}

#body.wellcard li {
  margin: .5em 0px;
}

#body.wellcard form {
  width: 298px;
  height: 137px;
  padding: 30px 20px 5px;
  background: white url(images/wellcard_create_bg.png) no-repeat;
  display: block;
  float: left;
  margin-top: 1em;
}

#body.wellcard form div {
  clear: both;
  margin: 6px 0px;
  float: left;
  width: 100%;
}

#body.wellcard form label input {
  border: 1px #666666 inset;
  float: right;
  width: 190px;
}

#body.wellcard2 div.card {
  margin: 50px auto;
  width: 450px;
  border: 2px solid #858587;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 20px;
}

#body.wellcard2 h3 {
  text-align: center;
  margin: 27px 0px;
}

#body.wellcard2 a.print {
  width: 200px;
  height: 16px;
  background: transparent url(images/wellcard_print_bg.png) no-repeat;
  color: white;
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 16px;
  margin: auto;
}

@media print {
  body.hide_print #banner, body.hide_print #buttons, body.hide_print #tail, body.hide_print #tail2, #banner_supra {
    display: none;
  }

  .noprint {
    display: none;
  }

  body.hide_print #body {
    padding: 0px;
    margin: 0px;
  }
}
