/* Normal feeds */
	.dlh_feed {
		padding:0px;
		background-color:#ffffff;
	}
	.dlh_feed .heading {
		font-weight:bold;
		font-size:12px;
		padding:1px 0px;
	}
	.dlh_feed .feed_outer_frame {
		width:226px;
		height:100%;
		border:3px solid #f90;
		margin:0 6px;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		padding:4px;
	}
	.dlh_feed .feed_outer_frame .item_frame {
		overflow:hidden;
		vertical-align:top;
		height:118px;
	}
	.dlh_feed .feed_outer_frame #dlh_feed_feed_costings_f3{position:relative; }
	.dlh_feed .feed_outer_frame .item_frame {width:224px;height:110px;}
	
	.dlh_feed .play_notice,.dlh_feed .pause_notice {
		font-weight:bold;
		font-size:16px;
		padding:3px 0px;
		text-align:center;
	}
	.dlh_feed .pause_notice {
		color:#FFFFFF;
		background-color:#CC0000;
	}
	.dlh_feed .feed_costing, .dlh_feed .feed_search {
		float:left; 
		width:252px;
		padding:0px 2px;
	}
	
	.dlh_feed .feed_costing .feed_item {
		clear:both;
	}
	.dlh_feed .feed_costing .feed_item .frame_img {width:120px;text-align:center;}
	.dlh_feed .feed_costing .feed_item .frame_img img {height:80px; width:100px; border:1px solid #003399;magrin:0 auto;}
	.dlh_feed .feed_costing .feed_item .frame_info {text-align:left;}
	.dlh_feed .feed_costing .feed_item .frame_price {text-align:center; padding:5px 0px;vertical-align:middle;}
	.dlh_feed .feed_costing .feed_item .title {font-weight:bold; text-decoration:none; display:block; width:120px;height:26px;overflow:hidden; padding-left:2px;}
	.dlh_feed .feed_costing .feed_item .duration {padding:3px 0px;}
	.dlh_feed .feed_costing .feed_item .pax {font-style:italic;padding:3px 0px;}
	.dlh_feed .feed_costing .feed_item .deptdate {padding:3px 0px 6px;}
	.dlh_feed .feed_costing .feed_item .linkline {}
	.dlh_feed .feed_costing .feed_item .linkline img {border:none; vertical-align:middle;}
	.dlh_feed .feed_costing .feed_item .rating {padding-top:8px; text-align:left;}
	.dlh_feed .feed_costing .feed_item .price {color:#FF7200;font-size:18px; font-weight:bold; text-align:left;}
	.dlh_feed .feed_costing .feed_item .price_subtext {color:#FF7200; text-align:left;}
	.dlh_feed .feed_costing .feed_item .savebox {}
	
	.dlh_feed .feed_search .feed_item, .dlh_feed .feed_costing .feed_item {overflow:hidden;width:240px;white-space:nowrap;}
	.dlh_feed .feed_search .feed_item a {text-decoration:none;font-size:10px;}
	.dlh_feed .feed_search .feed_item .dept_string {}
	
