*:focus {outline: none;}
.ui-accordion-header{
	margin:0 auto;
	border:none;
}
h3.ui-accordion-header{	
	cursor:pointer;
	width: 548px;
	height: 80px;
	margin-bottom:5px;	
	-moz-box-shadow: 0 0 16px 1px #d0d0d0;
	-webkit-box-shadow: 0 0 16px 1px #d0d0d0;
	box-shadow: 0 0 16px 1px #d0d0d0;
	background: url('../../images/mobile/hosting_menu_button.png');
	background-position: center;
	background-repeat: no-repeat;	
}
h3.ui-accordion-header p{	
	text-decoration: none;
	font-size:25px; 
	font-weight:normal;
	color: #505050;
	display: block;
	padding-left: 45px;
	padding-top:25px;
	padding-bottom:-25px;
	height: 80px;	
}
.ui-accordion-content-active{
	background:none;
	border:none;
	color:#505050;
	font-weight:normal;	
}
.ui-accordion-content-active a{
	color: #2774c4;
}
.ui-accordion-content-active a.read_more,.ui-accordion-content-active a.buy{
	color:#fff;
}
h3.ui-accordion-header-active p, h3.ui-state-active p{
	margin:0 auto;
	position:relative;	
	background: url('../../images/mobile/other_title.png') no-repeat;
	color:#fff;	
}