body {
    margin:0;
    color:#292926;
    font:12px/17px 'Trebuchet MS', Arial, Helvetica, sans-serif;
   background:#fff url(/Morganstanley/media/default/backgrounds/bg-page_1.jpg) no-repeat 50% 0 fixed;
min-width:960px;
}
/* */



#terminator {
background: url(/static/themes/corporate/backgrounds/page-term-shadow.png) no-repeat scroll center bottom transparent;
}

#header {
  padding: 0;
}
#header .logo a {
    display:block;
    height:100%;
}
#logo {
    background: url("/Morganstanley/media/default/backgrounds/Morgan-Stanley-brand-Banner3.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 100px;
    margin-left: 1px;
    text-indent: -9999px;
    width: 960px
}
.header-top {
    width:100%;
    overflow:hidden;
    margin:0 0 12px;
background-color: transparent;
background-image: url(/Morganstanley/media/default/themes/default/MorganstanleyBanner.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: 100px;  
}
#language { display: none; }
#user-info {
  padding: 12px 4px 0 0;
  position: absolute;
  right: 0px;
  top: 25px;
}
#user-info .menu-area {
  float: right;
  margin-right: 15px;
  width: 145px;
}

.menu-area a {
    color: #FFFFFF;
   font-weight: bold;
}

.welcome {
    color: #FFFFFF;
    float: right;
}

#search-form {
  float: right;
  width: 185px;
  padding: 9px 18px 0 0;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 56px;
  display:none;
}

#profile{
display:none;
}


#nav li .drop .info p a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #5187AE;
    display: block;
    float: none;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 165px;
    line-height:17px;
}

a {
    color: #1e3e6f;
    text-decoration: none;
}
#heading-holder {
    min-height: 52px;
    padding-left: 8px;
}
#heading-holder h1{
  font-size:18pt;
}
strong.logo{
  display: none;
}

/* position and dimensions of the navigator */
.navi {
    margin-left:258px;
    /*width:960px;*/
    height:20px;
    float: left;
}


/* items inside navigator */
.navi a {
  width:12px;
  height:12px;
  float:left;
  margin:10px 3px;
  background:url(/Morganstanley/media/default/navigator2.png) 0 0 no-repeat;
  display:block;
  font-size:1px;
}

/* mouseover state */
.navi a:hover {
  background-position:-15px 0px;      
}

/* active state (current page state) */
.navi a.active {
  background-position:-30px 0px;     
}

a {color: #1651BC;}
#main h2 {color:#F7AC1D}
#main li {list-style-image: url(/Morganstanley/media/default/themes/default/bullet-01.gif)
  ;}

