/*
  CALCULATOR STYLES
*/

#rakebackcalc_results h4 {
  text-align:center;
}
#rakebackcalc_results table {
  margin:0 0 10px 0;
}
#rakebackcalc label {
  float:left;
  width:140px;
  clear:left;
  text-align:right;
  padding:0 4px 0 0;
}
#rakebackcalc #rakebackcalc_results {
  line-height:16px;
}
#rakebackcalc_results #rakebackcalc_result_daily,
#rakebackcalc_results #rakebackcalc_result_weekly,
#rakebackcalc_results #rakebackcalc_result_monthly,
#rakebackcalc_results #rakebackcalc_result_yearly {
  text-align:left;
  padding:0 0 0 5px;
}
#rakebackcalc div {
  line-height:25px;
}
#rakebackcalc_results table td {
  text-align:right;
  font-weight:bold;
  width:128px;
}
#rakebackcalc_links {display:none;}


/*
    BEGIN MODAL STYLES
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/website_images/raketracker/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{padding:1px;}
        #cboxLoadingGraphic{background:url(/website_images/raketracker/colorbox/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext {text-indent:-9999px; width:30px; height:190px; position:absolute; top:30%; background:url(/website_images/raketracker/colorbox/colorbox-controls.png) no-repeat 0 0;}
        #cboxClose{text-indent:-9999px; width:20px; height:15px; position:absolute; top:-20px; background: url(/website_images/raketracker/colorbox/colorbox-controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px -200px; left:-29px;}
        #cboxPrevious.hover{background-position:0px -200px;}
        #cboxNext{background-position:0 0; right:-29px;}
        #cboxNext.hover{background-position:0 0px;}
        #cboxClose{background-position:0 -405px; right:0;}
        #cboxClose.hover{background-position:0 -422px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}




/*
 * BEGIN SLIDER: jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 */

#promotions-slider {
  position:relative;
  width:305px; /* Change this to your images width */
  height:210px; /* Change this to your images height */
  margin:0 0 45px 0;
  background:url(/website_images/raketracker/plugins/loading.gif) no-repeat 50% 50%;
}

#promotions-slider a {
    border:0;
    display:block;
}
#promotions-slider .nivo-controlNav {
    position:absolute;
    bottom:-50px; /* Put the nav below the slider */
    left:0;
    height:50px;
    width:305px;
}

/* Control nav styles (e.g. 1,2,3...) */
#promotions-slider .nivo-controlNav a {
    position:relative;
    z-index:9;
    cursor:pointer;
}
#promotions-slider .nivo-controlNav {
    position:absolute;
    bottom:-55px; /* Put the nav below the slider */
  width:300px;
}
#promotions-slider .nivo-controlNav img {
    display:inline; /* Unhide the thumbnails */
    position:relative;
    margin-right:7px;
  border:1px solid #333;
  opacity:.5;
  float:left;
}
#promotions-slider .nivo-controlNav .active img {
  border:1px solid #1d2f61;
  opacity:1;
}




.homepage-offers-slider {
  float:right;
  width:635px;
  height:265px;
  margin:55px 10px 0 0;
}
#slider {
  background:url(/website_images/raketracker/plugins/loading.gif) no-repeat 50% 50%;
  width:615px;
  height:230px;
}
#slider img {
  display:none;
}
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
  border:1px solid #d31818;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:8;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  background:url(images/plugins/slider-controls.jpg) 0 0;
    position:absolute;
    top:47%;
    z-index:9;
    cursor:pointer;
  height:23px;
  width:20px;
  text-indent:-2000px;
}
.nivo-prevNav {
    left:-24px;
}
.nivo-directionNav .nivo-nextNav {
  background:url(images/plugins/slider-controls.jpg) 20px 0;
    right:-24px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position:relative;
    z-index:9;
    cursor:pointer;
}
.nivo-controlNav {
    position:absolute;
    bottom:-45px; /* Put the nav below the slider */
  width:620px;
}
#slider .nivo-controlNav img {
    display:inline; /* Unhide the thumbnails */
    position:relative;
    margin-right:7px;
  border:1px solid #333;
  opacity:.5;
}
#slider .nivo-controlNav .active img {
  border:1px solid #1d2f61;
  opacity:1;
}


/* 
  BEGIN TOOLTIP: Required Styles
*/
#aToolTip {
  position: absolute;
  display: none;
  z-index: 50000;
}

  #aToolTip .aToolTipContent {
    position:relative;
    margin:0;
    padding:0;
    font-size:12px;
  line-height:14px;
  color:#000;
    width:260px;
  }
/**
  Default Theme
*/
.defaultTheme {
  padding:7px 7px;   
  
  border:7px solid #213258;
  background:#fff;
  color:#000;
  margin:0;

  -moz-border-radius: 12px 12px 12px 0;
  -webkit-border-radius: 12px 12px 12px 0;
  -khtml-border-radius: 12px 12px 12px 0;
  border-radius: 12px 12px 12px 0;
  
  -moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
  -webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
  box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
  }
  .defaultTheme #aToolTipCloseBtn {
    display:block;
    height:18px;
    width:18px;
    background:url(../images/closeBtn.png) no-repeat;
    text-indent:-9999px;
    outline:none;
    position:absolute;
    top:-20px;
    right:-30px;
    margin:2px;
    padding:4px;
  }
