html, body{
height:100%;
margin-top:0px;
font-family:arial;

}

h1{
	color:#74125A;
	font-size:14px;
	font-weight:bold;
}
h2{
	color:#74125A;
	font-size:13px;
	font-weight:bold;
}
h3{
	color:#74125A;
	font-size:12px;
	font-weight:bold;
}

div.main ,frame.main{
	position:relative;
    left: 50%; /* those 2 lines sets  positon = center */
    margin-left: -502px;  /* value should be half the size of the width */
	top:0px;
	width:1004px;
	height:750px;

	background-color:#A3BED8;
	background-image:url('/images/mainbg.gif');
	background-repeat:repeat-x;
	background-position:top;
	font-size: 12px;
	font-family:arial;
}

div.logo {
	position:absolute;
	left:0px;
	top:0px;
	width:280px;
	height:97px;
}

div.welcome {
	position:absolute;
	left:300px;
	top:70px;
	width:150px;
	height:15px;
}

div.banner {
	position:absolute;
	left:480px;
	top:4px;
	width:502px;
	height:81px;
}

div.top-menu {
	position:absolute;
	left:480px;
	top:97px;
	width:502px;
	height:28px;
}

div.right-search-boxes, frame.right-search-boxes {
	position:absolute;
	left:21px;
	top:107px;
	width:217px;
	height:557px;
}


div.body {
	position:absolute;
	left:249px;
	top:133px;
	width:733px;
	height:550px;
	border:1px solid #486972;
	background-color:#FFFFFF;
/*	padding-right:70px;*/
/*	padding-left:142px;*/
	text-align:justify;
}

* html div.body {
	height:536px;
}


div.body #about{
	margin-top:20px;
	padding-left:174px;
}

div.body #profile{
	margin-top:20px;
	border:1px solid #A4BDDC;
}
div.body #contact{
	margin-top:20px;
	padding-left:0px;
}
div.body #disc{
	margin-top:20px;
	padding-left:0px;
}
div.body #home{
	padding-left:0px;
}



div.body_content {
	position:absolute;
	left:0px;
	top:0px;
	width:331px;
	height:100%;
}
td.body_content {
margin-left:20px;
}

div.middle_list{
	width:331px;
	height:388px;
	overflow-y:	scroll;
	overflow-x:hidden;
}

div.middle_list_noletters{
	width:331px;
	height:475px;
	overflow-y:	scroll;
	overflow-x:hidden;
}

div.body_ads {
	position:absolute;
	left:331px;
	top:0px;
	width:402px;
	height:100%;
	border-left: 1px solid #A4BDDC;
}
div.ads-a {
	position:absolute;
	left:10px;
	top:10px;
	width:185px;
	height:233px;
	border:1px solid #234C60;

}

div.ads-b {
	position:absolute;
	left:206px;
	top:10px;
	width:185px;
	height:233px;
	border:1px solid #234C60;
}

div.ads-c {
	position:absolute;
	left:10px;
	top:255px;
	width:185px;
	height:233px;
	border:1px solid #234C60;
}

div.ads-d {
	position:absolute;
	left:206px;
	top:255px;
	width:185px;
	height:233px;
	border:1px solid #234C60;
}

div.ads-text {
	position:absolute;
	left:134px;
	top:499px;
	width:137px;
	height:23px;
	font-size: 14px;
	font-weight:bold;
	color: #24678A;
	font-family:Times;
	line-height:18px;
}





div.body_drugs_left {
	width:510px;
	height:400px;
/*	border-right:1px solid #A4BDDC;*/
	overflow:scroll;
	padding-left:24px;
}
div.body_drugs_right {
	width:196px;
	height:100%;


/*	padding-left:-10px;*/
/*	border:1px solid #A4BDDC;*/
/*	background-color:#E2EFFF;*/
}

td.body_drugs_left {
	border-right:1px solid #A4BDDC;
}
td.body_drugs_right {
/*	border:1px solid #A4BDDC;*/
	background-color:#E2EFFF;
}





div.footer {
	position:relative;
    left: 50%; /* those 2 lines sets  positon = center */
    margin-left: -502px;  /* value should be half the size of the width */
	top:-60px;
	width:1004px;
	height:47px;
	font-size: 12px;
	font-family:arial;
	color:#5E7E9D;
	text-align:center;
}

* html div.footer {
}

a.footer {
	font-size: 12px;
	font-family:arial;
	color:#5E7E9D;
	text-decoration:underline;
}

td.footer {
	font-size: 12px;
	font-family:arial;
	color:#5E7E9D;
}



table.top_manu{

}
td.top_menu{
	background-image:url('/images/menubg.gif');
	border:1px solid #A4BDDC;

}
a.top_menu{
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	color: #24678A;
	text-align:center;
	display:block;
	line-height:27px;
}
a.top_menu:hover{
	background-color:#F5B48F;
	color: #AF460A;
}