#logo {height:100px}
#slogan {margin:16px 0px 0px 180px;}
.LoginHeader {border-bottom:1px solid #292926}
.LoginFooter {border-top:1px solid #292926; border-bottom:1px solid #ececec}

#subTabs li{display:inline}
#f-nav { background-color: #FFFFFF; border-top: 7px solid #292926;}
#nav li .drop .info p a {color:#292926}
#user-info {padding:12px 4px 0 0}
#sidebar .box .frame { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
#sidebar .box .ttl {background:url("/static/themes/corporate/containers/ModTitle.gif") repeat-x scroll right center transparent; }
.phoneNumber{color: #292926;}



.items div div{
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333,
    endColorstr=#333333); ZOOM: 1;*/
    /*background: none repeat scroll 0 0 rgba(33, 33, 33, 0.8);*/
    /*background: #999;*/
    border-radius: 0;
    color: #000000;
    /*font-family: Verdana,Helvetica,Arial,sans-serif;*/
    font-size: 12px;  
    height: 160px;
    opacity: .8;
    overflow: hidden;
    padding-left:6px;
    padding-right:12px;
    width: 310px;
   /*2016.02.17 RE width Changed from 260px to 310px*/
    margin-top:-160px;
    float:right;
    line-height:20px;
   /*2016.02.17 RE line-height Changed from 24px to 20px*/
    margin-right: 15px;
   /*2016.02.17 RE margin-right Changed from 1px to 15px*/
}

.items2 div div{
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333,
    endColorstr=#333333); ZOOM: 1;*/
    /*background: none repeat scroll 0 0 rgba(33, 33, 33, 0.8);*/
    /*background: #999;*/
    border-radius: 0;
    color: #000000;
    /*font-family: Verdana,Helvetica,Arial,sans-serif;*/
    font-size: 12px;  
    height: 160px;
    opacity: .8;
    overflow: hidden;
    padding-left:6px;
    padding-right:12px;
    width: 260px;
    margin-top:-160px;
    float:right;
    line-height:24px;
    margin-right: 1px;
}
/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
*/
.scrollable {

  /* required settings */
  position:relative;
  overflow:hidden;
  width: 620px;
  height: 170px;
  margin-left: 40px;
  /* custom decorations
  border:1px solid #ccc;*/
}

/*
  root element for scrollable items. Must be absolutely positioned
  and it should have a extremely large width to accomodate scrollable items.
  it's enough that you set the width and height for the root element and
  not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
  clear:both;
  padding-top:5px;
  margin-top: 0px;
  left:0px;
}

.items div {
  float:left;
  width:620px;
}
.items2 div {
  float:left;
  width:620px;
}
/* position and dimensions of the navigator */
.navi {
  margin-left:258px;
  /*width:960px;*/
  height:20px;
  float: left;
}


/* items inside navigator */
.navi a {
  width:12px;
  height:12px;
  float:left;
  margin:10px 3px;
  background:url(/Morganstanley/media/default/navigator2.png) 0 0 no-repeat;
  display:block;
  font-size:1px;
}

/* mouseover state */
.navi a:hover {
  background-position:-15px 0px;      
}

/* active state (current page state) */
.navi a.active {
  background-position:-30px 0px;     
}

/* prev, next, prevPage and nextPage buttons */
/*a.browse {
  background:url(https://corporatedemo.tbs.aon.com/images/scrollable/sprite.png) no-repeat;
  display:block;
  width:36px;
  height:88px;
  float:left;
  margin:40px 10px;
  cursor:pointer;
  font-size:1px;
  margin-top: -210px;
}*/

a.browse1 {
  background:url(/Morganstanley/media/default/scrollable/sprite.png) no-repeat;
  display:block;
  width:36px;
  height:88px;
  float:left;
  margin:40px 10px;
  cursor:pointer;
  font-size:1px;
  /*margin-top: -210px;*/
}

/* right */
a.right1     { background-position: -464px 0px; clear:right; margin-right: 0px;}
a.right1:hover   { background-position:-464px 0px; font-size: 0px; }
a.right1:active   { background-position:-464px 0px; }


/* left */
a.left1    { margin-left: 12px; background-position: -350px 0px; clear:left; }
a.left1:hover    { background-position:-350px 0; font-size: 0px; }
a.left1:active    { background-position:-350px 0; }

/* up and down */
a.up, a.down    {
  background:url(/images/scrollable/vert_large.png) no-repeat;
  float: none;
  margin: 10px 50px;
}

/* up */
a.up:hover      { background-position:-30px 0; }
a.up:active      { background-position:-60px 0; }

/* down */
a.down     { background-position: 0 -30px; }
a.down:hover    { background-position:-30px -30px; }
a.down:active    { background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
  visibility:hidden !important;    
}   

.nav-area {
    background: url("/Morganstanley/media/default/themes/default/bg-nav-new.gif") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 45px;
    width: 960px;
}
#nav li {
    background: url("/Morganstanley/media/default/menuPipe.gif") no-repeat scroll left top transparent;
    float: left;
    height: 35px;
    margin-top: 5px;
    padding: 10px 5px;
    width: 115px;
}
#sidebar .box .frame {
    color: #4B4A4A;
  background: #ffffff
}

#nav li a {
    color: #111111;
    display: block;
    float: left;
    font-size: 11px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    width: 115px;
}
#f-nav {
    background-color: #FFFFFF;
    border-top: 7px solid #ffffff;
}

#navigator-wrap {
height: 100px;
}


#nav li.right-side .drop {
    left: -340px;
}

#nav li.lastChild .drop {
    left: -455px;
}

#nav li .drop {
    margin-top: 10px;
}

#nav li.firstChild, #nav li.first-child {
    width: auto;
    border-left: 0;
    padding-left: inherit;
    
}

