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

	[ SECTION: BUSINESS TO BUSINESS ]

	Notes:

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

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

/* Fleet Card page */

#column_right ul {
	margin: 0 5px 10px 15px; padding: 0;
}

#column_right  li {
	margin-bottom: 10px;
}

.b2b-image {
	padding: 0 10px 10px 15px;
}

/* Business to Business page */
.b2b-home-header-corners {
	background-image: url(../../assets/site/images/generic/b2b_title_tc.gif);
}
.b2b-home-header-title {
	background-image: url(../../assets/site/images/generic/bkgrd_b2b_title.gif); background-color: #745a0e;
}
#b2b-sub-content {
	width: 571px; background-image: url(../../assets/site/images/generic/bkgrd_b2b-sc2col.gif); background-position: top left; background-repeat: repeat-y;
}
#b2b-sc-leftcol, #b2b-sc-rightcol {
	width: 275px;
}
#b2b-sc-leftcol {
	padding: 0 10px 10px 0;
}
#b2b-sc-rightcol {
	padding: 0 0 10px 10px;
}

.prod-image {
	padding: 0 0 30px 20px;
}

#column_right #b2b-sc-leftcol h3, #column_right #b2b-sc-rightcol h3 {
	margin-top: 0;
}
.top-cell-sc {
	height: 170px;
}

.b2b-spacer-line {
	height: 10px; display: block; border-top: 1px solid #b7b7b7; width: 275px;
}

