/* Layout */
#hd { display: none; }
#nav { display: none; }
#ft { display: none; }

#sidenav	{ display: none; }
#content
{
	background-image:none;
	background-repeat: no-repeat;
	width: 100%; height: 100%;
	position: relative;
	top: 0px; 
}
.hproduct {position:relative;}
.hproduct .thumbnails {float:none; width:91px; height:110px; }
.hproduct .info {
	float:none;
	position:absolute;
	left:91px;
	top: 10px;
	width: 530px;
	height:90px; 
	overflow:hidden;
}
.hproduct .title {
font-weight:bold;
font-size:14px;
height:20px;
line-height:20px;
}
.row {border-bottom:solid thin #000000; }
img {border:none; }
.description { display:block; width:640px;}
.printable-title, .pagination, .actions, #hProduct form, .rating-inst, .view #products, .product-gallery, #hProduct .product-info .button-group, .view h3, #hProduct .expand { display: none; }

/* Previous / Next Buttons */
.prevnext { display: none; }

/* Breadcrumbs */
.breadcrumbs { display: none; }

/* Dev sites only */
#debug-kit-toolbar { display: none; }
#doc #bd #content #products {
	width: 640px;
}