#nav li:nth-child(2) .drop {
    left: -75px;    
}

.scrollable img {
    float: left;
}

.search-form {
    position: absolute;
    top: 85px;
    left: 777px;
}

.services {
    display: none;
}
/*
#eventDeclare-welcome {
    background: url(/Morganstanley/media/default/themes/default/MorganStanley/250px-4-Photos.jpg) no-repeat;
    height: 250px;
    padding-left: 10px;
    width: 500px;
   margin-left: 400px;
}

#eventDeclare-welcome p{
      margin-left: -380px;
    padding-top: 20px;
}
#eventDeclare-welcome h1{
      margin-left: -380px;
    padding-top: 20px;
  display:inline;
}*/

/*RE 2014.10.06 #eventDeclare-welcome this is the image on the Declaring a Life Event Page*/
#eventDeclare-welcome {
    background: url("/Morganstanley/media/default/MS%20Images/Site-Image_240x250_v04.png") no-repeat scroll 385px 0 transparent;
    min-height: 240px;
    padding-left: 10px;
    width: 700px;
}
#eventDeclare-welcome p {
  padding-top:20px;
    width: 360px;
}

#eventDeclare-eventList {
    margin: 0 0 24px 12px;
    width: 500px;
}
#eventDeclare-success {
    background-image: none;
}

#sidebar .nav li span {
    display: block;
    padding: 0 0 0 14px;
    background: url(/Morganstanley/media/default/themes/default/bullet-01.gif) no-repeat 0 3px;
    text-transform: capitalize;
}

#BenefitsTable .footer td.firstChild, #BenefitsTablePend .footer td.firstChild, #BenefitsTablePend2 .footer td.firstChild {
    background: url(/getmedia/c5c1cbdf-be2a-4e02-a878-a96299df3b5e/darkblueFooter) no-repeat;
    background-position: 0 -3px;
    padding-left: 4px;
}

#BenefitsTable .footer td, #BenefitsTablePend .footer td, #BenefitsTablePend2 .footer td {
    background: url(/getmedia/c5c1cbdf-be2a-4e02-a878-a96299df3b5e/darkblueFooter) no-repeat;
    background-position: center -3px;
}

.benefits-table .footer td {
    background-image: url(/getmedia/c5c1cbdf-be2a-4e02-a878-a96299df3b5e/darkblueFooter);
    background-repeat: no-repeat;
    background-position: center -3px;
}

.slider-img-left {
    margin-left: -20px;
    position: absolute;
    margin-top: 0px;
    width: 30px;
    height: 110px;
}

.slider-img-right {
    position: absolute;
    margin-top: 0px;
    width: 30px;
    height: 110px;
    left: 640px;
}

#sidebar .nav li {
    font-size: 10px;
}

#tabs div .block-results-right .price {
    color: #1e3e6f;    
}

#sidebar .box .text .insurPrice {
color: #1e3e6f;
}
#sidebar .box .text .insurPrice, #sidebar .box .text .insurPrice-eoi {float:none;text-align:inherit; margin-right:inherit}

#sidebar .box .bottomPayroll {
    background: url(/getmedia/7f631875-1bbb-418e-a08c-b09e0fb83425/payroll-total-ded-blue) no-repeat scroll 0 0 transparent;
    filter:none;
}

.enrollTable #topInfo {
    background: url(/getmedia/44bcf71d-0416-4add-96af-0830179d9371/bg-enrollinfo-top-gradient-blue) repeat-x scroll 0 0 transparent;
}

/*.personalInfo-edit {
    display: none;
}

.contactInfo-edit {
    display: none;
}*/


#content .content-holder .heading-holder {
    display: block;
}


#top-ba-chart {
    height: 20px;
    background: url(/ally/media/default/themes/default/bg-ba.png) no-repeat;
    padding: 3px 0px 0px 10px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

td.left {
    background-color: #F2F2F2;
    border-bottom: 2px solid #EEE;
    border-left: 2px solid #EEE;
    color: #39C;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    width: 170px;
}

td.right {
    border-right: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
    float: left;
    width: 408px;
}

.text table {
    border-spacing: 0px;
}

