
/*************************************************************************** Shop Online Page */
/*************************************************************************** Shop Item */

.ShopItem
{
	width: 758px;
	position: relative;
	margin: 0;
}

hr.ShopSpacer
{
	color:#d9e1e9;
	background:#d9e1e9;
	margin:25px 0 25px 0;
}

.ShopItem .ProductImages
{
	text-align: center;
	width: 168px;
	float: left;
}

.ShopItem .ProductImages img
{
	border:0;
}

.ShopItem .ProductDetails
{
	width: 550px; /*408px;*/
	float: left;
}

.ShopItem h2.ProductTitle
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color:#0079BF;
	font-size: 14px;
	text-transform:uppercase;
	/*margin: 25px 0 12px 0;*/
	margin:0 0 10px 0 ;
	padding: 0;
}

.ShopItem h2.ProductTitle span
{
	font-size: 11px;
	color: #48a621;
	margin-left:10px;
}

.ShopItem .ProductDetails p.SpecialOffer
{
	margin-top:10px;
	font-weight:bold;
}

.ShopItem .ProductDetails p.SpecialOffer span
{
	color: #48a621;
	font-size:larger;
}

.ShopItem .ProductDetails p.SpecialOffer strike
{
	color:Red;
}


/*************************************************************************** Shop Online Buyer Options */


.ShopItem .PurchaseButtons
{
/*	text-align: right;
	position: absolute;
	bottom: 25px;
	right: 23px;*/
}

.ShopItem .PurchaseButtons .Options
{
	margin-top:10px;
}

.ShopItem .PurchaseButtons .ButtonRow
{
	margin-top:10px;
}

.ShopItem .PurchaseButtons .ButtonRow *
{
	vertical-align:middle;
}


.ShopItem .PurchaseButtons label
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #48a621;
	margin: 0 10px 0 0;
	padding: 0;
	line-height:20px;
}

.ShopItem .PurchaseButtons select
{
	margin: 8px 0 0 0;
}

.ShopItem .PurchaseButtons p
{
	color: #48a621;
	font-size: 12px;
	font-family: Verdana, Geneva, Sans-Serif;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.ShopItem .PurchaseButtons input
{
	margin: 0 20px 0 0; /*top:18px*/
}

/*************************************************************************** Checkout Page */

.ShoppingSteps 
{ 
	margin: 0 0 19px 0; 
	padding: 1px 0 0 0;
	position: relative;
}

.ShoppingSteps dl
{
	position: relative;
	margin: 0;
	padding: 0;
}

.ShoppingSteps dt
{
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

.ShoppingSteps dd
{
	margin: 0 20px 0 0;
	float: left;
	padding: 6px 0 0 0;
	color: #0079bf;
}

.ShoppingSteps dd.Disabled
{
	color:#c0c0c0;
}


/*************************************************************************** Product Information */

table.ProductInfo
{
	color: #808080;
	margin: 0 0 18px 0;
	background: #f1f7fa;
	width:100%;
	border: solid 1px #d9e1e9;
	border-collapse:collapse;
}

table.ProductInfo tr.Header th
{
	border: solid 1px #d9e1e9;
	padding: 5px;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #0079bf;
}

table.ProductInfo th
{
	padding: 5px;
	border: solid 1px #d9e1e9;
	line-height:12px;
	font-weight:bold;
}

table.ProductInfo th span
{
	display:block;
	font-style:italic;
	font-weight:normal;
}

table.ProductInfo td
{
	padding: 5px;
	border: solid 1px #d9e1e9;
}

table.ProductInfo tr.SetRow th,
table.ProductInfo tr.SetRow td
{
	border-bottom:0;
	padding:2px 5px 2px 5px;
}

table.ProductInfo tr.SubItemRow th,
table.ProductInfo tr.SubItemRow td
{
	border-bottom:0;
	border-top:0;
	padding:2px 5px 2px 5px;
	font-weight:normal;
}

table.ProductInfo tr.SubItemRow th
{
	padding-left:25px;
}


.ProductInfo table.old td
{
	padding: 5px;
	border-right: solid 1px #d9e1e9;
}

.ProductInfo .Centre
{
	text-align: center;
}

.ProductInfo .Right
{
	text-align: right;
}

.ProductInfo input
{
	text-align:center;
}

.ShoppingOptions input
{
	float: left;
	margin: 0 12px 0 0;
	padding-top: 5px;
}

.ProductTotal
{
	float: right;
	padding: 10px;
	border: solid 1px #d9e1e9;
	background: #f1f7fa;
}

