/***** Global Settings *****/

html, body
{
    border: 0;
    margin: 0;
    padding: 0;
}

body
{
    font: 100%/1.25 arial, helvetica, sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1
{
    padding: 30px 0 25px 0;
    letter-spacing: -1px;
    font: 2em arial, helvetica, sans-serif;
}

h2
{
    padding: 20px 0;
    letter-spacing: -1px;
    font: 1.5em arial, helvetica, sans-serif;
}

h3
{
    font: 1em arial, helvetica, sans-serif;
    font-weight: bold;
}

p, ul, ol
{
    margin: 0;
    padding: 0 0 18px 0;
}

ul, ol
{
    list-style: none;
    padding: 0 0 18px 40px;
}

blockquote
{
    margin: 22px 40px;
    padding: 0;
}

small
{
    font-size: 0.85em;
}

img
{
    border: 0;
}

sup
{
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}

sub
{
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}

acronym, abbr
{
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

/***** Links *****/

a, a:visited
{
    text-decoration: none;
}

/***** Forms *****/

form
{
    margin: 0;
    padding: 0;
    display: inline;
}

input, select, textarea
{
    font: 1em arial, helvetica, sans-serif;
}

textarea
{
    line-height: 1.25;
}

label
{
    cursor: pointer;
}

/***** Tables *****/

table
{
    border: 0;
    margin: 0 0 18px 0;
    padding: 0;
}

table tr td
{
    padding: 2px;
}

/***** Global Classes *****/

.clear
{
    clear: both;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}

.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.underline
{
    border-bottom: 1px solid;
}
.highlight
{
    background: #ffc;
}

.wrap
{
    width: 960px;
    margin: 0 auto;
}

.img-left
{
    float: left;
    margin: 4px 10px 4px 0;
}
.img-right
{
    float: right;
    margin: 4px 0 4px 10px;
}

.nopadding
{
    padding: 0;
}
.noindent
{
    margin-left: 0;
    padding-left: 0;
}
.nobullet
{
    list-style: none;
    list-style-image: none;
}

/***** Header *****/

.header
{
    height: 104px;
	position: relative;
	margin-top: 3px;
}
.header .text 
{
	font-size: 12px;
	line-height: 104px;
}
.header h1
{
	vertical-align: middle;
}
.header *
{
	text-align: left;
}
.header * span.picture
{
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.header .logo
{
    width: 334px;
	height: 104px;
	line-height: 104px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}
.header .logo span.picture
{
    background-image: url(../../../IMG/IMG-Admiral/common/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.header .banner
{
    width: 203px;
	height: 104px;
	margin: 0px;
	position: absolute;
	line-height: 16px;
	right: 0px;
	top: 0px;	
}
.header .banner span.picture
{
    background-image: url(../../../IMG/IMG-Admiral/common/banner.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.banner, .logo 
{
    padding-bottom: 0px;
    padding-top: 0px;
}

/***** Menu *****/

.navq
{
    float: left;
    clear: both;
    width: 930px;
    height: 39px;
    list-style-type: none;
    list-style: none;
    background-image: url(../../../IMG/IMG-Admiral/common/topMenu.gif);
    padding-left: 50px;
    padding-top: 10px;
}


.miln
{
    float: left;
    width: 26px;
    height: 26px;
    background-image: url(../../../IMG/IMG-Admiral/common/miln.jpg);
    background-repeat: no-repeat;
    display: block;
}
.micn
{
    float: left;
    width: auto;
    height: 26px;
    background-image: url(../../../IMG/IMG-Admiral/common/micn.jpg);
    background-repeat: repeat-x;
}
.mirn
{
    float: left;
    width: 9px;
    height: 26px;
    display: block;
    background-image: url(../../../IMG/IMG-Admiral/common/mirn.jpg);
    background-repeat: repeat-x;
}
.mils
{
    float: left;
    width: 26px;
    height: 26px;
    background-image: url(../../../IMG/IMG-Admiral/common/mils.jpg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    display: block;
}
.mics
{
    float: left;
    width: auto;
    height: 26px;
    background-image: url(../../../IMG/IMG-Admiral/common/mics.jpg);
    background-repeat: repeat-x;
    list-style-type: none;
}
.mirs
{
    float: left;
    width: 9px;
    height: 26px;
    display: block;
    background-image: url(../../../IMG/IMG-Admiral/common/mirs.jpg);
    background-position: 0% 0%;
    background-repeat: repeat-x;
}

.navlink
{
    font-size: 12px;
    color: black;
    margin: auto;
    margin-left: 7px;
    margin-right: 7px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    float: left; 
    *float: none;
    padding-top: 5px;
}
a.navlink:link
{
    font-size: 12px;
    color: black;
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    float: left; 
    *float: none;
}
a.navlink:visited
{
    font-size: 12px;
    color: black;
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    float: left; 
    *float:none;
}
a.navlink:hover
{
    font-size: 12px;
    color: black;
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: underline;
    font-weight: bold;
    display: block;
    float: left; 
    *float:none;
}
.navlinkd
{
    font-size: 10px;
    color: black;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    float: left; 
    *float:none;
    padding-top: 5px;
}
a.navlinkd
{
    font-size: 10px;
    color: black;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    float: left; 
    *float: none;
}
.navlinkn
{
    font-size: 10px;
    color: black;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    float: left; 
    *float: none;
    padding-top: 5px;
}
a.navlinkn:link
{
    font-size: 10px;
    color: black;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    float: left; 
    *float: none;
}
a.navlinkn:visited
{
    font-size: 10px;
    color: black;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    float: left; 
    *float: none;
}
a.navlinkn:hover
{
    font-size: 10px;
    color: black;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: underline;
    font-weight: normal;
    display: block;
    float: left; 
    *float: none;
}
.navlinks
{
    font-size: 10px;
    color: white;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    float: left; 
    *float: none;
    padding-top: 5px;
}
a.navlinks:link
{
    font-size: 10px;
    color: white;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    float: left; 
    *float: none;
}
a.navlinks:visited
{
    font-size: 10px;
    color: white;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    float: left; 
    *float: none;
}
a.navlinks:hover
{
    font-size: 10px;
    color: white;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: underline;
    font-weight: normal;
    display: block;
    float: left; 
    *float: none;
}

/***** Primary Content *****/

.primary-content
{
    float: left;
    width: 700px;
    background-image: url(../../../IMG/IMG-Admiral/common/quotePanelBottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
.required
{
    float: left;
    margin: 20px 20px 10px 20px;
}
.pleaseNote
{
    color: Black; /*font-size: 1.2em;*/
    font-size: 12px;
    font-weight: bold;
}
.freePolicy
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
    padding-bottom: 10px;
}
/*
.privacy-policy .freePolicy, 
.terms-conditions .freePolicy
{
	display: none;
}
.nosession .freePolicy
{
	display: none;
}
*/
.privacy-policy .content, .terms-conditions .content
{
    margin-top: -25px;
}
.nosession .freePolicy
{
    padding-left: 15px;
}
.theStage
{
    display: none;
}
.form-section
{
    width: 700px;
}

.appContent
{
    width: 680px;
    margin-left: 20px;
    padding-top: 0px;
    font-size: 1.1em;
}
.cQuote2 p
{
    color: black;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 12px;
}
.cQuote2 p a
{
    color: red;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 12px;
    text-decoration: underline;
}
.cQuote2 .row
{
    margin: 20px 0px 20px 0px;
}
form .head
{
    margin-bottom: 0 !important;
}
input, textarea, select
{
    border: solid 1px #A5ACB2;
    height: 18px;
}
label
{
    min-height: 18px;
}
* html label
{
    height: 18px;
}
* html .line
{
    height: 1px;
}

.formsplit
{
    padding-bottom: 17px;
}
.row
{
    width: 680px;
    color: black;
}
.line
{
    width: 425px;
    height: 1px;
    margin-bottom: 5px;
    display: block;
    font-size: 0px;
}

.rowWarning
{
    margin-top: -15px;
}
.rowHelp
{
    width: 680px;
    margin-bottom: 5px;
    background-image: url(../../../IMG/IMG-Admiral/common/helpBkg.jpg);
    background-repeat: no-repeat;
    background-position: top;
}
.resultsModalPanel
{
    width: 460px;
    margin-bottom: 5px;
    background-color: white;
}
.error
{
    font-weight: bold !important;
    color: #f00;
}
.labelText
{
    float: left;
    width: 180px;
    color: black;
    font-weight: bold;
    font-size: 1em;
}
.labelError
{
    color: red;
    float: left;
    width: 180px;
    font-weight: bold;
}
.disabledText
{
    background-color: #d3d3d3;
}
.labeltxtbold
{
    float: left;
    width: 180px;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.labeltxtdefault
{
    float: left;
    width: 400px;
    font-weight: normal;
    margin: 0 0 0 10px;
}
.labeltxtwhite
{
    float: left;
    width: 180px;
    font-weight: normal;
    margin: 0 0 0 10px;
    color: black;
}
h4
{
    display: inline;
    font-size: 1.0em;
}
.helpIconSpacer
{
    float: left;
    width: 20px;
    display: block;
    height: 20px;
}
.message
{
    float: right;
    width: 170px;
    margin-right: 15px;
}
.message span
{
    margin-bottom: 1px;
}
.ddboxPostCode
{
}
.helpMessage
{
    display: block;
    border: solid 1px #bee4f7;
    padding: 5px;
    color: Black;
}
.errorMessage
{
    display: block;
    color: red;
    padding: 5px;
    _padding: 2px;
    border: solid 1px red; /*width: 170px;*/
}
.row input
{
    float: left;
    width: 200px;
    margin-left: 25px;
}
.row textarea
{
    float: left;
    width: 200px;
    margin-left: 25px;
}
.row select
{
    float: left;
    width: 60px;
    margin-left: 25px;
    height: 20px;
}
.rowHelp input
{
    float: left;
    width: 200px;
    margin-left: 25px;
}
.rowHelp textarea
{
    float: left;
    width: 200px;
    margin-left: 25px;
}
.rowHelp select
{
    float: left;
    width: 60px;
    margin-left: 25px;
    height: 20px;
}

/* Multiple select boxes */

.multipleselect .inner
{
    width: 306px;
    float: left;
}
.multipleselect .message
{
    float: right;
    width: 170px;
}
.multipleselect .inner label
{
    float: left;
    margin-left: 2px;
    padding-top: 3px;
}
.multipleselect .inner label.first
{
    margin-left: 25px;
    padding-right: 1px;
}
.multipleselect .inner label.first2
{
    margin-left: 25px;
    padding-right: 1px;
}
.multipleselect .inner .dayDateField
{
    margin-left: 0;
    display: inline;
}
.inner .clearing
{
    width: auto;
}
.multipleselect .inner .monthDateField, .multipleselect .inner .yearDateField
{
    margin-left: 1px;
    margin-right: 0px;
    float: left;
    display: inline;
}
.radiocheck .message
{
    float: right;
    width: 267px;
}
.radiocheck .helpIconSpacer
{
    left: 5px;
    top: 0;
}
.radiocheck .inner
{
    width: 509px;
    float: left;
}
.radiocheck input
{
    border: none;
}
.radiocheck label
{
    position: relative;
    display: block;
    float: left;
    clear: left;
}
.radiocheck label .inputwrapper
{
    float: left;
    width: 225px;
}
.radiocheck label .inputwrapper span
{
    padding-top: 3px;
    padding-left: 10px;
}
.radiocheck input
{
    width: auto;
}
/*
-ID-polDet
{
    margin-left: 20px;
    width: 450px;
}*/
.radioList
{
    width: 200px !important;
    float: left;
    border: 0px;
    margin-left: 0px;
}
.radioList input
{
    width: 20px;
    float: left;
    height: 20px;
    border: 0px;
}
.radioList label
{
    width: 30px;
    float: left;
    border: 0px;
}
.areaCheckBox
{
    width: 700px;
    height: 50px;
}
.checkBoxField
{
    border: 0px;
    float: left;
}
.row .checkBoxField input, .rowHelp .checkBoxField input
{
    width: 15px;
    border: 0px;
}
.checkBoxField label
{
    width: 0px;
    border: 0px;
}
.labelLicence
{
    padding-left: 23px;
    width: 160px;
}
.checkboxarea
{
    float: left;
    border: 0px;
    width: 80px;
}
.claims
{
    padding-left: 25px;
}
.tableClaims
{
    width: 330px;
    float: left;
}
.whiteelem
{
    padding-left: 20px;
}
.dataList
{
    width: 330px;
    float: left;
}
.btnAddClaim, .addClaimButton, .addConvictionButton
{
    float: left;
    font-size: 0.9em;
}
.row:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.row
{
    display: inline-block;
}
* html .row
{
    height: 1%;
}
.row
{
    display: block;
}
.rowHelp:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .rowHelp
{
    height: 1%;
}
.rowHelp
{
    display: block;
    color: White;
}
input.helpButton
{
    margin-left: 8px;
    float: left;
    width: 12px;
    display: block;
    height: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-image: url(../../../IMG/IMG-Admiral/common/help.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    color: white;
    background-color: Transparent;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 0em;
}
.buttonsArea
{
    width: 700px;
    height: 50px;
    float: left;
    margin-top: 20px;
}
.buttonsRight
{
}
.roundButtonRight
{
    float: right;
    width: 201px;
    height: 30px;
    border: 0;
    background-image: url(../../../IMG/IMG-Admiral/common/largeButton.gif);
    color: White;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.roundButtonRight:hover
{
    float: right;
    width: 201px;
    height: 30px;
    border: 0;
    background-image: url(../../../IMG/IMG-Admiral/common/largeButton.gif);
    color: White;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.roundButtonLeft
{
    float: left;
    width: 108px;
    height: 30px;
    border: 0px;
    background-image: url(../../../IMG/IMG-Admiral/common/smallButton.gif);
    color: White;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.roundButtonLeft:hover
{
    float: left;
    width: 108px;
    height: 30px;
    border: 0px;
    background-image: url(../../../IMG/IMG-Admiral/common/smallButton.gif);
    color: White;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.delete span
{
    font-size: 12px;
    color: #5474af;
    text-decoration: none;
    width: 100px !important;
    background-color: #bee4f7;
    padding-left: 2px;
    padding-right: 2px;
}
.item
{
}
.highlightedItem
{
    background-color: Silver;
}
.scrollAutoComplete
{
    border: 1px solid buttonshadow;
    margin: 0px;
    padding: 0px;
    text-align: left;
    cursor: default;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    background-color: window;
    color: windowtext;
    position: absolute;
    width: 202px;
    left: -1003px;
    top: -1000px;
    height: 200px;
    overflow: scroll;
}
.gender
{
    float: left;
    width: 200px;
    font-weight: normal;
    margin-left: 30px;
}

.row select.titleDropDown
{
    width: auto;
}

/***** Secondary Content *****/

.secondaryContent
{
    float: right;
    width: 240px;
    margin-right: 5px;
}
.secondaryContentTop
{
    width: 240px;
    margin-top: 10px;
    float: left;
    background: url(../../../IMG/IMG-Admiral/common/whitePanelFull.png);
    background-position: top;
    background-repeat: no-repeat; /*  background-color:#71ad53;   */
}
.secondaryContentBottom2
{
    width: 240px;
    float: left;
    background: url(../../../IMG/IMG-Admiral/common/panel1bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding-bottom: 10px;
}
.secondaryContentContent
{
    width: 240px;
    color: White;
    float: left;
    background: url(../../../IMG/IMG-Admiral/common/contentSecondary.jpg);
    background-repeat: repeat-y;
}
.titleArea
{
    color: black;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
}
.helpArea
{
    color: black;
    font-size: 12px;
    padding: 0px 10px 5px 10px;
    display: block;
    text-align: justify;
}
.static
{
    display: block;
    color: black;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    text-align: justify;
}
.static h2
{
    font-size: 14px;
    color: black;
}
.static p
{
    font-size: 12px;
    color: black;
}
.static ul
{
    font-size: 12px;
    color: black;
    margin-left: 10px;
}
.dummyNone
{
    display: none;
}
.dynamic
{
    padding: 5px 0px 5px 0px;
}
.phoneNr
{
    width: 220px;
    height: 18px;
    display: block;
    font-size: 17px;
    text-align: center;
    color: Black;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -20px;
}

/***** Footer *****/

.extra
{
    padding-top: 20px;
    height: 200px;
    width: 980px;
    display: inline-block;
    float: left;
}
.pageContainer .extra
{
    text-align: center;
}
a.privacyLink
{
    text-decoration: underline;
    font-size: 10px;
    color: black;
    text-align: center;
}
a.termsLink
{
    text-decoration: underline;
    font-size: 10px;
    color: black;
    text-align: center;
}
.copyright
{
    margin-top: 20px;
    font-size: 12px;
    color: black;
    text-align: center;
}
.reference_number
{
    font-size: 12px;
    color: black;
    text-align: center;
}

/***** Layout *****/

body *
{
	margin: 0;
	padding: 0;
}
img, object
{
	border: 0;
}
body
{
	text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: white;
	padding: 0;
	margin: 0;
}

form .head
{
	margin-bottom: 0 !important;
}

.pageContainer
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.wrapperContent
{
	width: 980px;
	display: block;
	float: left;
	background-color: #bee4f7;
	border-bottom: 3px solid #0066cc;
}
.wrapper
{
	font-size: 1.1em;
	float: left;
	width: 700px;
	margin-left: 10px;
	_margin-left: 5px;
	background-image: url(../../../IMG/IMG-Admiral/common/quotePanelTop.jpg);
	background-repeat: no-repeat;
	background-color: White;
}
.content
{
	float: left;
}
p
{
	margin: 0;
	padding: 0;
	line-height: 15px;
}

a
{
	color: #0e6fcd;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #cc0000;
	text-decoration: underline;
}
a span
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	font-size: 0;
	line-height: 0;
}
.clearing
{
	display: inline-block;
}

* html .clearing
{
	height: 1%;
}
.clearing
{
	display: block;
}


.skipLink
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 1px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}
.warning
{
	display: block;
	float: left;
	line-height: 1.27em;
	margin-bottom: 10px;
	padding-top: 0;
}
.cQuote1 *
{
	white-space: normal;
}
.doNotNotify input
{
	width: 20px !important;
	float: left !important;
	margin-left: 110px !important;
	margin-top: -15px;
}
.warning span div input
{
	width: 20px !important;
	float: left !important;
	margin-left: 460px !important;
	margin-top: -17px;
}
.agreeerror
{
	border: 1px solid red;
	color: red;
	display: block;
	width: 450px;
}
.already
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	padding-bottom: 10px;
}
/*terms and privacy*/
.textWhiteRestultBold
{
	color: black;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold !important;
	padding-bottom: 5px;
	padding-top: 5px;
}
.textWhiteRestult
{
	font-size: 0.85em;
	line-height: 150%;
	text-align: justify;
	text-indent: 30px;
}
#main
{
	color: Black;
	margin: 20px 0px 80px 0px;
	padding: 0px 20px 0px 20px;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	line-height: 150%;
}
.nosessionpara
{
	line-height: 200%;
	padding: 0px 15px 0px 15px;
}
.nosession .primary-content
{
	padding-bottom: 30px;
}
.nosession .wrapper
{
	margin-top: 5px;
}

/* Tick Box -------------------------------*/

.lblDataProtection, 
.doNotNotify, 
.lblWarning
{
	display: none;
}

/***** Layout Adjustments *****/

.panelPopUp
{
    width: 100%;
}
.row select.ddboxPostCode
{
    width: 350px;
    height: 20px;
}
.row input.okModalPanelButton
{
    width: 120px;
}
.row input.cancelModalPanelButton
{
    width: 75px;
}
.panelText
{
    background-color: White;
}
div .modalPopup
{
    display: none;
}
body div .visibleModalPopup
{
    display: block !important;
}
.vertical_aligner, .floatedClear, .dropShadow, .floated_clear
{
    display: none;
}
span.widthAuto, div.widthAuto, .widthAuto
{
    width: auto !important;
}
.row select.maritalStatusDropDown, 
.row select.occupationTypeDropDown, 
.row select.typeOfLicenceDropDown, 
.row select.ridersToBeInsuredDropDown, 
.row select.relationToProposerDropDown, 
.row select.ridingUseDropDown, 
.row select.policyCoverDropDown, 
.row select.voluntaryExcessDropDown, 
.row select.typeOfLicenceDropDown, 
.row select.motorcycleUsageDropDown, 
.row select.annualMileageDropDown, 
.row select.manufacturerDropDown, 
.row select.modelDropDown, 
.row select.overnightStorageDropDown, 
.row select.claimCauseOrDescriptionDropDown
{
    width: 200px;
}
.row input.inputPostCode
{
    width: 100px;
    width: 80px !important;
}
.row .inner .dayDateField, .rowHelp .inner .dayDateField
{
    width: 50px;
}
.row select.claimCauseOrDescriptionDropDown
{
    width: 300px;
}
.row select.offenceCodeDropDown
{
    width: 430px;
}
select.listboxPostCode, .listboxPostCode
{
    width: 530px !important;
    height: 340px !important;
}
div.panelText, span.panelText, .panelText
{
    background-color: White;
}

div.panelPopUp, .panelPopUp
{
    width: 100%;
}
.row input.buttonAddToList, .rowHelp input.buttonAddToList
{
    width: 90px;
}
a.smallLinkButton span, a.clickToBuy span
{
    position: static;
    left: 0px;
    top: 0px;
    visibility: visible;
    overflow: visible;
    height: auto;
    font-size: inherit;
    line-height: inherit;
}

.info, .additionSecondaryContent, .clearRows, .rowClear
{
    display: none;
}

body.column1 .column1 .info, body.column2 .column2 .info, body.column3 .column3 .info
{
    display: block;
}

/***** Personal Information 1 *****/

.personalinformation1 .modalPopup
{
    width: 650px;
    height: 90px;
    margin-left: 0px;
    margin-top: 30px;
    display: block;
    border-bottom: solid 1px #cfcfcf;
    float: left;
    padding-bottom: 10px;
}
.personalinformation1 .modalPopup
{
    display: none;
}
.personalinformation1 .row select.ddboxPostCode
{
    margin-top: 10px;
    margin-left: 40px;
    width: 575px;
}
.personalinformation1 .modalPopupN
{
    display: none;
}
.personalinformation1 .panelPopUp
{
    /*width: 400px;*/
    height: 80px;
    background-color: white;
    color: white;
    display: block;
    border: solid 1px #C2C2C2;
}
.personalinformation1 .panelText
{
    width: 650px;
    height: 20px;
    background-color: #f0f0f0;
    border: 1px solid #cfcfcf;
}
.personalinformation1 .corectAddressPostCode
{
    color: #061C68;
    font-size: 1em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 2px;
}
.personalinformation1 .buttonsAreaPostCode
{
    width: 597px;
    float: left;
    height: 20px;
    background-color: white;
    padding-top: 10px;
    margin-left: 15px;
}
.personalinformation1 .okModalPanelButton
{
    color: #061c68;
    font-weight: bold;
    border: 0;
    float: right !important;
    width: 120px;
    background-color: #bee4f7;
}
.personalinformation1 .cancelModalPanelButton
{
    color: #061c68;
    font-weight: bold;
    border: 0;
    /*float: right;*/
    width: 74px;
    background-color: #bee4f7;
}
.personalinformation1 .streenNameField
{
    background-color: white;
    border: 0px;
}
.personalinformation1 .inputlayoutPostCode
{
    width: 100px;
}
.personalinformation1 .houseNumberField
{
    width: 100px;
}
.personalinformation1 .pCode, .personalinformation1 pCode:hover
{
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    background-color: transparent;
    font-weight: bold;
    color: black;
    border: 0;
}
.personalinformation1 .multipleselect .inner label.first
{
    /*margin-left: 0px;*/
    padding-right: 1px;
}
.personalinformation1 .confirmYourAddress
{
    width: 150px !important;
    margin-left: 20px;
    background-color: #bee4f7;
    color: #061c68;
}
.personalinformation1 .panelEnterManually
{
    float: left;
    display: block;
    padding-top: 10px;
}
.personalinformation1 .row input.enterManuallyButton
{
    color: #061c68;
    font-weight: bold;
    border: 0px solid;
    float: left !important;
    width: 200px;
    height: 20px;
    background-color: #bee4f7;
    line-height: 20px;
    vertical-align: middle;
    margin: 0px;
    margin-left: 225px;
}
.resultsModalPanel .message
{
    float: left;
    margin-left: 40px;
}
.resultsModalPanel
{
    width: 440px;
}
.resultsModalPanel .message .errorMessage
{
    width: 560px;
    float: left;
    margin-top: 5px;
    text-align: justify;
}

/***** Personal Information 2 *****/

.personalinformation2 .claims
{
    padding-left: 25px;
}
.personalinformation2 .tableClaims
{
    width: 330px;
    float: left;
}
.personalinformation2 .whiteelem
{
    padding-left: 20px;
}
.personalinformation2 .leftDataList
{
    width: 330px;
    float: left;
}
.personalinformation2 .btnAddClaim , 
.personalinformation2 .addClaimButton
{
    float: left;
    font-size: 0.9em;
}
.personalinformation2 .helpIndustry
{
    _margin-left: 15px;
}

.personalinformation2 .deleteClaim, 
.personalinformation2 .deleteConviction
{
	width: 70px !important;
	margin-left: 20px !important;	
}

/***** Policy Details *****/

.policydetails .line
{
    display:none;
}
.policydetails .labelText
{
    float: left;
    width: 185px;
 
    font-weight: bold;
    font-size: 1em;
 
}
.policydetails .row #ctl00_CP_lblPolDetPNCB
{   
    line-height:2em;
}
.policydetails .row
{
    margin-bottom: 5px;
}

/***** Vehicle Details *****/

.vehicledetails .engineCCTextBox
{
    width: 60px !important;
}
.vehicledetails .line
{
    width: 422px;
}
.vehicledetails .securityDeviceDropDown, 
.vehicledetails .secureMarkingsDropDown
{
    width: 177px !important;
}
/* Loading Screen --------------------------*/

.vehicledetails .quoteLoaderPopUp
{
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    overflow: hidden;
}
.vehicledetails .quoteLoaderPopUp
{
    display: none;
}
.vehicledetails .loading
{
    width: 290px;
    height: 100px;
    background-image: url('../../../IMG/IMG-admiral/common/loader-bg.png');
    background-attachment: scroll;
    background-position: cente center;
    background-repeat: no-repeat;
    border: solid 0px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin: auto;
    margin-top: 300px;
    padding: 15px 10px;
    position: relative;
}
.vehicledetails .loadingTitle
{
    width: 100%;
    height: 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    margin: 10px auto; /* tweak to make text visible */
    width: 290px;
    position: absolute;
    top: 20px;
}
.vehicledetails .loadingImg
{
    background: url('../../IMG/IMG-admiral/common/loader.gif') no-repeat left top;
    width: 202px;
        height: 9px;
        margin: 10px 44px;
        position: relative;
        top: 44px;
}
.vehicledetails .removeOpacity
{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    background-color: #FFFFFF;
    z-index: -1;
    margin: 0px;
}

/***** Privacy Policy *****/

.privacy-policy .privacypolicy
{
	padding-left: 10px;
	padding-right: 10px;
}
.privacy-policy.privacypolicy p
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 150%;
}
.privacy-policy .titleAreaTerms
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #0E6FCD;
	padding: 5px 0px 5px 0px;
}

/***** Terms and Conditions *****/

.terms-conditions .termsconditions
{
	padding-left: 10px;
	padding-right: 10px;
}
.terms-conditions .termsconditions p
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 150%;
}
.terms-conditions .titleAreaTerms
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #0E6FCD;
	padding: 5px 0px 5px 0px;
}

/***** Unsubscribe *****/

.unsubscribe .buttonsArea
{
	width: 660px;
}