/* PFBdisplay.css */

body {
	background: #fff !important ;
	font-family: /*'Open Sans',*/ Arial, Helvetica, sans-serif ;
	background-position: 0px 0px;
}

h1 {
	font-size: 1.8em ;
}
h2 {
	font-size: 1.4em ;
}
h3 {
	font-size: 1.2em ;
}

th, td {
	font-size: .80em ;	
}	

.smallgrey {
	font-size:0.5em ;
	color: #777 ;	
}

.wdth50 {
	width: 50% ;	
}
.wdth45 {
	width: 45% ;	
}

#pfbTop {
	width: 60%;
	margin: 0 auto ;	
}	

#prodname {
	margin-top: 2% ;
	color: #012e7b !important;
}

#ratings {
	margin-top: 10px ;
	line-height: 1.2 ;
}

#featbene {
	width: 65% ;
	margin: 0 auto ;
	line-height: 1.2 ;
}	

#dsclmr {
	font-size:0.75em ;
	color: #999 ;
}


#techdata {
	margin-top: 2% ;		
}
#techdata table {
	width: 90% ; 
	margin: 0 auto ;
}	

#SimpleQuote {
	margin-left: 15% ;
	font-weight: bolder ;
}

#courtesyOf {
	margin-left: 15% ;
	font-weight: bolder ;
}
#courtesyName {
	font-size: 1.5em ;
	font-style: italic;
}
#courtesyPhone {
	margin-left: 20% ;
}

#PointOfSale {
}
#posTable {
	width: 50% ;
	margin: auto;
}
#posTable th, td {
	text-align: right;
}
#posTable td.tdcntr {
	text-align: center;
}

/* from thq_style.css */



@media screen {

}   /* @media screen */

/* ****************************** */

@media print {
#prodname {
	margin-top: 8% ;
}

.hydPOSquot {
	display:none;
}

.hydPRNT {
	display:none;
}
	
}


/*
*************************************************************
table {
	width: 80% ;
	margin: auto;
	border: 0px ;
	border-collapse: collapse;
	--- cellspacing: 0px;
	--- cellpadding: 0px; 
}

tr, td {
	align: center;
	valign: center ; 
	text-align: center;
}

table.brdr1 { 
	border-collapse:collapse;
}
table.brdr1 tr { 
	border-bottom: 1px solid black ;
}
table.brdr1 th {
	cellspacing: 5px ;
	font-size: x-small;
}
table.brdr1 td {
	border-right: 1px dotted black ;
	border-bottom: 1px solid black ;
	--- cellspacing: 5px ;
	font-size: x-small;
}

table.brdr1 tr.alt td {
	color: #000000;
	background-color: #F0F0F0 ;
}
*/

