@charset "UTF-8";
/* CSS Document */

#accordion {
	width:366px;
	
}
#accordion h3  {
	border-top:1px;
	border-color:#333;
	border-top-style:dotted;
	
	width:360px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
a {
   border:none;
   outline:none;
}
.ui-state-focus { outline: none; }


