@charset "iso-8859-1";
/* CSS Document */

/*-- index page --*/
.title_welcom {
background: url(../common_img/titles.gif) no-repeat 0 0;
width: 391px;
height: 53px;
}

.title_whoiam {
background: url(../common_img/titles.gif) no-repeat 0px -53px;
width: 391px;
height: 25px;
}

.title_myservices {
background: url(../common_img/titles.gif) no-repeat 0px -106px;
width: 391px;
height: 25px;
}

/*-- consultant page --*/
.consultant {
background-image: url(../consultant_img/consultant.gif);
background-repeat:no-repeat;
width: 391px;
height: 53px;
}

/*-- for her snapshot --*/
.pic_left_border {
padding: 0; 
margin: 3px 15px 0px 0; 
float: left;
width: 125px;
}


/*-- druginfo page--*/
ul.whatido {
	font-size: 100%;
	color: #999900;
	list-style-type:none;
	list-style-position: inside;
	background-color:#FFFFCC;
	margin: 10px 5px;
	padding: 10px;
}

ul.whatido li {
list-style: none;
}

ul.whatido li a {
background-image: url(../druginfo_img/star_icon.gif);
background-position: 0 -0.4em;
background-repeat: no-repeat;
padding: 0 0 0 20px;
}

ul.whatido li a:hover {
background-image: url(../druginfo_img/star_icon_down.gif);
color:#CC3300;
text-decoration:underline;
}

/*--Contactus.html--*/
.line_height_oneem {
line-height: 1em;
color:#663333;
margin-top: 5px;
}


