/* add basket, view basket, inquiry basket - background  color */
.basketbg {
	background-color: #FFFFF8;
}

/* normal font   */
.f4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* normal font color in reverse background - grey - e.g. advertise with us */
.f4rvg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #787777;
	text-decoration: none;
	font-size: 10px;
}

/* normal font  in bold */
.f4b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/* add basket, view basket, inquiry basket - background  color */
.basketbg {
	background-color: #FFFFF8;
}

/* heading in bold e.g. browse catagory */

.f2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.f2b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* blue link color */
.linked {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033FF;
}

/* color of "more..."  */
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EF8800;
	text-decoration: none;
	font-weight: bold;
}

/* table body color*/
.formbglight {
	background-color: #FBFAEE;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
	text-decoration: none;
	font-size: 12px;
}
.astrix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
	text-decoration: none;
}