/* for IE only CSS code look at /includes/ie_css.txt */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #bce3f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin-top: 0;
}
img {
	border: 0;
}
a {
	color: #0397d6;
}
sup {
	vertical-align: 25%;
}
.divider {
	background-color: #bce3f0;
	height: 4px;
}
.greyDropShadow {
    box-shadow: 0 0 8px #aaa;
    -webkit-box-shadow: 0 0 8px #aaa;
    -moz-box-shadow: 0 0 8px #aaa;
}
.radius {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#container .content .heading {
    background-color:#e1f0f8;
    height:30px;
    width:822px;
    margin:0 0 1px 8px;
    padding:4px;
    color:#28487c;
    cursor:pointer;
}
#container .content .heading h2 {
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:24px;
    font-weight:normal;
    margin:1px 0 0;
    padding-left:20px;
}
#container .content .headingContent {
    padding:15px 50px;
}
#container .content .subHeading h3 {
    font-size: 20px;
    line-height:1em;
    padding-left:20px;
    font-weight:normal;
    margin:3px 0 0;
}
#container .content .subHeading {
    background-color:#e1f0f8;
    font-family:Arial,Verdana,Helvetica,sans-serif;
    margin:1px 0px;
    height:30px;
    padding:4px;
    width:763px;
    cursor:pointer;
    color:#28487c;
}
.expand {
    float:left;
    padding-left:5px;
    padding-top:10px;
}
#container {
	background-color: #FFF;
	position: relative;
	margin: 0 auto 0 auto;
	color: #000;
	width: 850px;
}
#container p {
	font-size: 14px;
	padding: 0 10px 0 10px;
}
#container div {
	font-size: 14px;
}
#container table {
	font-size: 14px;
}
#container ul {
	font-size: 14px;
	padding-right: 12px;
	list-style-image: url(../images/style/list-mark-2.png);
}
#container ol {
	font-size: 14px;
	margin-right: 10px;
}
#container ol li {
	padding-bottom: 5px;
}
#container a:hover {
	text-decoration: none;
}
#homeContent {
    background-color:#bce3f0;
    overflow: hidden;
}
#homeContent .featureBox {
    border:2px solid #A2D2E3;
    display:block;
    float:left;
    height:185px;
    margin: 3px 0;
}
#homeContent #descriptionContainer {
	background:url("../images/style/front-text-bg.png") repeat-x scroll 0 0 transparent;
	border:2px solid #A2D2E3;
	height:106px;
	width:816px;
	padding:15px;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	margin-top:5px;
}
#descriptionContainer .summaryText {
    float:left;
	font-size:12px;
	line-height:1.7em;
	width:540px;
	margin-bottom:0;
}
#descriptionContainer .summaryTextTwo {
    list-style-image: none;
    list-style-type: none;
    margin-left: 20px;
    margin-top: 0;
    width:180px;
}
#descriptionContainer .summaryTextTwo li {
    margin-bottom: 3px;
}
#descriptionContainer .summaryText a {
    border:medium none;
    display:inline;
    float:none;
    color:inherit;
    text-decoration:none;
}
#descriptionContainer .summaryText a:hover {
    text-decoration:underline;
}
#descriptionContainer #powerfulFunEasy {
    color:#37730D;
	float:left;
	font-size:24px;
	margin-top:-32px;
}
/*display section*/
#display {
    color: #fff;
    font-size: .8em;
    background-color: #3d3833;
    height: 344px;
    position: relative;
    clear:both;
    border: 2px solid #a2d2e3;
}
#container #display h1 {
    background-color:transparent;
	float:left;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:4px 0 0 20px;
}
#display .displayLink {
    float:right;
    padding: 6px 1em 0 0;
    color: #fff;
    text-decoration: none;
}
#display .displayLink:hover {
    text-decoration: underline;
}
#gallery,
#gallery a,
#gallery img {
    width: 846px;
    height: 320px;
}
#gallery a.normalCursor {
    cursor: default;
}
#slide_navigation {
    position: absolute;
    z-index: 50;
    bottom: 39px;
    right: 20px;
    width: 81px;
    height: 20px;
}
#slide_next,
#slide_prev {
    width: 27px;
    height: 20px;
    float: left;
    cursor: pointer;
}
#slide_paus {
    width: 16px;
    height: 20px;
    float: left;
    cursor: pointer;
}
#slide_prev {
    background-image: url("../images/style/main-sprite.png");
    background-position: -10px -74px;
}
#slide_next {
    background-image: url("../images/style/main-sprite.png");
    background-position: -10px -114px;
}
#slide_prev:hover {
    background-image: url("../images/style/main-sprite.png");
    background-position: -10px -11px;
}
#slide_next:hover {
    background-image: url("../images/style/main-sprite.png");
    background-position: -10px -44px;
}
#slide_navigation a {
    display: none;
}
.playButton {
    background-image: url("../images/style/main-sprite.png");
    background-position: -54px -74px;
}
.pauseButton {
    background-image: url("../images/style/main-sprite.png");
    background-position: -54px -114px;
}
.pauseButton:hover {
    background-image: url("../images/style/main-sprite.png");
    background-position: -54px -44px;
}
.playButton:hover {
    background-image: url("../images/style/main-sprite.png");
    background-position: -54px -11px;
}
/* End gallery display */
#whyChiefPopup {
    background-color:#EEFBFF;
    border:2px solid #A2D2E3;
    bottom:252px;
    display:none;
    height:586px;
    left:5px;
    bottom:0;
    position:absolute;
    width:500px;
    z-index:500;
}
#whyChiefPopup h2 {
    color:#FFFFFF;
    float:left;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:21px;
    font-weight:normal;
    margin:5px 10px;
}
#whyChiefPopup p {
    clear:both;
    font-size:12.8px;
    line-height:1.5em;
    margin:10px 0 0;
}
#whyChiefPopup #whyChiefClose {
    border:medium none;
    color:#FFF;
    float:right;
    font-family:Tahoma,Arial black,sans-serif;
    font-size:20px;
    height:20px;
    margin:1px 10px 0 0;
    text-decoration:none;
}
#whyChiefPopup #whyChiefHeader {
    background-color:#55C5E9;
    height:35px;
    width:100%;
}
#onfront_01 {
	border: 2px solid #a2d2e3;
	clear: both;
	padding: 20px 10px 20px 20px;
	background-color:#FFF;
}
#first_block {
	float: right;
}
#container #first_block h1 {
	text-indent: 0px;
	margin-left: 0px;
	font-size: 24px;
	padding: 0;
	font-weight: normal;
	color: #0397d6;
	background-color: transparent;
	margin-top: 0;
}
.front_spec_h1 {
	margin: 0;
	position: relative;
	left: -25px;
}
#container #onfront_01 #first_block ul,
#container #onfront_01 #first_block a {
	color: #93caf0;
	list-style-image: url(../images/style/transparent.gif);
	margin: 1em 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#container #onfront_01 #first_block ul li {
	padding-bottom: 1em;
}
#flashcontent {
	margin: 0;
	padding: 0;
}
.display_case {
	text-align: center;
	padding-bottom: .5em;
}
#onfront_02 {
	border: 2px solid #a2d2e3;
	background: url(../images/style/frontpage-back.gif) top left repeat-y;
}
#onfront_02 h2 {
	font-size: 14px;
	margin: 0;
	padding: 6px 0 0 8px;
	color: #00477f;
	text-align: center;
}
#container #onfront_02 ul {
	color: #00477f;
	list-style-image: url(../images/style/hd-bullet-blue-bg.gif);
	margin: 0;
	padding: 1em 0 1.5em 20px;
}
#onfront_02 ul li {
	padding-bottom: 1em;
	font-size: 14px;
}
#onfront_02 #second_block {
	float: right;
	width: 548px;
}
#onfront_02 #second_block p {
	padding: 0 0 0 12px;
	margin-bottom: 0;
	line-height: 18px;
}
#container #onfront_02 h1 {
	font-size: 24px;
	padding: 0 0 0 6px;
	font-weight: normal;
	color: #0397d6;
	background-color: transparent;
	margin: 12px 0 1em 0;
}
#onfront_02 img {
	float: right;
	padding: 12px 8px;
}
#container #pro9 {
	position: absolute;
	left: 730px;
	top: 350px;
	text-align: right;
	font-size: 11px;
}
#container #pro9 #trialBut {
	padding-top: 5px;
}
#container #trainDiv {
	position: absolute;
	right: 2px;
	padding: 8px;
	font-size: 12px;
	background-color: #dcf1f9;
	width: 245px;
}
#container #trainDiv #trainImg {
	margin: 0;
	padding: 0 0 0 12px;
	float: right;
}
#container #onfront_02 #second_block #shopBut {
	position: absolute;
	width: 245px;
	bottom: 4.4em;
	right: 2px;
	background-color: #dcf1f9;
	margin-top: -2em;
	padding: 8px 0 0 14px;
	color: #00477f;
}
#container #onfront_02 #second_block #shopBut img {
	position: relative;
	top: -4px;
	left: -1em;
}
#container .content {
	border-left: 2px solid #a2d2e3;
	border-right: 2px solid #a2d2e3;
	border-bottom: 2px solid #a2d2e3;
	padding-top: 1em;
	padding-bottom: .5em;
}
#container .content2 {
	border: 2px solid #a2d2e3;
	padding-top: 1em;
	padding-bottom: .5em;
}
#container .content_top {
	border: 2px solid #a2d2e3;
	background-color: #dcf1f9;
	padding-top: 1em;
}
#container .content h2,
#container .content2 h2 {
	padding-left: 10px;
	font-size: 20px;
}
#container .content h2.topper {
	text-align: center;
	margin-top: 0;
}
#container .content h1,
#container h1 {
	background-color: #0397d6;
	color: #fff;
	font-size: 24px;
	padding: 6px 4px;
	text-align: center;
	margin-bottom: 0;
	margin-top:0;
	clear:both;
}
#container .content h1 span,
#container h1 span {
	font-size: 14px;
	display: block;
}
#container .productH1 {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-size:40px;
}
#container .productH1 span {
    display:inline;
}
#container .productH1 .regSpan {
    font-size:10px;
}
#container .reg {
    font-size:55%;
    padding-left:0;
    text-decoration:none;
    vertical-align:super;
    display:inline;
    line-height:1em;
}
#container .productH1 .headerProductName {
    font-size:20px;
}
#banner {
	width: 850px;
	height: 75px;
	background-color:#55c5e9;
}
#banner a {
	background-color:#FFFFFF;
	display:block;
	height:75px;
	width:152px;
	float:left;
}
#banner p {
	color:#FFFFFF;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:3em;
	padding:10px;
}
#banner p span {
	color:#004682;
    font-size:0.5em;
}
#fscroller {
	position:absolute;
	top:2px;
	left:490px;
	overflow:hidden;
	text-align:left;
}
#header {
	height:45px;
	width:100%;
	background-color:#dcf1f9;
	position:absolute;
	top:75px;
	left:0px;
}
#header a,
.headerASeparator {
	color:#00467F;
	display:block;
	float:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding:16px 0;
	position:relative;
	text-align:center;
	text-decoration:none;
}
#header a:hover {
    color: #55C5E9;
}
#header #link_a {
	width: 128px;
}
#link_b {
	width: 134px;
}
#link_c {
	width: 111px;
}
#link_d {
	width: 162px;
}
#link_e {
	width: 150px;
}
#link_f {
	width: 123px;
}
body.pghomd a#link_a {
	background: transparent;
}
body.pgintr a#link_b {
	background: transparent;
}
body.pgremo a#link_c {
	background: transparent;
}
body.pgdeck a#link_d {
	background: transparent;
}
body.pgkitch a#link_e {
	background: transparent;
}
.clear_it {
	clear: both;
}
.clear_it2 {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 0;
}
#footer {
	width:100%;
	color:#003B69;
	background-color:#A2D2E3;
	padding:10px 0;
	border-top:4px solid #bce3f0;
	height:100px;
    margin-bottom:20px;
    clear:both;
}
#footer p {
	font-size:10px;
	margin-bottom:10px;
}
#footer a {
	color:#00477f;
}
#footer a:hover {
	color:#FFF;
}
#footer .foot_bottom {
	margin-bottom: 0;
}
#footer .linkSection {
    float:left;
    margin-left:16px;
}
#footer .linkSection ul {
    padding-left:0;
    margin:0;
	list-style-image:none;
	list-style-type:none;
	padding-right: 8px;
}
#footer .linkSection ul li {
    padding-left: 15px;
    background: url(../images/style/small-li-arrow.png) no-repeat 3px 7px;
}
#footer .linkSection ul li a {
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    text-decoration:none;
}
#footer .linkSection h3,
#footer .linkSection .linksheader
{
    margin: 0;
    font-family:Verdana,Arial,Helvetica;
    font-size:11px;
    font-weight: bold;
}
#footer .social-button {
    margin-right:5px;
}
#footer .social-buttons {
    margin-top:5px;
}
#footer .linkSection .noDeco {
    background:none;
}
#footer2 {
    margin: auto;
    text-align: center;
    margin-top: -15px;
}
#footer2 ul li{
    display: inline;
    margin-right: 15px;
    font-size: .8em;
    color:#00477f;
}
#footer2 a {
    color:#00477f;
    text-decoration: none;
}
#footer2 a:hover {
    color: #FFFFFF;
}
.required {
	color: #000;
	background-color: #ff0;
	border: 1px;
}
.purp {
	color: #000;
	background-color: #a1bad6;
	border: 1px;
}
.cntr {
	margin: 0 auto;
	text-align: center;
}
.cntrtext {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alert {
	font-weight: bold;
	color: #f90;
}
.capshun {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
#container ul.needit {
list-style-image: url(../images/point3short.gif);
list-style-type: none;
padding: 0;
margin: 0 0 0 40px;
}
#container ul.needit li {
padding-bottom: 10px;
}
.link {
font-weight: bold; font-size: 18px;
}
.dl_button {
	padding-left: 22px;
}
div.ritside {
	float: right;
	width: 300px;
	padding: 0 5px 0 10px;
}
div.ritside p {
	padding: 0;
}
#the_login, #cart_links {
	position: absolute;
	background: none;
	right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cart_links {
    top: 55px;
    width: 146px;
}
#the_login a, #cart_links a {
	background:none repeat scroll 0 0 transparent;
	color:#002D4F;
	font-size:11px;
	height:13px;
	padding-bottom:1px;
	text-decoration:none;
	width:70px;
}
#cart_links a {
    width: 73px;
}
#cart_links .cart-icon {
	float:right;
	margin:-3px 4px 0 0;
}
#the_login a:hover {
	color:#FFF;
}
/* end BHG design articles */
#menu {
	width:850px;
	background-color:#bce3f0;
	margin-top:7px;
	float:left;
	clear:both;
}
#menu ul {
margin: 0;
padding: 0;
float:right;
}
#menu ul li {
float:left;
list-style:none outside none;
margin:0;
padding:2px 25px 2px 0;
}
#menu ul li.special_li {
	width: 108px;
}
#menu ul li a {
background:url("../images/style/menu-arrow.png") no-repeat scroll right center transparent;
color:#00467F;
display:block;
font-size:12px;
font-weight:bold;
height:100%;
padding:12px 9px 11px 7px;
text-align:center;
text-decoration:none;
width:100%;
}
#menu ul li a:hover {
background-color:#55C5E9;
}
#menu ul ul li a {
font-size: 14px;
background:#EEFBFF;
}
#nav {/* top level ul */
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#nav div {
	position: absolute;
	top: 131px;
	color: #fff;
}
#nav #prod-mk {
	left: 10px;
}
#nav #user-mk {
	left: 215px;
}
#nav #shop-mk {
	left: 134px;
}
#nav #supp-mk {
	left: 440px;
}
#nav #comp-mk {
	left: 636px;
}
#nav li {/* top level list items */
    font-weight: bold;
    padding: 0;
    margin: 0;
}
#nav ul {/* second level ul */
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
	 z-index: 2;
    left: -999em;
    height: auto;
}
#nav ul li {/* second level list items */
	font-weight: normal;
	background:#EEFBFF;
	font-size: 1em;
	margin-top: -1px;
	padding: 0;
}
#nav ul li a {
	 padding: 4px 3px;
	 color:#00467F;
}
#nav ul.ddFive, #nav ul li.ddFive {
    width:150px;
}
#nav ul li.ddFive a {   
    width:144px;
	font-size:12px;
	text-align:left;
}
#nav li:hover {
    background-color: #55C5E9;
}
#nav ul li:hover,
#nav ul li a:hover {
	background:#CBE9F3;
}
#nav li:hover ul ul, #nav li:hover ul ul ul {
    left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
    left: auto;
	 margin-top: 3px;
	z-index: 1000;
}
.subnav_separator {
	border-top:1px solid #00467F;
}
/* Products page */
#pgprod #container .content2 {
	padding-top: 0;
}
#products {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
#products td {
	vertical-align: top;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 4px;
	border-bottom: 1px dashed #828282;
	}
