/* 
**
Contents:
---------
1. GLOBAL POPUPS
2. REBUTTAL WINDOWS
3. BUNDLE POPUP WINDOW
**
Order of Declaration Values:
----------------------------
1. CONTAINER MODEL: position > float > display/visibility > top > left > height > width > margin > padding > 
2. CONTAINER VISUAL: background (img > repeat > left/right > top/bottom > color) > border (size > line-type > color) > 
3. FONT & ORIENTATION: font-family > font-size > font-weight > font-style > text-decoration > line-height > color > text-alignment
**
What is EDIT?
-------------
EDIT is used to call out styles that need to change per site schema.
**
*/


/* 1. GLOBAL POPUPS
--------------------------------------------------- */

body {background: #fff; color:#333333;font-family:arial,helvetica,sans-serif;font-size:75%;padding-top:1em;}
#clock {height:82px;margin-left:-50px;margin-top:30px;width:615px; margin-bottom:-23px;}
#container {width: 615px; background-color: #fff; margin: -12px auto;}
#content {background:none;width:515px;margin:30px 0 33px 10px;padding:0 40px 1px;}
#header_popup {text-align: left;}
/* EDIT background */
#pop_footer {display: block; height: 23px; margin: 0; padding:10px 10px 0; border-bottom:1px solid #696fae;}
 div#pop_footer {font-weight: 400; color: #666; text-align: right;}
  
h1 {color:#a02932;font-size:16px;line-height:18px;margin-bottom:0;}
h2 {padding: 10px 0 0 10px; background: #fff; border: 0; font-size: 14px; color: #2e368e;}
  .bundle_subhead {padding: 0;}
  .bundle_detail_price {padding-top: 4px; font-size: 16px; font-weight: 800; color: #000;}
  h2 span {font-weight: 800;}

#clock {height: 82px; margin-top: 20px; background: url(/content/clock.jpg) bottom repeat-x;}

#go_to_top {text-align: right;}

#toc {}

 p.close{text-align:right; padding-right: 20px; }

.callout {padding: 20px; background: #DFF; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; color: #2e368e;}
.lp_popup_subhead {font-size: 14px;}


/* 2. REBUTAL WINDOWS
--------------------------------------------------- */

.pad {padding-bottom: 10px; border-bottom: 1px dashed #999; color: #666;}
  .pad a, .pad a:hover {color: #666;}
.notimenow {margin: 2px 0 -10px 0; font-size: 26px; font-weight: bold; font-style: italic;}


/* 3. BUNDLE POPUP WINDOW
--------------------------------------------------- */

td.bundle_left_full_view {margin-top: 10px;}
.full_view_box {width: 100%; margin: 10px 0; padding: 5px 0; border-top: 1px dashed #cbcbcb;}
.bundle_subhead {font-size: 12px; font-weight: 800;}
.disclaimer_full_view {font-size: 12px; font-weight: 800;}
 a, a:hover { text-decoration: underline; color: #46abb9; font-weight: normal; }
 td {font-size:11px;}

#header {border: none;}