.navigators span {
    float: left;
    text-align: center;
    width: 155px;
}

.scrollable .items {
    /*padding-top: 0px;*/
  padding-top: 10px;
}

#scrollable_wrap a.left {
    padding: 0px;
}

.LoginFooter {
  border-top: none;
}

#nav li .drop .info p a:hover {
  text-decoration: underline;
  line-height:17px;
}

.benefits-table .row {
  border: none;
}

.second_table .header td, .confirm-table .header td {
  border: none;
}

#f-nav li.firstChild a span {
  padding-top: 0px;
}

#f-nav li.lastChild a span {
  padding-top: 0px;
}

#enrollment-welcome-content p img {
  position: absolute;
  top: 0px;
  left: 520px;
}

#enrollment-welcome-side {
  position: absolute;
  top: 90px;
  left: 490px;
}

#tabs div .block-results-right .priceitem {
  color: #1E3E6F;
}

#tabs div .table-row .tab-row-right td, .zeroinput {
   color: #1E3E6F;
}

#tabs div .tailitem {
  border-bottom: 1px solid #1E3E6F;
}

.plan_label {
  color: #1E3E6F;
}

.benefits-table .header td, .strongPassword-table .header td {
 /* background: url(/Morganstanley/media/default/themes/default/maintableHeader_darkblue.png);*/
  background-color:#1E3E6F;
  background-repeat: no-repeat;
  background-position: center 0px;
}
.benefits-table .header TH{
  background: #1E3E6F;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3e6f', endColorstr='#1e3e6f')}
.AddingUpSleeve {
  display: none;
}

td.left {
  color: #1e3e6f;
}

#top-ba-chart {
  height: 20px;
  background: url(/Morganstanley/media/default/themes/default/bg-ba_darkblue.png) no-repeat;
  padding: 3px 0px 0px 10px;
}

#sidebar .box .ttl {
  background: url("/Morganstanley/media/default/themes/default/ModTitle_darkblue.png") repeat-x scroll right center transparent;
}

#tabs div .tab-plan-select-top {
background: url(/Morganstanley/media/default/themes/default/tab-bg-selec-plan_darkblue.png) no-repeat scroll 0 0 transparent;
color: white;
margin-top: 2px;
filter:none;  
}
#image_wrap{
 top:0px;
}
/*
iframe {
 overflow:hidden; 
  
}*/

iframe

{

overflow: hidden;
overflow-y: hidden;

}
.personalInfo-edit a{
                display:none;
}

.contactInfo-edit a{
                display:none;
}
/*
#nav li .drop .top {
  filter: alpha(opacity=50);
  opacity: 0.5;
  background:#ffffff;
}
#nav li .drop .center {
  filter: alpha(opacity=50);
  opacity: 0.5;
  background:#ffffff;  
}*/
.jobStatus{
 display:none; 
}
.employmentStatus{
 display:none; 
}
.bonusAmount{
display:none;   
}
.bonusFrequency{
display:none;   
}
.payType{
display:none;   
}
.payrollGroup{
display:none;   
}
.salaryBaseFrequency{
display:none;   
}
.holidayEntitlementDays{
 display:none; 
}
/*
#plc_lt_zoneMain_TBS_LogOnFirstTime_vldPassword{
  display:none;
}*/

#pwdMeter{
 position:absolute; 
}

/*COMMENTED OUT AS CAUSED ISSUE REPORTED IN TFS 65568, WE SHOULDN'T BE SETTING OVERRIDE WIDTHS FOR THESE COLUMNS*/

/*
#col4, #col4BenPend,
#col5,#col5BenPend{
 width:80px; 
}*/


#plc_lt_zoneTop2_pageplaceholder_pageplaceholder_lt_zoneMain_SearchDialogWithResults_srchDialog_btnSearch span{
  margin-right:0px;
  min-width:0px;
}
.highslide-container div{
 /*height:auto;*/
}
/*
a.button-inverse{
  margin-right:20px;
}*/
/*Ellis Congif for Home page Button*/
a.MSbutton-inverse {
background: transparent url(/Morganstanley/media/default/backgrounds/blank-blue-button_119x18.png) no-repeat scroll top right;
color:#fff;
display:block;
float:left;
width:119px;
height:18px;
text-align: center;
}
a.enrolbttnblue {
background:transparent url(/Morganstanley/media/default/backgrounds/Make_a_Change_button.png) no-repeat scroll top right;
color:#fff;
display:block;
float:left;
width:130px;
height:35px;
}
/*Ellis Congif for Home page Button*/
a:hover.button-inverse span{
 padding-bottom:6px;
}
#currentBenefitElections{
  height:1%;
  display:block;
