body {
	background-image:url(graphics/header/background_trade.gif);
}

/* TABLES */

/* Defines the table border and font for the table. Removes unwanted right table border. Also spaces table from content above using margin */

table.productlist {
	  border: 1px solid #b69c94;
	  border-right: none;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 0.75em;
	  margin-top: 20px;
}

/* Defines the table header bottom border - (first row only) Gives the header row a background image  */

table.productlist, th {
		border-bottom: 1px solid #b69c94;
		background-image:url(graphics/trade/tableheader_bg.gif);
		background-repeat:repeat-x;
}

/* Defines the cell right border for table cells and table header. Specifies padding */

.productlist td, .productlist th {
		border-right: 1px solid #b69c94;
		padding: 2px 0px 2px 10px;
}

/* Defines the table row background colour of odd rows */

.odd {
	background-color:#f0e3dd;
}

/* Defines the table row "over" state */

.productlist tr:hover {
		background-color:#d38390; 
		color:#000000;
}