/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	[ SECTION: PRODUCT RECALL ]

	Notes:

	The catalog style sheet should only contain styles necessary
	for the rendering of pages within the "recall" folder of
	the Web application.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Landing Page Header for Recall Section */
.recal-home-header-corners {
	background-image: url(../../assets/site/images/generic/recall_title-lc.gif); 
}

.recal-home-header-title {
	background-color: #d75631; background-image: url(../../assets/site/images/generic/bkgrd_recall_title.gif);
}

/* Product Recall Items Section */
#rp-outer {
	margin-top: 20px;
	background-image: url(../../assets/site/images/generic/bkgrd_prod_recall.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#rp-outer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 240px;
}

#rp-outer li {
	margin-bottom: 10px;
	width: 250px;
	margin-right: 15px;
}

#rp-outer ul#second_col {
	margin-left: 285px;
}

#rp-outer li p {
	margin-left: 58px;
	margin-right: 10px;
}

#rp-outer li a, #intro_text a {
	color: #1b3b90;
}

