﻿/*
Orange = #F26721
Lightblue = #81ACDC
DarkBlue = #2a5075
Buttongrey =#8C8C8C
*/

/* Wizard step tracker */
.stepcontainer_outer
{
	width:900px;
	height:40px;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
}
.stepcontainer_outer .leftcorners
{
	position:relative;
	float:left;
	height:42px;
	width:21px;
	background-image:url(images/wizard_progress_corner_left.gif);
	background-position: left top;
	background-repeat:no-repeat;
}

.stepcontainer_outer .rightcorners
{
	position:relative;
	float:right;
	height:42px;
	width:21px;
	background-image:url(images/wizard_progress_corner_right.gif);
	background-position: left top;
	background-repeat:no-repeat;
}

.stepcontainer 
{
	height:38px;
	border-top:2px solid #8C8C8C;
	border-bottom:2px solid #8C8C8C;
	background-color:#ffffff;
}

.step 
{
	height:38px;
	width:135px;
	float:left;
	text-align:left;
	color: #000000;
	cursor:default;
}

.stepcomplete
{
	cursor:pointer;
}

.stepname
{
	height:38px;
	padding-top:12px;
	font-size:14px;
}

.stepname a
{
	text-decoration:none;
	color:#333333;
}

.step1, .step2, .step3, .step4, .step5
{
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:32px;
	color:#333333;
}

.step1
{
	margin-left:20px;
	background-image:url('images/1r.png');
}

.step2
{
	background-image:url('images/2r.png');
}

.step3
{
	background-image:url('images/3r.png');
}

.step4
{
	background-image:url('images/4r.png');
}

.step5
{
	background-image:url('images/5r.png');
}

.step1_active, .step2_active, .step3_active, .step4_active, .step5_active
{
	background-position:center left;	
	background-repeat:no-repeat;
	padding-left:32px;
	font-weight:bold;
	color:#000000;
}

.step1_active
{
	margin-left:20px;
	background-image:url('images/1.png');
}

.step2_active
{
	background-image:url('images/2.png');
}

.step3_active
{
	background-image:url('images/3.png');
}

.step4_active
{
	background-image:url('images/4.png');
}

.step5_active
{
	background-image:url('images/5.png');
}

/* END Wizard step tracker */

/*Quoting Wizard*/

.Emphasised
{
	font-weight:bold;
}

.findaddress
{
	float:left;
}

.hidden
{
	display:none;
}

.LandRegistryStatusPreselectedNotice
{
	padding-left:10px;
	font-size:8pt;
	display:none;
}

.AddressLookup
{
	width:650px;
	border:0;
	background-color:Transparent;
}

.SearchButton
{
	float:left;
}

.wizard_navigation
{
	float:right;
	margin-right:10px;
	margin-top:20px;
}







.PackageSelectionErrorContainer
{
	float:right;	
	margin-top:75px;
	text-align:right;
}

.PackageSelectionErrorMessage
{
	color:#ff0000;	
	font-weight:bold;
	font-size:16px;
}

.termsandconditions
{
	margin:15px 25px 15px 25px;
}

.termsandconditions3rdparty
{

}

.pricetable
{
	width:100%;
	font-size:16px;
	clear:both;
}

.pricetable th
{
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

.pricetable .th_description
{
	width:auto;
}

.pricetable .th_net, .th_vat, .th_total
{
	width:100px;
}

.pricetable td
{
	text-align:right;	
}

.pricetable .td_description
{
	text-align:left;
}

.pricetable .hr
{
	border-bottom:1px solid black;
}
