ببنين توي css شما div.moduletable h3 وجود داره ! شما بكنيدش div.moduletable h1 و بهش text-align و direction بديد به اينگونه
کد:
div.moduletable h1 {
	margin: 0 -12px 10px -13px;
	padding: 0 10px 0 20px;
	color: #666666;
	background: url(../images/h3-bg.gif) no-repeat bottom #E1E1E1;
	font-size: 1em;
	line-height: 21px;
	text-transform: UPPERCASE;
	height: 22px;
	text-align:right;
	direction:rtl;
}

div.moduletable h1.collapse {
	margin: 0 -12px 10px -13px;
	padding: 0 10px 0 20px;
	color: #666666;
	background: url(../images/h3-bg.gif) no-repeat top #E1E1E1;
	font-size: 1em;
	line-height: 21px;
	text-transform: UPPERCASE;
	height: 22px;
	cursor: pointer;
	text-align:right;
	direction:rtl;
}
موفق باشيد !