#products td p,
#products td span {
	font-size: 10pt;
	}
#products td p {
	padding-top: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
#products td.prod_title {
	background-color: #dcf1f9;
}
ul.feat {
	text-align: left;
	margin-left: 20px;
	padding-left: 0px;
	}
/*end Products page*/
/*individual product pages*/
#prod_pages #flashcontent {
	margin-left: 1em;
}
#prod_pages #container .content_top .flash_explan {
	font-size: 12px;
	margin-top: .5em;
	margin-bottom: 0;
	font-style: italic;
}
#prod_pages #container h1 img {
	padding-top: 6px;
}
#prod_pages #container .content2 {
	background: url(../stylesheets/images/bluebak01.gif) 0px 2px repeat-y;
}
#prod_pages #wotsnew {
	background-color:#eaf6fb;
	text-align:center;
	color:#0397d6;
	margin:0 15px 15px 25px;
	width:220px;
	float:right;
	padding:8px 0 0 0;
}
#prod_pages #wotsnew span {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
#prod_pages .content_top #wotsnew p {
	background-color: #0397d6;
	color: #fff;
	margin: 0;
	padding: 0 0 6px 0;
	width: 220px;
	line-height: 1.5em;
}
#prod_pages .content_top #wotsnew a {
	color: #fff;
}
#prod_pages .content_top #wotsnew img {
	padding-bottom: 4px;
}
#prod_pages .content_top h2 {
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 0 10px;
	margin: 0;
}
#prod_pages #container .content2 p.img-disp {
	text-align: center;
	margin: 0 0 3em 0;
	padding: 0;
	width: 250px;
	float: left;
	clear: left;
}
#prod_pages #container .content2 .text-disp {
	width: 580px;
	margin-bottom: 2em;
	margin-left: auto;
}
#prod_pages #container .content2 .text-disp h3 {
	font-size: 22px;
	font-weight: normal;
	color: #0397d6;
	margin-bottom: .5em;
	margin-top: 0;
}
#prod_pages #container .content2 .text-disp p {
	padding: 0 2em 0 0;
}
#prod_pages #container .content2 .text-disp ul {
	margin: 0 10px 1em 15px;
	padding: 0;
}
#prod_pages #sideshowVideoText {
    padding:0 5px;
}
#prod_pages #sideshow p {
	padding:0;
}
#prod_pages .content2 #sideshow {
	font-size:12px;
	margin-left:10px;
	width:215px;
}
#prod_pages .content2 #sideshow ul {
    margin-top:0;
    padding-left: 25px;
}
#prod_pages .content2 #sideshow ul li {
    margin-bottom:3px;
}
.gallery {
    width:575px;
    float:right;
    padding-left:20px;
}
.galleryImage {
    float:left;
    padding:5px;
    min-height:85px;
}
/*end individual product pages*/
/* BEGIN product update pages */
.content.update-page {
    overflow:hidden;
}
.update-page #update-text {
    float:left;
    overflow:hidden;
    width:600px;
    margin-right:20px;
}
.update-page #update-product {
    float:left;
    overflow:hidden;
    width:200px;
    padding:0 10px;
}
.update-page #product-container {
    width:200px;
}
.update-page #product-header {
    background-color:#0397d6;
    color:#FFF;
}
.update-page #product-header h3 {
    padding:5px 0;
    margin:0;
}
.update-page #product-body {
    background-color:#eaf6fb;
    text-align:center;
    padding:30px 0 15px 0;
    border-bottom:1px solid #b6b6b6;
    border-left:1px solid #b6b6b6;
    border-right:1px solid #b6b6b6;
}
/* END product update pages */
/* BEGIN Google Custom Searchbox */
.searchInput {
    height:15px;
    width:300px;
    border:1px solid #96aab3;
    color: #808080;
    /*text-align: right;*/
}
ul#nav {
    float:right;
}
#search {
    float:left;
    padding:8px;
    padding-left:25px;
}
#search .searchSubmit {
    position:relative;
    top:5px;
    left:-2px;
}
#hdbsearch {
    margin-left: 10px;
}
#hdbsearch .searchInput {
    width: 22em;
    height: 18px;
    font-size: 1em;
    padding: 0;
}
#hdbsearch .searchSubmit {
    height: 20px;
    vertical-align: top;
}
/* END Google Custom Searchbox */
/* LIGHTBOX Custom */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;
}