/*ihll.css*/

div#ihll_box {
	font-family:'Trebuchet MS','Futura',arial,verdana,sans-serif;
	width:300px;
	line-height:1em;
	background:#ffffff;
	position:relative;
	display:block;
	padding-bottom:29px;
	margin-top:5px;
	border: 1px solid #E4E3E1
	}

div#ihll_clear {
	clear:both;
	}

div#ihll_header {
	width:100%;
	height:32px;
	background: url('../images/topimg.gif');
	}
	
div#ihll_header_nyc {
	width:100%;
	height:32px;
	background: url('../images/topimg-nyc.gif');
	}
	
div#ihll_header_sf {
	width:100%;
	height:32px;
	background: url('../images/topimg-sf.gif');
	}
	
div#ihll_header_la {
	width:100%;
	height:32px;
	background: url('../images/topimg-la.gif');
	}
	
div#ihll_box div#title {
	max-height: 34px;
    overflow: hidden;
    }
div#ihll_box div#title a.title{
	color:#929D00;
	font-size:15px;
	text-align:left;
	padding:0px;
	margin:0px 0;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
	}
	
div#ihll_box div#title a.title:hover{
	background-color:#96A411!important;
	color:#fff!important;
	text-decoration:none;
	}
	
div#ihll_box div#ihll_local_news, div#ihll_box div#ihll_upcoming_events, div#ihll_box div#ihll_new_listings {
	position:relative;
	}
	
div#ihll_box div.ihll_select {
	padding:0px;
	margin:0px;
	display:block;
	font-style:oblique;
	color:#626262;
	text-align:center;
	float:left;
	font-size:12px;
	letter-spacing:0.05em;
	line-height:21px;
	border:1px solid #ffffff;
	}
div#ihll_box #ihll_local_news_select {
	width:78px;
	}
div#ihll_box #ihll_upcoming_events_select {
	width:120px;
	}
div#ihll_box #ihll_new_listings_select {
	width:96px;
	}
div#ihll_box div.notselected {
 	background:#e1e1e1;
 	}

div#ihll_box div.ihll_select:hover {
 	cursor:pointer;
	}

div#ihll_box div.notselected:hover {
	background:#d7d84c;
	border-color:#ffffff;
	
}
div#ihll_new_listings_select, div#ihll_upcoming_events__select {
	display:hidden;
	}
	
div#ihll_box img {
	width:90px;
	height:87px;
	float:left;
	opacity:1.0;
	filter:alpha(opacity=100);
	padding-right:10px;
	}
div#ihll_box img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	}

div#ihll_box ul.ihll_list_panel_local_news, div#ihll_box ul.ihll_list_panel_upcoming_events, div#ihll_box ul.ihll_list_panel_new_listings {
	border:0px;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	}

div#ihll_box li.ihll_item {
	width:280px;
	display:block;
	border-bottom:1px solid #b0b0b0;
	height:87px;
	margin:0px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	background:#ffffff;
	}
	
div#ihll_box li.ihll_item_event {
	width:280px;
	display:block;
	height:50px;
	margin:0px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	background:#ffffff;
	overflow: hidden;
}
	
div#ihll_box div.ihll_excerpt {
    max-height: 40px;
    overflow: hidden;
	}
	
div#ihll_box div.ihll_excerpt a{
	font-size: 12px;
    line-height: 13px;
    color:#666666;
    font-weight:normal;
	}

div#ihll_box div.ihll_excerpt a:hover{
	background-color:#96A411!important;
	color:#fff!important;
	text-decoration:none;
	}
	
li.ihll_item a.ihll_readmore{
	color:#929d00;
	font-size:14px;
	text-align:right;
	padding:0px 0;
	margin:0px 0;
	font-weight:bold;
	position:absolute;
	right:0px;
	bottom:10px;
	text-decoration:none;
	}
	
li.ihll_item a.ihll_readmore:hover{
	background-color:#96A411!important;
	color:#fff!important;
	text-decoration:none;
	}
	
div#ihll_more_upcoming_events, div#ihll_more_local_news, div#ihll_more_new_listings {
	width:100%
	padding:5px;
	text-align:right;
	height:1.4em;
	margin:5px;
	background:#ffffff;
	position:absolute;
	bottom:-29px;
	right:5px;
	}
div#ihll_more_local_news span, div#ihll_more_upcoming_events span, div#ihll_more_new_listings span{
	height:1.4em;
	font-style:oblique;
	color:#626262;
	text-align:right;
	font-size:14px;
	text-decoration:none;
	letter-spacing:1.2px;
	}
div#ihll_more_local_news span:hover, div#ihll_more_upcoming_events span:hover, div#ihll_more_new_listings span:hover{
	color:#929d00;
	cursor:pointer;
	}


.ihll_hideonload {display:none;}