/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	font-size: 12px;
	background-color: #D2E1F0;
	background-repeat: repeat;
	padding: 0;
	margin: 0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000066;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 140% Arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 94% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: square;
	vertical-align: middle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 107px;
	left: 10px;
	right: 10px;
	width:790px;
	background-color: #F5f7f7;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
	
	

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	left: 10px;
	right: 10px;
	width:790px;
	background-image: url(graphics/banner.jpg);
	background-repeat: no-repeat;
	position: absolute;
	border: solid #DDDDDD 1px;
	
}

#pageNav{
	float: right;
	width:150px;
	border-left: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	margin:0px 150px 0px 0px;
	border-right: 1px solid #ccd2d2;
	background-color: #FFFFFF;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	padding: 20px 0px 0px 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 36px;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 15px;
	right: 0px;
	color: #919999;
	left: 786px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 3px 0px 3px 10px;
	margin: 0px;
	background-color: #DDDDDD;
	border-bottom: 1px solid #ccd2d2;
}

#pageName h2{
	font: 120% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
	position: absolute;
	left: 325px;
	top: 26px;
}

#pageName img{
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	min-width: 640px;
	color: #cccccc;
	background-color: #468ACF;
	border-top: solid #CCCCCC 1px;
	padding: 2px 0px 2px 0px;
	height: 20px;
	
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: relative;
	min-width: 640px;
	left: 9px;
	z-index: 100;
	width: 640px;
	top: 2px;
	bottom: 2px;
}


a.glink, a.glink:visited{
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	color: #FFFFFF;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	display: none;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 10px 5px 0px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	font-size: 80%;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

#breadCrumbsmall{
	padding: 5px 10px 5px 10px;
	font: small Verdana,sans-serif;
	color: #000066;
	font-size: 75%;
	background-color: #DDDDDD;
}

#breadCrumbsmall a{
	color: #000066;
	
}

#breadCrumbsmall a:hover{
	color: #005FA9;
	text-decoration: underline;
	
}
/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
.feature h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 15px 10px 0px 0px;
}

.feature p {
	text-align: justify;
}


/*************** story styles ******************/

.story {
	font-size: 80%;
	left: -9px;
	width: 500px;
}

.story h3{
	font: bold 200% Arial,sans-serif;
	color: #000000;
}

.story h4{
	font: bold 120% Arial,sans-serif;
	color: #333333;
}

.story h5{
	font: 80% Arial,sans-serif;
	color: #999999;
}

.story p {
	text-align: justify;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

.story img{
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	float: right;
}

/************** siteInfo styles ****************/

#siteInfo{
	border-top: 1px solid #ccd2d2;
	font-size: small;
	color: #000066;
	padding: 5px 10px 8px 10px;
	background-color: #F5f7f7;
	text-align: left;
	border-bottom: 1px solid #ccd2d2;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
}


/************ sectionLinks styles **************/

#sectionLinks{
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-color: #F5f7f7;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: list-item;
	font-size: 80%;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	background-color: #F5f7f7;
}

#advert img{
	display: block;
	text-align: center;
}

#advertfill{
	padding: 10px;
	background-color: #F5f7f7;
	height:100%;
}

/********************* end **********************/

.tabtable {
	border-collapse:collapse;
}

.nicetable {
	border-collapse:collapse;
	float: right;
	font-size: 100%;
	text-align: left;
}
.nicetable th {
	margin:5px; 
	padding: 5px;
	border-top:1px solid #336699;
	border-bottom:1px solid #336699;
	background-color:#D5E1FF;		
	color:#336699;	
}

.nicetablethimg {
	margin: 0px; 
	padding: 0px;
	border-top:1px solid #336699;
	border-bottom:1px solid #336699;
	background-color:#D5E1FF;		
	color:#336699;	
	width:"45";
}

.nicetable td {
	margin:5px;
	padding: 5px;
	color:#000000;
	border-bottom:1px solid #cccccc;
}

