/* 
**
**  DRE3 Popup Stylesheet
**  Verison 4.0
**  Created by M. Biscan
**  Created May/2006
**  www.moverhotline.com
**
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_popup {width: 615px; background-color: #fff; margin: 0 auto;}
#content_popup {width: 515px; margin: 30px 50px;}
#header_popup {text-align: left;}
/* EDIT background */
#footer_popup {width: 595px; margin: 0; padding: 10px; background: url(images/content-bg.png);}  
  div#footer_popup {font-weight: 400; color: #666; text-align: right;}
  
h1 {margin: 2px 0; line-height: 18px;}
h2 {padding: 10px 0 0 10px; background: #fff; border: 0; font-size: 14px; color: #1AC3D3;}
  .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 {}

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

.callout {padding: 20px; background: #DFF; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; color: #013853;}
.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;}

