/* Medications Search box style */
#suggestions { float: left; width: 376px; min-height: 37px; max-height: 200px; z-index:20; overflow:auto; position:absolute; border:solid 1px #e2e3e3; text-align:left; margin-top:-11px; display: none; background-color: #ffffff }
#suggestions div { float: left;  }
#suggestions .med { float: left; width: 354px; height: 17px; text-align: left; padding: 2px 0px 2px 5px; color: #666666; font-size: 12px; background-color: #ffffff; }
#suggestions .med:active { color: #75BA1C; background-color: #EFF7E8; }
#suggestions .med:hover { color: #ff4e00; background-color: #eeeeee; cursor: pointer; }
#suggestions .med:hover .add { display: block; }
#suggestions .name { float: left; width: 325px; }
#suggestions .add { float: left; font-size: 10px; display: none }
#suggestions .add .text { color: #ffffff; font-weight: bold; font-size: 11px; text-decoration: underline; }
#suggestions .add img { border: 0px; margin: 5px 0 0 5px; }
#suggestions .title { font-size: 10px; font-weight: bold; color: #35956D; padding-left: 5px; }
#suggestions .close { float: right; }
#suggestions .close a { font-size: 12px; font-weight: bold; color: #35956D; padding-right: 15px; text-decoration: none; cursor: pointer }
.search .button-continue { border: 0px; cursor: pointer; background-image: url('/images/new/random-review.png'); }
