
/* =Firefox only
-----------------------------------*/
@import url('firefox.css');

@import url('safari.css');

/* COMMON PAGE STYLES
----------------------------------------------- */

body {
  background: #ffffff url(../images/bg.jpg) repeat-x 0 0;
  color: #6f6f6f;
  font-family: Helvetica, sans-serif;
  font-size: 62.5%;
  margin: 0 0 17px;
  text-align: center;
}

a {
  color: #004f96;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #004f96;
  text-decoration: underline;
}

a img {
  border: none;
}

sup {
  /* color: #712a82; */
  font-weight: bold;
  font-size: 1em;
  *font-size: 2em;
  _font-size: 1em;
  display: inline-block; /* this allows the sup to sit behind the main flyout nav rather using position relative */
  line-height: 10px;
  vertical-align: text-top;
  *zoom: 1.3;
  _zoom:;
}

.uppercase {
  text-transform: uppercase;
}

/* firefox fix */

html>body sup {
  font-size: .8em;
}

/* safari fix */

body:last-child:not(:root:root) sup {
  font-size: .7em;
}

*:focus {
  outline: 0;
}

h1 {
  color: #fff;
}

p {
  font-size: 100%;
  line-height: 150%;
}

em {
  background-color: transparent;
}

ol li {
  margin-bottom: 5px;
  margin-left: 10px;
}

/* print header */

#logo-print {
  display: none;
}

.remove-border {
  border: 0 !important;
}

.remove-border-left {
  border-left: 0 !important;
}

.remove-bg, .remove-bg a {
  background: 0 !important;
}

.remove-padding {
  padding-bottom: 0 !important;
}

.remove-margin {
  margin: 0 0 6px !important;
}

#content img {
  margin: 0 auto;
  display: block;
}

.remove-float {
  float: none;
}

.float-right {
  float: right;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
  _display: block;
 /* _zoom: 2; */
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}

/* javascript util */

.hide{
  display: none !important; 
}

object {
  margin-bottom: 20px;
}

.splash object {
  margin-bottom: -6px !important;
}

/* =Container
----------------------------------------------- */

#container {
  margin: 0 auto;
  text-align: left;
  width: 782px;
}

/* =Nav-Legend
----------------------------------------------- */

#nav-legend {
  background: transparent url(../images/bg-nav-legend.png) repeat-y 0 0;
  min-height: 30px;
}

#nav-legend-content {
  background-color: #efefef;
  height: 27px;
  margin: 0 auto;
  position: relative;
  width: 768px;
}

#nav-legend-content ul {
  list-style: none;
  margin: -3px 0 0 -74px;
  padding: 5px 0 0;
  position: relative;
  text-align: center;
}

#nav-legend-content li {
  color: #000;
  display: inline;
  font-size: 80%;
  line-height: 100%;
  position: relative;
}

#nav-legend-content li a {
  color: #000;
  margin-right: 2px;
}

#nav-legend-content .zoom a {
  display: inline-block;
  margin: 0 -3px 0 0;
}

#nav-legend-content .zoom img {
  margin: -3px 0 0;
}

#nav-legend-content .btn-minus, #nav-legend-content .btn-aaa, #nav-legend-content .btn-plus {
  height: 21px;
  line-height: 200%;
}

#nav-legend-content .btn-minus {
  background: transparent url(../images/btn-minus.png) no-repeat 0 0;
  width: 21px;
}

#nav-legend-content .btn-aaa {
  background: transparent url(../images/btn-aaa.png) no-repeat 0 0;
  width: 30px;
}

#nav-legend-content .btn-plus {
  background: transparent url(../images/btn-plus.png) no-repeat 0 0;
  width: 22px;
}

/* =Search
-----------------------------------*/

#nav-legend-content #search-box {
  background: transparent url(../images/bg-search-box.png) no-repeat 0 0;
  clear: both;
  float: right;
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  width: 183px;
  z-index: 1;
}

#nav-legend-content #search-box #s {
  background: none;
  border: 0;
  color: #817f7f;
  float: left;
  font-size: 100%;
  height: 15px;
  margin: 3px 1px 0 19px;
  padding: 1px 0 0;
  position: relative;
  width: 121px;
}
#nav-legend-content #search-box #go {
  float: left;
  margin: 0 0 0 4px;
  position: relative;
}

/* =Header
----------------------------------------------- */

#header {
  background: transparent url(../images/bg-header.png) repeat-y 0 0;
  position: relative;
}

#header #header-bl, #header #header-br {
  bottom: 0;
  display: block;
  height: 10px;
  position: absolute;
  width: 13px;
  z-index: 1;
}

#header #header-bl {
  background: transparent url(../images/bg-header-bl.png) no-repeat 0 0;
  left: 0;
}

#header #header-br {
  background: transparent url(../images/bg-header-br.png) no-repeat 0 0;
  right: 0;
}

#header-container {
  background: #004899 url(../images/bg-header-content.jpg) repeat-x 0 0;
  margin: 0 auto;
  min-height: 121px;
  position: relative;
  width: 774px;
}

