@charset "utf-8";
/* CSS GLOBAL INSUREFOR */


body {    
    /*background: url(../img/bg.png) repeat-x #ffffff;*/
    width: 100%;
    text-align: center;
    font: 80%/1.5 Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #000;
    line-height: 1.5;
	margin: 0 auto;
}
    
h1 {
    float: left;
    font-size: 1.8em;
    color: #7b7b80;
    margin: 5px 0 0 0px;
}
    
h2 {
    float: left;
    clear: left;
    font-size: 1.4em;
    margin: 10px 0 5px 0px;
    width: 100%;
}
    
h3 {
    font-size: 1.2em;
}
    
    
p {
    font-size: 1em;
    float: left;
    margin: 8px 0 8px 0;
    width: 100%;
}
    
a {
    color: #54b6f9;
}

img {
    border: 0;
}

.clearboth {
    clear: both;
}




/* Page wrapper  ******************************************************************************/

#wrapper-all {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#wrapper-content {
    margin: 0 auto;
    width: 968px;
	height: 100%;
    text-align: left; 
}


/* header  ******************************************************************************/

#header {
    float: left;
    width: 953px;
} 

/* TOP NAV  ****************************************************************************
	border: 1px solid red;**/

#nav-top {
    float: left;
    background: url(../img/top-nav-bg.png);
    width: 965px;
    height: 32px;
}
#nav-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav-top li {
    float: left;
    background: url(../img/nav-top-divide.png) no-repeat top right;
    padding: 0 42px 0 42px;
    margin: 0px 0 0 0;
    height: 33px;
} 
#nav-top li a {
    margin-top: 4px;
    float: left;
    color: #fff;
    font-weight: bold;
}
#nav-top li a.topnav-selected {
    text-decoration: none;
}


#logo {
    float: left;
	clear: left;
    margin-top: 10px;
}

#top-head {
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	margin: 30px 0 0 100px;
	width: 330px;
	margin-bottom: 10px;
	line-height: 1.1;
}


#helpline {
    float: right;    
    width: 246px;
    height: 82px;
    background: url(../img/helpline.png) no-repeat top left;
    margin: 1px 0px 0px 0px;
}

#helpline-left {
    float: left;    
    width: 242px;
    height: 75px;
    background: url(../img/helpline-left.png) no-repeat top left;
    margin: 5px 10px 0px 0px;
}

/* MAIN CONTENT  ******************************************************************************/

#content {
    float: left;
    width: 967px;
    height: 100%;
    margin-top: -2px;
    padding-bottom: 20px;
    border: 2px solid #e5e5e5;
	padding: 0 10px 0 10px;
}




/* LEFT CONTENT   *****************************************************************************
	border: 1px solid yellow;*/

#left-content {
    float: left;
	width: 256px;
}


/* INSTANT QUOTE BOX ***********************************************************border: 1px solid red;*****/

#instant-quote-box {
    float: left;
    padding: 0px 0 0 15px;
	width: 244px;
	border: 2px solid #ff5d00;
    background:url(../img/instant-quote-bg.png) top left repeat-x #f2f2f2;
}
#instant-quote-box-head {
    float: left;
    margin: 5px 0 10px 10px;
	color: #fff;
	width: 200px;
	font-size: 2em;
	font-weight: bold;
}
#getquote-big {
	float: left;
    clear: left;
    margin-top: 10px;
    width: 230px;
	text-align: center;
	padding-bottom: 13px;
}

/* INSTANT QUOTE BOX FORM ELEMENTS ***********************************************************border: 1px solid red;*****/

.instantquote-row {
    float: left;
    clear: left;
    padding-top: 8px;
    width: 240px;
}
.instantquote-row .label {
    float: left;
    color: #000;
    width: 100px;
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 5px 0px 0;
    padding-top: 5px;
}
.instantquote-inputfield {
    float: left;
	clear: left;
    padding-top: 5px;
}
.instantquote-row input {
    width: 86px;
    /* height: 23px; */
    margin: 0;
    padding: 0px 0 2px 2px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
}
.instantquote-row .promo 
{
	float: right;
	margin-right: 15px;
	width: 116px;
}
.instantquote-row .datepicker 
{
	float: right;
	margin-right: 15px;
}
.instantquote-row select {
    float: left;
	clear: left;
    width: 226px;
    /* height: 23px; */
    margin: 0;
    padding: 0px 0 2px 2px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
}
.instantquote-row select.short-select {
    /* height: 22px; */
    width: 60px;
	float: left;
	clear: none;
	margin-right: 3px;
	margin-top: 0px;
}
.instantquote-calendar {
    /* float: left; */
	margin-top: 0px;
} 





