#searchLeft {
	float: left;
	width:330px;
}

#searchRight {
	text-align: right;
	float: right;
	margin-right:15px;
	width:369px;
}
#searchRight input{
	vertical-align:middle;
	margin-bottom:4px;
}
div.searchresult {
	border-bottom: 1px solid #B4CCDC;
	margin: 0 0 10px 0;
	padding: 0;
}

.searchresult p {
	padding: 0 0 10px 0;
	margin: 0;
}

.searchresult a {
	font-weight: bold;
	padding: 0;
	margin: 0;
}


.Grid{
	background:url(/images/prodSearchHeader.gif) no-repeat;
	margin-left:3px;
}
.Grid table{
	border-collapse:separate;
}
.GridHeader{
}
.GridHeadingCell{
	height:33px;
	font-weight:bold;
	vertical-align:top;
	padding:12px 0 0 0;
	cursor:pointer;
}
.GridDataCell{
	border-top:1px solid #D5D5D5;
	padding:9px 0 9px;
}
.GridProductCol0{
	width:28px;
	background:url(/images/prodLeftShadow.png) no-repeat;
	background-position:0 0px;
	border-top:none;
	padding:0;
}
.GridProductCol1{
	width:123px;
}
.GridProductCol1 img {
	padding:3px;
	border:1px solid #3B8FC2;
}
.GridProductCol2{
	width:277px;
}
.GridProductCol3{
	width:157px;
}
.GridProductCol4{
	width:157px;
}
.GridProductCol5{
	width:6px;
	background:url(/images/prodRightShadow.jpg) repeat-y;
	border-top:none;
	cursor:default;
}
.GridRowAlt{
	background-color:#F3F8FB;
}
.GridSortedDataCell, .GridSortedDataCell a, .GridSortedDataCell a:hover, .GridSortedDataCell a:active, .GridSortedDataCell a:visited{
	font-weight:bold;
}
.GridSortedHeadingCell{
	color:#DA7457;
	font-weight:bold;
}
.GridSortedHeadingCell img{
	padding:3px 250px 0 5px;
}
.GridFooter{
	background:url(/images/prodSearchFooter.jpg) no-repeat;
	padding:16px 8px 0;
}
