/***************** COMMON *****************/


html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-color: #bdccea;
	background-image: url(../images/common/body_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

.white_frame {
	width: 801px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
}

.header {
	/* background-color: #453c80; */
	background-color: #1a2f5e;
	/* height: 110px; */
	height: 140px;
	width: 755px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #ffffff;
	padding: 10px 25px 0px 21px;
}

.h1span
{
    font-weight: bold;
    font-size: 18px;
}
.header#patient {
	background-color: #ffffff;
	height: 110px;
	width: 751px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #785dac;
	padding: 10px 25px 0px 25px;
}
ul.hdr_links {
	float: right;
	clear: none;
	width: 750px;
	text-align: right;
}
ul.hdr_links li {
	list-style: none;
	display: inline;
	padding-left: 10px;
}
ul.hdr_links li a{
	color: #ffffff;
	text-decoration: none;
}
ul.hdr_links li a:hover{
	color: #ffffff;
	text-decoration: underline;
}
ul.hdr_links#patient_links li a{
	color: #785dac;
	text-decoration: none;
}
ul.hdr_links#patient_links li  a:hover{
	color: #785dac;
	text-decoration: underline;
}
.font_size {
	float: right;	
	clear: inherit;
	padding: 18px 1px 16px 0px;
	width: 110px;
	text-align: right;
}
.font_size_small {
	font-size: 100%;
	line-height: 100%;
}
.font_size_medium {
	font-size: 135%;
	line-height: 135%;
}
.font_size_large {
	font-size: 170%;
	line-height: 170%;
}
img#header_copy {
	float: right;
	clear: right;
}

.main_img {
	width: 801px;
}

.content {
	width: 801px;
	margin-top: 2px;
	/* == IE6 hack == */
	_margin-top: 0px;
}
/* IE7 hack */
*:first-child+html .content { 
	margin-top: 0px;
}

#middle_column a, #middle_column a:visited
{
    color:Black;
}

table#three_column {
	width: 801px;
	vertical-align: top;
}
table#three_column td#left_column {
	width: 176px;
	height: 100%;
	background-color: #e5e6f5;
	background-image: url(../images/common/leftnav_bdr.gif);
	background-position: left;
	background-repeat: repeat-y;	
	vertical-align: top;	
}
table#three_column td#left_column img#leftnav_top_bdr {
	width: 176px;
	height: 12px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
td#leftnav_bot_bdr {
	width: 176px;
	height: 11px;
	margin: 0px;
	padding: 0px;
}
table#three_column td#middle_column {
	width: 446px;
	border-left: 1px solid #b7c6d7;
	border-right: 1px solid #b7c6d7;
	padding: 21px 11px 25px 13px;
	vertical-align: top;
}
table#three_column td#midbottom {
	border-left: 1px solid #b7c6d7;
	border-right: 1px solid #b7c6d7;
}
table#three_column td#middle_column h1 {
	color: #003875;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .96em;
	font-weight: bold;
	padding-bottom: 13px;
}
table#three_column td#middle_column h1 sup {
	color: #003875;
	font-weight: bold;
	vertical-align: super;
	/* == IE6 hack == */
	_font-size: .8em;
}
/* IE7 hack */
*:first-child+html table#three_column td#middle_column h1 sup { 
	font-size: .8em;
	vertical-align: top;
}
table#three_column td#middle_column h1 sup a, table#three_column td#middle_column h1 sup a:link, table#three_column td#middle_column h1 sup a:hover {
	color: #003875;
	font-weight: bold;	
	font-size: .8em;
	vertical-align: top;
}
table#three_column td#middle_column h2 {
	color: #9966CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.4em;
}
table#three_column td#middle_column h2 sup {
	color: #9966CC;
	font-weight: bold;
	line-height: 0px;
	font-size: 75%;
}