.nicetablerowregprice {
	margin:5px;
	padding: 5px;
	color:#000000;
	text-decoration: line-through;
	border-bottom:1px solid #cccccc;
	text-align: center;
}

.nicetabletdcent{
	text-align: center;
}

.nicetabletdcent  a:link, .nicetabletdcent a:visited{
	text-align: center;
	text-decoration: underline;	
}

.nicetabletdcent a:hover{
	text-align: center;
	text-decoration: underline;
	color: #666666;	
}

.nicetableimg {
	width: 50px;
	right: 0px;
	float: center;
}
/********************* end **********************/

.medinfotable {
	border-collapse:collapse;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 3px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.medinforow {
	margin:15px; 	
	padding: 15px;	
	background-color:#FFFFFF;	
	color:#333333;	
}
/********************* end **********************/
#navlist
{
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 35px;
	padding-top: 20px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
font-weight: bold;
background: #D5E1FF;
border-bottom: 1px solid #D5E1FF;
color: #000;
}

#navlist a:hover { color: #f00; }

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1, 
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a, 
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

/**----------------**/

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
} 

#outbox{
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 95%;
	font-size: x-small;
}

#inbox{
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 3px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #000000;
}

#user{
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(images/users_online.gif);
	background-repeat: no-repeat;
	text-align: right;
	text-decoration: none;
	line-height: 120%;
	font-size: 85%;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#user a:link,#user a:hover,#user a:visited {
	text-decoration: none;
	cursor: default;
}

#shopbutton{
	background-image: url(/images/phentermine_shopping.gif);
	background-repeat: no-repeat;
}

#seoline
{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #FFFFFF;
	position: relative;
} 

#extbox{
	width: 95%;
}

.infoheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 10%;
	border-bottom: solid #666666 1px;
	padding-bottom: 8px;
}
.infosection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.infotext {
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}

.menucat {
	font-weight: bold;
	color: #FFFFFF;
}

#rxpharmacyad{
	background-color: #DFF2FD;
	padding: 2px;
	font-size: 80%;
	width: 120px;
}

#menuspacer{
	border-bottom: 1px solid #cccccc;
	background-color: #D2E1F0;
	vertical-align: middle;
	font-size: 10%;
}
#menuspacer2{
	background-color: #D2E1F0;
	font-size: 75%;
}
#drug-price{
	width: 620px;
	padding: 4px 4px 4px 4px;
}


#Drugtitle{
	padding: 4px 4px 4px 4px;
	border: solid #666666 1px;
	width: 604px;
	margin: 10px 10px 0px 10px;
	background-color: #DDDDDD;
	font-weight: bold;
	font-size: 110%;
}
#Drugdescription{
	width: 604px;
	margin: 10px 10px 0px 10px;
	background-color: #F6F6F6;
	padding: 4px 4px 4px 4px;
	border: solid #666666 1px;
}
#Drugdescription2{
	width: 612px;
	margin: 0px 10px 0px 10px;
	background-color: #F6F6F6;
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
	border-left: solid #666666 1px;
}
#Druginfo{
	text-align: justify;
	padding: 0px 12px 0px 12px;
	line-height: 130%;
}
#box{
	padding: 4px 4px 4px 4px;
	border: solid #457eb7 1px;
	width: 604px;
	margin: 10px 10px 0px 10px;
	background-color: #eaf1f8;
}
.box2 {width : 604pix;  border : 1px solid #457eb7;  padding : 10px 10px 10px 10px;  display : block; color : inherit;  background-color : #eaf1f8;}

.bdheader { text-decoration: none; font-size: 10pt; color: #373e6d; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.faqs { text-decoration: underline; font-size: 10pt; color: #0000EE; font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
.faqs:hover { font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: #0000EE; font-weight: normal; font-size: 10pt; }
.bdtxt { text-decoration: none; font-size: 10pt; color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: regular; }
