/* CSS Drugs Online */

body			{ margin: 15px; 
				  padding:0px; 
				  background-color:#ffffff; 
				  text-align:center;
				  font-size: 1em;
				  }

img				{ border:0px; }

.clr			{ clear:both; }

#wrapper		{ width:900px;
				  margin:0px auto;
			      text-align:left;
				  }

#head			{ width:900px;
				  }

#main			{ width:900px; border: solid 1px #cccccc;}
#left			{ float:left; position:relative; width: 600px;}
#right			{ float: right; position: relative; width: 200px;}

.main_text	 	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 0.8em; 
				  font-style: normal; 
				  color:#333333;
				  padding: 20px 20px 10px 20px;
				  text-align: left;
				  }
.main_text A:link			{ color:#333333; text-decoration: none; font-weight:bold;}
.main_text A:visited		{ color:#333333; text-decoration: none; font-weight:bold;}
.main_text A:hover		{ color:#333333; text-decoration: underline; font-weight:bold;}
.main_text A:active		{ color:#333333; font-weight:bold;}

.table_text	 	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 1em; 
				  font-style: normal; 
				  color:#333333;
				  text-align: left;
				  }
.table_text A:link			{ color:#333333; text-decoration: none; font-weight:bold;}
.table_text A:visited		{ color:#333333; text-decoration: none; font-weight:bold;}
.table_text A:hover		{ color:#333333; text-decoration: underline; font-weight:bold;}
.table_text A:active		{ color:#333333; font-weight:bold;}

.table_text TD { background-color: #efefef; }

.text	 	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 1em; 
				  font-style: normal; 
				  color:#333333;
				  text-align: left;
				  }
.text A:link			{ color:#333333; text-decoration: none; font-weight:bold;}
.text A:visited		{ color:#333333; text-decoration: none; font-weight:bold;}
.text A:hover		{ color:#333333; text-decoration: underline; font-weight:bold;}
.text A:active		{ color:#333333; font-weight:bold;}


#foot			{ width:900px; }

.foot_text	 	{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
				  font-size: 0.6em; 
				  font-style: normal; 
				  color:#333333;
				  padding: 20px 0px 10px 0px;
				  text-align: left;
				  }
.foot_text A:link		{ color:#333333; text-decoration: none; font-weight:bold;}
.foot_text A:visited	{ color:#333333; text-decoration: none; font-weight:bold;}
.foot_text A:hover		{ color:#333333; text-decoration: underline; font-weight:bold;}
.foot_text A:active		{ color:#333333; font-weight:bold;}

h1 				{ font-family: Verdana, helvetica, Tahoma, sans-serif; font-size: 1em; font-style: normal; color:#333333; display:inline;	}

h2 				{ font-family: Verdana, helvetica, Tahoma, sans-serif; font-size: 1em; font-style: normal; color:#333333; display:inline;	}

h3 				{ font-family: Verdana, helvetica, Tahoma, sans-serif; font-size: 1em; font-style: normal; color:#333333; display:inline;	}

/* menu */

.nav		{ width: 900px; height: 31px; padding: 10px 0px 0px 0px;} /*adjusts float location of menu */

.basictab 	{ margin: 0px;
			  font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
			  font-size: 0.9em; 
			  font-style: normal;
			  font-weight: bold;
			  list-style-type: none;
			  text-align: left; /*set to left, center, or right to align the menu as desired*/
			  color: #666666;
			  
			  }

.basictab li { display: inline; color: #cccccc; text-align: left;}
.basictab li a { display: inline; 
				 text-decoration: none;  
				 background-color: #ffffff; 
				 color: #666666; 
				 padding: 5px 9px 5px 9px; 
				 margin-right: 5px;
				 border: solid 1px #cccccc;
				 }

.basictab li a:visited 	{ color: #666666; }
.basictab li a:hover 	{ background-color: #cccccc; color: #ffffff; }
.basictab li a:active 	{ background-color: #cccccc; color: #ffffff; }
.basictab li.selected a { /*selected tab effect*/ background-color: #cccccc; color: #000000; }