table#three_column td#middle_column h2 sup a, table#three_column td#middle_column h2 sup a:link, table#three_column td#middle_column h2 sup a:hover {
	color: #9966CC;
	font-weight: bold;
    font-size: x-small;
    line-height: 0;
    vertical-align: middle;
    /* IE6 hack */
    _vertical-align: top;
}

/* IE7 hack */
*:first-child+html table#three_column td#middle_column h2 sup a, table#three_column td#middle_column h2 sup a:link, table#three_column td#middle_column h2 sup a:hover { 
    vertical-align: middle;
}

table#three_column td#middle_column p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	color: #333333;
}
table#three_column td#middle_column p a, table#three_column td#middle_column p a:link, table#three_column td#middle_column p a:visited{
	color: #333333;
	text-decoration: underline;	
}
table#three_column td#middle_column p sup {
	color: #333333;
	font-size: .7em;
	/* IE6 hack */
	_font-size: .9em;
}

table#three_column td#middle_column ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	color: #333333;
	margin-left: 15px;
	margin-bottom: 10px;
}

table#three_column td#middle_column ul sup {
	color: #333333;
	font-size: .7em;
	/* IE6 hack */
	_font-size: .9em;
}
/* IE7 hack */
*:first-child+html table#three_column td#middle_column p sup { 
	font-size: .9em;
}
table#three_column td#middle_column p sup a:visited, table#three_column td#middle_column p sup a:active, table#three_column td#middle_column p sup a:link, table#three_column td#middle_column p sup a:hover {
	color: #333333;
}
table#three_column td#middle_column a:hover {
	color: #333333;
    text-decoration:none;
}
table#three_column td#right_column {
	width: 174px;
	padding-left: 3px;
	vertical-align: top;
}

/***************** NAVIGATION *****************/


.top_nav {
	background-color: #1a2f5e;
	height: 25px;
	width: 801px;
	/* border-bottom: 1px solid #ffffff; */
}
.top_nav_seg {
	background-color: #8065b4;
	height: 25px;
	width: 801px;
	border-bottom: 1px solid #ffffff;
}
.top_nav#patient_nav {
	background-color: #ffffff;
	height: 24px;
	width: 801px;
	border-bottom: 1px solid #ffffff;
}
.sub_menu {
	border-left: 8px solid #c1d0ee;	
	height: 100%;
	width: 160px;
	background-color: #e5e6f5;
	/* == IE6 hack == */
	_margin: -7px 0 10px 0;
}
/* IE7 hack */
*:first-child+html .sub_menu { 
	margin: -7px 0 10px 0;
}

ul.left_nav {
	background-color: #e5e6f5;
	width: 160px;
	vertical-align: top;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}
ul.left_nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #7999e5;
	width: 148px;
	margin: 0 0 6px 10px;
	padding: 0 10px 10px 0px;
	border-bottom: 1px solid #b6c5ee;
	list-style: none;
}
ul.left_nav li sup a {
	color: #7999e5;
}

ul.left_nav li a {
	background-image: url(../images/common/drop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #7c8baf;	
	padding-left: 12px;
}

ul.left_nav li a:hover {
	background-image: url(../images/common/drop_o.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;	
	padding-left: 12px; 
}

ul.left_nav li a:hover sup {
	color: #003366;	
}

ul.left_nav li a.selectedPage {
	background-image: url(../images/common/drop_o.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;	
	padding-left: 12px;
}
ul.left_nav li a.selectedPage sup {
	color: #003366;	
}Combigan


ul.left_nav li#last {
	border-bottom: none;
}

/***************** SEGMENTATION *****************/

.main_img#segmen_page {
	width: 801px;
	background-image:url(../images/segmentation/landing-page-header.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #554b62;
	/*height: 449px;*/
	height: 380px;
	background-color: #ffffff;
}
img#combigan_logo {
	float: left;
	clear: left;
}
img#hcp_btn {
	margin: 178px 101px 0px 0px;
	float: right;
	clear: both;
}
img#pat_btn {
	margin: -193px 295px 0px 0px;
	float: right;	
	clear: both;
}
#segmen_legal {
	width: 770px;
	margin: 10px 0px 0px 0px;
	padding-top: 8px;
	clear: both;
}

