/* CSS Document */
/*This is for the single row multi column divs that make up the order info.*/
.listcontainer {
	display: block;
	float: left;
	clear: both;
	margin-left: 10px;
	text-align: left;
	width: 780px;
	}
	

.capableContainer1{
	float: left;
	padding-left: 130px;
	}

.capableContainer2{
float: left;
padding-left: 100px;
}
.capableContainer3 {
float: left;
padding-left: 95px;
}