#pay-online {
	float: left;
	clear: left;
	background: url(../img/pay-online.png) bottom left no-repeat;
	height: 100px;
	margin-top: 4px;
	width: 100%;
}

#login {	
	float: left;
	clear: left;
	height: 55px;
	border: 2px solid #d8d8d8;
	background: #f9f9f9;
	margin-top: 10px;
	padding: 10px 0 10px 10px;
	width: 250px;
}
.login-input {	
	float: left;
	width: 105px;
	margin-right: 5px;
	color: #666666;
}
.btn-login {
	background: url(../img/btn-login.png);
	width: 184px;
	height: 29px;
	border: 0;
	color: #fff;
	margin: 8px 0 0 20px;
}

.key-facts {
	float: left;
	clear: left;
	border-top: 1px solid #999;
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 0.9em;
	padding-top: 10px;
	width: 260px;
}
.key-facts-link {
	background: url(../img/key-facts.png) no-repeat;
	width: 132px;
	height: 41px;
	float: left;
}
.key-facts-copy {
	width: 120px;
	margin: 0 0 0 8px;
	line-height: 1.2em;
	float: right;
}

#more-insurance {
	float: left;
	margin: 15px 0 20px 0;
}
.more-insurance-head {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: -10px;
}
#more-insurance ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#more-insurance li {
    float: left;
	clear: left;
    padding: 0 5px 0 5px;
    margin: 7px 0 0 0;
    height: 25px;
}
#more-insurance li a {
    float: left;
	border-bottom: 1px dashed #b9b9b9;
	text-decoration: none;
	width: 220px;
	padding: 0 0 3px 20px;
	background: url(../img/more-insure-arrow.png) no-repeat;
	color: #333333;
}
#more-insurance li.more-insure-heads2 {
    margin: 15px 0 0 0;
	font-weight: bold;
} 



/* RIGHT CONTENT   ******************************************************************************
	border: 1px solid red;*/

#right-content {
    float: right;
	width: 693px;
}

    #right-content-infopages 
    {
        float: left;
        margin-left: 17px;
	    width: 660px;
    }


/* PROMO NAV  ******************************************************************************/

#promo-box-nav {
    float: right;
	width: 691px;
	height: 39px;
}

#promo-box-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#promo-box-nav li {
    float: left;
}

#promo-box-nav li a {
    float: left;
    color: #ffd6bf;
    font-weight: bold;
	font-size: 1.5em;
	background: url(../img/promo-nav.png);
	text-decoration: underline;
    padding: 5px 0 0 0;
    width: 224px;
	height: 34px;
	text-align: center;
	margin-right: 9px;
}
#promo-box-nav li a.promonav-selected {    
	background: url(../img/promo-nav-on.png);
	text-decoration: none;
	color: #fff;
}
#promo-box-nav li a.promonav-lessgap { 
	margin-right: 0px;
}




/* PROMO SECOND NAV  ******************************************************************************/

#promo-box-secnav {
    float: right;
	width: 691px;
	height: 32px;
	background: #ff5d00;
}

#promo-box-secnav ul {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}

#promo-box-secnav li {
    float: left;
    margin:
    margin: 0 8px 0 6px;
    text-decoration: underline;
}
#promo-box-secnav li.promo-box-secnav-selected {
    text-decoration: none;
}

.promo-box-btns 
{
	background: transparent url(../img/nav-top-divide.png) no-repeat scroll right top;
    border: 0;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1em;	
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
    cursor: pointer;
	float: left;
	height: 25px;
	margin: 0 0 0;
	padding: 0 13px;
	padding: 0 25px;
}
.promo-box-btns a
{
    text-decoration: underline;
}



