#businesses {
	width: 500px;
	padding:10px 0 0 0;
	
}

/* accordion header */
#accordion h2 {
	
	margin:0;
	padding:15px 0px 10px 10px;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;	
	color:#521a7f;
	border-bottom:1px solid #521A7F;
	
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#521a7f;
	color:#ffffff;	
}

/* accordion pane */
#accordion div.pane {
	display:none;
	padding:15px 0 15px 15px;
	height:135px;
	
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#accordion div.pane p {
	width:auto;

}

#businesses {
	width: 500px;
	padding:20px 0 25px 0;
	height:400px;
	
}

/* accordion header */
#businesses h2 {
	background:url(../media/5064/unselectedbusinessareaheader.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:6px 0px 12px 5px;
	font-size:14px;
	cursor:pointer;	
	color:#521a7f;
	text-transform:none;
	width:501px;
	font-weight:normal;
	
}

/* currently active header */
#businesses h2.current {
	cursor:default;
	background-color:#521a7f;
	color:#ffffff;	
	background:url(../media/5059/accordionselectedheader.gif);
	background-repeat:no-repeat;
}

/* accordion pane */
#businesses div.pane {
	display:none;
	padding:15px 0 15px 0px;
	height:135px;
	
}

/* a title inside pane */
#businesses div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#businesses div.pane p {
	width:auto;

}

#businesses div.pane p img {
	float:right;
	padding:0 0 0 35px;
}
































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

