/* Recently Viewed CSS Document */

/* Details page links properties */
A.recent:link { 
color : #fff; 
text-decoration : none; 
} 
A.recent:visited { 
color : #fff; 
font-size : 10px; 
font-weight: bold;
text-decoration : none; 
} 
A.recent:active { 
color : #fff; 
font-size : 10px;
font-weight: bold; 
text-decoration : none; 
} 
A.recent:hover { 
color : #FF0000; 
font-size : 10px; 
font-weight: bold;
text-decoration : none; 
} 

/* Title box text and table configuration */
TD.recenttitle {
	vertical-align:middle; /* text alignment in table cell */
	background-color: #000000; /* Cell background color */
	border: 1px solid #000000; /* Cell border color */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* text font */
	font-size: 11px; /* text size */
	font-weight: bold; /* text characteristic */
	color: #FF0000; /* text color */
	text-decoration: none; /* text decoration (bold etc) */
	line-height: 18px; /* text height (space) */
	text-indent: 2px; /* text indented from left edge */
}
/* border around recently viewed items */
.recentitems {
	border: 0px solid #ffffff;	/* 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: #FFFFFF;
}