@charset "utf-8";
/* CSS Document */





#news {
  color:#4D4D3A;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
}

.sidebarImg {
  padding: 0 0 2px 2px;
}

.line {
  height:1px;
  background-color:#c2c0b2;
  margin-bottom:15px;
}

.newsline
{
  background-color:#EAE9E4;
  border:1px solid #BDBCB7;
  color:#5C5C4D;
  font-size:13px;
  font-weight:bold;
  text-align:left;
  margin-bottom: 15px;
}

.commentsHeader
{
  background-color:#EAE9E4;
  border:1px solid #BDBCB7;
  color:#5C5C4D;
  font-size:13px;
  font-weight:bold;
  height:15px;
  padding:5px;
  text-align:left;
}

.icons {
  float:left;
  display:block;
  width:145px;
  height:185px;
  text-align:center;
}

.icons2 {
  float:left;
  display:block;
  width:110px;
  text-align:center;
  padding-bottom:50px;
}

.icons p {
  font-size:11px;
  margin:0;
}

.insuranceicons {
  float:left;
  display:block;
  width:100px;
  height:100px;
  text-align:center;
}

.loanicons {
  float:left;
  display:block;
  width:150px;
  height:100px;
  text-align:center;
}

.bankingicons {
  float:left;
  display:block;
  width:300px;
  height:100px;
  text-align:center;
}

input.username {
  width:148px;
}


input.email {
  width:165px;
}

input.username {
  width:165px;
}

input.password {
  width:95px;

}


a.formLink {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#5c5c4d;
  width:45px;
  padding:5px 23px;
  margin-top:20px;
  display:inline;
  background-color:#e8edda;
  text-decoration:none;
  font-size:11px;
  border:1px solid #a2ac84;
}

a.formLink:hover {
  text-decoration:underline;
  border:1px solid #8f9875;
}

a {
  color:green;
}
.small {
  font-size:10px;
}

.pic {
  padding:0;
  margin:0;
  white-space:nowrap;
}

.linkCol {
  float:left;
  width:203px;
}

.linkCol a{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4d4d3a;
  font-weight:bold;
  line-height: 30px;
  text-decoration:none;
}

.linkCol a:hover{
  text-decoration:underline;
}


#footer {
  background: 0 bottom url(../images/footer.jpg) no-repeat;
  height:65px;
  padding:20px 0px 0px 10px;
}

#footer a{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4d4d3a;
  font-weight:bold;
  line-height: 30px;
  text-decoration:none;
}

.divider {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4d4d3a;
  font-weight:bold;
  line-height: 30px;
  text-decoration:none;
  margin:0px 20px;

}

.bold {
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4d4d3a;
  font-weight:bold;
  text-decoration:none;
}

#list {
  line-height: 30px;
  font-size:12px;
}

/* Form additions - Jean Prince */

div.formBox {
  border: 1px solid #c2c0b2;
  padding:10px;
  }

div.formBox span {
    zdisplay:block;
    color:#5c5c4d;
    zfont-weight:bold;
    padding:5px 0px;
    height:10px;
    width:100%;
    margin-bottom:5px;
  }

  form div.row {
    min-height:24px;
    padding:1px;
  }

  form div.row:hover {
    background-color:#e8edda;
  }

    form div.row label {
      width:250px;
      font-size:75%;
      padding:5px 0px;
      display:block;
      color:#5c5c4d;
      float: left;
    }

    form div.row input {
      width:310px;
      height:15px;
      padding:3px 0px 3px 3px;
      font-size:12px;
      color:#5c5c4d;
      border: 1px solid #c2c0b2;
    }

      form div.row input:active, form div.row input:hover  {
      border: 1px solid #5c5c4d;
    }

    form div.row select {
      width:280px;
      height:26px;
      padding:3px 3px 3px 3px;
      font-size:85%;
      color:#5c5c4d;
      border: 1px solid #c2c0b2;
    }

      form div.row select:active, form div.row select:hover  {
      border: 1px solid #5c5c4d;
    }

