/* Recently Viewed CSS Document */

/* Details page links properties */
A.outlet2:link {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
A.outlet2:visited {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
A.outlet2:active {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
A.outlet2:hover {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

/* Title box text and table configuration */
TD.outlet2title {
        text-align:center;
	vertical-align:middle; /* text alignment in table cell */
	background-color: #1E90FF; /* Cell background color */
	border: 1px solid #FFFFFF; /* Cell border color */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* text font */
	font-size: 14px; /* text size */
font-weight: bold;  text characteristic */
color: #C0C0C0; text color */
	text-decoration: none; /* text decoration (bold etc) */
	line-height: 18px; /* text height (space) */
	text-indent: 2px; /* text indented from left edge */
}
TD.outlet2sale {
	text-align:center;
        vertical-align:middle; /* text alignment in table cell */
        background-color: #FF0000; /* Cell background color */
        border: 1px solid #FFFFFF; /* Cell border color */
        font-family: Verdana, Arial, Helvetica, sans-serif; /* text font */
        font-size: 14px; /* text size */
font-weight: bold;  text characteristic */
color: #C0C0C0; text color */
        text-decoration: none; /* text decoration (bold etc) */
        line-height: 18px; /* text height (space) */
        text-indent: 2px; /* text indented from left edge */
}

