/* Generic Display Classes ---------------------------------------------------*/
.row {
  width:100%;
  display:block;
  overflow:auto;
  position:relative;
  float:left;
}

.cell {
  float:left;
  display:inline;
}

/* CM_HIGHLIGHTS -------------------------------------------------------------*/

#cm_highlights {
  width:100%;
  overflow:hidden;
}

* html #cm_highlights form {
  /* ie6 form fix */
  margin-bottom:10px;
  padding-bottom:10px;
}

#cm_highlights .location_list_header {
}

#cm_highlights .location_list_form {
 
}

#cm_highlights .location_list_form select {
  /* location list dropdown */
}

#cm_highlights .branch_name {
  /* displayed when there is no dropdown */
}

#cm_highlights .phone_container {
    overflow:auto;
    position:relative;
    float:left;
}

#cm_highlights .phone_label {
  width:24%;
}

#cm_highlights .phone {
  width:75%;
}

#cm_highlights .fax_container {
    overflow:auto;
    position:relative;
    float:left;

}

#cm_highlights .fax_label {
  width:24%;
}

#cm_highlights .fax {
  width:75%;
}

#cm_highlights .email_container {
  overflow-y:hidden;
  position:relative;
  float:left;
  padding-bottom:1.5em; /*extra room at bottom for IE */
  /* add overflow:hidden to hide scroll bar */
}

#cm_highlights .email_label {
  width:24%;
}

#cm_highlights .email {
}

#cm_highlights .address_label {
    margin-top:10px;
}

#cm_highlights .address_line_1 {
}

#cm_highlights .address_line_2 {
}

#cm_highlights .address_line_3 {
}

#cm_highlights .open_hours_line_1 {
}

#cm_highlights .open_hours_line_2 {
}

#cm_highlights .open_hours_line_3 {
}

#cm_highlights .open_hours_line_4 {
}

#cm_highlights .open_hours_line_5 {
}

#cm_highlights .open_hours_line_6 {
}

#cm_highlights .open_hours_line_7 {
}

#cm_highlights .directions_header {
  margin-top:10px;
}

#cm_highlights .directions_container {
  margin-bottom:10px;
}

#cm_highlights .directions_image {
  width:24%;
}

#cm_highlights img {
  /* properties for actual image */
}

#cm_highlights .directions {
  width:75%;
}

#cm_highlights .directions a {
  clear:both;
  /* associate url with directions */
}

#cm_highlights .dropdown_header {
  margin-top:10px;
}

#cm_highlights .dropdown_form {
  float:left;
}

#cm_highlights .dropdown_form select {
  /* properties for actual dropdown */
}

#cm_highlights .dropdown_form .button {
}
