.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
}
a.nav:link {
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}
.basket_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #BC91AB;
}
.cat {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #56263F;
	padding-left: 10px;
}
a.cat:link {
	text-decoration: none;
}
a.cat:hover {
	text-decoration: underline;
}
.product_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #56263F;
}.product_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
}
.body_readable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.product_price {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #56263F;
	font-weight: bold;
}
#viewbasket {
text-decoration:none;
color:white;
}

/* =========================== */
/* ! ADDED BY MAG - 26/03/09   */
/* =========================== */


p.results {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

	p.results span {
		color:#72003c;
		font-weight: bold;
	}
	
#frm_sortby {
	margin-bottom: 0px;
}
	
	#frm_sortby label {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
	}
	
p.red {
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 18px;
}

p.title {
	color:#fff;
	font-size: 14px;
}

#tbl_auction_item p {
	font-size: 12px;
	margin: 0px;
}

	#tbl_auction_item img {
		padding: 4px;
		background-color: #fff;
		border: 1px solid #ccc;
	}
	
	#tbl_auction_item p.label {
		color:#333;
		font-weight: bold;
	}
	
	#tbl_auction_item p.text {
		color:#71013a;
	}
	
	#tbl_auction_item .extra {
		color:#666;
	}
	
		#tbl_auction_item .extra a {
			color:#71013a;
		}