/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

html,body {
    height:100%;
	font-family: "trebuchet ms";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
/* Maket */
html>body #all {height: auto; min-height: 100%;}
#all {height: auto; min-height: 100%;}
* HTML #all {position: relative; height: 100%;}
#all {
	background-image:url(/templates/pharmacy/light_dir/img/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
#menuline {
    background-image:url(/templates/pharmacy/light_dir/img/bg_line_top.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:30px;
	}
.relbox {
    background-image:url(/templates/pharmacy/light_dir/img/button.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	width:200px;
	height:35px;
}
.white_text {
    font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:5px 0 0 10px;
}
a.rltd:link,a.rltd:visited,a.rltd:active {
    text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#006699;
	display:block;
	padding:8px 0 0 25px;
   }
   
a.rltd:hover {
    color:#CA4004;
	text-decoration:none;
	}
#results {
    background-color:#fff;
	}
ul.serp {
   list-style:none;
   background-color:#fff;
   margin:0;
   padding:0;
}
ul.serp  li {
   padding:5px 25px 10px 15px;
   border-bottom:1px solid #ccc;
   border-left:1px solid #eee;
   border-right:1px solid #eee;
}
ul.serp  li#first {
   padding:5px 25px 10px 15px;
   border-bottom:1px solid #ccc;
   border-left:1px solid #eee;
   border-right:1px solid #eee;
   background-color:#FFF8E1;
}
.desc { font-size:12px;}
a.title:link,a.title:active,a.title:visited {
	font-size:16px;
	font-weight:bold;
	color:#006699;
	text-decoration:none;
}
a.title:hover {
	color:#CA4004;
	text-decoration:none;
}
a.g:link,a.g:active,a.g:hover,a.g:visited {
    color:#60A916;
	font-size:10px;
	text-decoration:none;
	font-weight:100;
   
}