/* styles specific to the printable sales catalog output */

#printable-output-table {
	width:100%;
	table-layout:fixed;
}

.header {
	background-color:#679650;
}

#printable-output-table td {
    padding:5px;
    vertical-align:top;
    font-size: 1em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.row_even,.row_odd {page-break-before:auto!important;}
.row_even {background-color:#E3F2D5;}
.row_odd {}

.ptitle {width:50%;}
.pssrow img {float:left;margin-right:15px;height:50px;width:auto;}
.pssrow td{height:60px;}
.pprice {width:20%;}
.poptions {width:15%;}
.pempty {width:15%;}


li {font-size:75%;}