.cart {
	clear:both;
	float:right;
}
  
.product {
	width:600px;
	margin:10px;
	border:1px solid #DDD;
	float:right;
	clear:both;
}

.product table {
	position:relative;
}

.image {
	margin:5px;
	padding:5px;
	display:inline;
	text-align:center;
	font-weight:bold;
}

.head {
	position:relative;
	width:600px;
	clear:both;
}

p {
	text-align:left;
}

.td-2 {
	text-align:center;
}

.head ul {
	text-align:left;
}

.indent {
	text-indent:50px;
}

.lrg-td {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.td-3 {
	font-family: verdana; 
	font-size: 11px; 
	color: #888365;
	text-align:center;
}

#container {
	clear:right;
	margin-top: 30px;
}
