
/*
Link To Top
*/
.csc-linkToTop {
	width: 465px;
	height: 12px;
}

	/*
	Left section divider
	*/
	.csc-linkToTop-leftBox {
		display: none; /* invisible if toplink needs full row */
		float: left;
	}

		.csc-linkToTop-leftBox img {
			vertical-align: bottom;
			border:0;
			width:0;
			height:0;
		}

	/*
	Right to-top link
	*/
	.csc-linkToTop-rightBox {
		float: right;
		width: 465px;
		height: 12px;
	}

		.csc-linkToTop-rightBox a {
			display:block;
			width: 465px;
			height: 12px;
			background: url("../../../pacelli/images/link-to-top.gif") right center no-repeat;
		}
			.csc-linkToTop-rightBox a:hover {
				background: url("../../../pacelli/images/link-to-top_roll-over.gif") right center no-repeat;
			}

