/* 
**
**
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;}

#container {width: 615px; background-color: #fff; margin: 0 auto;}
#content {width: 480px; margin: 15px 50px 30px 20px;}
#header {text-align: left;}
/* EDIT background */
#footer {height: 23px; width: 777px; padding: 10px; border-top: 1px solid #999;}
    #footer a {margin-right: 9px; padding-left: 12px; text-decoration: none; color: #666;}
      #footer a:hover {text-decoration: underline;}
    .copyright {float: right; color: #666;}
  div#footer {font-weight: 400; color: #666; text-align: right;}
  
h1 {margin: 2px 0; line-height: 18px;}
.service {color: #EE1A22;}

h2 {padding: 10px 0 0 10px; background: #fff; border: 0; font-size: 14px; color: #f60;}
  .bundle_subhead {padding: 0;}
  .bundle_detail_price {padding-top: 4px; font-size: 16px; font-weight: 800; color: #000;}
  .bundle_detail_price sup {font-size: 16px; vertical-align: baseline;}

#clock {height: 82px; margin-top: 20px; background: bottom repeat-x;}

.go_to_top {text-align: right;}

#toc {}

.close {text-align: right; padding-right: 20px;}


/* 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;}

