#bordclose {
	width:850px;
	height: 36px;
	display:block;
	}
#bordcloser {
	width:700px;
	height: 36px;
	display:block;
	}
.cruz {
	float:right;
	width:36px;
	height:36px;
	display:block;
	text-decoration: none;
	background-image:url(../images/X.png)
}
#main a {
	color: #0d9eca;
	text-decoration: none;
}

#main .body ul, .body ol {
	padding-left: 15px;
	margin-bottom: 1em;
}
	
#main.body ul li {
		list-style: none;
		padding-left: 13px;
		margin-bottom: 4px;
	}
	
#main.body ol li {
		padding-left: 13px;
		margin-bottom: 4px;
	}

#main sup {
  line-height: 0;
  font-size: 8px;
	vertical-align: super;
	margin-left: 1px;
}
#main .ie7 sup{vertical-align:top}

#main {
	width: 1050px;
	position: fixed;
	z-index: 999;
	margin: auto;
	padding-top:10px;
	height:1500px;
	background-image:url(../images/spar.png);
	background-repeat:repeat;}


#gallery {
	width:850px;
	height:485px;
	margin:0 auto;
	position: relative;
}
#thevideo {
	width:640px;
	height:370px;
	margin:0 auto;
	position: relative;
	}
#gallery .large {
		width:600px;
		height:339px;
		margin:-4px auto auto auto;
		display: none;
		position: absolute;
		left: 120px;
	}
		#gallery .large.active {display: block}
	
	#gallery .thumbs {
		width:850px;
		height:148px;
		background:url("bg_gallery.png"/*tpa=http://www.hp.com/united-states/campaigns/folio13/styles/images/bg_gallery.png*/) 0 0 no-repeat;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#gallery .thumbs ul {
		list-style-type:none;
		margin:0;
		padding:0 55px;
	}
	#gallery .thumbs li {
		display:block;
		float:left;
		width:118px; 
		height:89px; 
		margin:35px 5px 0 0;
	}
	#gallery .gallery-thumb img{
		border:none;
		outline:none;
	}
#fblack {
	background-color:#111;
	width:850px;
	margin:auto;
	}
#fblacke {
	background-color:#111;
	width:700px;
	margin:auto;
	text-align:center;
	}
	
	#lightbox {
    background: none repeat scroll 0 0 #0D9ECA;
    border: 5px solid #000000;
    display: block;
    left: 50%;
    position: absolute;
    top: 70px;
    z-index: 10000;
	width:936px;
}

#compareClose {
    background: url("../images/btn_close-overlay.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 27px;
    position: absolute;
    right: -5px;
    text-indent: -3000em;
    top: -32px;
    width: 106px;
    z-index: 550;
}

#overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    display: none;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}