/*
 * search.css
 * 
 * Search related stylesheet for theconfederateshop.com
 * Copyright (c) 2008 The Confederate Shoppe(tm). All rights reserved.
 */


table.formTable {
	width: 100%;
}

table.searchTable {
  width: 100%;
}

table.searchTable tbody tr {
	height: 130px;
}

table.searchTable tbody td.img {
	text-align: center;
}
/*
table.searchTable tr.r0 {
	background: #eee;
}*/

table.searchTable th {
  text-align: left;
}

a img {
	border: none;
}

#content .searchTable a {
  text-decoration: none;
  border: none;
}