/* IE7 hack */
*:first-child+html #segmen_legal{
	padding-top: 0px;
}

#segmen_legal p{
	background-color: #ffffff;
	width: 745px;
	padding: 5px 17px 11px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #666666;
	line-height: 1.4em;
}

#segmen_legal sup {
    vertical-align: super;
    font-size: .85em;
    font-weight: bold;
    line-height: 0;
}

/* IE7 hack */
*:first-child+html #segmen_legal sup {
    vertical-align: top;
}

/***************** HEALTH CARE PROFESSIONAL *****************/

.main_img#hcp_homepage {
	width: 801px;
	background-image:url(../images/hcp/fatty-header.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 278px;
}
.main_img#hcp_homepage p{
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	color: #efe4ee;
	font-weight: bold;
	padding: 123px 0px 20px 26px;
}

.homepagebannerlink
{
	display: block;
	margin-left:250px;
	margin-top:10px;
	width:180px;
	height:100px;
}

img#find_out {
	margin: 13px 0px 0px 13px;
}
#hcp_legal {
	width: 801px;
	background-color: #ffffff;	
	margin: 8px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
}
#hcp_legal p{
	padding: 0px 17px 15px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 135%;
	color: #666666;
}
#hcp_legal p.piLink
{	
	font-size:0.9em;
	margin-bottom:5px;
	padding:15px;
	width:17.014em;
}
#hcp_legal p strong{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
}
#hcp_legal p a {
	color: #333333;
	text-decoration: underline;
}
#hcp_legal p a:hover {
	color: #333333;
	text-decoration: none;
}
#hcp_legal sup {
	font-size: 70%;
	/* IE6 hack */
	_font-size: .9em;
	line-height: 0px;
}
/* IE7 hack */
*:first-child+html #hcp_legal sup { 
	font-size: .9em;
}



/* === HCP SUB PAGES === */

.main_img#hcp_sub {
	width: 801px;
	height: 113px;
}

.case_study {
	width: 408px;
	background-image: url(../images/hcp/casestudy_bg.gif);
	background-repeat: repeat-x;
	margin: 10px 0 15px 0;
	padding:12px 0 15px 9px;
	border: 1px solid #7e7e7e;
	
}
.study_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;	
	width: 340px;
	float: left;
	margin: 0px 6px 0px 0px;
}
.study_list_go {
	float: right;
}

.combi_chart {
	width: 417px;
	height: 182px;
	background-image: url(../images/hcp/casestudy_bg.gif);
	background-repeat: repeat-x;
	margin: 10px 0 15px 0;
	border: 1px solid #7e7e7e;	
}
#month_eff {
	float: left;
	clear: right;
	padding: 12px 0 0 9px;
	width: 196px;
	height: 170px;
	border-right: 1px solid #b2bccf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}
#month_eff a {
	color: #003366;
	text-decoration: none;
}
#month_eff a:link {
	color: #003366;
	text-decoration: none;
}
#month_eff a:hover {
	color: #003366;
	text-decoration: none;
}
#month_iop {
	float: right;
	padding: 12px 0 0 9px;
	width: 202px;
	height: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}
#month_iop a {
	color: #003366;
	text-decoration: none;
}
#month_iop a:link {
	color: #003366;
	text-decoration: none;
}
#month_iop a:hover {
	color: #003366;
	text-decoration: underline;
}
img.chart {
    padding: 7px 0px 16px 0px;
}
#nextcase {
	margin-top: 15px;
}



