﻿/* Styling Common to the homepage */
.BlueBorderInput
{
	border: solid 1px #4395CE;
	position:absolute;
	bottom:40px;
	right:10px;
	width:111px;
}
.ErrorReg{position:absolute;bottom:49px;left:5px;font-family: Verdana, Helvetica, sans-serif;text-decoration: none;font-size:  11px;font-weight: bold }
.CarRegInput
{
	border: solid 0px #4395CE;
	position:absolute;
	bottom:19px;
	right:55px;
	width:117px;
	color:#000000;
	background-color:#F8F802;
	padding-bottom: 2px;
	text-transform: uppercase;
	text-align: center;	
}
.InputRegEmail
{
	border: solid 1px #4395CE;
	position:absolute;
	bottom:80px;
	right:40px;
	width:150px;
	font-size:9px;
	color:Gray;
}

.LeftBlueBox 
   {
	border-width: 0;
	background-image:url("images/bgbluebox.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-left:20px;
	float:left;
	position:relative;
	}
	
.PartBlueBox 
   {
	border-width: 0;
	background-image:url("images/bgpartsrch.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-left:20px;
	float:left;
	position:relative;
	}	
.CatalogueDownload
   {
	border-width: 0;
	background-image:url("images/bgcatalogue.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-left:20px;
	float:left;
	position:relative;
	}

.WillItFitBlueBox 
{
	border-width: 0;
	background-image:url("images/bgWillitFit.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-left:20px;
	float:left;
	position:relative;
}

.BlueBoxParrot
   {
	border-width: 0;
	background-image:url("images/ParrotIcon.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-right:30px;
	float:right;
	position:relative;
}

.BlueBoxMost
   {
	border-width: 0;
	background-image:url("images/Most.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-right:30px;
	float:right;
	position:relative;
}

.BluePartCog
{
	position:absolute;
	left:0px;
	bottom:-1px;
	height:57px;
	width:51px;
}
.RightBlueBox 
   {
	border-width: 0;
	background-image:url("images/bgbluebox.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-right:30px;
	float:right;
	position:relative;
	}
	
.ProductOverview
   {
	border-width: 0;
	background-image:url("images/bgpoverview.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-right:30px;
	float:right;
	position:relative;
	}	
.RegSrch
   {
	border-width: 0;
	background-image:url("images/bgregsrch.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-right:30px;
	float:right;
	position:relative;
	}	
.DealerNews
   {
	border-width: 0;
	background-image:url("images/bgdnews.jpg");
	width:204px;
	height:151px;
	margin-bottom:20px;
	margin-right:30px;
	float:right;
	position:relative;
	}
		
.BlueBoxGo
{
	position:absolute;
	bottom:3px;
	right:6px;
}

.BlueBoxHeadText
{
	font-family:Tahoma;
	color:White;
	font-size:12px;
	position:absolute;
	top:8px;
	left:14px;
}


A.BoxLink, A.BoxLink:link, A.BoxLink:visited,A.BoxLink:hover
{
    text-decoration: none; 
    cursor:hand;
}