/* End General Form styling */




/* Speciality Form Styling */

 .formBox .oneCol label{
    width:180px;
  }


  .formBox input{
    float:left;
    display:block;
    width:310px;
  }

  .formBox input.text, .formBox select {
    border: 1px solid #80807f;
    color:#FFFFFF;
    font-size: 13px;
    padding:0px 5px;
  }

    .formBox .oneCol input, .formBox .oneCol select {
      width:120px;
    }

    .formBox select {
      width:100px;
    }

    .formBox select.date {
      width:96px;
    }

    .formBox img.ui-datepicker-trigger{
     margin-left: 5px;
     vertical-align: middle;
    }


    .formBox input.date {
      display: none;
    }

    .formBox select.small {
      width:80px;
    }

    .formBox textarea.comment {
      width:310px;
    }

    .formBox select.medium {
      width:160px;
    }

    .formLeft {
      float:left;
      width:285px;
    }

    .formRight {
      float:left;
      width:285px;
    }

      .formBox2 {
        padding:0px 0px 42px 13px;
      }
      .formBox2 div.row{
        line-height: 30px;
      }

      .formBox2 input{
        width:310px;
        float:right;
        margin-right:35px;

      }

      .formBox2 select{
        float:right;
        line-height: 30px;
        width:310px;
        border: 1px solid #80807f;
        color:#FFFFFF;
        font-size: 12px;
        line-height:11px;
        padding:0px 5px;
        margin:0px 35px 5px 0px;
      }

      div.row textarea {
        width:300px;
        border:1px solid #C2C0B2;
        font-family:Verdana,Tahoma,Helvetica;
        padding:2px;
        font-size:75%;
        color:#5c5c4d;

      }

      div.row textarea:hover {
      border:1px solid #5C5C4D;
      }

      form div.checkbox {
      min-height:20px;
      border:none;

      }
      form div.checkbox label {}

      form div.checkbox input {
        margin-top:-20px;
        width:100%;
        border:none;
      }

      form div.checkbox input:hover {
        border:none;
      }

/* End Speciality Form styling */

form div.applyButton:hover {
  background-color:transparent;
}


.formBox2 {
  background:0 bottom url(../images/block_bg.jpg) no-repeat;
  padding:0px 0px 42px 13px;
}
.formBox2 div.row{
  line-height: 30px;
}

.formBox2 input{
  width:310px;
  float:right;
  margin-right:35px;

}

.formBox2 select{
  float:right;
  line-height: 30px;
  width:310px;
  background-color:#b3b38f;
  border: 1px solid #80807f;
  color:#FFFFFF;
  font-size: 12px;
  line-height:11px;
  padding:0px 5px;
  margin:0px 35px 5px 0px;
}

/* Table Styling */

.tables {
  float:left;
  height:145px;
  padding: 15px 5px 0px 5px;
  border-bottom: 1px solid #c2c0b2;
  border-right: 1px solid #c2c0b2;
}

#tableBG {
  background:0 bottom url(../images/block_bg.jpg) no-repeat;
  height:570px;
}

#noBorder {
  width:114px;
  border-right:none;
}

.row1 { width:100px; }
.row2 { width:80px; }
.row3 { width:70px; }
.row4 { width:70px; }
.row5 { width:110px; }

.tableHeadings {
  height:10px;

  border:none;
  background-color:#eae9e4;
  text-align:center;
  vertical-align: middle;
  font-size:12px;
  color:#5c5c4d;
}




#carHire {
  overflow:hidden;
  border:1px solid #c2c0b2;
  height:50px;
}

.carTable {
  padding: 10px 5px 10px 5px;
  float:left;
}

.carInfo1 {
  display:block;
  margin-left:20px;
  float:left;
  width:140px;
}

.carInfo2 {
  display:block;
  float:left;
  width:90px;
}

