div#s { position: absolute; visibility: hidden; left: 40px; top: 30px; }
div#cart { position: fixed; bottom: 0%; height: 86px; width: 100%; }

.cartDisplayLineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}