﻿/******************************************************************/
/* body styles */
/******************************************************************/
html, body {
	height: 100%;
	min-height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000066;
}
html, body form {
	min-height:100%;
	height: 100%;
	background: #fff url(/images/bg_fade.png) repeat-x; /* Optional */
}
.heightfiller
{
	min-height:100%;
	height:100%;
}
a
{
	color:#0000ff;
}
a hover
{
	border-bottom:solid 1px #0000ff;
}
a visited
{
	color: #0000ff;
}
/******************************************************************/
/* standard html styles */
/******************************************************************/
h1 {
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	text-align:left;
}
h2 {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	text-align:left;
}
h3 {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-align:left;
}
h4 {
	font-size: 10px;
	text-align:left;
}
img
{
	border:none;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.boldbluelink
{
	color: #0000ff;
	font-weight: bold;
	text-align: left;
}
/******************************************************************/
/* titles */
/******************************************************************/
.bodytext h1 {
	padding-left: 100px;
	height: 50px;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	background-image: url('../images/icon_green_globe.gif');
	background-repeat: no-repeat;
}
.bodytext h1 span {
	padding-left: 50px;
	font-size: 16px;
	color: #000066;
}
.tick h1 {
	padding-left: 100px;
	height: 70px;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	background-image: url('../images/icon_tick.gif');
	background-repeat: no-repeat;
}
.arrow h1 {
	padding-left: 100px;
	height: 70px;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	background-image: url('../images/icon_arrow.gif');
	background-repeat: no-repeat;
}
.general h1 {
	padding-left: 100px;
	height: 70px;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	background-image: url('../images/icon_general.gif');
	background-repeat: no-repeat;
}
.centretext
{
	text-align:center;
}
/******************************************************************/
/* errors */
/******************************************************************/
.error
{
	font-size: 12px;
	color: #ff0000;
	padding:10px;
	background: #ffebcd;
	border:solid 1px #006666;
}
.errorpnl2
{
	font-size: 10px;
	color: #ff0000;
	padding:10px;
	background: #ffebcd;
	border:solid 1px #006666;
	width:140px;
}
.errorpnl3
{
	font-size: 12px;
	color: #ff0000;
	padding:10px;
	background: #ffebcd;
	border:solid 1px #006666;
	width:300px;
}
.errorinput
{
	border: solid 1px #ff0000;
	background: #ffebcd;
}
.errortext
{
	color:#ff0000;
}
/******************************************************************/
/* body text */
/******************************************************************/
.bodytext {
	font-size: 12px;
	padding: 10px;
	color: #000066;
}
.bodytext span
{
}
.disclaimer
{
	font-size:10px;
}
/******************************************************************/
/* partfinder user control */
/******************************************************************/
.regInput {
	background-image:url(../images/bg_reg_no.jpg);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	color: #000066;
	width: 105px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 2px;
	line-height: 19px;	
	color:#000000;
}

.partfinderquestion
{
	width:180px;
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;
	color:#000066;
}
.partfinderquestion select
{
	color:#000066;
	width:170px;
	padding-left:5px;
	padding-right:5px;
}
.partfinderquestion input
{
	color:#000066;
}
#partfinderspacer
{
	width:165px;
	height:25px;
	background-image:url(../images/spacer_partfinder_or.gif);
	background-repeat:no-repeat;
	}
#partfinderregno
{
	height:32px;
}
.partfinderregnobutton
{
}
.partfinderh1
{
	color:#000066;
	border-bottom:solid 1px #000066;
	padding:10px;
}
.freetext
{
	padding-right:10px;
	clear:both;
}
.freetextsmall
{
	width:400px;
}
.freetext12
{
	width:400px;
	font-size:12px;
}
/******************************************************************/
/* partfinder page */
/******************************************************************/
.partfinderquestionpageleft
{
	width:160px;
	float:left;
	font-weight:bold;
}
.partfinderquestionpageright
{
	width:270px;
	float:right;
}
.partfinderquestionpage
{
	float:left;
	width:450px;
	font-size:10px;
	padding-top:10px;
	color:#000066;
	text-align:left;
}
.partfinderquestionpage select
{
	color:#000066;
	width:170px;
	padding-left:5px;
	padding-right:5px;
}
.partfinderquestionpage input
{
	color:#000066;
}
#partfinderspacerpage
{
	width: 390px;
	height: 25px;
	background-image: url(../images/spacer_partfinder_or_400.gif);
	background-repeat: no-repeat;
}
#partfinderregnopage
{
	height:25px;
}
.partfindercontinuebuttonpage
{
	padding-top:10px;
	width:400px;
	text-align:right;
}
.partfinderaddrequestbuttonpage
{
	clear:both;
}
.partfindertextelementpage
{
	padding-top:10px;
	width:400px;
	text-align:left;
}
.summarycardetails
{
	width:180px;
	padding-left:30px;
	overflow:hidden;
}
.summarycardetails dl
{
	clear: both;
}
.summarycardetails dt
{
	font-weight:normal;
	margin:0px;
	width:50px;
}
.summarycardetails dd
{
	font-weight:bold;
	padding-left:10px;
}
.summaryitem
{
	background-image: url(../images/bg_summary_item.gif);
	background-repeat: no-repeat;clear: both;
    width:180px;
	padding-left:40px;
	overflow:hidden;
	border-bottom:dashed 1px #000066;
}
.summaryitem dl
{
	clear: both;
}
.summaryitem dt
{
	font-weight:bold;
	margin:0px;
}
.summaryitem dd
{
	font-weight:normal;
	padding-left:10px;
}
.quickfindbutton
{
	width:160px;
	text-align:right;
}
/******************************************************************/
/* testimonials */
/******************************************************************/
.testimonial
{
	background-image:url(../images/star_rating.gif);
	background-repeat:no-repeat;
	padding-top:17px;
	padding-bottom:5px;
	width:170px;
	font-size:10px;
	color:#000066;
}
.testimonial span
{
	font-weight:bold;
}
/******************************************************************/
/* requests */
/******************************************************************/
.requestitem
{
	width:200px;
	padding-left:10px;
	overflow:hidden;
}
/******************************************************************/
/* external links */
/******************************************************************/
.externallinks
{
	padding-left:20px;
	padding-top:17px;
	padding-bottom:5px;
	width:160px;
	font-size:10px;
}
.externallinks a
{
	font-weight:bold;
}
/******************************************************************/
/* questions */
/******************************************************************/
.questionitem
{
	height:25px;
	clear:both;
}
.questiontext
{
	float:left;
	font-size:12px;
	font-weight:bold;
	clear:both;
}
.questioninput
{
	float:right;
	padding-right:50px;
	width:200px;
	clear:both;
}
.questioninput2
{
	float:right;
	width:100%;
}
.submit
{
	text-align:right;
	clear:both;
}
.mandatory
{
	float:right;
	color:red;
}
.help
{
	float:right;
}
.question
{
	float:left;
}
.mandatoryitem
{
	float:right;
	color:red;
}
/******************************************************************/
/* tel */
/******************************************************************/
.tel
{
	text-align:right;
}
.tel span
{
	color: #1e90ff;
}
/******************************************************************/
/* Adverts */
/******************************************************************/
.sidebanner
{
	position: absolute;
	top: 160px;
	left:998px;
	width: 120px;
	height: 10px;
}
