﻿/* Styling for new redbrick dropdown 19.06.2013 */    


/* font declaration */

@font-face {
  font-family: 'Conv_ArialNarrowMTStd-Regular';
  src: url('fonts/ArialNarrowMTStd-Regular.eot?#iefix') format('embedded-opentype');
  src: local('☺'), url('fonts/ArialNarrowMTStd-Regular.woff') format('woff'), url('fonts/ArialNarrowMTStd-Regular.ttf') format('truetype'), url('fonts/ArialNarrowMTStd-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* end font declaration */

.redbrick {
  width: 495px;
  padding: 15px 25px;
  margin-left: 15px;
  margin-bottom: 30px;
  font-family: Arial;
  background: #f8fcff;
  border: 1px solid #cae3f6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;   
  -moz-box-shadow: 0px 0px 15px 0px #CAE3F6; 
  -webkit-box-shadow: 0px 0px 15px 0px #CAE3F6; 
  box-shadow: 0px 0px 15px 0px #CAE3F6;        
}


.narrow {
  width: 370px;
  margin-top: 15px;
}

.narrow2 {
  width: 370px;
  margin-top: 15px;
  padding-bottom: 5px;
}

  .redbrick h1 {
    margin: 20px 0;
    font-size: 36px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: #0F2F4D;
    text-align: center;
  }

  .narrow h1 {
    font-size: 24px;
    color: #0F2F4D;
    margin-top: 5px;
  }

  .narrow2 h1 {
    font-size: 24px;
    color: #0F2F4D;
    margin-top: 5px;
  }

  .narrow2 a {
  color: #0072C6;
  text-decoration:none;
}

  .narrow2 a:hover {
  color: #eb9100;
  text-decoration:underline;
}



  .redbrick p, .redbrick ul.static li {
    font-size: 17px;
    color: #666666;
  }

  .redbrick ul.static {
    margin: 10px 0 20px;
    padding-left: 25px;
    list-style-type: disc;
  }

    .redbrick ul.static li {
      line-height: 1.5em;
    }

  .redbrick span.rb_trigger {
    display: block;
    width: 382px;
    height: 85px;          
    margin: 0 auto;
    background: url(tune-images/rb_trigger.png) no-repeat;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
  }

  .redbrick span.rb_trigger:hover {
    background: url(tune-images/rb_trigger.png) no-repeat -380px 0;
  }

  .narrow span.rb_trigger {
    width: 378px;
    height: 85px;
    background: url(tune-images/narow_trigger.png) no-repeat;
  }

  .narrow span.rb_trigger:hover {
   background: url(tune-images/narow_trigger.png) no-repeat -377px 0 !important; 
  }

  ul.rb_dropdown {
    display: none;
    list-style-type: none;
    width: 382px;
    margin: -15px auto 0;
    padding: 0;
    -moz-box-shadow: 0px 3px 4px 0px #333333; 
    -webkit-box-shadow: 0px 3px 4px 0px #333333; 
    box-shadow: 0px 3px 4px 0px #333333;     
  }

    ul.rb_dropdown li {
      display: block;
      height: 29px;
      line-height: 29px;
      padding: 3px 3% 2px;
      font-size: 14px;
      background: #e2e2e2;
      border: 1px solid #fff;
      border-bottom: 1px solid #cccccc; 
      cursor: pointer;
    }

    ul.rb_dropdown li.first {
      border-top: none;
    }

    ul.rb_dropdown li span {
      display: block;
      width: 98%;
      height: 27px;
      color: #454545;
      line-height: 27px;
      margin: 0 auto;
      padding-left: 2%;
    }

    ul.rb_dropdown li span a {
      display: block;
      text-decoration: none;
    }

    ul.rb_dropdown li span:hover {
      background: #FF8F19 url(tune-images/rb_li_item_bg.jpg) repeat-x top left;
      color: #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
      border: 1px solid #FF8F19;  
    }

    ul.rb_dropdown li span:hover a {
      color: #fff;
    }

  .narrow ul.rb_dropdown {
    margin-left: 25px;
  }

  .office_info {
    display: none;
    position: relative;    
    margin: 10px auto;
    padding: 10px;
    background: transparent;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;         
  }

/* End Styling for new redbrick dropdown 19.06.2013 */    