.promo-box {
    float: right;
	width: 687px;
	height: 319px;
	border: 2px solid #ff5d00;
    background:url(../img/promo-box-bg.png) bottom left no-repeat;
}

.promo-inside-box-left {
	float: left;
	height: 212px;
	padding: 0px;
	font-size: 1em;
	width: 320px;
	margin: 28px 0 0 35px;
}
.promo-inside-box-right {
	float: left;
	height: 212px;
	padding: 0px;
	font-size: 1em;
	width: 250px;
	margin: 28px 0 0 50px;
}
.promo-table {
	float: left;
	width: 250px;
	border-collapse: collapse;	
}
.promo-table td {
	padding: 5px;
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 1.5em;
	border: 0;
	
	/*border: 1px solid #b9b9b9;	*/
}



.ad-box-sml {
    float: left;
    width: 165px;
	height: 157px;
    margin: 5px 3px 0 2px;
	border: 2px solid #ff5d00;
}
.no-right-margin {
    margin-right: 0;
}
.ad-box-head {
    float: left;
	clear: left;
    width: 155px;
    background: url(../img/ad-box-head.png) repeat-x;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    height: 30px;
    padding: 3px 0 0 10px;
}
.ad-box-sml p {
    float: left;
    width: 150px;
    margin: 3px 0px 0 8px;
	line-height: 1.4;
}
.ad-box-sml-link {
    float: left;
    margin: 3px 0px 0 8px;
	color: #54b6f9;
}


.instantquote-input-field .age {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 11px 0px 0px;
	line-height: normal;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.travel-ages-dropdown {
	width: 47px;
}


#ad-images-div {
	float: left;
	width: 257px;
}
.ad-img {
	float: left;
	clear: left;
	margin: 10px 0 0px 2px;
}



#infobars-div {
	float: left;
	width: 407px;
	margin: 10px 0 0 15px;
}
.infobars {
	cursor: pointer;
	float: left;
	clear: left;
	border: 1px solid #acacac;
	background: url(../img/infobars-down-bg.png);
	width: 407px;
	height: 25px;
	margin-bottom: 5px;
	padding: 5px 0 0 10px;
	color: #838383;
	text-decoration: none;
}
.infobars-active {
	cursor: pointer;
	float: left;
	clear: left;
	border: 1px solid #acacac;
	background: url(../img/infobars-bg.png);
	width: 407px;
	height: 25px;
	margin-bottom: 5px;
	padding: 5px 0 0 10px;
	color: #838383;
	text-decoration: none;
}

.info-copy {
	float: left;	
	width: 407px;
	height: 100%;
	border: 1px solid #acacac;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: -6px;
	line-height: 1.3;
	color: #666666;
}
#holiday-travel 
{
    /*display: none;*/
}
#life-insurance 
{
    display: none;
}
#uk-residents 
{
    display: none;
}
#free-travel 
{
    display: none;
}
#cutting-cost 
{
    display: none;
}
#supplier-failure 
{    
    display: none;
}







/* FOOTER  ******************************************************************************/


#footer {
    float: left;
    margin-bottom: 20px;
}

#social-networking {
    background: #e5e5e5;
    width: 965px;
    height: 29px;
}
#social-networking ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#social-networking li {
    font-size: 0.8em;
    float: left;
    margin: 7px 0 0 7px;
    padding-left: 18px;
}
#social-01 {
    background: url(../img/social-01.gif) no-repeat;
}
#social-02 {
    background: url(../img/social-02.gif) no-repeat;
}
#social-03 {
    background: url(../img/social-03.gif) no-repeat;
}
#social-04 {
    background: url(../img/social-04.gif) no-repeat;
}
#social-networking li a {
    color: #82807a;
}

#certified {
	float: right;
	font-size: 0.8em;
	margin-top: 8px;
	margin-right: 15px;
	color: #666666;
}

#copy-authorised {
	float: left;
	color: #666666;
	margin: 15px 0 20px 0;
	font-size: 0.9em;
}























/********************* QUOTE PAGE ***********************/