#header-container a {
  background: transparent url(../images/logo-rituxan.png) no-repeat 0 0;
  display: block;
  height: 56px;
  left: 47px;
  top: 34px;
  position: absolute;
  text-decoration: none;
  text-indent: -9999em;
  width: 175px;
}

#header-container h2 {
  background: transparent url(../images/bg-header-h2.png) no-repeat 0 0;
  height: 54px;
  left: 260px;
  position: absolute;
  text-indent: -9999em;
  top: 37px;
  width: 481px;
}

#header-footer {
  background: transparent url(../images/bg-header-footer.png) no-repeat 0 0;
  height: 5px;
  margin-bottom: 8px;
}

/* =Logo
----------------------------------------------- */

#header .logo {
  background: transparent url(../images/logo-rituxan.png) no-repeat 0 0;
  color: #004f96;
  display: block;
  font-size: 150%;
  font-weight: bold;
  height: 50px;
  margin: 14px 0 0 43px;
  padding-top: 8px;
  position: absolute;
  text-decoration: none;
  text-indent: -9999em;
  width: 205px;
}

/* =Content
----------------------------------------------- */

#content-header {
  background: transparent url(../images/bg-content-header.png) no-repeat 0 0;
  height: 10px;
}

#content-container {
  background: transparent url(../images/bg-content-container.png) repeat-y 0 0;
  width: 782px;
}

#content-footer {
  background: transparent url(../images/bg-content-footer.png) no-repeat 0 0;
  height: 12px;
}


/* =Content
----------------------------------------------- */

#content-container #content {
  background: #e7e7e7 url(../images/bg-content.jpg) repeat-x 0 0;
  font-size: 100%;
  padding-bottom: 0;
  margin: 0 auto;
  padding: 17px 17px 9px 19px;
  min-height: 400px;
  width: 730px;
}

#content-container #content h1 {
  color: #004e97;
  font-size: 150%;
}

#content-container #content h2 {
  color: #f26522;
  font-size: 100%;
  margin: 0;
}


/* =Content
----------------------------------------------- */

#content-container #content .callout-full-width-header, #content-container #content {
  width: 732px;
}

#content-container #content .callout-full-width-header, #content-container #content .callout-full-width-footer {
  margin: 0 auto;
}

#content-container #content .callout-full-width-header {
  background: transparent url(../images/bg-content-full-width-grey-header.png) no-repeat 0 0;
  min-height: 98px;
  padding-top: 10px;
  padding-left: 235px;
  position: relative;
  width: 497px;
}

#content-container #content .callout-full-width-header .credit-card {
  background: transparent url(../images/img-credit-card.png) no-repeat 0 0;
  display: block;
  height: 167px;
  left: 17px;
  position: absolute;
  top: -11px;
  width: 202px;
  z-index: 1;
}

#content-container #content .callout-full-width-header h2 {
  color: #0b488a;
  font-size: 150%;
}

#content-container #content .callout-full-width-header p {
  margin: 0 0 10px;
}

#content-container #content .callout-full-width-header ul {
  line-height: 150%;
  margin: 0 0 0 17px;
}

#content-container #content .callout-full-width-header ul li {
  color: #003787;
  font-size: 110%;
}

#content-container #content .callout-full-width-header ul li span {
  color: #626262;
  display: block;
  font-size: 80%;
  margin-left: -5px;
  position: relative;
}


#content-container #content .callout-full-width-footer {
  background: transparent url(../images/bg-content-full-width-grey-footer.png) no-repeat 0 0;
  margin-bottom: 15px;
}

#content-container #content #column-left, #content-container #content #column-right {
  float: left;
}

#content-container #content #column-left, #content-container #content .span-18, #content-container #content #column-left .callout-width-75-header, #content-container #content #column-left .callout-width-75-footer {
  width: 512px;
}

.append-1 {
  padding: 0;
}

#content-container #content #column-left .callout-width-75-header {
  background: transparent url(../images/bg-content-75-header.png) no-repeat 0 0;
  padding: 18px 27px 1% 27px;
  width: 458px;
}

#content-container #content #column-left .callout-width-75-header img {
  margin: 0;
  padding-bottom: 11px;
}

#content-container #content #column-left .callout-width-75-header h2, #content-container #content #column-right .callout-width-25-header h2 {
  color: #f26522;
  font-size: 150%;
  line-height: 110%;
}

#content-container #content #column-left .callout-width-75-header h2 {
  margin-bottom: 13px;
}

#content-container #content #column-left .callout-width-75-header p {
  margin: 0;
  line-height: 130%;
}

#content-container #content #column-left .callout1 {
  min-height: 360px;
}

#content-container #content #column-left .callout2 {
  margin-top: 4px;
  min-height: 211px;
  padding-left: 18px;
  padding-right: 15px;
  width: 479px;
}

#content-container #content #column-left .callout2 p {
  font-size: 90%;
}

