/* product listing */
.ordP {
	font-size: 22px;
    color:#F86D10;  
}
.oldP {
	font-size: 22px;
	text-decoration:line-through;
}
.buybutton {
	margin-top:12px;
}
.prodheader {
	margin: 10px 0 5px;
	font-size:14px;
}
.prodheader a {
	color:#3e3e3e;
	text-decoration:none;
}
.prodheader a:hover {
	text-decoration:underline;
}
table.manutable {
	width:100%;
	border-bottom: 1px solid #f0f0f0;	
}
.manutable tr {

}
.manutable td {
	vertical-align: top;
	padding-top:15px;
	padding-bottom:15px;
}
td.manuleftcell {
	width:126px;
	text-align:left;
}
td.manumidcell {
	line-height:16px;
	border-bottom: 1px solid #f0f0f0;
}
td.manurightcell {
	width:100px;
	text-align:right;
	border-bottom: 1px solid #f0f0f0;
}