float:left;
}
.highslide-html-content{
 overflow:hidden; 
}

#btTableHolderFin{
 padding-right:50px; 
}
.tab1.on {
    background: url("/Morganstanley/media/default/themes/default/benefitsTable/Tab1_On_1.png") no-repeat scroll 0 0 transparent;
}

.tab2, .tab3 {font-size:11px;}

.tab2.on,
.tab3.on {
    background: url("/Morganstanley/media/default/themes/default/benefitsTable/Tab2_2.png") no-repeat scroll 0 0 transparent;
}

SPAN.loader{
  width:26px !important;
}

.followUpItems-table TD {font-family:verdana}


.confirmDelete {
    background: none;
    min-height: 128px;

}
.confirmDelete p {
    color: red;
    min-height: 130px;
    padding-left: 0px
}


#pwdMeter{
 position:absolute;
}

#Confirm{
position:relative;
 top:13px; 
}
#plc_lt_zoneMain_TBS_LogOnFirstTime_vldComparePasswords{
  
position:relative;
 top:6px;
  
}
/*
.items DIV DIV {
  margin-top:-40px;
  margin-right:180px;
}
#image_wrap a{
 float:left; 
}
*/
#image_wrap .more-link {
 display:none; 
}

/*BEGIN COMMENTED OUT PER DISCUSSION WITH RUSSELL 07/08/14 AS OVERRIDE CAUSED LAYOUT ISSUES*/
/*.content-holder .text #navigator-wrap{position:absolute; top:503px; width:687px;}*/


/*.content-holder .text .scrollable1{position:relative;overflow:hidden;height:172px;width:689px;}*/
/*END COMMENTED OUT PER DISCUSSION WITH RUSSELL 07/08/14 AS OVERRIDE CAUSED LAYOUT ISSUES*/

.content-holder .text #scrollable_wrap p {padding:6px;}

.content-holder .text .item .item_wrapper {height:165px; overflow-y:hidden;}

#dialog-confirm-remove {
background: none;
}

.enrollTable #personalInfoAddressDisplay td div.value { word-wrap: break-word; }

#eventDeclare-success {
background: url('/Morganstanley/media/default/themes/default/MorganStanley/butterfly.png') no-repeat;
height: 122px;
}

/*STOPS INVESTMENT OPTIONS CONTAINER BUTTON FROM DISAPPEARING FROM VIEW WHEN ERRORS ARE PUSHED INTO IT*/
div#FundAllocationOptionsSection div#expander {height:auto !important;}

div#tabSleeve div#navButtons {
display: block;
position: absolute;
right: -24px;
bottom: 0px;
}

tbody#c7327657-4e3d-4f9f-ab8f-1b03c08e5388 {display:none;}

p#enrolnotice {width:940px;}

/*HIDES THE LANGUAGE DISPLAY TEXT ON THE LOGIN PAGE*/
#languageselection {
display:none;
}

/*2014-06-24 HIDES EE Pension %*/
#employee-contrib-percent {
display:none;
}

/*2014-06-27 Right Align 'Monthly Cost To You'*/
#tabs div .tab-plan-select-top span.last {
margin-left:0;
text-align:right;
width:225px;
}
/*2014-06-27 Changes 'Monthly Cost To You' font size from 36px to 18px*/
#tabs DIV .block-results-right .price{
Font-size:18px
}
/*2014-06-27 Changes the Options box line weight and colour from #e4e4e4 1px solid to #D3D3D3 2px solid*/
#tabs DIV .table-row {
border-bottom : #D3D3D3 2px solid
}
/*2014 Code to hide 'No Coverage' options. To show in Step 3 use Line Overrides*/
.election-no-coverage{
  display:none;
}
/*2014-09-02 Code to remove 'outline style' in chrome*/
.ui-slider .ui-slider-handle { outline: none }

