img { border-width:0px; }

}
.GridRow
{
font-family: Verdana;
font-size: 12px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
}
.GridRow.TR:hover
{
background-color: #ffccff;
}
.GridAlternatingRow
{
background-color: #ffffff;
color: Black;
font-family: Verdana;
font-size: 12px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
}
.DealerList
{
    color: black;
    font-size: 12px;
    font-family: Verdana;
}
.MSRP
{
    color: black;
    font-size: 12px;
    font-family: Verdana;
}
.SalePrice
{
    font-weight: bold;
    color: red;
    font-size: 12px;
    font-family: Verdana;
}
.CallForPrice
{
    color: red;
    font-size: 12px;
    font-family: Verdana;
}
.MSRPSale
{
    color: black;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: line-through;
}
.DealerListSale
{
    color: black;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: line-through;
}
/*rmi button*/
a#rmibutton {
	background: url('rmibuttonsm.png') no-repeat 0 0;
	width: 200px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
a#rmibutton:hover { background-position: 0 -40px; }
a#rmibutton:active { background-position: 0 -80px; }


