/* Recently Viewed CSS Document */

/* Details page links properties */
A.recent:link {

}
A.recent:visited {

}
A.recent:active {

}
A.recent:hover {

}

/* Title box text and table configuration */
TD.recenttitle {
 /* text indented from left edge */
}
/* border around recently viewed items */
.recentitems {
	/* border around recent items list */
}
/* Font to use on the "no itemsto view" message */
.noitems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
}

