.wf-clear{clear: both; height: 0; margin-top: -13px;}
span.wf-old-price{text-decoration: line-through;}

#wf-lightbox{display: block; margin: 0 0 10px;}
#wf-main{position: relative; height: 300px; background: url(../images/varD/35413_main-bg_v2.jpg) no-repeat 0 0;}
#wf-main .wf-cta{position: absolute; top: 230px; left: 15px; display: block; width: 422px; height: 39px; text-indent: -9999px; color: transparent; font-size: 1px; background: url(../images/varD/btn-lightbox.png) no-repeat 0 0;}
#wf-main .wf-cta:hover{background-position: 0 -39px;}

#wf-sub{margin: 0 0 20px;}
#wf-sub .wf-lt{float: left; width: 545px; margin: 0 10px 0 0;}
#wf-sub .wf-lt h2{height: 13px; font-size: 1px; color: transparent; text-indent: -9999px; background: url(../images/varD/title-feature.jpg) no-repeat 0 0; margin: 3px 0 10px; padding: 0;}
#wf-sub .wf-lt ul{list-style-type: none; margin: 0; padding: 0;}
#wf-sub .wf-lt ul li{font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #333; padding: 0 0 0 15px; margin: 0 0 10px; line-height: 130%; background: url(../images/varD/list.jpg) no-repeat 0 4px;}
#wf-sub .wf-lt ul li .wf-title{font-weight: bold;}

#wf-sub .wf-rt{float: left; width: 425px;}
#wf-sub .wf-rt .promo1{float: left; width: 206px; margin: 0 10px 0 0;}
#wf-sub .wf-rt .promo2{float: left; width: 206px; *margin: 0 -5px -5px -5px;}

.marquee{position: relative; background: url(../images/varD/35413_main-bg_v2.jpg) no-repeat 0 0;}

#wf-bottom-div{border: solid 1px #ccccae; padding: 20px 100px 20px 20px;}
#wf-bottom-div .wf-bottom-content{background: url(../images/varD/title-bottom.jpg) no-repeat 0 10px;}
#wf-bottom-div .wf-div1{float: right; margin: 0 0 0 15px;}
#wf-bottom-div .wf-div2{position: relative; float: right; margin: 7px 0 0;}
#wf-bottom-div .wf-lnk-dropdown{width: 210px; height: 28px; background: url(../images/varD/dropdown.jpg) no-repeat 0 0; cursor: pointer;}
#wf-bottom-div .wf-choice-book{position: absolute; top: -255px; left: 0; display: none; width: 300px; list-style-type: none; padding: 0 0 5px; border: solid 1px #999; border-top-right-radius: 5px; border-top-left-radius: 5px; background: #fff; -moz-box-shadow: 0 5px 15px 0 #ddd; -webkit-box-shadow: 0 5px 15px 0 #ddd; box-shadow: 0 5px 15px 0 #ddd; zoom: 1; z-index: 99;}
#wf-bottom-div .wf-choice-book ul{margin: 0; padding: 0; list-style-type: none;}
#wf-bottom-div .wf-choice-book ul li{height: 51px;}
#wf-bottom-div .wf-choice-book ul li a{display: block; font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #333; line-height: 120%; padding: 10px;}
#wf-bottom-div .wf-choice-book ul li a:hover{text-decoration: none !important; background: url(../images/varD/dropdown-bg.jpg) repeat-x 0 100%;}
#wf-bottom-div .wf-choice-book ul li a span.wf-title{font-weight: bold; color: #6565CB;}
#wf-bottom-div .wf-lnk-cta{display: block; width: 157px; height: 44px; text-indent: -9999px; font-size: 1px; color: transparent; background: url(../images/varD/btn-next.png) no-repeat 0 0;}
#wf-bottom-div .wf-lnk-cta:hover{background-position: 0 -44px;}

.wf-choice-book ul li a.hover span.wf-title{text-decoration: underline;}

#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	background-color:transparent !important;
	background-color: #FFF;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url('../images/wf_overlay.png') !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	zoom: 1;
	width: 840px !important;
	height: 380px !important;
	overflow: hidden;
	background: transparent;
	border: solid 1px #fff;
        border-radius: 5px
}
#popupInner {
	background: #fff;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	position: relative;
	z-index: 203;
         /** Close tag is not needed for this lightbox **/
}
#popupTitle {
	float:left;
	font-size: 1.1em;
	height: 20px;
}
#popupControls {
	float: right;
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
	height: 20px;
        display: block;
}
#popCloseBox {
	width: 15px; height: 15px;
}