div.port {	height: 395px;
		width: 395px;
		position: relative;
		left: 15px;
		border-style: solid;
		border-width: 5px;
		border-color: white;
		overflow-x: hidden;
		overflow-y: scroll;
		background-color: #ffffff;
		padding: 10px;
		align: center;
		font-family: arial;
		font-size: 10pt;
		}

div.cart {	width: 130px;
		height: 250px;
		border-style: none;
		overflow-x: hidden;
		overflow-y: auto;
		font-family: arial;
		font-size: 10pt;
		}

img.thumb {	height: 105px;
		width: 105px;
		border: none;
		margin: 3px;
		}

table.standard {
		font-size: 10pt;
		font-family: arial;
		}

table.form {
		font-size: 10pt;
		font-family: arial;
		}

td.thumb {	valign: top;
		text-align: center;
		font-size: 8pt;
		font-family: arial;
		background-color: #ffffff;
		border: 2px;
		border-color: white;
		}

td.footer {	valign: top;
		font-size: 10pt;
		font-family: arial;
		}