/* --------------------------------------------------------------------------------------
   =Popup window (last change: 29/Apr/2009)
   -------------------------------------------------------------------------------------- */
/* Popup */
#mb_overlay {position:absolute;z-index:1;left:0;width:100%;background-color:#000;cursor:pointer}
#mb_center, #mb_bottom {position:absolute;left:50%;overflow:hidden;background-color:#ddd}
#mb_center {z-index:2;background-color:#333}
#mb_contents {overflow:auto;background-color:#000;visibility:hidden;position:relative}
.mb_loading {background:#ddd url('img/loading.gif') no-repeat center center}
#mb_error {font-size:1.2em;color:#cd0000;font-weight:bold;text-align:center;padding:0.5em;font-family:Verdana, Helvetica, sans-serif}
#mb_error em {font-size:0.8em}
#mb_bottom {font-family:Verdana, Helvetica, sans-serif;font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #ddd;border-top-style:none}
#mb_close_link {display:block;float:right;width:66px;height:22px;margin:5px 0}
#mb_caption {margin-right:71px}


/* Template-specific */
/* z-index order: 3: peel, 2: content, 1: sponsor link */
.peel {width:100%;height:100%;position:absolute;top:0;left:0;z-index:3}

.pop-content {width:560px;height:624px;margin:0 auto;position:relative;z-index:2}

.logo-FD {float:left;display:block;height:34px;width:65px;margin:8px 0 8px 33px;background:transparent url('img/popup-sprite.png') no-repeat 0 -135px;text-indent:-9000px}

.pop-content .video-player {width:493px;margin:0 auto}/* Classes used elsewhere need encapsulation with '.pop-content'. */
.pop-content .video-player .wof {background:#000;padding:12px 22px 0}
.pop-content .video-player h4 {color:#c1c1c1;text-transform:none;font-size:1.1em}
.pop-content .video-player p {font-size:.88em;color:#888;font-family:Verdana, Arial, sans-serif;padding-bottom:15px}

.pop-content .thumbs {margin:0 0 18px 5px;width:545px/*=5 x li = 5 x (width + margin) = 5 x (104 + 5)*/}
.pop-content .thumbs li {position:relative;width:104px;height:130px;padding-top:4px;float:left;list-style-type:none;font:normal .85em Verdana, Arial, sans-serif;text-align:center;margin-left:5px;background:transparent url('img/popup-sprite.png') no-repeat 0 0}
.pop-content li p {color:#ccc;margin-top:8px;padding:0 4px;text-align:left}
.pop-content li p strong {font-weight:bold;display:block;margin-bottom:2px}
.pop-content dt {position:absolute;left:-9000px}
.pop-content dd {position:absolute;bottom:9px;left:4px;text-align:left;width:92px;color:#666}
.pop-content dd a {position:absolute;top:0;right:0;font-weight:bold;color:#399!important;padding-right:18px}
/* ----- IE fixes ----- */
* html .pop-content .thumbs {margin-left:0;height:1%;width:100%/*IE6 needs width here*/}
*+ html .pop-content .thumbs {height:auto/*IE7 needs reversal of .cfix IE7 style (height:1%)*/}

/* Pagination */
.cN-pagination {margin:0 0 0 10px;width:540px}
	.cN-pagination a {color:#666}
	.cN-pagination .single a {padding:2px 6px 3px}
	.cN-pagination .single a:hover,.cN-pagination .page a:hover,.cN-pagination .next a:hover,.cN-pagination .prev a:hover {background-color:#666;color:#c1c1c1}
	.cN-pagination .page, .cN-pagination .prev, .cN-pagination .next {border:0}
	.cN-pagination .selected {border:0;background-color:#666;color:#aaa}
	/* ----- IE fixes ----- */
	* html .cN-pagination {display:inline}

/*.pop-content .more {width:auto;height:18px;line-height:18px;padding:0 24px 0 0;background:transparent url('img/popup-sprite.png') no-repeat 100% -175px}
.pop-content .more a {color:#666}
.pop-content .more .second {float:right}*/
/* ----- IE fixes ----- */
/** html .pop-content .more {width:98%}*/

.pop-content #btnClose {position:absolute;top:15px;right:15px;font-size:.85em;color:#999;font-family:Verdana, Arial, sans-serif}
.pop-content #btnClose:visited {color:#999}

/* Background link */
.bgLink {display:block;width:100%;height:100%;position:absolute;z-index:1;text-indent:-9000px}
.bgLink:focus {background-color:transparent!important}

