#products {
float: left;
margin: 15px 0px 0px 15px;
display: inline;
color: #808080;
}
#products ul {
list-style:none;
}
#products a {
font-size: 16px;
color: #808080;
text-decoration:none;
font-weight: bold;
}
#products a:hover {
color: #ff6a00;
text-decoration: underline;
}
#products2 {
float: left;
margin: 15px 0px 0px 55px;
display: inline;
color: #808080;
}
#products2 ul {
list-style:none;
}
#products2 a {
font-size: 16px;
color: #808080;
text-decoration:none;
font-weight: bold;
}
#products2 a:hover {
color: #ff6a00;
text-decoration: underline;
}
.bullet {
color: blue;
}
.drug {
display: inline;
}

#live_help {
float: right;
display: inline;
width: 150px;
height: 50px;
margin: 15px 25px 0px 0px;
}
#live_help img{
border: none;
}

#additional_info {
clear: both;
float: left;
width: 785px;
text-indent: 5px;
text-align: justify;
margin: 25px 0px 0px 5px;
display: inline;
color: #808080;
font-weight: italic;
border-top-style: solid;
border-top-color: #a0a0a0; 
border-top-width: 1px;
}


#help {
clear: both;
float: left;
width: 785px;
text-indent: 5px;
text-align: justify;
margin: 20px 0px 0px 5px;
display: inline;
color: #808080;
font-weight: italic;
border-top-style: solid;
border-top-color: #a0a0a0; 
border-top-width: 1px;
}

#help a {
color: #808080;
text-decoration:none;
}
#help a:hover{
text-decoration:underline;
}