/* ----- search box --- */
div.search {
	position:relative;
	left:0px;
	top:0px;
	width:216px;
	height:76px;
	border:1px solid #A4BDDC;
	background-color:#FFFFFF;
	margin-bottom:5px;
	
}

div.search-index-but {
	position:absolute;
	left:31px;
	top:8px;
	width:150px;
	height:36px;
	background-image:url('/images/search_but_bg.gif');
	border:1px solid #A4BDDC;
}


div.search-index-but a.search-index-but{
	background: #fff url("/images/search_but_bg.gif") 0px 0px repeat-x;
	display:block;

}
div.search-index-but a.search-index-but:hover{
	background: #fff url("/images/search_but_bg_on.gif") 0px 0px repeat-x;
	display:block;

}



a.search-index-but{
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	color: #24678A;
	text-align:center;
	line-height:14px;
	padding-top:4px;
	padding-bottom:4px;
}
a.search-index-but:hover{
	color: #AF460A;
}

div.search-text {
	position:absolute;
	left:10px;
	top:50px;
	width:46px;
	height:21px;
	font-size: 14px;
	font-weight:bold;
	color: #24678A;
	font-family:Times;
	line-height:18px;

}


div.search-input {
	position:absolute;
	left:58px;
	top:49px;
	width:123px;
	height:23px;
	font-size:10px;
	

}
input.search-input{
	width:125px;
	height:23px;
	font-size: 10px;
	font-weight:bold;
	color: #24678A;
	line-height:16px;
	border:1px solid #A4BDDC;
	text-align:left;

}
div.search-go {
	position:absolute;
	left:185px;
	top:50px;
	width:26px;
	height:21px;
	border:1px solid #A4BDDC;
	font-size: 12px;
	font-weight:bold;
	color: #24678A;
	font-family:Times;
	overflow:hidden; 
}
input.search-go {
	width:26px;
	height:21px;
	border:0px solid #A4BDDC;
}

a.search-go{
	font-size: 14px;
	font-weight:bold;
	color: #24678A;
	font-family:Times;
	text-align:center;
	display:block;
	line-height:22px;
	text-decoration:none;

}
a.search-go:hover{
	background-color:#F5B48F;
	color: #AF460A;
}
/*----- TAB -----*/
div.tab-name {
	position:absolute;
	left:249px;
	top:108px;
	width:220px;
	height:25px;
	color:#FFFFFF;
	font-size: 16px;
	font-family:Times;
	font-weight:bold;
	line-height:25px;
	padding-left:10px;
	vertical-align:middle;
	background-image:url('/images/tab.gif');
	background-repeat:no-repeat;

}
div.login{
	background-color:#E7E7E7;
}

input.login{

	border:#AFB2CE solid  1px;
	width:152px; 
	height:19px;
}
	
div.register{
	background-color:#E8EEFA;
	border:1px solid #A4BDDC;
	margin:1px 1px 1px 1px;
	padding:1px 1px 1px 1px;
	}
a.forgot{
	color:#BF4000;
	}
	
a.forgot:hover{
	color:#A4BDDC;
	}	
a.forgot:visited{
	color:#BF4000;
	}

a.register{
	font-weight:bold;
	font-size:18px;
	color:#24678A;
	text-decoration:none;
	}
	
a.forgot:hover{
	color:#A7341F;
	}	
a.forgot:visited{
	color:#24678A;
	}

input.login_check{
	border:#AFB2CE solid  1px;
	width:13px; 
	height:13px;
}
div.product_item{
	width:332;
	border-bottom:dotted #000000 1px;
}

a.product_name,a.product_name:hover, a.product_name:visited{
	color:#333333;
	text-decoration:none;
}

td.drug_header{
color:#000000;
font-size:14px;
font-weight:bold;
vertical-align:middle;
}

td.drug_sub_header{
color:#74125A;
font-size:12px;
font-weight:bold;
vertical-align:middle;
}
td.drug_sub_header_value{
color:#0000FF;
font-size:12px;
font-weight:bold;
vertical-align:middle;
}
a.drug_sub_header_value{
color:#0000FF;
font-size:12px;
font-weight:bold;
vertical-align:middle;
text-decoration:none;
}
a.drug_sub_header_value:hover{
text-decoration:underline;
}

div.drug_header{
color:#000000;
font-size:14px;
font-weight:bold;
margin-left:30px;
}

div.drug_sub_header{
color:#74125A;
font-size:12px;
font-weight:bold;
margin-left:30px;
margin-top:-10px;

}



table.drug_details{
color:#481298;
font-size:11px;}

input.therapiutic ,select.therapiutic{
	width:181px;
	border:1px solid #A4BDDC;
	padding:1px;

}

