

/* product data sheets */

.entry-header h1.entry-title a {
	display: none !important;
	color: #000;
	width: 0px;
	height: 0px;
	margin-top: -1000px;
}
.pds-wrapper {
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
	font-weight: normal;
}

.pds-wrapper p {
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.pds-logo {
	background: #000;
	width: 200px;
	height: 100px;
}

.pds-single {
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	background: #ffca05; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ffca05 , #000); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ffca05 , #000); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ffca05 , #000); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ffca05 , #000); /* Standard syntax */
  padding: 8px 15px;
}

.pds-single p {
	margin: 0px;
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
}

.pds-section-header {
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

pds-copy {
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1.pds-header {
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

h2.pds-subheader {
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

.pds-table-header {
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.specification-table {
	margin-top: 20px;
}

.specification-table td {
	padding: 5px 20px;
	font-family: "Quattrocento Sans", helvetica, arial, sans-serif;
	font-size: 12px;
}

.specification-table table {
	margin: 0 auto;
}

