/***************************************
**	Shopping Window
****************************************/
#shoppingWindow {
	margin-left: 25px;
	background: url('images/shopWindowBG.png') repeat-y top left;
	width: 556px;
}
#shoppingWindow h5 {
	height: 59px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	padding: 20px 0 0 20px;
	color: #fff;
	background: url('images/shopWindowTop.png') no-repeat top left;
}
#shoppingWindowClear {
	clear: both;
	height: 18px;
	background: url('images/shopWindowBottom.png') no-repeat top left;
}
#shoppingWindow img.productImage {
	float: right;
	margin: 15px 40px 0 0;
}
#shoppingWindow p.message {
	margin: 5px 0 0 20px;
	font-size: 16px;
}
#shoppingWindow h4 {
	margin-left: 20px;
	font-size: 20px;
}
.shopItem {
	padding-bottom: 15px;
	margin: 0px 20px 15px 20px;
	border-bottom: 1px solid #777;
}
.shopItemContent {
	width: 350px;
	margin-left: 15px;
}
span.price {
	padding-left: 25px;
	display: block;
	font-size: 26px;
}
span.priceBreak {
	font-size: 11px;
}


/***************************************
**	Checkout
****************************************/
table {
    border-spacing: 0px;
    border-collapse: collapse;
}
table th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
}
table td {
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
}
table td.right {
	text-align: left;
	width: 30%;
}
table thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: center;
}
table th.Corner {
    text-align: left;
}
