/* Hide non-content elements */
#header, #navigation, #sidebar, #breadcrumbs, #footer {
	display:none;
}

/* Remove Flash price labels */
.sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
}

.sIFR-alternate {
	visibility : visible !important;
	position   : static  !important;
	left       : auto    !important;
	top        : auto    !important;
	width      : auto    !important;
	height     : auto    !important;
}

div.sIFR-alternate {
	display    : block   !important;
}

span.sIFR-alternate {
	display    : inline   !important;
}


/* Product Detail Page */
.btn-addtocart, .category-title, .product-container,
	.product-detail_tabs, #content_tab-overview,
	.price-link {
	display: none;
}

.product-content {
	display: block;
}

.Specifications {
	width: 700px;
}

.Specifications h3 {
	margin-top: 10px;
}

.listrow .Label {
	font-weight: bold;
	color: #000;
}

.listrow .Value {
	width: 500px;
	color: #000;
}