/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
/*ol,ul { 
	list-style:none; 
}*/ 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*
MASTER ELEMENTS
---------------------------------------------------------------------------------------------------------------- */
h2.label{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:1.8em;
	text-transform:uppercase;
	color:#999;
}
/*
MAIN STRUCTURE
---------------------------------------------------------------------------------------------------------------- */
html{
	font-size:16px;
	height:101%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
#header{
	width:100%;
	display:block;
	padding-bottom:2em;
}
#header #branding h1 a span img{
	display:block;
}
#wrapper{
	width:95%;
	padding:0;
	margin:0;
	padding-bottom:2em;
}
#content{
	clear:both;
	width:85%;
}
#sub-content{
	display:none;
}
#sub-content img{
	margin-top:2em;
}
.sub-contentItem{
	margin-bottom:2em;
	padding:1em;
	width:26em;
	clear:both;
	float:left;
}
#footer{
	clear:both;
	padding:2em;
}
.progress-bar,
#progress-bar{
	display:none;
}
.formInfo{
	display:none;
}
.formFields{
	width:85%;
	float:left;
}
legend {
	line-height:1.4em;
	margin:12px 0;
	float:none;
}
.summaryBox{
	margin:1em 0;
}
/*
TYPOGRAPHY
---------------------------------------------------------------------------------------------------------------- */
h1{
	font-size:2em;
	margin:1em 0;
}
h2{
	font-size:1.8em;
	margin:1em 0;
}
h3{
	font-size:1.6em;
	margin:1em 0;
}
h3{
	font-size:1.25em;
	margin:1em 0;
}
h5{
	font-size:1.2em;
	margin:1em 0;
}
p,li{
	font-size:11px;
	line-height:150%;
}
p{
	margin-bottom:10px;
}
.productShortDescription{
	font-weight:bold;
}
ul, ol {
	padding:0 0 0 2em;
	margin:1em 0;
}
ul {
	list-style:disc
}
fieldset {
	padding:12px;
	border: 1px solid #000;
}

/*HIDE BUTTONS
---------------------------*/
#back,#continue,#btnPrint,#btnClose,.helpButton{
	display:none!important;
}



/*
+--------------------------------------+
|                                      |
|     LEGACY STYLES - LEAVE INTACT     |
|                                      |
+--------------------------------------+
*/




/*
NAVIGATION
---------------------------------------------------------------------------------------------------------------- */
div#nav ul{
	list-style:none;
}
#nav{
	float:right;
}
/*
FORM ELEMENTS
---------------------------------------------------------------------------------------------------------------- */
legend{
	line-height:10px;
	margin-top:-10px;
	visibility:hidden;
}
label{
	display:block;
	font-size:0.83333333em;
	margin-bottom:0em;
	cursor:pointer;
	white-space:nowrap;
}
form .fullWidth,form .problemFullWidth{
	width:100%;
}
form .halfWidth{
	width:50%;
}
form .doubleDigit{
	width:2em;
}
input[type="submit"]{
	cursor:pointer;
}
div.third{
	float:left;
	width:32.5%;
}
div.third .thirdInput{
	width:95%;
}
span.formPromt{
	font-weight:bold;
	font-size:1.2em;
}
label.checkLabel{ /* For use on radios and checkboxes in the format: <p><input /><label class="checkLabel">Text</label></p> */
	font-size:1em;
	display:inline;
}
/*
POLICY PRICING
---------------------------------------------------------------------------------------------------------------- */
div.policyPricing{
	width:100%;
	overflow:hidden;
}
.filterPrices{
	margin-bottom:1.8em;
	float:left;
	width:63%;
}
.givenQuote{
	margin-bottom:1.8em;
	width:33%;
	float:right;
}
/*
SHOW/HIDE STYLES
---------------------------------------------------------------------------------------------------------------- */
.toggle{
	position:relative;
	margin-bottom:0.5em;
}
span.toggler{
	position:absolute;
	right:5px;
}
p.productShortDescription{
	margin-bottom:1em;
	margin-left:1em;
}
div.showHideDiv{
	padding:1em;
	margin-left:1em;
	margin-bottom:1.8em;
}
div.productDetails{
	padding-bottom:0;
	margin-bottom:1em;
	overflow:hidden;
}
div.productDetails .leftList{
	width:49%;
	float:left;
	padding:0.9em 0;
}
div.productDetails .rightList{
	width:49%;
	float:right;
	padding:0.9em 0;
}
div.productDetails ul{
	margin-left:1.25em;
	font-size:1.2em;
}
div.productDetails ul li{
	line-height:1.5em;
}
h4.productOptionTitle{
	margin:0;
}
div.productOption{
	padding:1em;
	border-top:none;
	margin-bottom:1.8em;
	overflow:hidden;
}
/*
MISC
---------------------------------------------------------------------------------------------------------------- */
.right{
	float:right;
}
.left{
	float:left;
}
.half{
	width:45%; /* Not exactly half, I know, but allow some tolerance for paddings etc */
}
.text-right{
	text-align:right;
}
.clear{
	clear:both;
}
.hide{
	position:absolute;
	left:-9999em;
}
.displayNone{
	display:none;
}
.displayBlock{
	display:block;
}
/*
SUMMARY/BASKET STYLES
---------------------------------------------------------------------------------------------------------------- */
#summary {
	padding:5px;
	margin-bottom:25px;
}
#summary ul {
	margin-left:15px;
}
#summary .total {
	margin-top:5px;
	margin-left:15px;
	padding-top:5px;
}/*
.customerAcceptance{
	height:200px;
	overflow:auto!important;
	background:#fff;
	color:#000;
}*/
/*
TABLE STYLES
---------------------------------------------------------------------------------------------------------------- */
table{
	width:100%;
	margin-bottom:1.8em;
}
th{
	font-size:1.5em;
	padding:0.5em;
}
td{
	padding:0.5em;
}
td.third p{
	margin-top:0.75em;
	margin-bottom:0.75em;
	margin-left:0.75em;
}
/*
LIST STYLES
---------------------------------------------------------------------------------------------------------------- */
ol#customerAcceptanceList{
	margin-left:1.5em;
	padding-bottom:1.5em;
}
ol#customerAcceptanceList li{
	font-size:1.2em;
}
ol#customerAcceptanceList li strong{
	font-weight:bold;
}
/*
CROSS SELL STYLES
---------------------------------------------------------------------------------------------------------------- */
div#cross-sell{
	width:100%;
	overflow:hidden;
	margin-bottom:1.8em;
}
/*
THROBBER STYLES
---------------------------------------------------------------------------------------------------------------- */
#throbber{
	width:50%;
	text-align:center;
	margin:2em auto;
	font-size:1em;
}
#throber img{
	font-size:1em;
}
/*
FAQ STYLES
---------------------------------------------------------------------------------------------------------------- */
#faqList{
	padding-bottom:5em;
}
/*
IMAGE STYLES
---------------------------------------------------------------------------------------------------------------- */
img.right{
	margin-bottom:2em;
	margin-left:2em;
}
img.left{
	margin-bottom:2em;
	margin-right:2em;
}
/*
ERROR MESSAGES ETC
---------------------------------------------------------------------------------------------------------------- */
.error-message,.help-message{
	display:block;
	clear:both;
	padding:1em 1em 1em 3.6em;
	margin:1em 0;
}
.helpButton{
	cursor:pointer;
	border:none;
	font-size:10px;
}
h5 .helpButton{
	font-size:10px;
}