ul.plain {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
	margin: 20px 0px 16px 15px;	
}
ul.plain li {
	padding: 5px 0px 0px 0px;
	background-image: url(../images/patient/back_text.gif);
    background-repeat:repeat-x;
}
ul.plain li sup a {
	font-size: .9em;
	/* IE6 hack */
	_font-size: 1em;
	_vertical-align: super;
}
/* IE7 hack */
*:first-child+html ul.plain li sup a { 
	font-size: 1em;
	vertical-align: super;
}


ul.anchornav, ol.resource_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 16px;
	color: #333333;
	margin: 0px auto 10px 15px;
	clear: both;
}

ul.anchornav
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    list-style:none;
}

ul.anchornav li
{
    list-style:none;
    background-image: url(../images/common/arrowBlack.gif);
    background-position:2px 10px;
    background-repeat:no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 3px 15px;
}

ul.anchornav li a:linked, ul.anchornav li a:visited
{
    color:Black;
}

ul.resource_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px auto 10px 15px;
	clear: both;
	width: 350px;
	list-style-type: disc;
}
ul.resource_list li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.96em;
	line-height: 1.5em;
	color: #333333;
	margin: 0 0 0 15px;
}
ul.resource_list li a {
	color: #333333;
	text-decoration: underline;
}
ul.resource_list li a:hover {
	color: #333333;
	text-decoration: none;
}

ul.graybox 
{
    list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color:#badcc4;
	border:solid 1px #7a7a7a;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.graybox li 
{
    background-image: url(../images/common/arrowBlack.gif);
    background-repeat:no-repeat;
    background-position:11px center;
    margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 24px;
	border-bottom: #7a7a7a solid 1px;
}

ul.graybox li#last
{
    border-bottom:none;
}

ul.graybox li a
{
    color:Black;
    text-decoration:none;
    font-weight:bold;   
}
ul.graybox li a:hover
{
    color:Black;
    text-decoration:none;
    font-weight:bold;   
}

ul.graybox li a:hover
{
    color:gray; 
    
}

.backText {
    background-image: url(../images/patient/back_text.gif);
    background-repeat:repeat-x;
    padding: 10px 0px 0px 5px;
}

#coll_form {
	background-color: #e9e9e9;
	width: 385px;
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444444;
	font-weight: bold;
	padding: 20px 0 10px 25px;	
	margin: 20px 0 20px 0;
}
.email_box {
	margin: 3px 0 10px 0;
	padding-top: 3px;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	width: 285px;
}
.msg_box {
	margin: 3px 0 10px 0;
	padding-top: 3px;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	Height: 80px;
	width: 285px;
}
#all_fields {	
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	float: right;
	margin: 8px 10px 0 0;
}
#coll_form_send {
	float: right;	
	margin: 0px 10px 0 0;	
}

.aspimgover{
	float: right;	
	margin: 0px 10px 0 0;	
}

.coll_form_checkbox
{
	padding-top: 10px;
}

/***************** PATIENT *****************/

.main_img#pat_homepage {
	width: 801px;
	background-image:url(../images/patient/pat_home_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 278px;
}
.main_img#pat_homepage p{
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	color: #003875;
	font-weight: bold;
	padding: 67px 0px 7px 220px;
}

.main_img#pat_homepage p a, .main_img#pat_homepage p a:visited{
	color: #003875;

}

img#find_outmore {
	margin: 0px 0px 0px 216px;
}
#pat_legal {
	width: 801px;
	background-color: #ffffff;	
	margin: 8px 0px 0px 0px;
	padding: 14px 0px 0px 0px;
}
#pat_legal p{
	padding: 0px 17px 15px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 135%;
	color: #666666;
}
#pat_legal p strong{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
}
#pat_legal p a {
	color: #333333;
	text-decoration: underline;
}
#pat_legal p a:hover {
	color: #333333;
	text-decoration: none;
}
#pat_legal sup {
	font-size: 70%;
	/* IE6 hack */
	_font-size: .9em;
	line-height: 0px;
}
/* IE7 hack */
*:first-child+html #pat_legal sup { 
	font-size: .9em;
}
h3.pageOutline {
	color: #003875;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 13px;
}

