﻿.PaymentDetails
{
	width: 85%;
}

.PaymentDetails .Summary
{
	height: 28px;
	font-weight: bold;
}

.PaymentDetails .Items
{}

.PaymentDetails .Items .Header
{
	background-color: #E4E4E4;
}

.PaymentDetails .Items .Header .Product
{
	height: 21px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

.PaymentDetails .Items .Header .Quantity
{
	height: 21px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

.PaymentDetails .Items .Header .Price
{
	height: 21px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

.PaymentDetails .Items .Header .Discount
{
	height: 21px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

.PaymentDetails .Items .Header .Total
{
	height: 21px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

.PaymentDetails .Items .Image
{
	padding-right: 10px;
}

.PaymentDetails .Items .ProductName
{
	font-weight: bold;
	margin-bottom: 10px;
}

.PaymentDetails .Items .ProductDescription
{
	font-style: italic;
	font-weight: normal;
}

.PaymentDetails .Items .ProductQuantity
{
	text-align: center;
}

.PaymentDetails .Items .ProductPrice
{
	text-align: center;
}

.PaymentDetails .Items .ProductDiscount
{
	text-align: center;
}

.PaymentDetails .Items .ProductTotal
{
	text-align: center;
}

.PaymentDetails .Items .SubTotal
{
	height: 21px;
	padding: 5px;
	background-color: #E4E4E4;	
	vertical-align: middle;
	font-weight: bold;
}

.PaymentDetails .Items .SubTotal .Text
{
	margin-right: 10px;
}

.PaymentDetails .Items .Discount
{
}

.PaymentDetails .PaymentButton
{
	padding-top: 5px;
	padding-left: 5px;
}

.PaymentDetails .PaymentReviewThankYou
{
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

.PaymentDetails .PaymentReviewThankYou .Header
{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.PaymentDetails .PaymentReviewThankYou .Content
{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
