/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/* foundational CSS */

/* mask */
.yui-skin-sam .yui-dt-mask {
    position:absolute;
    z-index:9500;
}

/* scrollable */
.yui-dt-tmp {
    position:absolute;
    left:-9000px;
}

.yui-dt-scrollable .yui-dt-bd {
    overflow:auto;
}
.yui-dt-scrollable .yui-dt-hd {
    overflow:hidden;
    position:relative; /* for ie overflow bug http://rowanw.com/bugs/overflow_relative.htm */
} 

.yui-dt-scrollable .yui-dt-bd thead tr,
.yui-dt-scrollable .yui-dt-bd thead th {
    position:absolute;
    left:-1500px;
}

.yui-dt-scrollable tbody {
    -moz-outline:none;
}

/* sortable columns */

.yui-skin-sam thead .yui-dt-sortable {
    cursor:pointer;
}

/* draggable columns */
.yui-skin-sam thead .yui-dt-draggable {
    cursor: move;
}
.yui-dt-coltarget {
    position: absolute;
    z-index: 999;
}

/* resizeable columns */
.yui-dt-hd {
    zoom:1; 
}
th.yui-dt-resizeable .yui-dt-resizerliner {
    position:relative;
}
.yui-dt-resizer {
    position:absolute;
    right:0;
    bottom:0;
    height:100%;
    cursor:e-resize;
    cursor:col-resize;
    background-color:#CCC;opacity:0;filter: alpha(opacity=0); /* Bug 1952811: IE transparency z-index */
}
.yui-dt-resizerproxy {
    visibility:hidden;
    position:absolute;
    z-index:9000;
    background-color:#CCC;opacity:0;filter: alpha(opacity=0); /* Bug 1952811: IE transparency z-index */
}

/* hidden columns */
th.yui-dt-hidden .yui-dt-liner, 
td.yui-dt-hidden .yui-dt-liner,
th.yui-dt-hidden .yui-dt-resizer {
    /*TODO: document change from 2.5.2 to 2.6
    margin:0;
    padding:0;
    white-space:nowrap;
    width:1px;
    overflow:hidden;*/
    display:none;
}

/* editing */
.yui-dt-editor {
    position:absolute;z-index:9000;
}

