html {margin:0; padding:0;}
body {font-family: 'Montserrat', sans-serif !important; text-align:center; color:#333; margin:0; padding:0 0 0px 0; background:#ffffff; font-size:12px;line-height:normal !important;height:100%;} 

.allContent {margin:0 auto; width:100%; min-width: 1000px;}
.theContent {text-align:left; background:#fff; border-radius: 8px; padding: 0 0 20px; max-width:1080px; margin: 0 auto;}
.footer-wrapper {width: 90%;max-width: 1024px;margin: 0 auto;}
.header-wrapper {
    background: #539cbf;
}

/*quick reset*/
h1, h2,h3,h4,h5,form,fieldset,ul,p {color:#5c656a; margin:0; padding:0;  list-style-type:none;}
fieldset { border:0;}
h1{font-size: 25px;}
h2{font-size: 22px;}
h3,h4,h5{font-weight:100}
p {font-size: 15px; line-height:18px; padding: 10px 0 0 0; }
select, input{font-family:Arial; font-size:14px;}
h6{font-family:verdana;}
h6{font-size:13px;}

a {outline: none; text-decoration: none; color:#0b68d9;}
a:hover{color:#000;}
.noBorderL{border-left:none !important;}

/*header styles */
#header {
    height: 98px;
    background: #539cbf;
    position: relative;
    margin: 0 auto;
    max-width:1080px;
}
.logo {background:url(../_images/eurobreakdown-logo.png) no-repeat 0 0; width:530px; height:65px; text-indent:-9999px; display:block; float:left; position:relative; left:0px; top:15px;}

.logoOrange {background:url(../img/logo_orange4.png) no-repeat 0 0; width:720px; height:80px; text-indent:-9999px; display:block; float:left; position:relative; left:0px; top:10px;}

.bestPriceLogo {
	display:block; 
	background:url(../img/best-price.jpg) no-repeat 0 0;
    float: right;
    height: 82px;
    margin-right: 49px;
    margin-top: 6px;
    width: 99px;
}

.topMenuWrap {width:970px; height:40px; margin: 0 auto;}
.topMenuWrap .topmenu {height:33px; clear: both;float: right;}
    .topMenuWrap .topmenu li {
        background: none repeat scroll 0 0 #539cbf;
        border-right: 1px solid #fff;
        height: 33px;
        float: left;
    }
        .topMenuWrap .topmenu li:last-child{
            border-right:none;
        }
        .topMenuWrap .topmenu li:hover {
        }
.topMenuWrap .topmenu li.rightOne{background:none; }
.topMenuWrap .topmenu li>a{outline: medium none;text-decoration: none;text-align: center; display:block; height:33px; font-size:14px; color:#fff;}
.topMenuWrap .topmenu li span{padding: 6px 20px 0; display: block; cursor:pointer;float: left;height: 27px !important;}
.topMenuWrap a:hover span{text-indent:1px;}
.rtsFirst .rtsSelected{background:url(../img/hover_left_bg.png) no-repeat 0 0; padding-left:4px !important;}
.rtsSelected span{background:url(../img/li_top_bg_hover.gif) repeat-x 0 0; color:#fff; padding-left:4px;}
.rtsLast{background:none !important;}
.rtsLast span{width:174px !important;}
.topMenuWrap .first:hover{background:url(../img/hover_left_bg.png) no-repeat 0 0; padding-left:4px;}
.topMenuWrap .first:hover span{padding-left:0;}
.rtsLast a:hover{background:url(../img/hover_right_bg.png) no-repeat right 0; padding-right:4px;}
.rtsLast a:hover span{padding-right:0;}
.topMenuWrap .rightOneTop {background:none; border-right: medium none !important;}
.topMenuWrap .leftOneTop {}
.topsubmenu{visibility:hidden; position:absolute;padding: 0;margin-left: -1px;z-index:10000;}
    .topsubmenu a {
        display: block;
        background: none repeat scroll 0 0 #539cbf;
        height: 33px;
        outline: medium none;
        text-decoration: none;
        text-align: center;
        display: block;
        font-size: 14px;
        color: #fff;
        padding: 0 10px;
        border-bottom: 1px solid #076896;
    }
/*.topsubmenu a:hover {background:url(../img/li_top_bg_hover.gif) repeat-x 0 0;text-decoration: none;}*/
.topsubmenu a:hover span{text-indent: 1px;color:#fff;}


/* search block */
.search{float:right; background:#f2f2f2 url(../img/search_blk_bottom_rnd_bg.png) no-repeat 0 bottom; width:250px; padding:10px 15px;}
.search .textFld{background:#fff url(../img/search_fld_bg.png) repeat-x 0 top; color:#b2b2b2; border:solid 1px #b5b5b5; width:210px; float:left; padding:4px;}
.search .searchSubmit{background:url(../img/search_submit_bg.png) no-repeat 0 0; width:26px; height:26px; text-indent:-9999px; float:left; margin-left:3px; border:none; cursor:pointer;}
.search .searchSubmit:hover{background-position:0 -26px;}

#header .phone, .leftCln .phone{padding:2px 0 0 47px !important; font-size:24px !important; height:24px;clear:left;}
#header p, .leftCln .phoneContainer p{font-size:12px; color:#fff; white-space:nowrap;padding-top: 15px;padding-bottom: 2px;}

.phoneContainer {float:right;width: 240px;margin-top: 13px;}

/* .page */
.page{padding-top:15px; float:left; clear:left; width:100%;min-height: 100%;}


/* CONTENT */
div.content {
	display:block;
	width:100%;
	margin:0 auto;
	min-width:880px;
}
	div.content div.left {
		width:223px;
		float:left;
		overflow:visible;
		z-index:-1;
		clear: left;
	}
	div.content div.right {
		overflow:hidden;
		z-index:10;
		margin-left: 247px;
	}
	div.right div.center {
		width:730px;
		text-align:center;
	}
	
/* .leftCln */
.leftCln{float:left; width:210px;}
.leftCln + div {
     margin-left: 223px;  /* must match the fixed width in the .leftCln class */
     overflow: hidden;
}
.leftMenu{}
.leftMenu li{margin-bottom:4px;}
.leftMenu li a{width:195px; height:30px; font-size:15px; font-weight:bold; padding:14px 0 0 20px; color:#333; display:block; background:url(../img/left_menu_item_bg.png) no-repeat 0 0;}
.leftMenu li a:hover{background-position:0 -44px; color:#000;}
.leftMenu li.active{position:relative;}
.leftMenu li.active a, .leftMenu li.active a:hover{background-position:0 -88px;}
.leftMenu li.active span{background:url(../img/active_tab_bg.png) no-repeat 0 0; width:7px; height:13px; position:absolute; bottom:-12px; right:-7px;}

.faqBlk{margin:10px 0; display:block; width:210px; height:99px; background:url(../img/faq_blk_bg.png) no-repeat 0 0; text-align:center; float:left; clear:left;}
.faqBlk p{font-size:13px; font-weight:bold; float:right; width:165px;}
.faqBlk a{font-size:12px; font-weight:bold; background:url(../img/right_arr.gif) no-repeat right 4px; padding-right:10px; white-space:nowrap; position:relative; top:27px; text-shadow:1px 1px 1px #fff;}

.faqBlk2{margin-bottom: 14px;margin-top: 10px;display:block; width:210px; height:76px; background:url(../img/faq_blk_bg2.png) no-repeat 0 0; text-align:center;}
.faqBlk2 p{float: right;font-size: 12px;font-weight: bold;padding: 5px 0 0;width: 165px;}
.faqBlk2 a{font-size:12px; font-weight:bold; background:url(../img/right_arr.gif) no-repeat right 4px; padding-right:10px; white-space:nowrap; position:relative; top:13px; text-shadow:1px 1px 1px #fff;}

/* left options */
.optionsBlk{float:left; clear:left; width:215px; margin-top:10px;}
.optionsBlk .tRnd{float:left; width:215px; height:4px; font-size:1px; line-height:1px; background:url(../img/options_list_top_rnd_bg.png) no-repeat 0 0;}
.optionsBlk .bRnd{float:left; width:215px; height:4px; font-size:1px; line-height:1px; background:url(../img/options_list_bottom_rnd_bg.png) no-repeat 0 0;}
.optionsBlk ul{float:left; width:213px; border-color:#d6d6d6; border-style:solid; border-width:0 1px;}
.optionsBlk ul li{border-bottom:solid 1px #d6d6d6; float:left;}
.optionsBlk li.last{border-bottom:none;}
.optionsBlk ul a{float:left; width:173px; padding:10px 10px 10px 30px; font-weight:bold; background-image:url(../img/icons.png); background-repeat:no-repeat;}
.optionsBlk2 a{color:#333;}
.optionsBlk2 a:hover{color:#000; text-decoration:underline;}
a.op1{background-position:10px 13px;}
a.op2{background-position:10px -27px;}
a.op3{background-position:10px -69px;}
a.op4{background-position:10px -110px;}
a.op5{background-position:10px -152px;}
a.op6{background-position:10px -193px;}
a.op7{background-position:8px -234px;}
a.op8{background-position:8px -275px;}
a.op9{background-position:8px -315px;}
a.op10{background-position:8px -356px;}
a.op11{background-position:8px -395px;}


/* .rightCln */
.rightCln{float:left; width:680px; padding-left:15px;}
.rightCln h2{color:#010101; font-size:20px; clear:left; padding:15px 0; font-weight:bold;}
.rightCln h2 em{color:#808080; font-size:11px; font-weight:100;}

.promoBox{float:left; width:100%;}
.promoBoxMarginTop{float:left; width:100%;margin-top:20px;}
/*.promoBox img{float:left;}*/
.promoBanner{width:100%; height:194px; float:left; display:block; padding-top: 5px; background:url(../media/1049/car_poppy_wide.jpg) no-repeat 0 0px; position:relative;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.promoBanner ul{padding-left:10px; position:absolute; bottom:10px; left:0;}
.promoBanner li{height:20px; width: 500px; font-size:13px; font-weight:bold; color:#fff; float:left; clear:left; margin-top:3px; padding:3px 15px 0 5px; -moz-border-radius:12px; -webkit-border-radius:12px;}
.promoBanner li span{background:url(../img/check_icon.png) no-repeat 0 0; padding-left:20px; display:block; height:17px}


.quoteBox{background:#feb002 url(../img/promo_box_bg.png) repeat-x 0 -2px; float:left; width:100%;; position:relative; padding-top:7px; font-size:12px; color:#6c3800;margin-top: 10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
/*.quoteBoxSmall{background-position:0 bottom; height:163px;}*/
.bBg{background:url(../img/quote_bottom_rnd_bg.png) no-repeat 0 0; float:left; width:680px; height:4px; font-size:1px; line-height:1px;}
.tBg{background:url(../img/quote_top_rnd_bg.png) no-repeat 0 0; float:left; width:680px; height:5px; font-size:1px; line-height:1px;}
.quoteBox h2{font-size:18px; color:#6c3800; text-shadow:1px 1px 1px #fff; font-weight:bold; border-bottom:solid 1px #c48e01; padding:0 12px 7px;}

/* fancy drops */
.fancyDropDw{background:url(../img/fancy_drop_right.png) no-repeat right 0; height:22px; padding-right:21px; float:left; cursor:pointer; position:relative;}
.fancyDropDw span{background:url(../img/fancy_drop_left.png) no-repeat 0 0; height:19px; float:left; padding:3px 5px 0 5px; cursor:pointer; color:#000;}
.dropWrap{float:left; position:relative;}

.row{margin-top:10px; font-size:13px; font-weight:bold; padding: 0 14px;}
/*.row label{color:#000; font-weight:100; cursor:pointer;}*/
.row ul{clear:left; position:absolute; top:22px;}
.row select{margin:0 5px 0 0; padding:2px 3px; border:none; border:solid 1px #332600; -moz-border-radius:5px; -webkit-border-radius:5px;}
.rowlast{padding-bottom:10px; border-bottom:solid 1px #c48401; margin-bottom:10px;}
.rowlast select{margin:0 0 0 5px;}
input.datePick{width:129px; height:18px; background:url(../img/date_bg.png) no-repeat 0 0; border:none; padding:5px; color:#000; cursor:pointer; margin-right:5px; font-size:12px;}
strong.vat{font-size:11px; padding-top:10px; float:left;}
.priceBtn{float:right; width:212px; height:33px; background:url(../img/calc_price_btn.png) no-repeat 0 0; text-indent:-9999px; display:block; cursor:pointer}
.priceBtn:hover{background-position:0 -33px;}
.priceBtnCenter{float:none; margin:0 auto; position:relative; top:-3px}

.securityBlk{margin-top:10px; float:left; clear:left;}
.securityBlkNoMargin{float:left; clear:left;}
.securityBlkMarginBottom{margin-bottom:10px; float:left; clear:left;}

.rates{float:left; clear:left; width:100%; margin-top:10px;}
.rates img.ratesBanner{float:left;}
.ratesTable{float:left; width:468px; height:298px; border:solid 1px #d9d9d9; -moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px;}
.ratesTable th{height:59px; background:url(../img/rates_head_bg.png) repeat-x 0 0; -moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px; text-align:center; font-size:24px; font-style:italic;}
.ratesTable th span{color:#656565; font-size:11px; font-weight:100; clear:left; width:466px; float:left;}
.ratesTable th strong{width:466px; float:left;}
.ratesTable td{font-size:14px; color:#000; font-weight:bold; text-align:center; border-style:solid; border-color:#d9d9d9; border-width:1px 0 0 1px;}
.ratesTable td.aaLogo{background:#ffd200;}
.ratesTable .firstRow td{background:#deebbe;}

/* FOOTER */
div.footer {
	padding-top: 25px;
	color:white;
	text-align: left;
	background-color: #539cbf;	
}
div.footer div.col1 {
    padding-right: 25px;
}
div.footer div.col2 {
	padding-right:25px;
}
div.footer div.col3 {
	padding-right: 25px;
}
div.footer div.col3 a{
	display: block;
    float: none;
}
div.social {
	height: 73px;
	float:right;
	width:210px;
}
div.social span.title {
    color: #137DDA;
    font-size: 14px;
    font-weight: bold;
}
div.footer span.title {
	color:#ffffff;
	font-size:14px;
}
div.footer a {
	display:inline-block;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;
	margin-bottom:14px;
}
div.footer a:hover {
    color: yellow;
}
div.footer a span {
	background-image:url('../img/sprite.png');
	background-repeat:no-repeat;
	background-position:0 -59px; 
	display:block;
	width:14px;
	height:10px;
	float:left;
	margin-right:6px;
	position:relative;
	top:2px;
}
div.footer a span.icon1  { background-position:0 -59px; }
div.footer a span.icon2  { background-position:0 -69px; }
div.footer a span.icon3  { background-position:0 -79px; }
div.footer a span.icon4  { background-position:0 -89px; }

div.footer a span.icon5  { background-position:-13px -59px; }
div.footer a span.icon6  { background-position:-14px -69px; }
div.footer a span.icon7  { background-position:-13px -79px; }
div.footer a span.icon8  { background-position:-13px -89px; }

div.footer a span.icon9  { background-position:-28px -59px; }
div.footer a span.icon10 { background-position:-28px -69px; }
div.footer a span.icon11 { background-position:-28px -79px; }
div.footer a span.icon12 { background-position:-28px -90px; }

a.social {
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:top left;
	height:30px;
	padding:13px 0 0 50px;
	font-weight:bold;
	font-size:12px;
	color:#137DDA;
	margin-bottom:5px;
}
a.social:hover {
	color:#137DDA;
}
a.twitter { background-image:url('../img/twitter.png');margin-left: 35px;margin-top: 10px;}
a.facebook { background-image:url('../img/facebook.png');margin-top: 10px;}
a.email { background-image:url('../img/email.png');margin-top: 10px;}
div.social a:hover {
	text-decoration:underline;
}

div.copyright {
	color:#5c656a;
	font-size:12px;
	margin:10px 0;
	text-align: left;
}
div.copyright img.left {
	float:left;
	margin-right:10px;
	position:relative;
	top:-4px;
}
div.copyright span.left {
	float:left;
	display:block;
	line-height:160%;
}
div.copyright span.right {
	float:right;
	display:block;
	line-height:160%;
	margin-right:5px;
}

/* inner pages */
.breadcrumbs{padding:15px 0; float:left; width:100%;  position:relative; }
.breadcrumbs span{float:left; color:#999;  padding-right:2px;}
.breadcrumbs a:hover{text-decoration:underline;}

.borderT{border-top:solid 0px #ccc;}

/* cover types table */
.coverTypes{border:solid 1px #d9d9d9; width:100%; -moz-border-radius:5px; -webkit-border-radius:5px;}
.coverTypes th{background:url(../img/cover_types_tab_header_bg.png) repeat-x 0 0; height:50px; color:#010101; text-shadow:1px 1px 1px #fff; font-size:14px; text-align:left; padding:0 20px; -moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-left:solid 1px #d9d9d9;}
.coverTypes th strong{float:left; width:100%;}
.coverTypes th em{font-size:11px; color:#999; clear:left; float:left; font-weight:100; width:100%; text-shadow:none;}
.coverTypes td{border-color:#d9d9d9; border-style:solid; border-width:1px 0 0 1px;}
.coverTypes .options{padding:15px 10px;}
.coverTypes .options li{padding:4px 0 4px 15px; background:url(../img/check_blue_icon.png) no-repeat 0 8px; color:#4d4d4d;}
.coverTypes .lastRow td{text-align:center; background:url(../img/cover_types_tab_footer_bg.png) repeat-x 0 0; height:51px;}
.lastRow td.firstTd{-moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;}
.lastRow td.lastTd{-moz-border-radius-bottomright:5px; -webkit-border-bottom-righ-radius:5px;}
.coverTypes .lastRow em{font-size:16px; position:relative; top:4px; padding-right:8px;}
.coverTypes .lastRow strong{font-size:24px; position:relative; top:6px; padding-right:6px;}

.lastRow a{background-image:url(../img/buy_btn_bg.png); background-repeat:no-repeat; display:inline-block; width:93px; height:31px; text-indent:-9999px; position:relative; top:-5px;}
a.buyBtnBlue{background-position:0 0;}
a.buyBtnBlue:hover{background-position:0 -31px;}
a.buyBtnGreen{background-position:0 -62px;}
a.buyBtnGreen:hover{background-position:0 -93px;}
a.buyBtnOrange{background-position:0 -124px;}
a.buyBtnOrange:hover{background-position:0 -155px;}

.rtsIn, .rtsTxt  {padding:0 !important; background:none !important}
.rtsLink{padding:0 !important;}
.RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut{padding-right:4px !important}

.tabWrap{background:#f0f0f0; width:100%; text-align:left;}
.tabWrap tr{}
.tabWrap td{ padding:5px; vertical-align:top;text-align: center;border-bottom:1px dotted #CCCCCC;border-right:1px dotted #CCCCCC;}

.tabWrap .item{padding:10px 5px; background:url(../img/line.gif) repeat-x 0 bottom; float:left; clear:left;}
.tabWrap .imgBlk{float:left; padding-right:5px;}
.tabWrap .imgBlk img{}
.tabWrap .description{float:left; width:85px; font-size:12px;}
.tabWrap .description h4{font-weight:bold; font-size:13px;}
.tabWrap .description p{line-height:16px;text-align:left;}

.bulletList{float:left; clear:left;}
.bulletList li{background:url(../img/bullet.gif) no-repeat 0 7px; padding:2px 0 2px 15px; text-align:left; font-size:13px;}letList{float:left; clear:left;}
.bulletList li{background:url(../img/bullet.gif) no-repeat 0 7px; padding:2px 0 2px 15px; text-align:left; font-size:13px;}

/*results page blocks*/
.rezultsItem {float:left; width:100%; margin: 20px 0 0 0; padding:0;}
.rezultsItem h3 {float:left; color:#137dda; width:100%; padding: 0px 0 15px 0px; font-size:18px; font-weight:bold; }

/* tabs */
.tabsWrap{width:565px; float:left; border-bottom:solid 3px #0f61d2;}
.tabs {float:left; height:36px;}
.tabs li {float:left; height:36px; background: url(../img/tabs-ui.png) no-repeat right -108px; margin-right:3px;}
.tabs li span{display:block; float:left; height:32px; background: url(../img/tabs-ui.png) no-repeat 0 -72px; color:#0078bd; padding:4px 15px 0 15px; cursor:pointer;}
.tabs li span:hover {color:#0f61d2; }

.tabs li.active, .tabs li:hover{background-position:right -36px;}
.tabs li.active span, .tabs li:hover span{background-position:0 0px; color:#fff;}

/* gray tabs */
.resultsTabsWrap{float:left; width:100%; border-bottom:solid 3px #1068d4;}
.grayTabs {float:left; height:36px;}
.grayTabs li {float:left; height:36px; background: url(../img/right_rnd_gray_tab.png) no-repeat right 0; margin-right:3px; }
.grayTabs li span{display:block; float:left; height:24px; background: url(../img/left_rnd_gray_tab.png) no-repeat 0 0; color:#1b90e8; font-weight:bold; padding:12px 20px 0 20px; cursor:pointer; }
.grayTabs li span:hover {color:#137dda; }

.grayTabs li.active {float:left; height:36px; background: url(../img/right_rnd_gray_tab_a.png) no-repeat right 0; margin-right:3px; }
.grayTabs li.active span{display:block; float:left; height:24px; background: url(../img/left_rnd_gray_tab_a.png) no-repeat 0 0; color:#fff; font-weight:bold; padding:12px 20px 0 20px;  }

.resultsDataWrp {background:url(../img/search_blk_bottom_rnd_bg.png) no-repeat 0 bottom; float:left; padding-bottom:5px; width:565px; display:none;}
.resultsDataWrp .resultsDataBox{float:left; padding:10px 10px 5px; width:543px; border-style:solid; border-color:#ccc; border-width:0 1px;}
.visible { display:block;}


.dataLeftBlk {float:left; border: solid 1px #f2f2f2; padding:5px 10px 10px 10px; width:220px; -moz-border-radius:5px; -webkit-border-radius:5px; -webkit-border-top-right-radius:0; -moz-border-radius-topright:0; -webkit-border-bottom-right-radius:0; -moz-border-radius-bottomright:0; background:#f2f2f2; border-right:solid 2px #fff; }

.dataRightBlk {float:left; border: solid 1px #f2f2f2; padding:5px 10px 10px 10px; width:278px; -moz-border-radius:5px; -webkit-border-radius:5px; -webkit-border-top-left-radius:0px; -moz-border-radius-topleft:0; -webkit-border-bottom-left-radius:0; -moz-border-radius-bottomleft:0px; background:#f2f2f2; }

.tedsList {width:100%; padding:0 0 2px 4px; float:left;}
.tedsList li {padding:8px 0 0 0px; clear:left; font-size:11px; line-height:13px;}
.tedsList li strong { display:block; float:left; width:70px; padding:0px 10px 0 0px; font-size:12px;}
.dataRightBlk .tedsList li strong { display:block; float:left; width:133px; padding:0px 10px 0 0px; }

.tedsListLeft {width:280px; padding:0 0 2px 10px; float:left;}
.tedsListLeft li {width:280px; padding:8px 0 0 0px; clear:left; font-size:11px; line-height:13px;}
.tedsListLeft li strong { display:block; float:left; width:40px; padding:0px 10px 0 0px; font-size:12px;}

.textDataBlk {float:left;  padding:20px 10px 10px 10px; width:635px;  }
.textDataBlk h4 {font-size:14px; font-weight:bold; color:#000;  padding:15px 0 0 0}
.textDataBlk p {font-size:11px; color:#000;  }

.textDataBlkResults {float:left;  padding:20px 10px 10px 10px; width:533px;  }
.textDataBlkResults h4 {font-size:14px; font-weight:bold; color:#000;  padding:15px 0 0 0}
.textDataBlkResults p {font-size:11px; color:#000;  }

.specButtons {float:right; width:105px;}

.pricelabel {position:absolute; top:-28px; right:10px; font-size:23px; font-weight:bold;}
.redC {color:#f35b09;}
.greenC {color:#85c200;}

.redBuyNowBtn {display:block; width:91px; height:29px; background:url(../img/red_buy_now_btn.png) no-repeat 0 0; text-indent:-9999px; position:relative; float:right;}
.greenBuyNowBtn {display:block; width:91px; height:29px; background:url(../img/green_buy_now_btn.png) no-repeat 0 0; text-indent:-9999px; position:relative; float:right;}

/* new action buttons */
.specButtons a{background-image:url(../img/action_buttons.png); background-repeat:no-repeat; clear:left; width:75px; height:29px; display:block; font-family:Calibri; margin-bottom:5px; font-size:14px; font-style:italic; font-weight:700; line-height:28px; padding-left:30px;}
.specButtons .price{font-size:24px; color:#f55600; float:left; padding-bottom:5px;}
.buyNowBtn{background-position:0 0; color:#fff;}
.buyNowBtn:hover{background-position:0 -29px; color:#fff;}
.saveQuoteBtn{background-position:0 -58px; color:#006dab;}
.saveQuoteBtn:hover{background-position:0 -87px; color:#006dab;}
.emailBtn{background-position:0 -116px; color:#006dab;}
.emailBtn:hover{background-position:0 -145px; color:#006dab;}
.compareBtn{background-position:0 -174px; color:#4a4a4a;}
.compareBtn:hover{background-position:0 -203px; color:#4a4a4a;}

#dv_results2_info {float:left; clear:left; padding:20px 10px 10px 10px; width:657px; line-height:18px;  font-size:14px !important}

.prodspan {width:535px; float:left; padding:10px 0 10px 0}
.prodspan .benefit {width:305px; float:left}
.prodspan .amount {width:200px; float:left; padding-left:25px}

.textDataBlk ul {padding:10px 0 0 5px; width:500px}
.textDataBlk ul li {padding:10px 0 0 18px; width:450px; float:left; clear:left; background:url(../img/check_blue_icon.png) no-repeat 0px 12px}

.textDataBlkResults ul {padding:10px 0 0 5px; width:500px}
.textDataBlkResults ul li {padding:10px 0 0 18px; width:450px; float:left; clear:left; background:url(../img/check_blue_icon.png) no-repeat 0px 12px}

.detailsexp {float:left}
.detailsexp img {float:left; border:0; padding-right:5px; margin-top:5px}
.detailsinfo {margin-top:5px}

/* buy page */
.pLR5px{padding-left:5px; padding-right:5px;}
.productInfoB {float:left;  padding:10px; width:100%; }
.orderBlk .buyIco{background:url(../img/buy_cart_icon.png) no-repeat 10px 8px; padding-left:50px; padding-right:25px; padding-bottom:10px; font-size:20px; width: 100%;}
.buyIco .thePrice{float:right; color:#f35b09; font-size:16px; padding-top:3px;}
.orderBlk .orangeH{color:#f35b09; padding:20px 0 10px 5px; width:100%;}
.orderBlk .greenH{color:#85c200; padding:20px 0 10px 5px; width:650px;}
.orderBlk .greyH{color:#7f7f7f; width:100%;}
.roundedB {
    border: solid 1px #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 10px 10px;
    float: left;
    width: 95%;
    background: #f2f2f270;
}
.roundedB form{float:left; padding:8px 0 0 10px;}
.personalDetails .fRow{float:left; clear:left; padding-bottom:5px; width:100%;}
.personalDetails .fRow label{float:left; padding:5px 15px 0 0; font-weight:bold; color:#000; width:100px;}
.personalDetails .txtField, .personalDetails select{padding:4px; border:solid 1px #ccc;}
.personalDetails .txtField{width:190px;}
.personalDetails em{color:#707070;}
.personalDetails span{color:#ff2222;}

.personalDetails .lTxtField{width:240px;}
.personalDetails .mlTxtField{width:200px;}
.personalDetails .mTxtField{width:150px;}
.personalDetails .msTxtField{width:75px;}

.declarationQuestions{float:left; width:98%; color:#000; padding-left:5px;}
.declarationQuestion{width:85%;}
.declarationQuestions td{}
.declarationQuestions td label{cursor:pointer;}
.declarationQuestions tr.last td{padding-bottom:0;}

.tc{float:left; width:96%; position:relative; left:5px; height:60px; padding:5px; color:#7f7f7f; border:solid 1px #d9d9d9; overflow:auto; font-size:11px; line-height:16px;text-align: left;}
.acceptTc{clear:left; width:98%; padding-left:5px; padding-top:10px;}
.acceptTc a{
	border-bottom: 1px solid;
    float: right;
    font-size: 11px;
    padding-right: 5px;
    white-space: nowrap;
}
.acceptTc a:hover {text-decoration: none;}
.acceptTc p{float:left; color:#000; padding:0; width:380px;}
.acceptTc input{margin:0; position:relative;}
.acceptTc label{padding-left:5px; cursor:pointer;}
.nextCheckBtn{ border:0; text-indent:-9999px; background:url(../img/next_checkout_btn.png) no-repeat 0 0; width:156px; height:29px; display:block; margin-top:25px; float:left; clear:left; text-indent:-9999px;font-size:1px;color:#f46009;text-align:left;}
.nextCheckBtn:hover{background-position:0 -29px; border:0; text-indent:-9999px}
.nextDeclBtn{ border:0; text-indent:-9999px; background:url(../img/next_checkout_btn.png) no-repeat 0 0; width:156px; height:29px; display:block; margin-top:25px; float:left; clear:left; text-indent:-9999px;font-size:1px;color:#f46009;text-align:left;}
.nextDeclBtn:hover{background-position:0 -29px; border:0; text-indent:-9999px}

.tabs li strong{background-image:url(../img/icons.png); background-repeat:no-repeat; padding-left:20px;}
strong.policy{background-position:0 -462px;}
.tabs .active .policy, .tabs li:hover .policy{background-position:0 -439px;}
strong.keyPoints{background-position:0 -510px;}
.tabs .active .keyPoints, .tabs li:hover .keyPoints{background-position:0 -492px;}
strong.fullCover{background-position:0 -558px;}
.tabs .active .fullCover, .tabs li:hover .fullCover{background-position:0 -539px;}
strong.policyWording{background-position:0 -654px;}
.tabs .active .policyWording, .tabs li:hover .policyWording{background-position:0 -633px;}

/* jquery UI */
.ui-dialog-title-mail-modal .ui-dialog-titlebar-close.ui-stete-hover span{background-position:-96px -128px !important;}

/* modal form */
.modalForm{text-align:left;}
.modalForm h3{dont-size:16px; font-weight:bold; padding:10px 0;}
.modalForm fieldset{padding-bottom:10px;}
.modalForm label{display:block; font-size:13px; font-weight:bold; padding-bottom:2px;}
.modalForm .textFld{padding:5px; border:solid 1px #ccc;}
.modalForm .textFld:focus{border-color:#0B68D9;}
.modalForm .textFld{width:270px;}
.modalForm .submitBtn, #chat-box .submitBtn{background:url(../img/buy_btn_bg.png) no-repeat 0 0; width:93px; height:31px; border:none; font-family:Arial; font-weight:bold; color:#fff; font-size:13px; cursor:pointer;}
.modalForm .submitBtn:hover, #chat-box .submitBtn:hover{background-position:0 -31px;}

.ui-widget-overlay{background:#000 !important;}

/* MENU */
div.menu {
	/*-moz-box-shadow: 0px 0px 12px #bad6e2;
	-webkit-box-shadow: 0px 0px 12px #bad6e2;
	box-shadow: 0px 0px 12px #bad6e2;*/
	margin-bottom: 10px;
}
div.menu div.home,
div.menu div.document,
div.menu div.list,
div.menu div.stats,
div.menu div.reports,
div.menu div.comment {
	display:block;
	background-image:url('../img/btn-menu.png');
	height:38px;
	margin-bottom:1px;
}
div.menu div a {
	display:block;
	padding:10px 0 0 0;
	height:28px;
	font-weight:bold;
	font-size:15px;
	color:#137DDA;
	text-decoration:none;
	width:210px;
}
div.menu div a:hover {
	color:#ff5400;
}
div.menu div.extend:hover {
	background-image:url('../img/btn-menu-ex.png');
}

div.menu div span.menuicon {
	background-repeat:no-repeat;
	display:block;
	width:14px;
	float:left;
	margin:3px 22px 0 13px;
	height:12px;
	background-image:url('../img/sprite.png');
}

div.menu div.home span.menuicon { background-position:0px 0px; }
div.menu div.home:hover span.menuicon { background-position:-14px 0px; }
div.menu div.document span.menuicon { background-position:0px -12px; }
div.menu div.document:hover span.menuicon { background-position:-14px -12px; }
div.menu div.list span.menuicon { background-position:0px -24px; height:11px; }
div.menu div.list:hover span.menuicon { background-position:-14px -24px; }
div.menu div.stats span.menuicon { background-position:0px -35px; }
div.menu div.stats:hover span.menuicon { background-position:-14px -35px; }
div.menu div.comment span.menuicon { background-position:0px -47px; }
div.menu div.comment:hover span.menuicon { background-position:-14px -47px; }
div.menu div.reports span.menuicon { background-position:0px -47px; }
div.menu div.reports:hover span.menuicon { background-position:-14px -47px; }

div.menu.mobile div.home,
div.menu.mobile div.document,
div.menu.mobile div.list,
div.menu.mobile div.stats,
div.menu.mobile div.reports,
div.menu.mobile div.comment{
	background-image:url('../img/btn-menu_small.png');
}

div.menu.mobile div a {
	width:140px;
}

div.menu.mobile div span.menuicon {
	margin:3px 11px 0 13px;
}

div.submenu {
	width:245px;
	background-color:white;
	z-index:100;
	position:relative;
	left:230px;
	top:-38px;
	color:#023B74;
	font-weight:bold;
	display:none;
	border-radius:6px;
	box-shadow: 0px 0px 8px #bbb;
}

div.menu.mobile div.submenu {
	width:245px;
	background-color:white;
	z-index:100;
	position:relative;
	left:164px;
	top:-38px;
	color:#023B74;
	font-weight:bold;
	display:none;
	border-radius:6px;
	box-shadow: 0px 0px 8px #bbb;
}

div.menu div.extend:hover div.submenu {
	display:block;
}

div.submenu a {
	display:block;
	background-image:url('../img/bluebullet.png');
	background-repeat:no-repeat;
	background-position:230px 15px;
	background-color:white;
	border-top:1px solid #cddfe9;
	padding:10px 0 0 15px !important;
	height:29px !important;
	width:230px !important;
	font-size:13px !important;
}

div.submenu a:hover {
	background-image:url('../img/orangebullet.png');
	color:#ff5400;
}
div.submenu a.firstsubmenu {
	position:relative;
	left:-24px;
	height:28px !important;
	padding-left:39px !important;
	background-position:254px 15px !important;
	border-top:none;
	border-top-right-radius:6px !important;
}

div.submenu a.firstsubmenu:hover {
	border-top-right-radius:6px;
}

/* LEFT SIDEBAR */
div.save70 {
	width:210px;
	overflow:visible;
	height:50px;
	margin-top:0;
	width: 190px
}
div.save70 img {
	position:relative;
	left:-60px;
	top:-55px;
	z-index:-1;
}
div.save70 div.save1 {
	height:39px;
	width:116px;
	float:left;
}
div.save70 div.save2 {
	height:39px;
	width: 74px;
	float:left;
	padding-top: 4px;
}
div.save70 span.save1 {
	color:#FEB002;
	letter-spacing:1px;
	font-size:18px;
	font-weight:bold;
}
div.save70 span.save2 {
	color:#023b74;
	font-size:13px;
	font-weight:bold;
}
div.save70 span.save3 {
	color:#FEB002;
	font-size: 35px;
	line-height:83%;
}

div.savediv {
	background-image:url('../img/bg-save.png');
	z-index:10;
}
div div.savediv div{
	height:39px;
	width:130px;
	overflow:hidden;
	float:left;
	margin:3px 0 0 2px;
}
div.savediv span {
	display:block;
	float:right;
	height:33px;
	color:#023b74;
	font-size:14px;
	font-weight:bold;
	width: 46px; 
	margin: 9px 9px 0 0;
	text-align:right;
}

div.topsearch {
        height: 355px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color: #FFFFFF;
}
	div.topsearch div.leftsearch {
		height:255px;
		float:left;
		position: relative;
		overflow: hidden;
	}
	div.topsearch div.rightsearch {
		padding: 0px 0px 0px 15px;
		height: 80px;
		width:98%;
        position: relative;
        bottom: 77px;
        border-radius: 5px;
		zoom: 1;
		margin:0;
		background-color: #3a79c8;
		background-image:-ms-linear-gradient(top, hsl(0, 80%, 70%), #3a79c8); /* For pre-releases of IE 10*/
		background: -webkit-linear-gradient(#FF5400, #FF7E42);
		background:         linear-gradient(#FF5400, #FF7E42);	
	}

	.upgrade{
		background: rgba(83, 156, 191, 0.9) !important;
		color: #fff;
	}

.leftActionButtons{
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    position: fixed;
    left: 0;
    top: 33%;
    z-index: 100;
}

.rightActionButtons {
    position: fixed;
    right: 0;
    top: 130px;
    z-index:1;
}

    .rightActionButtons div {
        width: 100px;
        height: 40px;
        margin-bottom: 3px;
        cursor: pointer;
    }

.callAction {
    background: transparent url("../_images/contact-call.png") no-repeat scroll 0 0;
}

.chatAction {
    background: transparent url("../_images/contact-chat.png") no-repeat scroll 0 0;
}

.new-chat {
    background: transparent url("../_images/contact-chat.png") no-repeat scroll 0 0;
}

.chatAction-online {
    background: transparent url("../_images/social-chat-green.png") no-repeat scroll 0 0;
}

.chatActionOffline {
    background: transparent url("../_images/social-chat-off.png") no-repeat scroll 0 0;
}

.emailAction {
    background: transparent url("../_images/contact-email.png") no-repeat scroll 0 0;
}

.basketAction {
    background: transparent url("../_images/social-basket.png") no-repeat scroll 0 0;
}

.facebAction {
    background: transparent url("../_images/social-facebook.png") no-repeat scroll 0 0;
}

.twitterAction {
    background: transparent url("../_images/social-twitter.png") no-repeat scroll 0 0;
}

.rightActionButtons div.gapAction {
    cursor: auto;
}

	div.topsearch div.rightsearch.landing{
		top: -341px;
	}
		div.topsearch div.rightsearch h1 {
			font-size:15px;
			font-weight:bold;
			padding: 7px 0 5px;
			text-align: center;
		}
		div.topsearch div.rightsearch hr {
			margin-bottom: 14px;
		}
		div.topsearch div.rightsearch label {
			display:block;
			width:130px;
            font-size: 14px;
            font-weight:bold;
            margin-bottom: 4px;
		}
		div.topsearch div.rightsearch label.yesNo {
			display:block;
			width: 166px;
			float:left;
			font-size:12px;
			margin-top:4px;
		}
		div.topsearch div.rightsearch label.yesNoTowing {
			display:block;
			width:190px;
			float:left;
			font-weight:bold;
			font-size:13px;
			margin-top:6px;
                margin-left: 15px;
		}
		div.topsearch div.rightsearch div {
			/*margin-bottom: 6px;*/
		}
		div.topsearch div.rightsearch div.biggerDiv {
			margin-bottom: 12px;
		}
		div.topsearch div.rightsearch div.last {
			position: absolute;
            bottom: 18px;
			width: 250px;
			right: 15px;
		}
		div.topsearch div.rightsearch div.last img 
		{
		    float: right;
		    cursor: pointer;
		}
		div.topsearch div.rightsearch div.last img.aLeft 
		{
		    float: left;
		}
		div.topsearch div.rightsearch input.field, 
		div.topsearch div.rightsearch select.field {
			margin-left:0px;
			border-radius:3px;
			display:inline-block;
			border:1px solid #FEB002;
			width:128px;
			font-size:14px;
			height: 20px;
		} 
		div.topsearch div.rightsearch select.fieldYesNo {
			margin-left:20px;
			border-radius:3px;
			display:inline-block;
			border:1px solid #FEB002;
			width:128px;
			font-size:14px;
			height: 20px;
		} 
		div.topsearch div.rightsearch input.fieldSmall {
			margin-left:20px;
			border-radius:3px;
			display:inline-block;
			border:1px solid #FEB002;
			width:128px;
			font-size:14px;
			height: 20px;
		} 
		div.topsearch div.rightsearch input.field {
			padding:5px;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			height: 30px;
			width: 130px !important;
		}
		div.topsearch div.rightsearch select.field {
			width:130px;
			padding:5px;
			height: 30px;
			margin-left: 0px;
            font-family:'Montserrat', sans-serif !important;
            font-weight:bold;
		}

            div.topsearch div.rightsearch select.field option{
                font-weight:bold;
            }

            div.topsearch div.rightsearch select.fieldYesNo {
                width: 84px;
                padding: 5px;
                height: 30px;
                margin-left: 0px;
                margin-top: 18px;
            }
		div.topsearch div.rightsearch input.fieldSmall {
			width:80px;
			margin-left: 0px;
			padding: 5px;
			/*text-align: right;*/
		}
		
		div.topsearch div.rightsearch label.labelCheck{
			width: 230px;
		}
		
		input.calendar,
		input.calendarWithTime {
			background-image:url('../img/calendar.png');
			background-repeat:no-repeat;
			background-color:white;
			background-position:102px 6px;
			padding-right:29px !important;
			width:94px !important;
		}
		input.calendar2 {
			background-image:url('../img/calendar.png');
			background-repeat:no-repeat;
			background-color:white;
			background-position:102px 6px;
			padding-right:29px !important;
			width:94px !important;
		}
        div.topsearch div.rightsearch .childAge 
		{
		    width: 120px;
		    float: left;
		    margin-bottom: 5px;
		}
		div.topsearch div.rightsearch .childAge.aRight 
		{
		    float: right;
		} 
		div.topsearch div.rightsearch .childAge select 
		{
		    width: 56px;
		    margin-left: 10px;
		} 
		div.topsearch div.rightsearch .childAge label 
		{
		    margin-top: 2px;
		    width: 54px;
		}
	
	

.tooltip{ 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	display: none;
	color:white;
	font-weight:normal;
	background-color:#004E89;
	padding:5px;
	width: 825px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
	
/* RESULTS */
div.resultsinfo {
	background-color:#3a79c8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:192px;
	height:125px;
	padding:20px;
	color:white;
	font-size:11px;
	line-height:130%;
	position: relative;
}
div.resultsinfo a img { border: 0; }

div.benefitsTitle {padding: 21px 0 0 17px;}
div.benefitsTitle span {color: #137DDA; font-size: 14px; font-weight:bold;}

div.resultsdiv {
	background-color:#f8f8f8;
	position:relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 0px 8px #bbb;	
}
table.results {
	width: 100%;
	font-size:medium;
	border-collapse:separate;
	overflow: hidden;
	left: 0px;
}
table.results tr th {
	color:white;
    width:33.3%;
	font-weight:normal;
	height:49px;
	background-repeat:repeat-x;
	padding:0 0 0 7px;
	margin:0;
	border-top:2px solid #004e89;
	border-bottom:2px solid #004e89;
	border-right:1px solid #083c63;
	border-left:1px solid #3b77a5;
	text-align:left;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	background-color: #004E89;
	background-image:-ms-linear-gradient(top, hsl(0, 80%, 70%), #004E89); /* For pre-releases of IE 10*/
	background: -webkit-linear-gradient(#004E89, #27699B);
	background:         linear-gradient(#004E89, #27699B);	
}

.policyHeaderTop {
    text-align: center;
    color: #1a49a0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px -1px #333;
    height: 95px;
    position: relative;
}

.results-buy-button {
    display: block;
    margin: 15px auto;
    position: relative;
    text-align: center;
    padding: 7px 10px 7px 15px;
    border-radius: 20px;
    color: #5f5d5d;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 2px 2px 4px 0px;
    text-shadow: none;
    background: #55D05B;
    width:75%;
    text-decoration:none !important;
}

.results-buy-button-home {
    display: block;
    margin: 15px auto;
    position: relative;
    text-align: center;
    padding: 7px 10px 7px 15px;
    border-radius: 20px;
    color: #5f5d5d;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 2px 2px 4px 0px;
    text-shadow: none;
    background: #ffdd00;
    width: 75%;
    text-decoration: none !important;
}

.activityNextCont{
    margin-top:10px;
    margin-bottom:5px;
}

.activityNextCont img {
    width: 50px;
}



.policy-hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}

.results-buy-button span{
    color:#fff;
}

.results-buy-button-home span {
    color: #1a49a0;
}


.buynow .policyHeaderBottom {
    height: 115px;
    background: #539cbf;
    margin-top: -7px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 2px 2px 4px -1px #333;
    padding-top:13px;
}

.yourResultsLeft .policyHeaderBottom {
    height: 170px;
    background: #539cbf;
    margin-top: -7px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 2px 2px 4px -1px #333;
    padding-top: 13px;
}

.policy-tabs-option {
    width: 33.3%;
    background-color: transparent !important;
}

.policyHeaderBottom table{
    width:100%;
    text-align:center;
}

.policyHeaderBottom td span {
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size:12px;
}


.buynow .price {
    margin-left: 20px;
}

table.results tr th.first {
    border-left: 2px solid #004e89;
}
table.results tr th.last {
	border-right:2px solid #004e89; 
}

.policy-result-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: -9px;
    padding-top:5px;
}

table.results tr td.buynow {
    height: 107px;
    padding-left: 7px !important;
    padding-top: 5px;
    vertical-align: top;
    padding-right: 7px !important;
    position: relative;
    width: 33.3%;
}

.yourResultsLeft {
    height: 220px;
    padding-left: 7px !important;
    padding-top: 5px;
    vertical-align: top;
    padding-right: 7px !important;
    position: relative;
    width: 100%;
    background-color:#f8f8f8;
}

table.results tr td.buynow div.buyleft {
    margin: 10px 0 0 0;
    float: left;
    width: 70px;
    font-size: 18px;
    color: #ff5400;
    font-weight: bold;
    text-align: center;
}
table.results td {
	padding:2px 1px;
	background-color: #F8F8F8;
}
table.results tr td.buynow div.buyright {
	position: absolute;
	float:left;
	width:103px;
	height: 63px;
	top: 8px;
	right: 3px;
	z-index: 20;
}
table.results tr td.buynow a.aicon {
	cursor:pointer;
	text-decoration:none;
	display:block;
	width:50%;
	float:left;
	margin-top:12px;
}
table.results tr td.buynow a:hover {
	text-decoration:underline;
}
table.results tr td.buynow span.icon {
	display:inline-block;
	width:9px;
	height:9px;
	background-image:url('../img/sprite.png');
	background-repeat:no-repeat;
	float: left;
}
table.results tr td.buynow span.activities {
	background-position:-28px 0;
}
table.results tr td.buynow span.keypoints {
	background-position:-37px 0;
	clear: left;
}
table.results tr td.buynow span.cont {
	font-size:10px;
	color:#023b74;
	float:left;
	margin-top: -2px;
	margin-left: 4px;
}

table.results tr td.first { border-left:none; }
table.results tr td.last { border-right:none; }

table.results div.benefit {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 31px;
    padding-top: 15px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #5f5e5e;
}
table.results div.excess {
	display:inline-block;
	width:57px;
	text-align:center;
	height:31px;
	padding-top:15px;
	font-size:14px;
	float: left;
	margin-left: 5px;
}

.keyPointsHeader {
    background: #539cbf url(/_images/mobile/key-points.png) 50% 16% no-repeat;
    height:80px;
}

.quoteModalHeader {
    background: #539cbf url(/_images/mobile/save-quote.png) 50% 16% no-repeat;
    height: 80px;
}

.keyPointsHeader .ui-dialog-title{
    margin-top:62px !important;
    margin-left:5% !important;
}

.quoteModalHeader .ui-dialog-title {
    margin-top: 62px !important;
    margin-left: 5% !important;
}

.keyPointsHeader .ui-dialog-titlebar-close{
    top:16% !important;
}

.quoteModalHeader .ui-dialog-titlebar-close {
    top: 16% !important;
}

table.results div.theader {
    font-size: 14px;
    color: #ff5400;
    font-weight: bold;
}
table.results div.orangel { background-color:#ffefe8; }
table.results div.orange { background-color:#ffcbb2; }
table.results div.grayl { background-color:#C9DFE9; }
table.results div.gray { background-color:#d8d8d8; }
table.results div.greenl { background-color:#e8f8e1; }
table.results div.green { background-color:#d9f3cd; }
table.results div.yellowl { background-color:#FCCD67; }


.declarationsContainer {
    border: solid 1px #e5e5e5;
    -webkit-border-radius: 5px;
    float: left;
    width: 95%;
    padding: 10px;
    margin-top: 30px;
    background: #f2f2f270;
}


table.results td.tfooter {
    vertical-align: middle;
    text-align: center;
    height: 75px;
    border-right: 1px solid #c4c4c4;
    padding-bottom: 20px;
}
table.results td.tfooter a {
	color:#004e89;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
table.results td.tfooter a:hover {
	text-decoration:underline;
}
table.results td.tfooter img {
	position:relative;
	top:6px;
	left:-5px;
	border: 0;
}
table.leftresults {
	margin-top: 12px;
	margin-left: 4px;
	border-collapse:separate;
	width: 100%;
}
.isIE table.leftresults { 
	margin-top: 25px; 
}
table.leftresults td{
	height:48px;
	color:#137DDA;
	font-size:12px;
}
.isIE table.leftresults td { 
	height: 48px; 
}
span.subscript {
	font-size: 10px;
	display: block;
	float: left;
	line-height: 100%;
}
div.singlearrow {
	text-align:left;
	margin:0;
	padding:0;
	background-image:url('../img/single-arrow.png');
	width:35px;
	height:42px;
	display:inline-block;
	position:absolute;
	left:960px;
	*left: 750px;
	top:85px;
	*top: 10px;
	z-index: 9999;
}
div.singlearrow a {
	width:35px;
	float:left;
	display:inline-block;
	height:42px;
	margin:0;
	padding:0;
}
div.doublearrow {
	text-align:left;
	margin:0;
	padding:0;
	width:112px;
	height:84px; 
	display:inline-block;
	position:absolute;
	left:965px;
	*left: 473px;
	top:7px;
	*top: 0px;
	z-index: 99;
}
div.doublearrow a {
	width:112px;
	float:left;
	display:inline-block;
	height:42px;
	margin:0;
	padding:0;
}
div.doublearrow a.left { background: url('../img/arrow-left.png') no-repeat -27px 0; clear: left; width: 27px;}
div.doublearrow a.right { background: url('../img/double-arrows.png') no-repeat 0 0; }
form#searchform div {
	height:30px;
	overflow:hidden;
}

.sfContentBlock
{
    display:inline;
	
}

.niceBreak
{
    display: block;
    font-size: 18px;
    font-weight: bold;
    left: 37px;
    position: absolute;
    top: 20px;
	color:#fff;
}
.expBreak
{
    color: #FEB002;
    display: block;
    font-size: 15px;
    font-weight: bold;
    left: 88px;
    position: absolute;
    text-align: center;
    top: 140px;
    width: 93px;
}
.fromOnly
{
    bottom: 13px;
    color: white;
    display: block;
    font-size: 18px;
    font-weight: bold;
    left: 15px;
    position: absolute;
}
.fromPrice
{
    bottom: 5px;
    color: #137DDA;
    display: block;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 8px;
}

.headerImage{
    height: 95px;
    left: 573px;
    position: absolute;
    top: 4px;
	border: none;
}

.thePrice{
    color: #F35B09;
    float: right;
    font-size: 16px;
    padding-top: 3px;
	padding-right: 15px;
}

.errorsWrap {
    background: url("../img/error_icon.png") no-repeat scroll 10px 10px transparent;
    clear: left;
    float: left;
    margin-top: 20px;
    padding: 10px 10px 10px 80px;
    text-align: left;
    width: 600px;
}

    .errorsWrap li {
        padding: 2px 0;
        float: left;
        clear: left;
        padding-bottom: 10px;
        font-weight: bold
    }

.agentLogin
{
    float: right;
    padding: 0 0 0 126px;
    width: 250px;
    /*margin-bottom: 30px;*/
}

.agentLogin p {
    float: left;
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

.agentLogin p.logedIn {
    float: left;
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

.agentLogin p label {
    float: left;
    line-height: 24px;
    padding-right: 22px;
    text-align: right;
    width: 65px;
    color: #ffffff;
    padding-left: 31px;
}
.agentLogin p.logedIn label {
    float: left;
    font-weight: normal;
    line-height: 24px;
    padding: 0;
    text-align: left;
    width: 120px;
    color: #137DDA;
}

.agentLogin p .textFld {
    float: left;
    width: 118px;
    border-radius: 5px;
    padding: 5px;
}

.agentLogin p {
    float: left;
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

.landingContent{
	display: block;
	float: left;
}

div.arrow {
    margin: 0 auto;
    position: relative;
    width: 960px;
	*position: absolute; 
	*right: -8px;
}

.logoutButton{
	background-image:url(../img/btnLogOut.png); 
	background-repeat:no-repeat; 
	display:inline-block; 
	width: 73px; 
	height: 26px;
	text-indent:-9999px; 
	cursor: pointer;
}

.loginButton{
	background-image:url(../img/btnLogin.png); 
	background-repeat:no-repeat; 
	display:inline-block; 
	width: 73px; 
	height: 26px;
	text-indent:-9999px; 
	float: right;
	cursor: pointer;
}

.filterButton{
	background-image:url(../img/btnFilter.png); 
	background-repeat:no-repeat; 
	display:inline-block; 
	width: 73px; 
	height: 26px;
	text-indent:-9999px; 
	float: right;
	cursor: pointer;
}

label#mess{
	width: 85px;
	padding: 2px 0 0 70px;
}

.salesReport{
}

.salesReport tr th, 
.salesReport tr td { 
	padding: 6px 8px; 
	border-bottom: 1px solid #CCCCCC; 
	background: #F8F8F8;  
}

 .salesReport tr th { 
	background: #F1F1F1;  
}

.filter{
	display:block;
	margin: 61px 20px 20px;
}

.savingDivsContainer{
	background: url("../img/bgSaveUpTp.png") no-repeat scroll 0 0 transparent;
	float: left; 
	padding: 10px; 
	width: 190px;
	height: 175px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    table.leftresults { margin-top: 15px; }
	table.leftresults td { height: 48px; }
}

table.results div.bordered{
	background-color:#BDBDBD; 
}

.questionSeparator{
	border-top: 1px dashed;
}

.voucherCodeDiv{
    /* bottom: 82px; */
    /* position: absolute; */
    /* border: 1px dashed; */
    padding: 10px 4px;
    float: left;
}

div.topsearch div.rightsearch label.voucherCodeLabel{
    /* font-size: 13px; */
    width: 150px!important;
}

.headlineDiv{
	background-color: #EE1D23 !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EE1D23', EndColorStr='#EE1D23'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EE1D23', EndColorStr='#EE1D23')"; /* IE8 */
	background-image:-ms-linear-gradient(top, hsl(0, 80%, 70%), #EE1D23) !important; /* For pre-releases of IE 10*/
	background: -webkit-linear-gradient(#EE1D23, #EE1D23) !important;
	background:         linear-gradient(#EE1D23, #EE1D23) !important;	
	/*height: 305px;*/
        overflow: hidden;
}
.headlineDiv img{
	float: left;
    width:100%;
    max-height:355px;
}

.headlineDiv span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 0 17px 10px;
}

div.topsearch div.rightsearch img {
    cursor: pointer;
    margin-right: 3px;
    position: relative;
    /* top: 3px; */
    border: none;
    /* float: left; */
    line-height: normal;
}

.small{
	width: 111px !important;
}

#searchformStep1 .tooltip {
    background: url("../img/q_icon.png") no-repeat scroll 5px 5px #FFFFFF;
    border: 1px solid #DECA7E;
    color: #000000;
    font-size: 12px;
    font-weight: 100;
    left: -400px !important;
    line-height: 18px;
    padding: 5px;
    position: absolute;
    text-align: left;
    text-indent: 20px;
    top: 50px !important;
    width: 388px;
    z-index: 99;
}

#searchformStep1 strong {
font-weight:bold;
}


img.specialOffer {
    position: absolute;
    top: 2px;
    left: 78%;
    right: 25%;
    margin: auto;
}


.displaynone
{
    display: none !important;
}

.docicon
{
    cursor:pointer;
	text-decoration:none;
	display:block;
	margin-left:0px;
	float:left;
}

.docicon img
{
    display:block;
    float:left;
    margin-bottom: 10px;
    margin-left: 16px;
}

div.topsearch div.rightsearch .stepsImg {
    cursor: default;
    float: left;
    left: -12px;
    margin: 0;
    top: -10px;
	display:none;
}

.startOver {
    color:#fff;
    font-weight:700;
    font-size:11px;
    padding:19px;
}

.resultsinfo h1{
	display:block;
	margin-bottom:10px;
}

/* START css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
/* END css for timepicker */

.policyTitle 
{
    font-size: 18px;
    height: 20px;
    margin-bottom: 4px;
}
.policySubTitle 
{
    font-size: 9px;
    height: 12px;
}

.color-red{
	color:red !important;
	font-weight: bold;
}


.color-red-force {
    color: red !important;
}


/* this is to hide the best price logo from header */
@media (max-width: 767px) 
{
    .bestPriceLogo {margin-right: 0;}
	div.footer div.col1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	div.footer div.col2 {
		padding-left:15px;
		padding-right: 15px;
	}
	div.footer div.col3 {
		padding-left:15px;
		padding-right: 15px;
	}

	.agentLogin
	{
		float: left;
		padding: 15px;
		width: 250px;
	}
	
	div.copyright span.left {
		float:left;
		display:block;
		line-height:160%;
		width: 50%;
	}
	.logo{
		display: none;
		
	}
	
	.leftCln + div {
		 margin-left: 0;  /* must match the fixed width in the .leftCln class */
		 overflow: hidden;
	}
	
	.leftSearchMenu {display:inherit !important;}
	.leftSearchMenu.landing {top:-341px;}
	
	.promoBanner{background:url(../img/promo_box_placeholder_old.jpg) no-repeat 0 0px;}
	/*
	div.topsearch {height: 278px;}
	.leftSearchMenu {height: 278px !important;}
	.headlineDiv {height: 278px;}
	*/
}

@media (min-width: 767px) {
	/*.leftSearchMenu {display:none !important;}*/
}

@media (max-width: 1100px) {
    .logo {
        background: url(../_images/eurobreakdown-logo.png) no-repeat 0 0;
        width: 300px;
        height: 60px;
        text-indent: -9999px;
        display: block;
        float: left;
        position: relative;
        left: 0px;
        top: 25px;
        background-size: contain;
    }
}

@media (max-width: 930px) {
/*
	.policySubTitle { text-align: left; width:100%;margin-left:0;margin-top: 4px;}
	.green_logo {margin: 5px auto; float: none;}
	table.results tr th {text-align:left;}
	table.results div.benefit {width:100%;}
	table.results tr td.buynow div.buyright {height:auto;}
	.specButtons {width:100%;}
	.specButtons a {clear: left; float:none; margin: 5px auto;font-size: 0.7em;}
	.saveQuoteBtn {margin: 1px auto !important;}
	div.content div.right {overflow: visible;}
	table.leftresults {margin-top: 55px;}
	.specialOffer{margin-left: 83px;margin-top: 0px;height: 17px;position: absolute;}
	
	.docicon img {display:none;}
	.docicon {margin-top: 12px;}
	.personalDetails .fRow:first-child input {display: block;margin-left: 105px;margin-top: 4px;}

	.tablet { margin-left: 0 !important; overflow: auto !important; }

	.logo {background:url(../img/logo_tablet.png) no-repeat 0 0; width:300px; height:60px; text-indent:-9999px; display:block; float:left; position:relative; left:0px; top:25px;}
*/
}


.leftSearchMenu{
	float: left;
    height: 305px;
    width: 140px;
	margin-right: 10px;
}
.leftSearchMenu.landing {
	top:-341px;
}

.mobilePhoneContainer p{font-size:20px; font-weight:bold; color:#137dda; white-space:nowrap;padding-top: 5px;padding-bottom: 15px;}

.mobilePhoneContainer {clear:left;width: 140px;margin-top:10px;}

.mobilePhoneContainer .phone{
	background:url(../img/phone_icon.png) no-repeat 0 0; 
	padding:0 0 0 30px !important; 
	font-size:12px !important; 
	height:36px;
	clear:left;
	background-position-y: 6px;
}

.filler:after{
    background-color:inherit;
    bottom: 0;
    content: "";
    height: auto;
    min-height: 100%;
    left: 0;
    margin:inherit;
    right: 0;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;  
}

.subtitle {
	font-size: 11px !important;
    padding-left: 66px;
    padding-top: 0 !important;
	margin-top: -4px;
}

/* LIVECHAT */

.displaynone {
	display:none;
}

.feedback-header{
    cursor: pointer;
    display: block;
    height: 124px;
    position: fixed;
    margin-left: -110px;
    top: 36.5%;
    width: 90px;
    z-index: 1000;
}

.feedback-header.contact {
	background-image: url("../img/feedback.png");
}

.feedback-header.chat {
	background-image: url("../img/chat.png");
}

.feedback-header2{
    cursor: pointer;
    display: block;
    height: 42px;
    width: 210px;
    z-index: 1000;
}

.feedback-header2.contact {
	background-image: url("../img/chat_new_feedback.png");
}

.feedback-header2.chat {
	background-image: url("../img/chat_new_on.jpg");
}


.feedback-body {
    background-color: #FFFFFF;
    top: 35%;
    color: #000000 !important;
    font-size: 14px !important;
    height: 366px;
    padding: 10px;
    position: fixed;
    left: 10px;
    width: 430px;
    z-index: 1000;
    border: 1px solid #64BBE9;
    background: url(../_images/chat_backg.jpg) 0 0;
    text-align: left;
}

.display-block{
	display: block;
}
.display-none{
	display: none;
}

#chat-box-email {
    border: 1px solid #CCCCCC;
    padding: 4px;
	width: 75%;
	margin-top: 10px;
	margin-bottom: 13px;
}
#chat-box-start-name, #chat-box-start-email{
	border: 1px solid #CCCCCC;
    padding: 4px;
	width: 85%;
	margin-top: 10px;
	margin-bottom: 20px;
}
#chat-box-cmt{
    border: 1px solid #CCCCCC;
    padding: 4px;
	width: 96%;
	margin-top: 10px;
	margin-bottom: 20px;
}

#chat-box-textinput{
	border: 1px solid #CCCCCC;
    padding: 4px;
	width: 77%;
}

.feedback-label{
	color: #fff;
	font-size: 14px;
    font-weight: bold;
}
.feedback-label.first{
	margin-top: 40px;
}

#chat-box-input{
	margin-top: 15px;
}

#feedback-error-placeholder{
	margin-bottom: 10px;
	color: red;
}

.feedback-close{
	display: block;
    height: 20px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 20px;
	background: url('../img/fb_close.png') no-repeat 0 0;
	cursor: pointer;
}
.feedback-close:hover{
	background: url('../img/fb_close_h.png') no-repeat 0 0;
}

.share-icon-email{
	background: url('../img/s_email.png') no-repeat 0 0 !important;
}
.share-icon-email:hover{
	background: url('../img/s_email_h.png') no-repeat 0 0 !important;
}

/* END LIVECHAT */

#texts h1 {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  color: #5c656a;
}

#texts h2 {
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: #5c656a;
}

#texts h3 {
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  color: #5c656a;
}

#texts p, blockquote {
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  color: #5c656a;
}

#texts td {
  font-style: normal;
  font-size: 9pt;
  font-weight: normal;
  color: grey;
  border: 2px;
  border-color: white;
}

#texts ul,ol {
  font-style: normal;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color: #5c656a;
  padding-left: 30px;
}
.select-field-full, .select-field-full option, .select-field-full:focus, .select-field-full option:focus {
    min-width: 130px;
    max-width: 400px;
    width: auto !important;
}
    .select-field-full option {
        overflow: hidden;
        white-sapce: no-wrap;
        text-overflow: ellipsis;
    }
#searchformStep1 > div, .motorhome-length, .towing-length {
        margin: 0px 0px 0px 13px;
    }
.btn-next {
	    margin: 0px 0px 0px 13px;

}
    span .motorhome-info {
    margin-left: 20px;
    line-height: 92px;
    opacity: .9;
}
.homeSearchBtn{float:right; width:129px; height:29px; background:url(../img/calculate_price.png) no-repeat 0 0; text-indent:-9999px; display:block; cursor:pointer}
.homeSearchBtn:hover{background-position:0 -30px;}

.resultFilters {
    border-radius: 6px 6px 6px 6px;
    height: 20px;
    margin-bottom: 10px;
    padding: 10px 0;
    background-color: #539cbf !important;
  
}

.filterDiv{
	color: white;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    width: 24%;
}

.first{
	padding-left: 10px;
}

.hidden{
	display: none;
}

.filterDiv.message{
    font-weight: normal;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

#bullet-box {
	position: relative;
	top: -15px;
	background-color: #00529b;
	border-radius: 6px 6px 6px 6px;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}


#bullet-home {
	background-color: #00529b;
	border-radius: 6px 6px 6px 6px;
	border: 6px solid #00529b;
	font-family: 'segoe ui';
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 10px;
}


.searchtitle{
	font-size: 24px;
    padding: 7px 15px 5px;
    text-align: left;
    float: left;
    line-height: 74px;
    text-shadow: 1px 1px 1px #555;
}
.search-widget-option-question {
    font-size: 15px;
    text-align: left;
    line-height: 74px;
    text-shadow: 1px 1px 1px #555;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: 740px;
}
.search-widget-option-question.note, .search-widget-option-question.noteLength {
    font-size: 13px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #555;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: 230px;
    margin-left: 20px;
}
.search-widget-option-question.noteLength {
    max-width: 350px;
}
.search-widget-step-container{
    height: 77px;
    line-height: 77px;
    text-align:left;
}
.search-widget-step-container div {
    display: inline-block;
    width: auto;
    line-height: normal;
}
    .search-widget-step-container span.motorhome-info {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    #comparison-test {
	background-color: #ededed;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #d3d3d3;
	font-family: 'segoe ui';
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-top:10px;
}


#comp-2 {
	background-color: #3a79c8;
	border-radius: 6px 6px 6px 6px;
	/*border: 6px solid #d3d3d3;*/
	font-family: 'segoe ui';
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

.feefoLogo {
	/*cursor: pointer;*/
}

.providerLogo{
	display: block;
	width: 210px;
	background:url(../img/allianz.gif) no-repeat 0 0;
	height: 212px;
    margin: 0 0 10px;	
}

.share2-icon {
    background-image: url("/img/social-icons.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    margin: 2px;
    opacity: 0.9;
    text-indent: -99999px;
    width: 40px;
	float: left;
}

.share-affix2{
	display: block;
    height: 58px;
    padding-top: 13px;
}

a.share2-icon:first-child{
	margin-left: 17px;
}
a.share2-icon:nth-child(5){
	margin-left: 60px;
}

.feefoFeedbackList {
	width: 100%;
}

.feefooFeedback {
    display: block;
    margin: 0 auto 15px;
    width: 83%;
}

.feefooFeedback span {
    
}

.feefoFacebook {
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url("/img/FB-f-Logo__blue_29.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.feefoFeedbackContent{
	font-size: 13px;
	font-style: normal;
    font-weight: normal;
	color: #5c656a;
}
.feefoFeedbackContent h2{
}

.feedbackItemHeader{
	background-color: #3b7ac9;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    color: #fff;
    padding: 3px 5px;
	margin-bottom: 2px;
}

.feedbackItemBody{
	background-color: #A1A1A1;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    color: #fff;
    margin-bottom: 2px;
    padding: 3px 5px;
}

.feedbackItemFooter{
	background-color: #A1A1A1;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    color: #fff;
    padding: 3px 5px;
	
}

.agentreport-link{
	font-weight: bold;
}

.benefit-help{
	display: block;
	float: right;
	height: 21px;
	position: absolute;
	right: 0px;
	top: -3px;
}
.benefit-name{
	float: left;
    font-weight:bold;
}
.benefit-block{
	position: relative;
}

.topsearch.wide {
    margin-top: 15px;
    max-width: 970px;
    margin: 15px auto;
}

div.wide div.rightsearch{
	width: 98.5%;
	/*padding: 0 25px;*/
}

    div.wide div.rightsearch select.field:not(.select-field-full) {
        width: 150px;
    }
div#searchformStep1 {
    margin-top: 10px;
}
div.wide div.rightsearch input.field{
	width: 155px !important;
}

div.wide div.rightsearch input.calendar, input.calendarWithTime {
    background-position: 127px 6px !important;
    padding-right: 5px !important;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
}
div.wide div.rightsearch label{
    width: 150px;
}

div.wide div.rightsearch label.small{
	width: 151px !important;
}

div.wide div.rightsearch div.last{
	width: 90px;
	right: 20px;
}

#step2 .last {
    width: 166px;
    /*bottom: 14px;*/
}

.vehicle-age {
  position: relative;
}
.confirm-vehicle-age {
    position: absolute;
    padding: 16px;
    width: 210px;
    color: #FFFFFF;
    background: #000000;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    display: none;
    border-radius: 6px;
    bottom: 44px;
    left: 50%;
    margin-left: -120px;
    z-index: 999;
    opacity: .9;
}
.confirm-vehicle-age:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
    border-top: 6px solid #000000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.departDate, .returnDate {
    /*float: left;*/
    margin: 12px 0px 0px 13px;
}

div.wide div.rightsearch  select.fieldYesNo{
	width: 155px;
}

div.wide div.rightsearch label.yesNo{
	width: 170px;
}

div.wide div.rightsearch label.voucherCodeLabel{
	width: 170px;
}

div.wide div.rightsearch input.fieldSmall{
	width: 138px;
}

.hide{
    display: none;
}


.cartBox {
    /*background: url("../img/shopping-cart-box_bg.png") no-repeat scroll 0 0 transparent;*/
    float: right;
    height: 49px;
    padding: 10px 20px 10px 9px;
	margin-top: 11px;
    width: 251px;
}

.cartBox .cartItems {
    background: url("../img/cart_icon.png") no-repeat scroll 0 0 transparent;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 22px;
    margin: 0;
    padding: 0 0 0 35px !important;
	float: none !important;
}

.cartBox strong {
    color: #fff;
    font-size: 18px;
    padding-right: 42px;
}

.cartBox .cartSubspan{
	color: #fff;
    font-size: 15px;
    padding-left: 35px;
	width: 144px !important;
	min-height: 20px !important;
}

.cartBox a
{
    float: left;
    margin-left: 33px;
}

.cartBox p{
	clear: right;
    color: #fff;
    float: right;
    font-size: 12px;
    padding-top: 5px;
    white-space: nowrap;
	text-align: left;
}

.btncheckout
{
    background:url(../img/btnCheckout.png) no-repeat 0 0; 
    font-size:1px; 
    text-align:left; 
    color:#f46009; 
    width:115px; 
    height:29px; 
    display:block; 
    float:right; 
    text-indent:-9999px; 
    border:none; 
    cursor:pointer;
}

.btncheckout:hover
{
    background-position:0 -29px; 
    color:#bc4a07;
}	


.findaddressBtn {border:0; text-indent:-9999px; background:url(../img/findaddress.png) no-repeat 0 0; width:117px; height:29px; display:inline-block; text-indent:-9999px;font-size:1px;color:#f46009;text-align:left;}
.findaddressBtn:hover{background-position:0 -29px; border:0; text-indent:-9999px}

.border-red{border: 2px solid #f35b09 !important;}

.display-inline{display: inline;}
.zones-details-container {
    WIDTH: 50PX !IMPORTANT;
    height: 20px;
    position: relative;
    top: 6px;
    left: -13px;
}



    .zones-details-container img {
        display: block;
        float: right;
        height: 25px;
        border: none;
        position: relative;
    }

.selected-field-details-pop-up {
    WIDTH: 400PX !important;
    HEIGHT: AUTO;
    BACKGROUND: WHITE;
    Z-INDEX: 10000001;
    DISPLAY: BLOCK;
    POSITION: ABSOLUTE;
    TOP: -244PX;
    /* LEFT: 541PX; */
    PADDING: 0;
    BORDER-RADIUS: 2PX;
    BORDER: 1.5PX SOLID #a4a4a4;
    COLOR: #383838;
}

.selected-field-details-pop-up-line {
    padding: 5px 7px;
    font-weight:bold;
}

    .selected-field-details-pop-up-line.selected-one {
        padding: 5px 7px;
        background: #0088cc;
        color: white;
    }

b.zone-detail-title:not(.selected-one) {
    FONT-SIZE: 14PX;
    FONT-WEIGHT: BOLDER;
}

.zone-detail-content:not(.selected-one) {
    MARGIN: 0PX 0 7PX 25PX;
}

b.zone-detail-title.selected-one {
    FONT-SIZE: 14PX;
    FONT-WEIGHT: BOLDER;
}

.zone-detail-content.selected-one {
    MARGIN: 0PX 0 7PX 25PX;
}

.custom-dropdown-container {
    display: inline-block;
    width: 400px;
    /* overflow: hidden; */
    position: relative;
    max-width: 405px;
    margin: auto 0;
    height: auto;
    top: 1px;
}

.custom-dropdown-options-opener {
    background: #fff;
    border: 1.5px solid #909090;
    margin: auto 0;
    color: #4e4e4e;
    font-size: 12px;
    padding: 0px 4px;
    height: 25px;
    line-height: 25px !important;
    cursor: pointer;
    font-weight:bold;
}

.custom-dropdown-selected-option {
    height: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 380px;
    /* line-height: 25px !important; */
    white-space: nowrap;
}

.custom-dropdown-option-down-icon {
    position: relative;
    font-size: 9px;
    top: -1px;
}

.selected-field-details-checkbox {
    width: 15px !important;
    height: 15px;
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 50%;
    margin: 1px 7px 0px 0px;
    float: left;
    background: #fafafa;
}

.selected-one .selected-field-details-checkbox {
    border: 3px solid #0088cc;
    background: #fff;
    box-shadow: 0 0px 0px 1px #fff;
    margin: 2px 9px 3px 0px;
    width: 11px !important;
    height: 10px;
}
span#confirmZone {
    bottom: 57px;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */



.homepage .custom-header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}


.homepage div.topsearch.custom-top-search {
    position: relative;
    margin-top: 0;
    height: 600px;
    margin:0;
    max-width:100%;
}

.homepage .custom-top-search img {
    width: 100%;
}

.homepage div.wide div.rightsearch.custom-right-search {
    position: absolute;
    left: 50%;
    /*transform: translateX(-50%);*/
    margin-left:-502px;
    bottom: 130px;
    max-width: 990px;
    width: 100%;
    /*margin: 0 auto;*/
    box-shadow: 1px 1px 6px #000;
}

.homepage .custom-right-search .search-widget-step-container {
    text-align: left;
}

.homepage .custom-right-search .search-widget-step-container .searchtitle {
    float: none;
    line-height: normal;
}

.homepage .custom-the-content {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.homepage .header-wrapper {
    background-color: #539cbf;
}

.homepage #header {
    background-color: transparent;
}

.homepage .headlineDiv img{
    max-height:100%;
    height:600px;
}

.homepage .custom-feedback-image {
    position: absolute;
    bottom: 300px;
    left: 50%;
    /*transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
    margin-left:-495px;
    max-width: 990px;
    width: 100%;
}

.homepage .custom-feedback-image img {
    position: relative;
    width: 440px;
    float: left;
}


nav {
    font-weight:bold;
    position: absolute;
    top: 76px;
    left:0;
    width: 330px;
    z-index: 100;
    border-bottom: 1px solid #1872A7;
    border-left: 1px solid #1872A7;
    border-right: 1px solid #1872A7;
}

nav ul {
    list-style-type: none;
    padding-left: 0;
    background-color: #fff;
    margin: 0;
}

nav ul:first-child{
    background-color: #005689 !important;
}

    nav ul li {
        background: #539cbf;
        font-size: 14px;
        text-align: left;
        position: relative;
    }

    nav ul li a {
        display: inline-block;
        padding: 11px 17px;
        width: 85%;
    }

.new-menu-home {
    background: #005689 !important;
}

.new-menu-home a:hover{
    color:#fff;
}

.new-menu-home a{
    color:#fff;
}

.level-1 li{

}

nav ul li a:hover {
    text-decoration: none !important;
}

.level-1{
    position:absolute;
    top:0;
    left:100%;
    width:100%;
}

.to-right {
    display: inline-block;
    float: right;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

.back-btn {
    font-weight: bold !important;
}

.top-menu-icon{
    float:left;
    margin-top:28px;
    margin-right:20px;
}

.renewPageContent{
    font-size:14px;
}

.search-widget-step-container .q img{
    width:22px;
}

.search-widget-step-container .tooltip {
    position:fixed;
    width:50%;
    border-radius:4px;
    top: 22% !important;
}


/*NEW CLASSES FOR FULL WIDTH CONTENT*/

.homeIconsTop, .homeIcons {
	background: white;
	border-radius: 8px;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .38);
	color:  black;
    padding-bottom: 20px;
    text-align: center;
}

.homeIconsTop {
	margin: -15px auto 25px;
}

.homeIcons {
	margin: 0 auto 25px;
}

.homeIconsTop h1, .homeIcons h1 {
	font-size: 26px;
	font-weight: 500;
	padding: 20px 0;
}

.homeFeefoImg {
	border-radius: 8px;
	margin: 0 auto 25px;
}

.homeFeefoImg.top {
    margin-top: -15px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .38);
}

.homeFeefoImg img {
	border-radius: 8px;
}

.homeSecLogos {
	margin: 0 auto;
}

.iconsExt, .keypointsExt, .keypointsExtLast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.iconsExt {
	width: 90%;
}

.keypointsExt {
    margin-bottom: 20px;
	width: 90%;
}

.keypointsExtLast {
	width: 90%;
}

.chooseUs {
    float: left;
    margin: 2%;
    text-align: center;
    width: 21%;
}

.chooseUs .text {
    margin-top: 15px;
}

.homeKeypoints {
    float: left;
    margin: 2%;
    max-width: 268px;
    text-align: left;
    width: 31%;
}

.homeKeypoints img {
    float: left;
    margin-right: 10px;
    padding-bottom: 20px;
    width: 60px;
}

.homeKeypoints .title {
    font-size: 10pt;
    font-weight: bold;
}

.homeKeypoints .text {
    font-size: 8pt;
    margin-top: 7px;
}

.statements {
    clear: both;
}
.statements p {
    font-size: 11px;
}

.copyrightNew {
    clear: both;
    padding: 0 0 10px;
}

.newContent {
    margin: 10px auto;
    width: 90%;
}

.intTextLeftTop, .intTextLeft, .intTextRight {
    font-size: 15px;
    height: 135px;
    margin-bottom: 20px;
}

.intTextLeftTop {
    float: left;
    width: 75%;
    padding: 50px 20px 0 0;
}

.intTextRight {
    float: right;
    padding: 40px 20px 0 0;
    width: 66%;
}

.intTextLeft {
    float: left;
    padding: 30px 20px 0 0;
    width: 66%;
}

.intBestPrice {
    text-align: right;
}

.intBestPrice img {
    height: 180px;
    width: 240px;
}

.intAdviceLeft, .intAdviceRight {
    border-bottom: 20px solid #f28500;
    border-left: 1px solid #f28500;
    border-right: 1px solid #f28500;
    border-top: 20px solid #f28500;
    border-radius: 15px;
    clear: both;
    font-size: 15px;
    font-style: italic;
    margin: 20px 0;
    padding: 20px 10px;
    text-align: center;
    width: 27%;
}

.intAdviceLeft {
    float: left;
}

.intAdviceRight {
    float: right;
}

.intAdviceLeft .title, .intAdviceRight .title {
    color: #539cbf;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.intComment {    
    border-bottom: 20px solid #539cbf;
    border-top: 20px solid #539cbf;
    border-radius: 15px;
    clear: both;
    margin: 50px 0;
    padding: 10px;
}

.intComment span {
    font-size: 16px;
    line-height: 22px;    
}

.intComment img {
    width: 30px;
}

.intMainText {
    clear: both;
    font-size: 15px;
}

.intMainText h3 {
    clear: both;
    font-weight: bold;
}

/*FADED CIRCLES*/

.fadedcircles {
  position: relative;
}

.fadedcircles img {
  border-radius: 62px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .38);
  opacity: 1;
  display: block;
  width: 60%;
  margin: 0 auto;
  height: auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadedcircles a, .fadedcircles a:hover {
  color: white;
    text-decoration: none;
}

.fadedcirclesmiddle {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fadedcircles:hover img {
  opacity: 0.3;
}

.fadedcircles:hover .fadedcirclesmiddle {
  opacity: 1;
}

.fadedcirclestext {
  background-color: #539cbf;
  border-radius: 8px;
  color: white;
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
}

/*END FADED CIRCLES*/


/* COMPARISON TABLES */

.compareT {
    background-image: -webkit-linear-gradient(#539cbfde, #539cbf);
    background-image: -webkit-linear-gradient(#539cbfde, #539cbf);
    background-image: linear-gradient(#539cbfde, #539cbf);
    border-radius: 15px;
    box-shadow: 0px 1px 3px #aaa;
    color: #fff;
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
    width: 95%;
}

.compareT thead {
    line-height: 45px;
}

.compareT thead td {
    width: 18%;
}

.compareT thead .topLeft {
    border-top-left-radius: 12px;
    width: 46%;
}

.compareT .ours {
    background: #61d791;    
}

.compareT .aa, .compareT .rac {
    background: #e5e5e5;
    color: #666;
}

.compareT .aa {
    border-right: 0.5px solid white;    
}

.compareT thead .topRac {
    background: #e5e5e5;
    border-top-right-radius: 12px;
    color: #333;
}

.compareT tbody .bottomRac {
    background: #e5e5e5;   
    border-bottom-right-radius: 12px;
    color: #333; 
}

.compareT .bronze {
    background: #f2ae6b;
    color: #333;
}

.compareT .silver {
    background: #eee;
    color: #333;
    
}

.compareT thead .topRight {
    background: #ffd100;
    border-top-right-radius: 12px;
    color: #333;
}

.compareT .gold {
    background: #ffd100;   
    color: #333; 
}

.compareT .ours, .compareT .aa, .compareT .rac, .compareT .topRac, .compareT .bottomRac, .compareT .bronze, .compareT .silver, .compareT .gold, .compareT .topLeft, .compareT .topRight, .compareT .celda, .compareT .bottomLeft, .compareT .bottomRight {
    border-bottom: 0.5px solid #fff;
    height: 45px;
}

.compareT tbody .bottomLeft {
    border-bottom-left-radius: 12px;
}

.compareT tbody .bottomRight {
    background: #ffd100;   
    border-bottom-right-radius: 12px;
    color: #333; 
}

.compareT img {
    width: 24px;
}

/* END COMPARISON TABLES */


/*NEW FOOTER*/

.footer .section1, .footer .section3, .footer .section4 {
    display: inline-block; 
    font-weight: normal;
    margin-bottom: 25px;
}

.footer .section1 { 
    margin-right: 10px;
    width: 17%;
}

.footer .section3 { 
    margin-right: 10px;
    width: 20%;
}

.footer .section1.social { 
    position: absolute;
}

.footer .section4 {
    float: right;
    width: 25%;
}

.footer .title {
    color: #fff;
    font-size: 15px;
    margin-bottom: 12px;
}

.footer .links a {
    color: #ffffffcc;
    display: block;
    font-size: 12.5px;
    margin-bottom: 10px;
    text-decoration: none;
}

.footerSocialIcon {
    margin-right: 7px;
    width: 22px;
}

/*END NEW FOOTER*/