a.topAnchor:link, a.topAnchor:visited, a.topAnchor:active, a.topAnchor:hover {
	display: block;
	margin: 8px auto 22px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #666666;
	text-decoration: underline;
	text-transform: lowercase;
	text-align:right;
}

strong {
	font-weight: bold;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
	line-height: inherit;
}

.objDialogBox {
	display: block;
	position: relative;
	margin: 10px 0px 20px 0px;
	padding: 0px 10px 10px 10px;
	width: 380px;
	height: auto;
	background-color: #B5D8BF;
}

.objDialogBox h4 {
	display: block;
	position: relative;
	margin: 0px -9px 10px -10px;
	padding: 7px 0px 4px 12px;
	width: 388px;
	height: 19px;
	background-color: #6CB280;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/patient/back_title.gif);
	background-repeat:repeat-x;
	
}


.objDialogBox ul{

	margin: 10px 0px 20px 0px;
	padding: 0px 10px 10px 0px;
}


/***************** IMPORTANT INFORMATION *****************/
a.print 
{
    font-family:Verdana;
    font-size:10px;
    color: #333333;
    text-decoration:none;
    float:right;
}

#imp_info_wrapper {
	width: 792px;
	height: 210px;
	background-color: #c1d0ee;	
	margin: 2px 0px 0px 0px;
	padding: 9px 0px 9px 9px;
	_padding: 9px 0px 5px 9px;
	-webkit-border-radius: 7px;
	overflow: hidden;
}
/* IE7 hack */
*:first-child+html #imp_info_wrapper { 
	padding: 9px 0px 5px 9px;
}

.imp_info {	
	background-color: #e5e6f5;	
	width: 507px;	
	height: 193px;
	margin-right: 7px;
	float: left;
	_float: none;
}
/* IE7 hack */
*:first-child+html .imp_info { 
	float: none;
}


/***************** 2-COLUMN CALL OUTS  *****************/

ul#split {
	margin:0px;
	padding:0px;
}

/* firefox specific */
@-moz-document url-prefix(){
    ul#split{
	    margin:0px;
	    padding:0px;
	    vertical-align: top;
	    position: absolute;
	    margin-top: -195px;
    }
}
ul#split li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 269px;
}
ul#split h3 {
	color:#ffffff;
	font-family: Verdana;
	font-size: 18px;
	font-weight:normal;
	line-height:1.3em;
	letter-spacing: .01em;
	margin:0px;
	padding: 17px 0px 17px 14px;
	text-align: left;
}
ul#split p {
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	line-height: 135%;
	color: #666699;
	margin:0px;
}
ul#split div {
	background:#ffffff none repeat scroll 0%;
	padding: 13px 15px 8px 12px;
}
li#one h3 {
	background:#604c90 none repeat scroll 0%;
}
img#download_pdf {
	margin: 30px 0px 21px 0px;
}

img#req_rebate {
	margin: 10px 0px 43px 0px;
}

/* ==== PRESCRIBING INFO ==== */
ul#prescribing_info {
	margin:0px;
	padding:0px;
}
ul#prescribing_info li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 173px;
}
ul#prescribing_info h3 {
	color:#ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height:1.3em;
	margin:0px;
	padding: 7px 0px 7px 7px;
	text-align: left;
}
ul#prescribing_info p {
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	line-height: 135%;
	color: #666699;
	margin:0px;
	padding-left: 5px;
}
ul#prescribing_info div#pres_text {
	background-color: #ffffff;
	height: 112px;
	padding: 13px 0px 0px 5px;	
	border-left: 1px solid #d6c8e3;
	border-right: 1px solid #d6c8e3;
}
ul#prescribing_info img#dl_pdf {
	margin: 30px 0px 0px 3px;
}
ul#prescribing_info img#dl_rebate {
	margin: 15px 0px 0px 0px;
}
li#one h3 {
	background:#604c90 none repeat scroll 0%;
}