div.items_header{
margin-left:20;
margin-top:20px;
color:#197AAC;
font-weight:bold;
font-size:12px;

}

div.inserts{
background-color:#FFFFFF;
width:210px;
height:142px;
padding-top:25px;
}
div.items{
/*background-color:#E2EFFF;*/
width:210px;
}
a.insert{
color:#0000FF;
font-size:12px;
text-decoration:none;
margin-left:10px;
}



ul.therapiutic{
list-style-type:none;
list-style-image:none;
margin-left:-20px;
vertical-align:middle;
}


li.therapiutic{
background-image:url('/images/square.gif');
background-repeat:no-repeat;
background-position:top left;
padding-left:14px;
margin-left:0px;
line-height:14px;
text-align:left;
vertical-align:middle;
}


* html ul.therapiutic{
list-style-type:none;
list-style-image:none;
margin-left:0px;
}
* html li.therapiutic{
background-image:url('/images/square.gif');
background-repeat:no-repeat;
background-position:top left;
padding-left:14px;

margin-left:20px;
line-height:20px;
vertical-align:middle;
}

span.therapiutic{
color:#F26B00;
font-size:10px;
}
a.therapiutic{
color:#000000;
text-decoration:none;
font-size:11px;
font-weight:bold;
}


div.therapiutic_header{
margin-left:20;
margin-top:20px;
color:#197AAC;
font-weight:bold;
font-size:12px;
}

div.whatsnew{
margin-left:20;
margin-top:20px;
color:#197AAC;
font-weight:bold;
font-size:12px;
}

a.drug_generic{
color:#000000;
font-size:11px;
font-weight:normal;
text-decoration:none;
}
a.drug_generic:hover{
text-decoration:underline;
}

td.register{
	font-size:12px;
	text-align:right;
	color:#666666;
	font-weight:bold;
}
td.register_r{
	font-size:12px;
	text-align:left;
	color:#666666;
	font-weight:bold;
}


span.register_comment{
	font-size:11px;
	text-align:left;
	color:#666666;
	font-weight:normal;

}

input.register{
	width:158px;
	height:21px;
	font-size: 12px;
	color: #666666;
	border:1px solid #BDC7D8;


}

input.register_but{
	width:100px;
	height:21px;
	font-size: 11px;
	color: #FFFFFF;
	border:1px solid #BDC7D8;
	background-color:#3B5998;
	font-weight:bold;

}
input.cancel_but{
	width:80px;
	height:21px;
	font-size: 12px;
	color: #000000;
	border:1px solid #BDC7D8;
	background-color:#F0F0F0;

}

input.reg_specialty{
	width:158px;
	border:1px solid #BDC7D8;

}



div.admin_header{
color:#74125A;
font-size:14px;
font-weight:bold;
text-align:center;

}


div.renew_msg {
	width:90%;
	height:300px;
	border:1px solid #486972;
	background-color:#FFFFFF;
/*	padding-right:70px;*/
/*	padding-left:142px;*/
	text-align:justify;

	padding:25px 25px 25px 25px ;

}




/* ----------------------- */
/* alphabetical navigation */
/* ----------------------- */
#letter_content .alphabetNav {
	overflow: hidden;
}

	#letter_content .alphabetNav li {
		border:1px solid #BEBEBE;
		float:left;
		font-size:12px;
		font-weight:bold;
		margin:0 5px 3px 0;
		text-align:center;
		text-transform:uppercase;
		list-style-type:none;
	}
	
		#letter_content .alphabetNav li a {
			display:block;
			font-weight:bold;
			height:14px;
			width:14px;
		}
	
			#letter_content .alphabetNav li a:link,
			#letter_content .alphabetNav li a:visited {
				text-decoration: none;
				color:#005AA3;

			}
			#letter_content .alphabetNav li a:hover {
				text-decoration: none;
				background-color:#005AA3;
				color:#FFFFFF;
			}
			#letter_content .alphabetNav li a#selected {
				text-decoration: none;
				background-color:#005AA3;
				color:#FFFFFF;
			}

	#letter_content .mainContent .alphabetNav {
		width: 280px;
		margin-left: 0;
		margin-bottom: 5px;
	}
	
	#letter_content .mainContent .nonAlpha a {
		font-weight: bold;
	}

	div#letter_content { 
	width: 320px;
	margin:10px 10px 10px -10px;
}
	div#letter_dots { 
	background-image:url(/images/dotted.gif);
	background-repeat:repeat-x;
	width: 270px;
	height:4px;
	margin:10px 0px 10px 30px;
}
* html 	div#letter_dots { 
	width: 270px;

	background-image:url(/images/dotted_ie.gif);
	background-repeat:no-repeat;
}
div#letter_dots2 { 
	width: 270px;

	background-image:url(/images/dotted2.gif);
	background-repeat:no-repeat;
}

