/* Heart Bar */
* {
 margin: 0px;
 padding: 0px;
} 

div#heart_bar {
    display: block;     
    height: 34px;
    background: white url(../gfx/heart_bar/bar_bg.png) repeat-x top left; 
}   

img#heart_experience {
    position: absolute;
    top: 0px;
    left: 0px;    
}           
div#heart_bar ul {  
  background: white url(../gfx/heart_bar/bar_ul_bg.png) repeat-x left top;  
  width: 980px;    
  height: 34px;
  margin: 0 auto;
  border: 0px;
  border-width:0 1px;
  text-align: left;  
  color: black;
  position: relative;
  padding: 0px 0px 0px 0px; 
  list-style: none; 
  overflow: hidden;
}            

div#heart_bar ul li {
    display: block; 
    float: right;
    background: transparent;
    margin: 0px;
    padding: 0px 6px 0px 0px;
    font-size: 14px;
}     
div#heart_bar ul li.telephone {
    float: right;
    color: black;           
    background: transparent url(../gfx/heart_bar/telephone.png) no-repeat left 50%;
    padding: 8px 0px 12px 30px;
    margin: 0px 0px 0px 15px;
}
div#heart_bar ul li a {  
    display: block;
    color: black;
    text-decoration: none; 
    padding: 8px 0px 12px 6px;
}     
div#heart_bar ul li a:hover {
    color: #cc071e; 
}     
div#heart_bar ul li.active {
    background: #cc071e url(../gfx/heart_bar/active_bg.png) no-repeat right -2px;    
}
div#heart_bar ul li.active a,
div#heart_bar ul li.active a:hover { 
    background: #cc071e url(../gfx/heart_bar/active_bg.png) no-repeat left -2px; 
    color: white;   
}     
