html, body { height: 100%; }
div#fancy_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; display: none; z-index: 30; }
	* html div#fancy_overlay { position: absolute;  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 20 : document.body.offsetHeight + 20 + 'px'); }
div#fancy_wrap { text-align: left; }
div#fancy_loading { position: absolute; height: 40px; width: 40px; cursor: pointer; display: none; overflow: hidden; background: transparent; z-index: 100; }
	div#fancy_loading div { position: absolute; top: 0; left: 0; width: 40px; height: 120px; background: transparent url('fancy_progress.png') no-repeat; }
	div#fancy_loading_overlay { position: absolute; background-color: #FFF; z-index: 30; }
	div#fancy_loading_icon { position: absolute; background: url('fancy_loading.gif') no-repeat; z-index: 35; width: 16px; height: 16px; }

div#fancy_outer { position: absolute; top: 0; left: 0; z-index: 90; padding: 50px 50px 50px 50px; margin: 0; overflow: hidden; background: transparent; display: none; }
div#fancy_inner { position: relative; width:100%; height:100%; background: #FFF; }
div#fancy_content { margin: 0; padding: 48px 0; z-index: 100; position: absolute; }
	.faq div#fancy_content { padding: 25px 0; }
	.carfax div#fancy_content { padding: 25px 0; }
div#fancy_div { background: #000; color: #FFF; height: 100%; width: 100%; z-index: 100; }
img#fancy_img { position: absolute; top: 0; left: 0; border:0; padding: 0; margin: 0; z-index: 100; width: 100%; height: 100%; }
div#fancy_close { position: absolute; top: 0; right: 0; height: 18px; width: 55px; background: url('fancy_closebox.png') top left no-repeat; cursor: pointer; z-index: 181; display: none; }

div#fancy_footer { background: url('fancy_footer_right.gif') right bottom no-repeat; line-height: 52px; position: absolute; bottom: -16px; left: -15px; padding: 0 15px; margin-left: 5px; width: 795px; z-index: 200; }
div#fancy_footer p { background: url('fancy_footer_left.gif') left bottom no-repeat; color: #fff; line-height: 52px; margin: 0 0 0 -20px; padding: 0 0 0 15px; }
		* html div#fancy_footer p { position: relative; left: -5px; margin-left: -15px; height: 52px; }
div#fancy_close_footer { background: url('fancy_cancel.png') no-repeat 50% 0; cursor: pointer; width: 102px; height: 52px; line-height: 52px; position: absolute; top: 12px; right: 12px; z-index: 300; }
		* html div#fancy_close_footer { background: url('fancy_cancel.gif') no-repeat 50% 0; }

div#fancy_footer_nodisclaimer { background: url('fancy_footer_right.gif') right bottom no-repeat; line-height: 52px; position: absolute; bottom: -16px; left: -15px; padding: 0 15px; margin-left: 5px; width: 640px; z-index: 200; }
div#fancy_footer_nodisclaimer p { background: url('fancy_footer_left.gif') left bottom no-repeat; color: #fff; line-height: 52px; margin: 0 0 0 -20px; padding: 0 0 0 15px; }
		* html div#fancy_footer_nodisclaimer p { position: relative; left: -5px; margin-left: -15px; height: 52px; }

#fancy_frame { position: relative; width: 100%; height: 100%; display: none; overflow-x: hidden; overflow-y: auto; }
#fancy_ajax { width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; }

a#fancy_left,
a#fancy_right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; z-index: 111; display: none; background-image: url(data:image/gif;base64,AAAA); outline: none; }
a#fancy_left { left: 0px; }
a#fancy_right { right: 0px; }

span.fancy_ico { position: absolute; top: 50%; margin-top: -15px; width: 30px; height: 30px; z-index: 112; cursor: pointer; display: block; }
span#fancy_left_ico { left: -9999px; background: transparent url('fancy_left.png') no-repeat; }
span#fancy_right_ico { right: -9999px; background: transparent url('fancy_right.png') no-repeat; }

a#fancy_left:hover { visibility: visible; }
a#fancy_right:hover { visibility: visible; }
	a#fancy_left:hover span { left: 20px; }
	a#fancy_right:hover span { right: 20px; }

.fancy_bigIframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; }

div#fancy_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 70; border: 0; padding: 0; margin: 0; }
div.fancy_bg { position: absolute; display: block; z-index: 70; border: 0; padding: 0; margin: 0; }
div.fancy_bg_n { top: -35px; width: 100%; height: 35px; background: transparent url('fancy_shadow_n.png') repeat-x; }
div.fancy_bg_ne { top: -35px; right: -35px; width: 35px; height: 35px; background: transparent url('fancy_shadow_ne.png') no-repeat; }
div.fancy_bg_e { right: -35px; height: 100%; width: 35px; background: transparent url('fancy_shadow_e.png') repeat-y; }
div.fancy_bg_se { bottom: -35px; right: -35px; width: 35px; height: 35px; background: transparent url('fancy_shadow_se.png') no-repeat; }
div.fancy_bg_s { bottom: -35px; width: 100%; height: 35px; background: transparent url('fancy_shadow_s.png') repeat-x; }
div.fancy_bg_sw { bottom: -35px; left: -35px; width: 35px; height: 35px; background: transparent url('fancy_shadow_sw.png') no-repeat; }
div.fancy_bg_w { left: -35px; height: 100%; width: 35px; background: transparent url('fancy_shadow_w.png') repeat-y; }
div.fancy_bg_nw { top: -35px; left: -35px; width: 35px; height: 35px; background: transparent url('fancy_shadow_nw.png') no-repeat; }

* html div.fancy_bg_n { background: transparent url('fancy_shadow_n.gif') repeat-x; }
* html div.fancy_bg_ne { background: transparent url('fancy_shadow_ne.gif') no-repeat; }
* html div.fancy_bg_e { background: transparent url('fancy_shadow_e.gif') repeat-y; }
* html div.fancy_bg_se { background: transparent url('fancy_shadow_se.gif') no-repeat; }
* html div.fancy_bg_s { background: transparent url('fancy_shadow_s.gif') repeat-x; }
* html div.fancy_bg_sw { background: transparent url('fancy_shadow_sw.gif') no-repeat; }
* html div.fancy_bg_w { background: transparent url('fancy_shadow_w.gif') repeat-y; }
* html div.fancy_bg_nw { background: transparent url('fancy_shadow_nw.gif') no-repeat; }

div#fancy_title { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; display: none; border-bottom: 1px solid #adadad; }
	div#fancy_title div { color: #1666af; font: bold 20px/20px Arial; padding-bottom: 3px; }
	div#fancy_title table { }
	div#fancy_title table td { padding: 0; }
td#fancy_title_left { }
td#fancy_title_main { }
td#fancy_title_right { }
