.omex_contain {
    font-family: Verdana;
    margin: 5px auto;
    padding: 0;
	width:100%;
}
.div_left{
	float:left;
	width: 40%;
	height:500px;
	position:relative;
	overflow:auto;
}
.div_right{
	margin-top: 0px;
	padding: 1px 1px;
	float:right;
	width:59%;
	height:500px;
	position:relative;
}
.omex_list_sidebar{
	position: relative;
    width: 100%;
	/*height:600px;*/
    /* reset style */
    visibility: visible;
    opacity: 1;
	overflow:auto;
}
.omex_box_list{
	margin: 0;
    padding: 0px;
	visibility: visible;
	}
.list-splits {
	border: #999999 0px solid;
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 5px;
	width: 100%;
}
.omex_list_head
{	color: #2d5be3;
    cursor: pointer;
    font-size: 21px;
	width: 250px;
}
#omex_desc{
	/*height:50px;*/
}
#list_contain{
	height:120px;
	overflow:hidden;
}
#map_tooltip
{
	border-radius: 4px;
	cursor: pointer;
	height:auto; 
	min-height:90px;
	display:inline-block;
	width:100%;
 }
#map_tooltip .tooltip_img {
	float:left;
	/*width: 30%;  
	height:50px; */
	padding-right:6px;
	width:auto;
	height:auto;
}
#map_tooltip .tootltip_text {
	float:right; 
	font-style: normal; font-family: 'Open Sans Condensed', sans-serif;  
	font-size: 12px; 
	padding-left:0px; 
	width:auto; 
	height:0px; 
	display: inline-block; 
	overflow:visible; 
}
#map_tooltip .tootltip_text p{
	display: inline;
	color:#333333; 
	padding-bottom:0px; 
}
#map_tooltip .tooltip_img img{ 
	border-radius: 4px;
}
#map_tooltip .tootltip_text a{
	color: #0066FF;
	border-bottom:solid #90bade;
}

#omex_list_head { 
	float:left; 
	width: 100%;  
}
#omex_list_head .imgContainer { 
	float:left; padding:2px; 
	width:40%; height:110px; 
}
#omex_list_head .textContainer { 
	float:left; 
	width:50%; 
	height:130px; 
	overflow:visible;  
}
#omex_list_head .textContainer span a { font-size:18px;}
#omex_list_head .imgContainer img { border-radius:5px; padding:2px;}
#omex_list_head .textContainer span address { width:auto;font-size: 12px; }

.omex_desc p{ font-size: 12px; padding-left:3px; width:100%; }
.omex_list_sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  }
.omex_list_sidebar li {
  border-bottom: 2px solid #90bade;
  list-style: none;
  margin: 1px;
  }
 .infowindow {
        font-size:24px;
        width: 250px;
        color: #ff0000;
        font-family:Arial, Helvetica, sans-serif;
  }
/* .omex_list_sidebar li a:hover {
  border-left: 10px solid #1c64d1;
  border-right: 10px solid #5ba3e0;
  background-color: #2586d7;
  color: #fff;
  }
*/