.quote-info-box {
    float: left;
    padding: 0px 0 0 15px;
	width: 244px;
	height: 100%;
	border: 2px solid #ff5d00;
    background: url(../img/info-quote-bg.png) top left repeat-x #f2f2f2;
}
.quote-info-box-head {
	float: left;
    margin: 10px 0 10px 0px;
	color: #666;
	width: 230px;
	font-size: 1.5em;
	font-weight: bold;
}
.quote-info-box ul {
    float: left;
	margin-left: 20px;
	padding: 0;
	list-style: disc;
}
.quote-info-box li {
    float: left;
	clear: left;
	padding-bottom: 10px;
	width: 200px;
}
.quote-info-box p {
    float: left;
	width: 240px;
}

#left-col {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
#right-col {
	float: right;
	margin-top: 0px;
}


/* FORM ELEMENTS ***********************************************************border: 1px solid red;*****/

.row {
    float: left;
    clear: left;
    padding-top: 3px;
    width: 330px;
}
.rowspacer {
    padding-top: 10px;
}
.row .label {
    float: left;
    color: #000;
    width: 100px;
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 5px 0px 0;
    padding-top: 1px;
}
.inputfield {
    float: left;
	width: 180px;
}
.inputfield.promocode {
    padding-left: 15px;
}
.inputfield.morepad {
    padding-left: 6px;
}

.row input, select {    
    float: left;
    margin: 0;
    padding: 0px 0 2px 2px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
    margin-right: 2px;
}
.row select {
    width: 180px;
}
.row select.relationship {
    width: 195px;
    margin-left: 5px;
}
.row input {    
    width: 160px;
}
.row input.date {    
    width: 100px;
}

.row .travellers-input {
	width: 70px;  
    float: right;
	clear: none;
	margin-right: 45px;
}
.row .travellers-label {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}
.calendar-img {
    float: left;
	margin: 0 0 0 5px;
} 
.row .label-span {
    float: left;
    color: #000;
    width: 120px;
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 5px 0px 0;
    padding-top: 3px;
}







#options {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 700px;
}
.quotepage-head {
	float: left;
	clear: left;
    font-size: 1.7em;
    color: #7b7b80;
    margin: 1px 0 2px 0px;
	font-weight: bold;
	width: 700px;
}
.options-table {
	float: left;
	border-collapse: collapse;
	margin-top: 1px;
}
.options-table.optionstable-margin {
	margin-left: 78px;
}
.options-table td {
	float: left;
	padding: 3px;
	border-bottom: 1px solid #b1b1b1;
	height: 20px;
	margin-top: 1px;
}
.options-table td.celspace {
	width: 200px;
}

#optionsTitle {
    font-size: 1.7em;
    color: #7b7b80;
    font-weight: bold;
}

#prices-container 
{
	position:relative;
	padding-left: 12px;
}

#options-container 
{
	padding-left: 12px;
}

#summary-container
{
	padding-left: 12px;
}

.summary-table th 
{
	background: #F76810;
	color: White;
}

#summary-head {
    font-size: 1.7em;
    color: #7b7b80;
    font-weight: bold;
	padding-top: 20px;
	line-height: normal;
}

#quotepage-update-message 
{
	display: none;
	height: 160px;
	width: 680px;
	background-image: url(../img/stipple.png);
	background-repeat: repeat;
	font-size: 1em;
	position: absolute;
	left: 0;
	z-index: 99;
}



#quotepage-promo-table {
	float: left;
	width: 670px;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 10px;
}
#quotepage-promo-table td {
	padding: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 2em;	
	border-bottom: 1px solid #b1b1b1;
	text-align: center;
}

.quotepage-info {
	float: left;
	clear: left;
	width: 670px;
	border: 2px solid #b1b1b1;
	margin: 0 0 15px 0; 
}
.quotepage-info-head {
	float: left;
	clear: left;
	color: #FFFFFF;
	border: 1px solid #fff;
	width: 658px;
	height: 30px;
	background: url(../img/quotepage-info-bg.png) repeat-x;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 0 0 10px;
}
.quotepage-info p {
	float: left;
	clear: left;
	padding: 5px 0px 0 10px;
	width: 650px;
}
.quotepage-info a {
	float: left;
	font-weight: bold;
}
.quotepage-info-img {
	float: left;
	padding: 0 10px 0 0;
}





