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

	[ SECTION: HELP ]

	Notes:

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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Shiiping Info Page and FAQ */
.page-index .pi-top, .page-index .pi-bot {
	display: block; height: 10px; width: 573px; overflow: hidden; background-repeat: no-repeat; background-position: top left; 
}
.page-index .pi-top {
	background-image: url(../../assets/site/images/generic/bkgrd-gray-box-tc-ship_info.gif);
}
.page-index .pi-bot {
	background-image: url(../../assets/site/images/generic/bkgrd-gray-box-bc-ship_info.gif); margin-bottom: 10px;
}
.page-index .pi-con {
	background-color: #eeede6; width: 553px; padding: 0 10px 0 10px;
}
.page-index .pi-con ul {
	list-style: none; padding: 0; margin: 0;
}
.page-index .pi-con ul.faq-questions {
	margin-left: 20px;
}
.page-index .pi-con li {
	float: left; display: block; width: 170px; margin-left: 10px;
}
.page-index .pi-con ul.faq-questions li {
	width: 250px;
}
#page-sub-items h4 {
	font-size: 11px; margin: 10px 0 0 0; padding: 0;
}
.faq-index {
	margin-top: 10px;
}
.page-index .faq-bot {
	margin-bottom: 20px;
}
/* Returns Page */
#column_right .list-title {
	padding-bottom: 0; margin-bottom: 0; font-weight: bold;
}
#column_right .letter-list {
	list-style: lower-alpha; margin-top: 0; margin-left: 15px;  padding: 0 0 0 7px;
}
#column_right .reg-list {
	margin-top: 0; margin-left: 15px; padding: 0;
}
#column_right .reg-list .indent {
	margin-left: 35px;
}