/* ==== RELATED LINKS ==== */
ul#related_links {
	margin:0px 0px 10px 0px;
	padding:0px;
}
ul#related_links li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width: 173px;
}
ul#related_links h3 {
	color:#ffffff;
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height:1.3em;
	margin:0px;
	padding: 7px 0px 7px 7px;
	text-align: left;
}
ul#related_links p {
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	line-height: 135%;
	color: #666699;
	margin:0px;
}
ul#related_links div#link_ul 
{
	background-color: #fcfbcd;
	padding: 5px 0px 0px 0px;	
	border-left: 1px solid #d6c8e3;
	border-right: 1px solid #d6c8e3;
}
ul#related_links div#link_ul ul.right_callout_link {
	padding: 0px;
}
ul#related_links div#link_ul ul.right_callout_link li {
	width: 140px;
	font-family: Verdana;
	line-height: 18px;
	font-size: 11px;
	color: #003366;	
	list-style-image: url(../images/common/rel_link_carrot.gif);
	margin-left: 18px;
	/* IE6 hack */
	_margin-left: 22px;
}
/* IE7 hack */
*:first-child+html ul#related_links div#link_ul ul.right_callout_link li { 
	margin-left: 22px;
}
ul#related_links div#link_ul ul.right_callout_link li a {
	text-decoration: none;
	color: #003366;	
}
ul#related_links div#link_ul ul.right_callout_link li a:hover {
	text-decoration: underline;
	color: #003366;	
}
li#top_one h3 {
	background:#b2c5ec none repeat scroll 0%;
}


/***************** SITE MAP *****************/
ul.sitemap_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.96em;
	line-height: 1.5em;
	color: #333333;
}
ul.sitemap_list li {
	color: #333333;
	margin: 0 0 0 25px;	
	font-size: 1.2em;
}
ul.sitemap_list li sup {
	font-size: .7em;
	color: #333333;
	/* IE6 hack */
	_font-size: .8em;
}
/* IE7 hack */
*:first-child+html ul.sitemap_list li sup { 
	font-size: .8em;
}
ul.sitemap_list li a {
	color: #333333;
	text-decoration: underline;
}

ul.sitemap_list li a:hover {
	color: #333333;
	text-decoration: none;
}


/***************** REFERENCES *****************/
ol.references {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #333333;
}
ol.references li {
	color: #333333;
	margin: 0 0 10px 25px;
	font-weight: bold;
}
ol.references li sup {
	color: #333333;
	font-size: .7em;
	/* IE6 hack */
	_font-size: .8em;
}
ol.references li div {
	font-weight: normal;
}

/* IE7 hack */
*:first-child+html ol.references li sup { 
	font-size: .8em;
}
ol.references li a {
	color: #333333;
	text-decoration: underline;
}
ol.references li a:hover {
	color: #333333;
	text-decoration: none;
}

/***************** FOOTER *****************/

.footer {
	width: 770px;
	height: 64px;
	background-color: #bccbe9;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 21px 0px 21px;
}
.footer p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
.footer sup {
	font-size: .9em;
	/* IE6 hack */
	_font-size: 1em;
}
/* IE7 hack */
*:first-child+html .footer sup { 
	font-size: 1em;
}
.footer p a {
	color: #333333;
	text-decoration: none;
}
.footer p a:hover {
	color: #333333;
	text-decoration: none;
}
.footer p.ftr_links {
	color: #302a25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	float: right;
}
.footer p.ftr_links a {
	color: #302a25;
	text-decoration: underline;
}
.footer p.ftr_links a:hover {
	color: #302a25;
	text-decoration: none;
}
img#allergan_logo {
	float: left;
}
img#footer_bar {
	float: left;
	margin:0px 10px 0px 10px;
}



/***************** NIFTY CORNERS *****************/


b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
 overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}
	

