.grayContainer {
	clear: both;
	background-color: #D3D3D3;
	height: 16px;
	padding-top: 4px;	
	font-weight: bold;
	text-align: center;
	width: 598px;
}

#titlePicture {
	width: 87px;
	float: left;
}

#titleProduct {
	width: 206px;
	float: left;
}

#titlePrice {
	width: 95px;
	float: left;
}

#titleQuantity {
	width: 74px;
	float: left;
}

#titleTotal {
	width: 86px;
	float: left;
}

#deleteItem {
	width: 50px;
	float: left;
}

#titleGreatTotal {
	width: 482px;
	float: left;
	text-align: right;
}

#totalPrice {
	width: 86px;
	float: left;
	font-weight: normal;
}

.itemsContainer {
	clear: both;
	float: left;
	text-align: center;
}

.productPicture {
	clear: both;
	width: 87px;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.productDescription {
	width: 206px;
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
}

.productPrice {
	width: 95px;
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
}

.productQuantity {
	width: 74px;
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
	font-weight: bold;
}

.productItemTotal {
	width: 86px;
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
}

.productItemRemove {
	width: 50px;
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
}

.noItems {
	clear: both;
	width: 578px;
	padding: 10px;	
	text-align: center;
}

.checkOutButton {
	border: solid thin #000000;
	background-color: #555;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.myBasketEditBox {
	border: solid thin #000000;
	font-size: 12px;
	height: 15px;
	/*width: 100%;*/
	color: black;
}
	
.fieldName {
	clear: both;
	float: left;
	width: 120px;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	color: #333;
}

.fieldContent {
	float: left;
	width: 200px;
}

.fieldSpacer {
	clear: both;
	padding-top: 8px;
}
