﻿.gridview tr th
{
	padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: solid 2px black;
    vertical-align: bottom;
    white-space: nowrap;
    padding-bottom: 2px;
}

.gridview tr th a
{
	text-decoration: none;
}

.gridview tr td
{
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}

table.builderlist tr td
{
	/*height: 59px;	*/
	border-bottom: solid 1px #666666;
}

table.builderlist tr.last td
{
	border-bottom: 0;	
}

table.builderlist tr td.buildername
{
	padding-right: 60px;	
}

img.resultslogo
{
	border: solid 1px black;	
}

table.productlist tr td
{
	border-bottom: solid 1px #666666;	
	padding-top: 15px;
	padding-bottom: 15px;	
	padding-right: 10px;
	vertical-align: top;
}

table.productlist tr.last td
{
	border-bottom: 0;	
}

table.productlist tr td div.pname
{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 2px;
}

table.productlist tr td div.cname
{
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 2px;
}
	
span.hckPR
{
	color: #DBD8BD !important;
	display: none;
}