﻿.lrProductDetails
{
}

.lrProductDetails h1
{
	font-size: 18px;
	color: Black;
	padding-left: 5%;
	margin: 0px 0px 25px 0px;
	height: 45px;
	line-height: 45px;
	background-color:#EFF5F8;
	border-bottom:1px solid #8B9194;
	border-top:1px solid #8B9194;
}

.lrProductDetails .lrProductImage
{
	float: left;
	width: 260px;
}
.lrProductDetails .lrProductInfo
{
	margin-left: 262px;
	padding-left: 2%;
	border-left: dashed 1px black;
}

.lrProductDetails .lrProductInfo .lrProductInfoUpperPanel
{
	margin-bottom: 10px;
}

.lrProductDetails .lrProductInfo .lrProductInfoMiddlePanel
{
	height: 160px;
	text-align: justify;
	margin-bottom: 10px;
}

.lrProductDetails .lrProductInfo .lrProductInfoBottomPanel
{
	margin-bottom: 10px;
}

.BuyNow
{
	text-align: center;
}
.BuyNow a:link,
.BuyNow a:visited
{
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	display: block;
	line-height: 25px;
	width: 150px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: White;
	border: solid 1px #00293F;
	background-color: #648090;
}

.itemAlreadyInCart
{
	color: Red;
	font-size:10px;
	padding-left: 5px;
}