body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;



}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;

}

/*  Added by R&D software
 This is the background colour for 
 headings on the selected bike page: order.php
*/
#cart {
	background-color: #58a1c3;
}

/*
This is the font/colour for warning messages
*/
#rndwarn
{
	font-size: 14px;
	color: red;
	text-align: center;
	font-weight: bold;
}

/*
This is the font/colour for displaying bike details
*/
span#bike
{
	font-size: 14px;
	color: red;
	text-align: center;
	font-weight: bold;
}
	
#inlinepricebold
{
	color: red;
	font-weight: bold;
}

#inlineprice
{
	color: red;
}