/* Recently Viewed CSS Document */



/* Details page links properties */

A.recent:link {

	font:10px Verdana, Arial, Helvetica, sans-serif;

	color: #666666;

	text-decoration: none;

}

A.recent:visited {

	font:10px Verdana, Arial, Helvetica, sans-serif;

	color: #666666;

	text-decoration: none;

}

A.recent:active {

	font:10px Verdana, Arial, Helvetica, sans-serif;

	color: #666666;

	text-decoration: none;

}

A.recent:hover {

	font:10px Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	text-decoration: none;

}



/* Title box text and table configuration */

TD.recenttitle {

	vertical-align:middle; /* text alignment in table cell */

	background-color: #D3DCE5; /* Cell background color */

	border: 1px solid #FFFFFF; /* Cell border color */

	font-family: Verdana, Arial, Helvetica, sans-serif; /* text font */

	font-size: 12px; /* text size */

	font-weight: bold; /* text characteristic */

	color: #333333; /* 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: 1px 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: #333333;

}