/*2014-09-09 Code to remove 'Overview' side tab on the Overview page*/
#sidebar .nav {
display: none
}

/*2014-09-12 Code to left align text on step 3 table*/
.benefits-table .header th, .myDocumentsTable .header th {text-align:left;}
#tabs div .block-results-right .price { display:inline }
#currentBenefitElectionsPostTax td, #currentBenefitElections td { padding:0px 0px 0px 1px }

.contentSelection {
  margin-top: 25px;
}

select#statements_selector {float:left;}

/*2015.05.18 Download Icon for Pension Statements page added by Dave E*/
span#download_statement {display:block; 
  float: left; 
  /*background-image: url('/Morganstanley/media/default/download.png');*/ 
  background-image: url('/Morganstanley/media/default/MS%20Images/Buttons/Go_button_round.png');
  width:30px; height:30px; 
  background-size: 30px 30px; 
  background-repeat: no-repeat;
  margin-top: -7px;
  margin-left: 10px;
  cursor:pointer;}

select#statements_selector {
  font: 12px/17px 'Trebuchet MS',Arial,Helvetica,sans-serif;
}

/*2015.05.28 To re size text in Adding it up*/
IntroPayslip .Intro, #IntroResCash .Intro {
font-size: 100%;
line-height: inherit;
padding-bottom: 10px;
}

/*2015.05.28 To re align text in Your Payslip*/
/*#sidebar .box .bottomPayroll*/
#sidebar .box .bottomPayroll span#takehomepay {
margin-left: 12px;
}

/*
#cost-display-toggle {
    margin-top: -25px !important;
    }
#heading-holder H1{
    padding-top: 15px !important;
      }
#heading-holder H1{
    font-size: 15pt !important;
      }
#heading-holder H1{
    margin-top: 0px !important;
      }
*/
/*Support Request 87218:MS | Kentico | Display Cost Monthly/Annual Toggle Alignment (MWD472924)*/
#heading-holder H1{
float: left;
}
#cost-display-toggle
{
margin-top: 10px;
}

/*Cost To You EOI Lbl Colour chage*/
/*Enrollment.Step2.CostToYou.EOITempCstLbl.morganstanley*/
.insur-eoi-approved, .eoi-approved, .confirm-eoi-approved {
    color: #4b4a4a
}
/*.insur-eoi-approved,.eoi-approved,.confirm-eoi-approved{color:#84c441}*/

/*Enrollment.Step2.CostToYou.EOIPendCstLbl.morganstanley*/
.insur-eoi-pending, .insur-eoi-pending-price, .eoi-pending, .confirm-eoi-pending {
    color: #1651bc;
}


/* LineSet EOI cost display */
#tabs div .block-results-right .eoidiffprice
{
    display: block;
    margin-bottom: 40px;
    width: 100%;
}

#tabs div .block-results-right .LineSetEOIPrice 
{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #1e3e6f;
    margin-top: 42px;
}

/*To fix disapearing cost when in Annual Toggle*/
#current-elections-widget .box .bottomPayroll .RightCol
{
width: 76px;
text-align: left;
}

#current-elections-widget .box .bottomPayroll #total-price
{
text-align: left;
}
#sidebar .box .text .insurPrice, #sidebar .box .text .insurPrice-eoi
{
width: 65px;
}

#tabs div .table-row .tab-row-right table {    width: 220px;}
#tabs div .table-row .tab-row-left {width: 205px;}    

/* New Changes on 17/10/2016 */

/*
#main .two-columns {
    overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
    padding: 12px 8px 0px;
        padding-top: 12px;
        padding-right-value: 8px;
        padding-bottom: 0px;
        padding-left-value: 8px;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
    min-height: 460px;
    width: 980px;
} 
*/

/*2016.10.18 RE to Fix gap under  Options Monthly Cost To You and First Plan Option for line Sets*/
#tabs div .tab-plan-select-top span.last {
    display: none;
}


.CreditSleeve{
margin: 0;
}

/* Minification failed (line 633, error number 1043): 'progid:' is an IE-only construct that generates invalid CSS */