/*Partials: ==SKIN header Custom info window */ 

#custom_info_window_w_header{

  width: 300px;

}

#custom_info_window_w_header_contents{

  background-color: #FFF;

}

#custom_info_window_w_header_tl{

  width: 14px;

  height: 14px;

  padding: 3px;

  background: url('../images/infowindow/tl_header.png') top left no-repeat transparent;

}

#custom_info_window_w_header_t{

  background: url('../images/infowindow/t_header.png') top left repeat-x transparent;

}

#custom_info_window_w_header_tr{

  width: 14px;

  height: 14px;

  background: url('../images/infowindow/tr_header.png') top right no-repeat transparent;

}

#custom_info_window_w_header_l{

  background: url('../images/infowindow/l.png') top left repeat-y transparent;

  width: 3px;

}

#custom_info_window_w_header_r{

  background: url('../images/infowindow/r.png') top right repeat-y transparent;

  width: 3px;

}

#custom_info_window_w_header_bl{

  width: 14px;

  height: 14px;

  background: url('../images/infowindow/bl.png') top left no-repeat transparent;

}



#custom_info_window_w_header_b{

  background: url('../images/infowindow/b.png') top left repeat-x transparent;

}

#custom_info_window_w_header_br{

  width: 14px;

  height: 14px;

  background: url('../images/infowindow/br.png') top left no-repeat transparent;

}



#custom_info_window_w_header_close{

  width: 21px;

  height: 21px;

  background: url('../images/infowindow/close.png') top left no-repeat transparent;

  cursor: pointer;

}

#custom_info_window_w_header_beak{

	width: 26px;

  	height: 39px;

  	background: url('../images/infowindow/beak.png') top left no-repeat transparent;

}



#custom_info_window_w_header_shadow_tr{

  background: url('../images/infowindow/tr.png') top right no-repeat transparent;

}



#custom_info_window_w_header_shadow_r{

  background: url('../images/infowindow/r.png') center right no-repeat transparent;

}





#custom_info_window_w_header_s{

  background: url('../images/infowindow/s.png') top left repeat-x transparent;

}





#custom_info_window_w_header_sr{

  background: url('../images/infowindow/sr.png') top left no-repeat transparent;

}




