@import url("reset.css");
@import url("layout.css");
@import url("base.css");
@import url("product.css");
@import url("typography.css");

/*------------------------------------------------------------
* Filename: print.css
* Version: 1.0.0 (2011-02-15) 
* Website: http://www.enerdynesolutons.com/
* Description: print
-------------------------------------------------------------*/

body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c6c6c;
}
#hd, #sidebar, #choose-bg-color ,.basic-nav, .special-link {
	display: none;
	background: none;
}
#wrapper, #content {
	float: none !important;
	width: 100%;
	background: transparent;	
}
.breadcrumbs {
	display: none;
}
#content .bgC, #ft, body.gray-bg #wrapper  {
	background: none;
}
#ft .copyright {
	float:none;
	font-size:10px;
	margin:30px 0 0 0;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	}

.table-list01 {
	width: 600px;
}
.table-list01 td, .table-list01 th {
	border: 1px solid #6c6c6c;
}
.summary-salespromo {
	background: none;
}
.summary-link a, .summary-salespromo a {
	padding: 0;
	color: #7C37A1;
	margin-left: 0;	
}
#toolsbar {
	display: none;
}

/* =PRODUCTDETAIL ----------*/
.wherebuy-btn {
	display: none;
}
.buy-Direct {
	display: none;
}
.product-summary .recommends  {
	padding: 0;
	margin: 0;
}
.detail-nav {
	margin:0 0 20px 0px;
	background: none;
}
.detail-nav li a {
	padding:0;
	font-weight: bold;
	text-decoration: none;
}
.detail-nav li{
	display: none;
	font-size: 16px;
}
.detail-nav li.select {
	display: block;
}
.article-type02 {
	page-break-before: avoid;
}
.specification-note {
	page-break-before: avoid;
	margin-top: 50px;
}
.product-note,.citation ,.citation-content  {
	padding: 0;
	background: none;
}
.compare-product li {
	border: 1px solid #6c6c6c;
}
.compare-product .speci-content li {
	border: none;
}