.yui-skin-sam .yui-dt-mask{position:absolute;z-index:9500;}.yui-dt-tmp{position:absolute;left:-9000px;}.yui-dt-scrollable .yui-dt-bd{overflow:auto;}.yui-dt-scrollable .yui-dt-hd{overflow:hidden;position:relative;}.yui-dt-scrollable .yui-dt-bd thead tr,.yui-dt-scrollable .yui-dt-bd thead th{position:absolute;left:-1500px;}.yui-dt-scrollable tbody{-moz-outline:none;}.yui-skin-sam thead .yui-dt-sortable{cursor:pointer;}.yui-skin-sam thead .yui-dt-draggable{cursor:move;}.yui-dt-coltarget{position:absolute;z-index:999;}.yui-dt-hd{zoom:1;}th.yui-dt-resizeable .yui-dt-resizerliner{position:relative;}.yui-dt-resizer{position:absolute;right:0;bottom:0;height:100%;cursor:e-resize;cursor:col-resize;background-color:#CCC;opacity:0;filter:alpha(opacity=0);}.yui-dt-resizerproxy{visibility:hidden;position:absolute;z-index:9000;background-color:#CCC;opacity:0;filter:alpha(opacity=0);}th.yui-dt-hidden .yui-dt-liner,td.yui-dt-hidden .yui-dt-liner,th.yui-dt-hidden .yui-dt-resizer{display:none;}.yui-dt-editor{position:absolute;z-index:9000;}.yui-skin-sam .yui-dt table{margin:0;padding:0;font-family:arial;font-size:inherit;border-collapse:separate;*border-collapse:collapse;border-spacing:0;border:1px solid #7F7F7F;}.yui-skin-sam .yui-dt thead{border-spacing:0;}.yui-skin-sam .yui-dt caption{color:#000;font-size:85%;font-weight:normal;font-style:italic;line-height:1;padding:1em 0;text-align:center;}.yui-skin-sam .yui-dt th{background:#D8D8DA url(sprite.png) repeat-x 0 0;}.yui-skin-sam .yui-dt th,.yui-skin-sam .yui-dt th a{font-weight:normal;text-decoration:none;color:#000;vertical-align:bottom;}.yui-skin-sam .yui-dt th{margin:0;padding:0;border:none;border-right:1px solid #CBCBCB;}.yui-skin-sam .yui-dt tr.yui-dt-first td{border-top:1px solid #7F7F7F;}.yui-skin-sam .yui-dt th .yui-dt-liner{white-space:nowrap;}.yui-skin-sam .yui-dt-liner{margin:0;padding:0;padding:4px 10px 4px 10px;}.yui-skin-sam .yui-dt-coltarget{width:5px;background-color:red;}.yui-skin-sam .yui-dt td{margin:0;padding:0;border:none;border-right:1px solid #CBCBCB;text-align:left;}.yui-skin-sam .yui-dt-list td{border-right:none;}.yui-skin-sam .yui-dt-resizer{width:6px;}.yui-skin-sam .yui-dt-mask{background-color:#000;opacity:.25;filter:alpha(opacity=25);}.yui-skin-sam .yui-dt-message{background-color:#FFF;}.yui-skin-sam .yui-dt-scrollable table{border:none;}.yui-skin-sam .yui-dt-scrollable .yui-dt-hd{border-left:1px solid #7F7F7F;border-top:1px solid #7F7F7F;border-right:1px solid #7F7F7F;}.yui-skin-sam .yui-dt-scrollable .yui-dt-bd{border-left:1px solid #7F7F7F;border-bottom:1px solid #7F7F7F;border-right:1px solid #7F7F7F;background-color:#FFF;}.yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td{border-bottom:1px solid #7F7F7F;}.yui-skin-sam th.yui-dt-asc,.yui-skin-sam th.yui-dt-desc{background:url(sprite.png) repeat-x 0 -100px;}.yui-skin-sam th.yui-dt-sortable .yui-dt-label{margin-right:10px;}.yui-skin-sam th.yui-dt-asc .yui-dt-liner{background:url(dt-arrow-up.png) no-repeat right;}.yui-skin-sam th.yui-dt-desc .yui-dt-liner{background:url(dt-arrow-dn.png) no-repeat right;}tbody .yui-dt-editable{cursor:pointer;}.yui-dt-editor{text-align:left;background-color:#F2F2F2;border:1px solid #808080;padding:6px;}.yui-dt-editor label{padding-left:4px;padding-right:6px;}.yui-dt-editor .yui-dt-button{padding-top:6px;text-align:right;}.yui-dt-editor .yui-dt-button button{background:url(sprite.png) repeat-x 0 0;border:1px solid #999;width:4em;height:1.8em;margin-left:6px;}.yui-dt-editor .yui-dt-button button.yui-dt-default{background:url(sprite.png) repeat-x 0 -1400px;background-color:#5584E0;border:1px solid #304369;color:#FFF;}.yui-dt-editor .yui-dt-button button:hover{background:url(sprite.png) repeat-x 0 -1300px;color:#000;}.yui-dt-editor .yui-dt-button button:active{background:url(sprite.png) repeat-x 0 -1700px;color:#000;}.yui-skin-sam tr.yui-dt-even{background-color:#FFF;}.yui-skin-sam tr.yui-dt-odd{background-color:#EDF5FF;}.yui-skin-sam tr.yui-dt-even td.yui-dt-asc,.yui-skin-sam tr.yui-dt-even td.yui-dt-desc{background-color:#EDF5FF;}.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc{background-color:#DBEAFF;}.yui-skin-sam .yui-dt-list tr.yui-dt-even{background-color:#FFF;}.yui-skin-sam .yui-dt-list tr.yui-dt-odd{background-color:#FFF;}.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc{background-color:#EDF5FF;}.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc{background-color:#EDF5FF;}.yui-skin-sam th.yui-dt-highlighted,.yui-skin-sam th.yui-dt-highlighted a{background-color:#B2D2FF;}.yui-skin-sam tr.yui-dt-highlighted,.yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,.yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,.yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,.yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted{cursor:pointer;background-color:#B2D2FF;}.yui-skin-sam .yui-dt-list th.yui-dt-highlighted,.yui-skin-sam .yui-dt-list th.yui-dt-highlighted a{background-color:#B2D2FF;}.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted{cursor:pointer;background-color:#B2D2FF;}.yui-skin-sam th.yui-dt-selected,.yui-skin-sam th.yui-dt-selected a{background-color:#446CD7;}.yui-skin-sam tr.yui-dt-selected td,.yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,.yui-skin-sam tr.yui-dt-selected td.yui-dt-desc{background-color:#426FD9;color:#FFF;}.yui-skin-sam tr.yui-dt-even td.yui-dt-selected,.yui-skin-sam tr.yui-dt-odd td.yui-dt-selected{background-color:#446CD7;color:#FFF;}.yui-skin-sam .yui-dt-list th.yui-dt-selected,.yui-skin-sam .yui-dt-list th.yui-dt-selected a{background-color:#446CD7;}.yui-skin-sam .yui-dt-list tr.yui-dt-selected td,.yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,.yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc{background-color:#426FD9;color:#FFF;}.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected{background-color:#446CD7;color:#FFF;}.yui-skin-sam .yui-dt-paginator{display:block;margin:6px 0;white-space:nowrap;}.yui-skin-sam .yui-dt-paginator .yui-dt-first,.yui-skin-sam .yui-dt-paginator .yui-dt-last,.yui-skin-sam .yui-dt-paginator .yui-dt-selected{padding:2px 6px;}.yui-skin-sam .yui-dt-paginator a.yui-dt-first,.yui-skin-sam .yui-dt-paginator a.yui-dt-last{text-decoration:none;}.yui-skin-sam .yui-dt-paginator .yui-dt-previous,.yui-skin-sam .yui-dt-paginator .yui-dt-next{display:none;}.yui-skin-sam a.yui-dt-page{border:1px solid #CBCBCB;padding:2px 6px;text-decoration:none;background-color:#fff;}.yui-skin-sam .yui-dt-selected{border:1px solid #fff;background-color:#fff;}

#view{*z-index:3;}#tdi_imageDispDiv{padding:0 17px;z-index:4;top:20px;left:50%;margin-left:-471px;width:906px;background:#fff;visibility:hidden;}#tdi_imageDispDiv.active{visibility:visible;}.view-gallery_videos #tdi_imageDispDiv,.view-gallery #tdi_imageDispDiv{height:431px;}#tdi_imageDispDiv_CaptionOverHolder{display:none;}#tdi_magThumbGroup_thumbDIV .slider{position:absolute;left:0;top:0;width:132px;height:65px;border:2px solid white;}#tdi_imageDispDiv .disclaimer{cursor:pointer;font-size:10px;margin-right:5px;}.genLighBox{position:absolute;float:left;left:0;top:-9999px;text-align:left;width:941px;background:#fff;}.lightBoxBib{display:none;}#tdi_imageDispDiv .titleBar{height:55px;}#tdi_imageDispDiv .titleBarText{float:left;margin-top:7px;}#tdi_imageDispDiv .namePlate{color:#ba5517;font-family:Geo-Regular;font-size:18px;line-height:1.2;}#tdi_imageDispDiv .pageTitle{cursor:pointer;padding:4px 0 0;}#tdi_imageDispDiv .picCounterGroup{float:right;width:133px;margin-top:5px;text-align:center;line-height:50px;}#tdi_imageDispDiv .picCounterGroup a{display:block;width:100%;height:100%;}#tdi_imageDispDiv .picCounterText{display:inline;}#tdi_imageDispDiv .picIncPicArrowDiv{float:right;width:52px;}#tdi_imageDispDiv .picIncPicLeft,#tdi_imageDispDiv .picIncPicRight{width:13px;height:19px;margin:15px 0 0;}#tdi_imageDispDiv .picIncPicLeft{float:left;background:url(/resources/lincoln/global/images/gallery/prev_off.png) no-repeat 0 0;}#tdi_imageDispDiv .picIncPicRight{float:right;background:url(/resources/lincoln/global/images/gallery/next_off.png) no-repeat 0 0;}#tdi_imageDispDiv .picIncPicLeft_mouseout,#tdi_imageDispDiv .picIncPicLeft_mouseover{width:100%;height:100%;cursor:pointer;}#tdi_imageDispDiv .picIncPicLeft_mouseout{background:url(/resources/lincoln/global/images/gallery/prev.png) no-repeat 0 0;}#tdi_imageDispDiv .picIncPicLeft_mouseover{background:url(/resources/lincoln/global/images/gallery/prev_hover.png) no-repeat 0 0;}#tdi_imageDispDiv .picIncPicRight_mouseout,#tdi_imageDispDiv .picIncPicRight_mouseover{width:100%;height:100%;cursor:pointer;}#tdi_imageDispDiv .picIncPicRight_mouseout{background:url(/resources/lincoln/global/images/gallery/next.png);}#tdi_imageDispDiv .picIncPicRight_mouseover{background:url(/resources/lincoln/global/images/gallery/next_hover.png);}#tdi_imageDispDiv #nameplate-quicklinks h2,#tdi_imageDispDiv #nameplate-quicklinks .more-shopping-tools-button{display:none;}#tdi_imageDispDiv_lightBox #nameplate-quicklinks{padding:0;}#tdi_imageDispDiv .buttons{padding:6px;}#tdi_imageDispDiv .close{font-size:11px;background:url(/resources/lincoln/global/images/shared/close.jpg) no-repeat right top;padding:2px 20px 2px 2px;cursor:pointer;color:#686868;_zoom:1;}#tdi_imageDispDiv .close:hover{background-image:url(/resources/lincoln/global/images/shared/close_hover.jpg);}#tdi_imageDispDiv .picArea{float:left;width:590px;}#tdi_imageDispDiv .mainImage{height:332px;position:relative;width:100%;}#tdi_magImageDiv{position:absoulte;left:0;top:0;width:590px;height:332px;overflow:hidden;}#tdi_magThumbGroup{position:absolute;left:445px;top:254px;width:136px;height:69px;overflow:visible;}#tdi_imageDispDiv .sliderGroupDiv{display:none;}#tdi_magGroup{height:28px;padding:16px 0 0;width:100%;}#tdi_imageDispDiv .captionRightDIV{float:left;height:auto;margin:51px 0 0 25px;width:280px;}#tdi_imageDispDiv .nameplate-quicklinks{padding:0;}#tdi_disclaimer_a_copy{display:none;}#tdi_magImageDiv{position:absolute;cursor:default;overflow:hidden;}#tdi_magThumbGroup_thumbDIV_alpha{position:absolute;left:4px;top:4px;width:100%;height:69px;opacity:.25;moz-opacity:.25;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);background-color:#000;}#tdi_magThumbGroup_thumbDIV{position:absolute;left:0;top:0;width:100%;height:69px;border:1px solid #b1acb2;width:100%;height:100%;background-color:#ccc;}#tdi_magThumbGroup_thumbIMG{width:100%;height:69px;}#tdi_sliderHolderGroupDiv{margin-left:60px;}#tdi_imageDispDiv_imageGroupDisplay{float:left;height:15px;}.magGroupLeft{float:left;width:400px;display:none;}.magGroupRight{float:right;width:120px;}#tdi_magGroup .magGroupRight{float:right;width:120px;}#tdi_magGroup .magPlus_mouseout,#tdi_magGroup .magPlus_mouseover{width:18px;height:18px;cursor:pointer;float:right;margin:0 5px;}#tdi_magGroup .magPlus_mouseout{background:url(/resources/lincoln/global/images/gallery/zoomin.jpg) no-repeat 0 0;}#tdi_magGroup .magPlus_mouseover{background:url(/resources/lincoln/global/images/gallery/zoomin_hover.jpg) no-repeat 0 0;}#tdi_magGroup .magMinus_mouseout,#tdi_magGroup .magMinus_mouseover{width:18px;height:18px;cursor:pointer;float:right;margin:0 5px;}#tdi_magGroup .magMinus_mouseout{background:url(/resources/lincoln/global/images/gallery/zoomout.jpg) no-repeat 0 0;}#tdi_magGroup .magMinus_mouseover{background:url(/resources/lincoln/global/images/gallery/zoomout_hover.jpg) no-repeat 0 0;}#tdi_magGroup .magFullScreen_mouseout,#tdi_magGroup .magFullScreen_mouseover{width:19px;height:19px;float:right;cursor:pointer;margin:0 5px;}#tdi_magGroup .magFullScreen_mouseout{background:url(/resources/lincoln/global/images/gallery/fullscreen.jpg) no-repeat 0 center;}#tdi_magGroup .magFullScreen_mouseover{background:url(/resources/lincoln/global/images/gallery/fullscreen_hover.jpg) no-repeat 0 center;}#tdi_imageDispDiv_fullScreen_callOutTip{width:60px;}#tdi_magGroup_minusIcon_callOutTip{width:60px;}#tdi_magGroup_plusIcon_callOutTip{width:50px;}#tdi_imageDispDiv_container{width:264px;border-top:1px solid #e4e4e4;float:left;margin-left:5px;}#tdi_imageDispDiv_CaptionRight_scroller_container{height:180px;width:248px;overflow:hidden;}#tdi_imageDispDiv_CaptionRight_scroller{width:100%;}#tdi_imageDispDiv_CaptionRight{line-height:20px;width:100%;}#tdi_imageDispDiv_disclaimer_b_title{cursor:pointer;text-decoration:underline;margin:10px 0 0 0;}#tdi_imageDispDiv_disclaimer_b_copy{cursor:default;}#tdi_imageDispDiv_CaptionRight_scroller_scrollBarDiv{float:left;width:12px;border:1px solid #a6a6a6;background:#fff;height:189px;}#tdi_window_wallpaper_lightBox{visibility:hidden;}#tdi_window_wallpaper_lightBox .copy{padding-right:10px;}.tdi_basic_header{border-bottom:1px solid gray;margin-bottom:10px;padding-bottom:4px;}#tdi_window_wallpaper{width:546px;height:286px;position:relative;top:-9999px;left:-9999px;}#tdi_window_wallpaper .headerBG{position:absolute;width:561px;height:40px;}#tdi_window_wallpaper .headerCopy{float:left;margin:7px 0 0 5px;font-size:12px;font-weight:bold;color:#111;}#tdi_window_wallpaper .closeBTN_mouseout,#tdi_window_wallpaper .closeBTN_mouseover{float:right;margin:3px 3px 0 0;width:49px;height:15px;cursor:pointer;position:relative;top:-13px;}#tdi_window_wallpaper .closeBTN_mouseout{background-position:-284px 0;}#tdi_window_wallpaper .closeBTN_mouseover{background-position:-284px -18px;}#tdi_window_wallpaper .copyBox{float:left;margin:19px 16px 16px 5px;width:300px;font-size:12px;color:#111;}#tdi_window_wallpaper .copyHeader{font-weight:bold;margin:20px 0 0 0;}#tdi_window_wallpaper .selectHolder{margin:20px 0 0 0;}#tdi_window_wallpaper .copy{font-size:10px;}#tdi_window_wallpaper .imgDisplay{width:240px;padding:15px 0 0 0;}#tdi_window_wallpaper_img{width:223px;border:2px solid #CCD3D9;margin-top:0;}
.window_border_afb2b5{float:left;}.window_border_afb2b5 .m{font-family:arial;font-size:11px;background-color:#fff;color:#525252;}.window_border_afb2b5 .tl{width:35px;height:35px;background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_tl.png");_background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_tl.gif");filter-evt-out:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_tl.png');}.window_border_afb2b5 .tr{width:35px;height:35px;background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_tr.png");_background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_tr.gif");filter-evt-out:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_tr.png');}.window_border_afb2b5 .bl{width:35px;height:35px;background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_bl.png");_background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_bl.gif");filter-evt-out:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_bl.png');}.window_border_afb2b5 .br{width:35px;height:35px;background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_br.png");_background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_br.gif");filter-evt-out:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_br.png');}.window_border_afb2b5 .ml{width:35px;height:4px;background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_l.png");_background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_l.gif");filter-evt-out:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_l.png',sizingMethod="scale");}.window_border_afb2b5 .mr{width:35px;height:4px;background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_r.png");_background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_r.gif");filter-evt-out:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_r.png',sizingMethod="scale");}.window_border_afb2b5 .b{width:4px;height:35px;background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_b.png");_background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_b.gif");filter-evt-out:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_b.png',sizingMethod="scale");}.window_border_afb2b5 .t{width:4px;height:35px;background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_t.png");_background-Image:url("/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_t.gif");filter-evt-out:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ngtemplates/ngassets/lincoln/general/scripts/css/border_afb2b5_t.png',sizingMethod="scale");}
#tdi_window_wallpaper{width:546px;height:286px;position:relative;}#tdi_window_wallpaper .headerBG{position:absolute;width:561px;height:40px;}#tdi_window_wallpaper .headerCopy{float:left;margin:7px 0 0 5px;font-size:12px;font-weight:bold;color:#111;}#tdi_window_wallpaper .closeBTN_mouseout,#tdi_window_wallpaper .closeBTN_mouseover{float:right;margin:3px 3px 0 0;width:49px;height:15px;cursor:pointer;position:relative;top:-13px;}#tdi_window_wallpaper .closeBTN_mouseout{background-position:-284px 0;}#tdi_window_wallpaper .closeBTN_mouseover{background-position:-284px -18px;}#tdi_window_wallpaper .copyBox{float:left;margin:19px 16px 16px 5px;width:300px;font-size:12px;color:#111;}#tdi_window_wallpaper .copyHeader{font-weight:bold;margin:20px 0 0 0;}#tdi_window_wallpaper .selectHolder{margin:20px 0 0 0;}#tdi_window_wallpaper .copy{font-family:verdana;font-size:10px;}#tdi_window_wallpaper .imgDisplay{width:240px;padding:15px 0 0 0;}#tdi_window_wallpaper_img{width:223px;//height:174px;border:2px solid #CCD3D9;margin-top:0;}