.carInfo2 input{
  width:50px;
}

.carCol1 {width:120px;margin-bottom:-150px; padding-bottom:150px;}
.carCol2 {width:98px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol3 {width:95px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol4 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol5 {width:70px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol6 {width:90px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}


.bottomRight {
  margin-left:50px;
  margin-top:110px;
}

/* My own styles */

.links {
  float: left;
  width:630px;
}

.links a{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4d4d3a;
  font-weight:bold;
  line-height: 30px;
  text-decoration:none;
}

.links a:hover{
  text-decoration:underline;
}


.listCol1 { width:79px; }
.listCol2 { width:70px; margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.listCol3 { width:70px; margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.listCol4 { width:103px; margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.listCol5 { width:70px; margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.listCol6 { width:70px; margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.listCol7 { width:70px; margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}

.noresult {
  text-align:center;
}


.medicalCol1 {width:80px;}
.medicalCol2 {width:103px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.medicalCol3 {width:120px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.medicalCol4 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.medicalCol5 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.medicalCol6 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}

.medical-center{
  margin-top:20px;
}

.subscribe label{
    font-weight:bold;
    font-size:12px;
    color:#4d4d3a;
  }

.subscribe-input {
    width:180px;
    float:right;
}

.subscribe-button {
  width:87px;
  height:33px;
  margin: 10px 0 0 0;
  float:right;
  background-color: #FFF;
  background-image: url(http://compareshop.symfonysl.com/images/subscribe-btn.jpg);
  background-repeat: no-repeat;
  border:none;
}

      .forgotpassword
      {
       float: left;
      }

      .success {
          font-size:12px;
          font-family:Verdana, Arial, Helvetica, sans-serif;
          background:#E6EFC2 none repeat scroll 0 0;
          color:#264409;
      }
      .failure {
          font-size:12px;
          font-family:Verdana, Arial, Helvetica, sans-serif;
          background:#FBE3E4 none repeat scroll 0 0;
          color:#8A1F11;
      }
      .failure, .notice {
          #-moz-border-radius-bottomleft:7px;
          #-moz-border-radius-bottomright:7px;
          #-moz-border-radius-topleft:7px;
          #-moz-border-radius-topright:7px;
          border:1px solid #E57A6C;
          margin-bottom:15px;
          padding:10px;
          float: right;
      }
      .success {
          #-moz-border-radius-bottomleft:7px;
          #-moz-border-radius-bottomright:7px;
          #-moz-border-radius-topleft:7px;
          #-moz-border-radius-topright:7px;
          border:1px solid green;
          margin-bottom:15px;
          padding:10px;
          zfloat: right;
      }

    .formError {
        font-size:12px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        #-moz-border-radius-bottomleft:7px;
        #-moz-border-radius-bottomright:7px;
        #-moz-border-radius-topleft:7px;
        #-moz-border-radius-topright:7px;
        border:1px solid #E57A6C;
        margin-bottom:15px;
        padding:10px;
        float: left;
        background:#FBE3E4 none repeat scroll 0 0;
        color:#8A1F11;
        width:97%;
    }

.contactus
{
 float: left;
 width: 100%;
}

.newsImage {
  float: left;
  border:1px none blue;
}

.newsBody {
 font-size:12px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 margin-left: 110px;
 border:1px none green;
}


/* Button CSS */

div.formBox div.button {width:100%; height:35px;text-align: center;margin:5px 0 5px 8px;}

div.formBox div.button input{
  background:0 0 url("../images/site-button-lrg.png") no-repeat;
  padding:6px 0px 7px 0px;
  height:31px;
  width:114px;
  border:none;
  color:white;
  font-weight:bold;
  margin-left:39%;

}

div.formBox div.button input:hover{
  background:0px -32px url("../images/site-button-lrg.png") no-repeat;
  cursor:auto;
}

/* smallButton */
div.buttonSmall {height:20px; text-align: left;width:290px; margin:5px 0px 10px 0px;}

div.buttonSmall input{
  background:0 0 url("../images/site-button-small.png") no-repeat;
  height:20px;
  padding-bottom:3px;
  width:71px;
  border:none;
  color:white;
  font-size:10px;
}

div.formBox div.buttonSmall input:hover{
  background:0px -21px url("../images/site-button-small.png") no-repeat;
  cursor:auto;
}


/* Right Login Block CSS */

  div#col2 label {font-size:11px; font-weight:400; color:#5C5C4D; padding-bottom:2px; height:15px; display:block;}

  div#col2 input.username,
  div#col2 input.password,
  div#col2 input#user_email,
  div#col2 input#user_confirm_password {
    border:1px solid #C2C0B2;
    height:16px;
    width:280px;
    padding:3px;
    font-size:12px;
    color:#5C5C4D;
    margin-bottom:5px;
  }

  div#col2 input.username:hover,
  div#col2 input.password:hover,
  div#col2 input#user_email:hover,
  div#col2 input#user_confirm_password:hover {
    border-color:#5C5C4D;
  }


  /* login page column styling */

  div.formBox.col1 {width:575px;float:left;}
  div.formBox.col2 {width:210px;float:right;}
  div.col2 div.button input {margin-left:20%;}


  /* List elements Styling */

  div#col1 div.listItem {
    float:left;
    background-color: white;
    border:1px solid #bdbcb7;
    font-size:11px;
    color:#5C5C4D;
    text-align:center;
    overflow:hidden;
    width:100%;
    margin-top:10px;
    padding-bottom:5px;
  }

  div#col1 div.listItem:hover {
    background-color: #fffdf0;
  }

  div#col1 div.listItem:hover div.listHeading {
    background-color:#dddcd8;
    border-bottom:1px solid #bdbcb7;
  }

  div#col1 div.listHeading {
    background-color:#eae9e4;
    border-bottom:1px solid #bdbcb7;
    font-size:13px;
    color:#5C5C4D;
    font-weight:bold;
    height:15px;
    padding:5px;
    text-align:left;
  }

  div#col1 div.listItem a {
    color:green;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    text-decoration: none;
    padding:4px;
    width:63px;
    margin-top:2px;
    display:block;
  }

  div#col1 div.listItem a:hover {
    color: #5C5C4D;
    bbackground:0 0 url("../images/site-button-small.png") no-repeat;
  }

/* DEVELOPERS STYLE SHEETS*/

#carHire1 {
  overflow:hidden;
  border:1px solid #c2c0b2;
  height:55px;
}

.carTable1 {
  padding: 10px 5px 10px 5px;
  float:left;
}

.carInfo3 {
  display:block;
  margin-left:1px;
  float:left;
  width:128px;
  text-align: left;
}

.carInfo4 {
  display:block;
  float:left;
  width:60px;
  text-align: left;
}

.carInfo4 input{
  width:50px;
}

.carCol11 {width:122px;margin-bottom:-150px; padding-bottom:150px;}
.carCol12 {width:66px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol13 {width:117px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol14 {width:95px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol15 {width:65px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol16 {width:68px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
}

#carHire2 {
  overflow:hidden;
  border:1px solid #c2c0b2;
  height:55px;
}

.carTable2 {
  padding: 10px 5px 10px 5px;
  float:left;
}

.carInfo5 {
  display:block;
  margin-left:1px;
  float:left;
  width:128px;
  text-align: left;
}

.carInfo6 {
  display:block;
  float:left;
  zwidth:60px;
  text-align: left;
}

.carInfo6 input{
  width:50px;
}

.carCol17 {width:122px;margin-bottom:-150px; padding-bottom:150px;}
.carCol18 {width:60px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol19 {width:122px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol20 {width:180px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol21 {width:60px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carCol22 {width:68px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
}

.box {
  background-color:#e4e5e6;
  padding:5px 0 5px 10px;
  width:690px;
  margin:0 0 20px 0;
}

.box p{
  margin:20px 0 20px 0;
}

.client_logo {
  border:1px solid #BDBCB7;
  width:157px;
  margin:5px 11px 0 0;
  float:left;
  height: 100px;
  text-align: center;
  padding: 20px 0;
}



img {
  border: 0;
}

.rating {
  float:right;
  margin:15px 11px 0 0;
}

.client_info {
  margin:1px 11px 0 0;
  float:left;
}

h4 {
  font-size:12px;
  color:green;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

table {border:1px solid #C2C0B2; margin: 5px; width:600px; text-align:left;}
th {background-color:#ccc; font-size:14px; font-weight:bold; text-align:left; padding:10px 5px;}
td {
  padding:2px 5px;
  color:#4D4D3A;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
}
td.label {width:300px; font-weight: bold;}


.companyHeadings {
  height:10px;
  padding:10px 5px;
  border:none;
  background-color:#eae9e4;
  text-align:center;
  font-size:12px;
  color:#5c5c4d;
}

.companyTable {
  padding: 10px 5px 10px 5px;
  float:left;
}

#companyCol {
  overflow:hidden;
  border:1px solid #c2c0b2;
  height:30px;
}

.companyCol1 {width:120px;margin-bottom:-150px; padding-bottom:150px;}
.companyCol2 {width:198px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.companyCol3 {width:247px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}

/* INSURANCE LIST STYLES */
.carInsuranceCol1 {width:120px;margin-bottom:-150px; padding-bottom:150px;}
.carInsuranceCol2 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carInsuranceCol3 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carInsuranceCol4 {width:133px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carInsuranceCol5 {width:50px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.carInsuranceCol6 {width:70px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}

.travelCol1 {width:120px;margin-bottom:-150px; padding-bottom:150px;}
.travelCol2 {width:140px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.travelCol3 {width:134px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.travelCol4 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.travelCol5 {width:70px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.travelCol6 {width:70px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}

.homeCol1 {width:120px;margin-bottom:-150px; padding-bottom:150px;}
.homeCol2 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.homeCol3 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.homeCol4 {width:133px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.homeCol5 {width:50px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.homeCol6 {width:70px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}

.lifeCol1 {width:120px;margin-bottom:-150px; padding-bottom:150px;}
.lifeCol2 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.lifeCol3 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.lifeCol4 {width:133px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.lifeCol5 {width:50px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.lifeCol6 {width:70px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}

.businessCol1 {width:120px;margin-bottom:-150px; padding-bottom:150px;}
.businessCol2 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.businessCol3 {width:80px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.businessCol4 {width:133px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.businessCol5 {width:50px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}
.businessCol6 {width:70px;margin-bottom:-150px; padding-bottom:150px; border-left:1px solid #BDBCB7;}

/* END INSURANCE LIST STYLES */

/* APPLY Button*/

.button {width:100%; height:35px;text-align: center;margin:5px 0px;}

.button input{
  background:0 0 url("../images/site-button-lrg.png") no-repeat;
  padding:6px 0px 7px 0px;
  height:31px;
  width:114px;
  border:none;
  color:white;
  font-weight:bold;
  zmargin-left:39%;

}

.button input:hover{
  background:0px -32px url("../images/site-button-lrg.png") no-repeat;
  cursor:auto;
}

#applyAll {
  margin: 10px 0 0 490px;
  cursor: pointer;
}

#banner {
height:70px;
padding:20px 0px 0px 0px;
width:840px;


}

#banner img {
  margin-left : 14px;
}

.contact_code {
  width: 50px !important;
}

.contact_number{
  width: 252px !important;
  margin:0 3px;
}

tr#PersonalDetails {
 background-color: green;
}

#apply {
cursor: pointer;
}

a.active_link {
  text-decoration:underline;
}

#div_credit_card_types .pipe
{
  font-size: 12px;
  color:green;

}