/* QUOTEPAGE ELEMENTS FROM OLD SITE!!! ***********************************************************border: 1px solid red;*****/


#quote-progress {
	float: right;
	margin: 25px 0 0 25px;
	width: 270px;
	height: 42px;
}

#quote-progress ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#quote-progress li {
	list-style: none;
	float: left;
	margin-right: 0;
	border: 0;
}

#quote-progress li.nospace {
	margin-right: 0;
	border: 0;
}



/* QUOTE OPTIONS ***************************************************/
#options-leftcol 
{
    float: left;
	width: 320px;
}
#options-rightcol 
{
    float: right;
	width: 320px;
	margin-right: 22px;
}


/* QUOTE OPTIONS ***************************************************/

.norow-less-padding
{
    float: left;
	clear: left;
	width: 320px;
	padding: 5px;
	border-bottom: 1px solid #b1b1b1;
	height: 25px;
	margin-top: 4px;
}
.question-mark {
	background: url(../img/questionmark.png) no-repeat;
	width: 24px;
	height: 25px;
	float: left;
	overflow:hidden;
}
div .question-mark img {
	float: left;
}
.quote-end-info-surround {
	width: 288px;
    position:relative;
    left:-275px;
    visibility:hidden;
    margin:0;
}

a.question-mark {
    text-decoration:none;
}

a.question-mark:hover,
div.question-mark:hover {
	overflow:visible;
}

a.question-mark:hover .quote-end-info-surround {
        visibility:visible;
}
.quote-end-info-box {
	background-color: #99d3fb;
	color: Black;
	width: 240px;
	float: left;
	font-weight: normal;
	margin:0;
	margin-left: 10px;
	padding: 5px 0 0 5px;
}
.quote-end-info {
	float: left;
	vertical-align: top;
	margin: 0 5px 5px 5px;
	line-height: 1.2;
}
.checkbox-div {
	width: 10px!important;
	float: left;
}
.lable-div {
	width: 230px;
	float: left;
	margin:0;
	margin-left: 15px;
	color: #42413e;
	font-weight: normal;
	overflow:hidden;
}





#quotepage-getquote-btn-holder {
	float: left;
    clear: left;
    margin-top: 20px;
	margin-bottom: 10px;
    width: 100%;
	text-align: center;
}
#quotepage-getquote-btn {
	text-align: center;
    width: 169px;
    height: 44px;
}
.btn-update-prices 
{
    cursor: pointer;
}

.btn-buynow 
{ 
    float: left;
    width: 78px;
    border: 0;
    height: 32px;
    margin-left: 65px;
	float: left;
    cursor: pointer;
}

.btn-getquote
{
	cursor: pointer;
}

#go {
	margin: -2px 0 0 115px;
	float: left;
}



.master-key-facts-above-div 
{
    position:relative; visibility:hidden;
}
.master-key-facts-below-div
{
    position:relative; visibility:hidden;
}


.summary-table 
{
    float: left;
    width: 670px;
    border-collapse: collapse;
    margin: 10px 0 10px 0;
}

.summary-table th
{
    padding: 5px;
    font-size: 1em;
    border: 1px solid #b7b7b7;
    vertical-align: top;
    
}

.summary-table td
{
    padding: 5px;
    font-size: 1em;
    border: 1px solid #b7b7b7;
    vertical-align: top;
}

.summary-table th.selection
{
    width: 400px;    
}
.summary-table th.non-selection
{
    width: 135px;    
}

/*.summary-table td.general
{
    background: #f9995e;
    color: #fff;
    font-weight: bold;
    border: 1px solid #b7b7b7;
}
.summary-table td.with-border
{
    border-bottom: 1px solid #777;
}*/


/* TABSA ON QUOTEPAGE  ******************************************************************************/

#promopage-tabs {
    float: left;
}

#promopage-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#promopage-tabs li {
    float: left;
    font-weight: bold;
	font-size: 1.1em;
	background: url(../img/quotepage-tabs.png);
	text-decoration: underline;
    padding: 7px 0 0 8px;
    width: 157px;
	height: 30px;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 5px;
}
#promopage-tabs li.promopagetabs-selected {    
	background: url(../img/quotepage-tabs-on.png);
    text-align: center;
	text-decoration: none;
	color: #696d6f;
}