#content-container #content #column-left .callout2 p a {
  border-bottom: 1px solid #7b9ccc;
  text-decoration: none;
}

#content-container #content #column-left .callout2 p a:hover {
  border-bottom: 1px solid #f6f6f6;
}

#content-container #content #column-left .callout-width-75-footer {
  background: transparent url(../images/bg-content-75-footer.png) no-repeat 0 0;
}

#content-container #content #column-right {
  margin-left: 7px;
  width: 213px;
}

#content-container #content #column-right .callout-width-25-header {
  background: transparent url(../images/bg-content-25-header.png) no-repeat 0 0;
  padding: 15px 10px 1% 13px;
  min-height: 585px;
  width: 189px;
}

#content-container #content #column-right .callout-width-25-header p, #content-container #content #column-right .callout-width-25-header h3 {
  color: #464646;
  font-size: 80%;
  line-height: 110%;
  margin: 10px 0;
}

#content-container #content #column-right .callout-width-25-header h3 {
  font-size: 80%;
  font-weight: bold;
}

#content-container #content #column-right .callout-width-25-footer {
  background: transparent url(../images/bg-content-25-footer.png) no-repeat 0 0;
}

/* =Questions
----------------------------------------------- */

.questions {
  margin: 4px auto 15px;
  margin-left: -18px;
  width: 494px;
}

.font-color1 {
  color: #436f47;
}

.questions .question .question-header-on {
  background: #ebebeb url(../images/questions-header-on.gif) no-repeat 0 0;
}

.questions .question .question-footer-on {
  background: #ebebeb url(../images/questions-footer-on.gif) no-repeat 0 0;
  height: 5px;
}

.questions .question p, .questions .question .answers {
  float: left;
}

.questions .question p {
  font-size: 80%;
  padding: 7px 30px 9px 17px;
  width: 352px;
}

.questions .question .question1 p {
  padding-top: 5px;
  padding-bottom: 1px;
}

.questions .question .question2 p {
  padding-top: 11px;
  padding-bottom: 11px;
}

.questions .question .question3 p {
  padding-top: 10px;
  padding-bottom: 0;
}

.questions .question .question4 p {
  padding-top: 8px;
  padding-bottom: 10px;
}

.questions .question .question5 p {
  padding-top: 6px;
  padding-bottom: 7px;
}

.questions .question .answers {
  padding-top: 4px;
  width: 95px;
}

.questions .question .question1 .answers {
  padding-top: 11px;
}

.questions .question .question3 .answers {
  padding-top: 2px;
}

.questions .question .question4 .answers {
  padding-top: 3px;
}

.questions .question .question5 .answers {
  padding-top: 10px;
}

.questions .question span, .questions .question a {
  float: left;
  width: 47px;
}

.questions .question span {
  font-size: 110%;
  padding-bottom: 1px;
  text-align: center;
}

.questions .question a {
  height: 26px;
}

.questions .question .answers .btn1, .questions .question .answers .btn2 {
  text-indent: -9999em;
}

.questions .question .answers .btn1 {
  background: transparent url(../images/btn-anwers-yes-off.png) no-repeat 0 0;
}

.questions .question .answers .btn1:hover, .questions .question .yes .btn1 {
  background: transparent url(../images/btn-anwers-yes-on.png) no-repeat 0 0;
  color: #900;
}

.questions .question .answers .btn2 {
  background: transparent url(../images/btn-anwers-no-off.png) no-repeat 0 0;
}

.questions .question .answers .btn2:hover, .questions .question .no  .btn2{
  background: transparent url(../images/btn-anwers-no-on.png) no-repeat 0 0;
  color: #060;
}


/* =Indication
-----------------------------------*/

.indications {
  margin: 20px 0 30px 10px;
  padding: 0;
}

.indications, .indications h4, .indications p {
  color: #666;
  /* font-size: 95% */
  font-size: 90%;
}

.indications h4 {
  color: #F26522;
  font-size: 1.62em;
  margin: 25px 0 16px;
  text-transform: uppercase;
}

.indications p {
  font-size: 120%;
  line-height: 130%;
  margin-bottom: 15px;
}

.indications ul {
}

.indications li {
  color: #6f6f6f;
  font-size: 120%;
  line-height: 130%;
	margin-bottom:10px;
}


/* =Footer
----------------------------------------------- */

#footer {
  font-size: 70%;
  margin: 15px 0;
}

#footer div {
  overflow: hidden;
  position: absolute;
  width: 250px;
}

#footer div a {
  border-left: 1px solid #999;
  float: left;
  display: block;
  padding: 0 10px;
  width: 82px;
}

#footer ul, #footer p {
  text-align: right;
}

#footer ul {
  margin: 0 5px 7px 0;
}

#footer li {
  display: inline;
}

#footer ul li a, #footer p a {
  color: #666;
}

#footer p {
}


/* =Warning
----------------------------------------------- */

.warning {
  font-size:80%;
  line-height:150%;
}
