@charset "utf-8";

.dma_mw_searchbox{
	float:left;
	width:700px;
}
.dma_mw_searchbox_cat{
	float:left;
	width:400px;
}
.dma_mw_searchbox_region{
	float:left;
	width:280px;
	padding-left:20px;
}
.dma_mw_searbox_bottom{
	float:left;
	width:700px;
}
.dma_mw_searbox_search_button{
	float:right;
}

.ui-autocomplete-loading {
	background-color:white;
	background-image: url('../images/searching.png'), url('../images/ui-anim_basic_16x16.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.dma-mw-category-column{
	width: 50%;
	float:left;
}

/*
 * For state -> registions on business category landing page
*/
#dma_mw_landing_page_region_list ul{
	list-style:none;
}
#dma_mw_landing_page_region_list{ 
	width: 97%;
}
#dma_mw_landing_page_region_list ul.state{
	float:left; 
	width:33%; 
	margin-top:10px;
}
#dma_mw_landing_page_region_list ul.state li{
	background:none; 
	line-height:27px; 
	padding-left: 0; 
	border-bottom: 1px #eee solid;
}
#dma_mw_landing_page_region_list ul.state li a{
	text-decoration:none; 
	font-size:14px;
	font-weight:bold;
	height:27px;
	line-height:27px;
	display:block;
}
#dma_mw_landing_page_region_list ul.state li a:hover{
	text-decoration:none; 
	font-size:14px;
	height:27px;
	line-height:27px;
	display:block;
	background:url("../images/state_hover_bg_2.png") no-repeat bottom left; 
}

#dma_mw_landing_page_region_list ul.regions{
	margin-left:20px; 
	float:left; 
	width:63%; 
	margin-top:10px;
}
#dma_mw_landing_page_region_list ul.regions li{ 
	display: none; 
	line-height:22px; 
	background:url("../images/region_list_bullet.gif") no-repeat left bottom; 
	padding-left:12px;  
	background-position:0 5px; 
}
#dma_mw_landing_page_region_list ul.regions li a,
#dma_mw_landing_page_region_list ul.regions li a:hover{
	text-decoration:none
}
#dma_mw_landing_page_region_list ul.regions li.active{ 
	display: block; 
}