#promopage-tabs li a {
    float: left;
    color: #fff;
    text-align: center;
}

#promopage-tabs li.promopagetabs-selected a {    
	text-decoration: none;
	color: #696d6f;
    text-align: center;
}



/* TERMS PAGE ***************************************/

.norow 
{
    float: left;
	clear: left;
	padding: 3px 0 3px 0;
	width: 100%;
}

#terms-list 
{
    float: left;
    margin-top: 15px;
    padding-left: 10px;
}
#terms-list ul
{
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}
#terms-list li
{
    list-style-type: decimal;
    float: left;
    clear: left;
    margin-left: 20px;
    padding: 3px 3px 3px 0;
    width: 100%;
}
.lable-div-terms 
{
    width: 350px;
	float: left;
	margin-left: 0;
	font-weight: normal;
}
.checkbox-div {
	width: 10px !important;
	float: left;
}
.error-div-terms
{
    color: #ed343b;
    padding-left: 0;
    margin: 0 0 0 15px;
    width: 200px;
    float: left;
}
.terms-btn 
{
    float: left;
    clear: left;
    width: 400px;
    margin: 20px 0 20px 0;
}
.btn-continue 
{
    background: url(../img/btn-continue.png) no-repeat;
    width: 112px;
    border: 0;
    height: 32px;
    float: right;
    cursor: pointer;
}


#travellers-table {
	padding: 0;
	border-collapse: collapse;
	border: 0;
}	

#travellers-table td {
	padding-right: 3px;
	border: 0;
}

.traveller-ages-copy {
	font-size: 11px;
}

.travel-ages-copy 
{
	width: 45px;
	display: block;
}

/* TRAVELLERS TABLE ON TRAVELLERS PAGE */
.traveller-input-less-width
{
	width: 10px;
	float: left;
	margin: 0;
}

.traveller-lable
{
	float: left;
	margin: 0 0 0 0;
	color: #42413e;
	font-weight: normal;
	padding-top: 2px;
	width: 80px;
}
.traveller-input
{
	width: 150px;
	float: left;
	margin: 0;
}


.lable-div-travellers {
	width: 548px;
	float: left;
	margin-left: 0;
	color: #42413e;
	font-weight: normal;
}


#travellers-table-travellerspage {
	padding: 0;
	border-collapse: collapse;
	width: 670px;
	border: 0;
}	
#travellers-table-travellerspage td {
	padding-right: 5px;
	border: 0;
}
.travellerages-copy-travellerspage {
	font-size: 11px;
	/*line-height: 14px;*/
}

.form-leftcol 
{
	float: left;
	width: 320px;
	margin: 0 0 0 0;
}
.form-rightcol 
{
	float: left;
	width: 320px;
	margin: 0 0 0 10px;
}
.norow-lable  
{
	width: 140px;
	display: block;
	float: left;
	margin: 0 0 0 0;
	line-height: 15px;
	font-weight: normal;
	padding-top: 2px;	
}
.norow-input 
{
	width: 146px;
	float: left;
	margin: 0;
}
.norow-input select.norowselect 
{
    float: left;
    width: 50px;
    margin: 0;
    padding: 0px 0 2px 2px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
}

.btn-find
{
    background: url(../img/btn-find.png) no-repeat;
    width: 80px;
    height: 33px;
    border: 0;
    float: left;
    cursor: pointer;
}
.btn-find-surround
{
    width: 65px;
    margin: -5px 18px 0 0;
    /* width: 382px;
    margin: 4px 0 0 0;
    border: 1px solid red; */
    float: right;
}
/* the following doesn't seem to get applied - but traveller page looks ok for now */
.traveller-input-less-width
{
	width: 10px;
	float: left;
	margin: 0;
	font-size: 13px;
}
.norow-lable-postcode
{
	width: 140px;
	display: block;
	float: left;
	margin: 0 0 0 0;
	color: #42413e;
	line-height: 15px;
	font-weight: normal;
	padding-top: 2px;	
}
.norow-input-postcode {
	width: 80px;
	float: left;
	margin: 0;
	font-size: 13px;
}
.error-div-postcode
{
    color: #ed343b;
    padding-left: 0;
    margin: 2px 0 0 2px;
    width: 15px;
    float: left;
}






