﻿#pGrid
{
	border-collapse:collapse;
	border: 1px solid #d4d4d4;
	font-size: .8em;
	width: 100%;
	color: #555;
}
#pGrid td {
	padding: 8px;
	margin: 0px;
	border-top: 1px #d4d4d4 dashed;
}
#pGrid tr { background-color: #fff;}
#pGrid tr.even { background-color: #f9f9f9;}
#pGrid tr:hover, #pGrid tr.hover 
{
	background-color: #F8FFFF;
	background-image: url('../img/2tone.gif');
	background-repeat: repeat;
}
#pGrid p {
	margin: 4px 0 0 0; font-size: .85em;
}
#pGrid h3 {
	font-size: 1em; margin: 0px;
}
#pGrid .pPrice{
	width: 70px; text-align:center; vertical-align: top;
}
#pGrid .pPrice p.price {
	color:red;font-weight:bold;font-size: 1.25em;
}
#pGrid td.pImg img {
	border: 1px #d4d4d4 solid;
	padding: 4px;
	background-color: white;
	width: 75px; height: 75px;	
}
#pGrid .pImg img:hover, #pGrid .pImg img.hover {border: 1px orange solid;}
#pGrid .pInfo { vertical-align: top; }
div.button {background: url(../img/button.gif) no-repeat;height: 22px; width: 75px;text-align: center;padding-top:2px;}
div.button:hover, div.button.hover { background-image: url(../img/button_over.gif) }
div.button a {
	display:block;
	font-family: Arial;
	text-decoration: none;
	font-size: 10pt;
	color: black;
}
div.button a:visited {color: black;}