
.msgBox {
	width: 600px;
	margin: 35px auto 175px auto;
    padding: 10px;
    border: 1px solid #aaaaaa;
    background-color: #fafafa;
}

.tblItemList {
	margin: 0px;
    width: 100%;
	border: 1px solid #aaaaaa;
}

.tblItemList th {
	background-color: #dddddd;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
}

.trItem td {
	border-bottom: 1px solid #dddddd;
}

.tdItemImage {
	padding: 15px 10px 15px 10px;
	white-space: nowrap;
}

.tdItemImage img {
	border: 1px solid #000000;
}

.tdItemDescription {
	padding: 15px 10px 15px 10px;
}

.tdItemPrice {
	padding: 15px 10px 15px 10px;
	white-space: nowrap;
}

.tdItemButton {
	padding: 15px 10px 15px 10px;
	white-space: nowrap;
}

.tdSpacer {
	height: 5px;
    font-size: 5px;
    line-height: 5px;
}

.tdCheckout {
	padding: 10px 10px 5px 10px;
}

.tdShipping {
	padding: 0px 10px 10px 10px;
}

.divStock {
	clear: both;
    color: #008800;
    border: 0px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    text-align: right;
    font-weight: bold;
}