/* PAYENET PAGE *********************************************************
	border: 1px solid red;***/

.payment-amount
{
   color: #ff8407;
   font-size: 32px;
   font-weight: bold;
   width: 150px;
   float: left;
}
.payment-surcharges-included
{
	float: left;
	width: 350px;
	padding: 0 0 0 140px;
	margin-bottom: 20px;
	margin-top: -20px;
	color: #333333;
	font-weight: bold;
	font-size: 1em;	
}
#payment-side-bar {
	background: url(../img/lock.png) no-repeat;
	float: left;
	clear: left;
	margin: 20px 0 0 0;
	font-size: 11px;
	height: 53px;
}

#payment-copy-side-bar
{
	float: left;
	margin: 0 0 10px 45px;
	width: 120px;
}
#payment-side-bar img {
	float: left;
	clear: left;
	padding: 10px 0 0 10px;
}
#payment-side-bar-cc
{
	background: url(../img/ccv-img.png) no-repeat;
	float: left;
	clear: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 165px;
	height: 71px;
}

.norow-lookup-postcode
{
	width: 315px;
}

.norow-security-number-input
{
	width: 50px;
	float: left;
	margin: 0;
	font-size: 13px;
}
.norow-security-number-img
{
    width: 107px;
    height: 72px;
    float: left;
	margin: -45px 0 0 5px;
	color: #42413e;
}
.payment-copy
{
   color: Gray;
   font-size: 18px;
   font-weight: bold;
   padding: 23px 0 20px 0;
}

.form-rightcol-payment
{
	width: 280px;
	float: right;
	margin: 10px 0 0 0px;
}




/*** SUMMARY BOX *************************************************************************/

div#summary-box
{
	float: left;
	width: 230px;
	margin-bottom: 10px;
}

div#summary-box .row
{
	float: left;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 230px;
	padding-top: 3px;
	border-bottom: 1px dotted #888;
	margin-bottom: 3px;
}

div#summary-box .row-endorsement
{
	float: left;
	font-weight: normal;
	margin: 0 0 0 15px;
}

div#summary-box .row-terms
{
	float: left;
	font-weight: bold;
}

div#summary-box .row label
{
	float: left;
	width: 100px;
	font-weight: bold;
	float: left;
}


.error-div
{
    color: #ed343b;
    padding-left: 0;
    margin: 0 0 0 45px;
    width: 10px;
    float: left;
}


div.norow
{
     margin-bottom:5px;
}

div.norow-label
{
     width:85px;
     float:left;
}

div.norow-input
{
     float:left;
}

#ctl00_ContentMain_uxCCType,
#ctl00_ContentMain_uxCCNumber,
#ctl00_ContentMain_uxNameOnCard
{
     width:100%;
}

div.norow-input select#ctl00_ContentMain_ddlStartMonth,
div.norow-input select#ctl00_ContentMain_ddlExpMonth
{
     width:70px;
     float:left;
}


div.norow-input select#ctl00_ContentMain_ddlStartYear,
div.norow-input select#ctl00_ContentMain_ddlExpYear
{
     width:70px;
     float:right;
}

div.norow-input input#ctl00_ContentMain_uxCCIssueNumber,
div.norow-security-number-input input#ctl00_ContentMain_uxCCAuthCode
{
     width:50px;
}

div.norow-security-number-img
{
     border:1px solid;
     position:relative;
     left:10px;
     top:0px;
}

a.question-mark:hover div.norow-security-number-img {
     display:block;
}

div.error-div-postcode
{
     display:none;
}

.additionalproducts-leftcol {
float: left;
width: 320px;
}

.additionalproducts-rightcol {
float: right;
width: 320px;
margin-right: 22px;
}


.checkbox-label-div {
   margin-left: 2.3em;
}

.ui-datepicker-trigger {
    border-width: 0px;
    vertical-align: top;
}
