﻿.DealProduct 
{
	width:100%;
}


td.ProductName 
{
	text-align:left;
}
.ProductName h1 
{
	font-size:1.7em;
	line-height:1;
	margin-bottom:0.5em;
	color:#0e2a6c;
	font-weight:bold;
}


td.ProductPrice 
{
	width:200px;
	padding-left:10px;
	text-align:right;
	color:#0e2a6c;
}
.ProductPrice .DiscountedPrice 
{
	font-size:1.7em;
	line-height:1;
	margin-bottom:0.5em;
	color:#0e2a6c;
	font-weight:bold;
}
.ProductPrice .PercentageDiscount 
{
	font-size:1.7em;
	line-height:1;
	margin-bottom:0.5em;
	font-style:italic;
	color:#0e2a6c;
}
.ProductPrice .RegularPrice
{
	font-size:1em;
	font-weight:bold;
}



td.ProductImages
{
	width:100%;
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;
}
.ProductImages div.ProductImage
{
	border:1px solid #303030;
	background-color:#FFFFFF;
	padding:2px;
	margin:auto;
}



td.ProductDetails 
{
	padding:10px 10px 10px 0px;
}




td.ProductInventory
{
	width:200px;
	padding:10px 0px 10px 13px;
	border-left:2px solid #9B1616;
	text-align:right;
}


table.ProductInventoryList
{
	margin-bottom:20px;
}
.ProductInventoryList td
{
	border:0px;
	padding:5px 0px 5px 0px;
	margin:0px;
}

.ProductSKU
{
	width:188px;
	height:50px;
	border:1px solid #303030;
	padding:5px 5px 8px 5px;
	background-color:#FFFFFF;
	overflow:hidden;
}
.ProductSKU:hover
{
	cursor:pointer;
}





.Checkout 
{
}

.Checkout .ProductName
{
	font-size:1.5em;
	font-weight:bold;
}
.Checkout .ProductAttributes
{
	font-size:1.2em;	
	font-style:italic;
}

.Checkout .CustomerName 
{
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:10px;
}
.Checkout .ShippingAddress
{
}

.Checkout .FinalTotal
{
	font-size:1.2em;
	font-weight:bold;
}
