﻿h2.lrProductNameHeader
{
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2.lrProductNameHeader a:visited,
h2.lrProductNameHeader a:link
{
	color: #648090;
	text-decoration: none;
	height: 30px; 
	padding: 2px;
	display: block;
}

h2.lrProductNameHeader a:hover
{
	background-color: #F2F4F5;
	color: #002945;
	height: 30px; 
	padding: 2px;
	display: block;
}

a.BuyProduct:link,
a.BuyProduct:visited
{
	display: block;
	height: 25px;
	text-align: center;
	line-height: 25px;
	width: 100px;
	border: solid 1px #E5E9EB;
	background-color: #EFF2F4;	
	color: #022A3F;
	text-decoration: none;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

a.BuyProduct:hover
{
	background-color: #E5E9EB;
	text-decoration: underline;
}

.lrPrice
{
	border-top: solid 1px #E4E4E4;
	border-bottom: solid 1px #E4E4E4;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* LandRoverPagerIndicator custom control */
.ProductsPager
{
	background-color:#EFF5F8;
	border-bottom:1px solid #8B9194;
	border-top:1px solid #8B9194;
	height: 45px;
	margin-bottom:10px;
	padding-top:6px;
	width:100%;	
}
.ProductsPager .PreviousPage
{
	width: 20%;
	float: left;
	line-height: 45px;
	color:#DCE1E4;
}

.ProductsPager .PreviousPage  a:link,
.ProductsPager .PreviousPage  a:visited,
.ProductsPager .PreviousPage  a:hover
{
	text-decoration: none;
	color: #648090;
}

.ProductsPager .NextPage
{
	width: 20%;
	float: right;
	line-height: 45px;
	color: #DCE1E4;
	text-align: right;
}

.ProductsPager .NextPage  a:link,
.ProductsPager .NextPage  a:visited,
.ProductsPager .NextPage  a:hover
{
	text-decoration: none;
	color: #648090;
}

.ProductsPager .PageIndicator
{
	width: 60%;
	float: left;
}
.ProductsPager .PageIndicator .PageNumber
{
	color:#03293C;
	display:block;
	float:left;
	height:22px;
	text-align:center;
	width:100%;
}

.ProductsPager .PageIndicator .PageSelector
{
	color:#03293C;
	display:block;
	float:left;
	height:22px;
	text-align:center;
	width:100%;
}

.ProductsPager .PageIndicator .PageSelector .pageSelectorAllPages:link,
.ProductsPager .PageIndicator .PageSelector .pageSelectorAllPages:visited
{
	text-decoration: none;
	border-right:1px solid #CCCCCC;
	/*clear:none;*/
	color:#333333;
	/*font-size:90%;*/
	margin:0;
	padding:4px 6px;
	/*position:relative;*/
}

.ProductsPager .PageIndicator .PageSelector .pageSelectorLastPage:link,
.ProductsPager .PageIndicator .PageSelector .pageSelectorLastPage:visited
{
	text-decoration: none;
	/*clear:none;*/
	color:#333333;
	/*font-size:90%;*/
	margin:0;
	padding:4px 6px;
	/*position:relative;*/
}
.ProductsPager .PageIndicator .PageSelector .pageSelectorAllPages:hover
{
	text-decoration: none;
	border-right:1px solid #CCCCCC;
	background-color: #DCE1E4;
	/*clear:none;*/
	color:#333333;
	/*font-size:90%;*/
	margin:0;
	padding:4px 6px;
	/*position:relative;*/
}
.ProductsPager .PageIndicator .PageSelector .pageSelectorLastPage:hover
{
	text-decoration: none;
	background-color: #DCE1E4;
	/*clear:none;*/
	color:#333333;
	/*font-size:90%;*/
	margin:0;
	padding:4px 6px;
	/*position:relative;*/
}