/*------------------------------------------------------------------------
# JA Pariiti - June, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, "Times New Roman", Times, serif;
	line-height: 1.6;
}

body#bd {
	background: #FFFCF3;
	color: #333333;
	text-align: center;
}

body.contentpane {
	margin: 1em 2em;
	width: auto; /* Printable Page */
	background: #FFFFFF;
	color: #000000;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	border-bottom: 0px solid;
	color: #606B32;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	border-bottom: 0px solid;
	color: #333333;
	background: none;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
}

/* Small text */
.smallmoh {
	color: #999999;
	font-size: 100%;
}
small, .small, .smalldark, .mosimage_caption {
	color: #999999;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 225%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 175%;
}

h4 {
	font-size: 125%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-right: 25px;
	background: url(../images/bullet-list.gif) no-repeat 100% 4px;
	line-height: 170%;
}

ol li {
	margin-right: 35px;
	line-height: 170%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font: 100% Tahoma, sans-serif;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}
.selectbox{
	height:19px;
	background: #EFEFEF;
	border: 1px solid #999999;
	margin-top:3px;
	padding-right: 3px;
	font-family:tahoma;
	}

.button, .button:hover {
}

.button:active, .button:focus {
}
.inputbox {
	border: 1px solid #999999;
	margin-bottom: 1px;
	margin-top:3px;
	background: #EFEFEF;
	text-align: right;
	direction: rtl;
	padding-right: 3px;
	
}
.inputbox1 {
	border: 1px solid #999999;
	margin-bottom: 1px;
	margin-top:3px;
	background: #EFEFEF;
	text-align: right;
	direction: rtl;
	padding-right: 3px;
	height:16px;
}

.inputbox:hover, .inputbox:focus {
	border-color: #333333;
}
.inputbox1:hover, .inputbox1:focus {
	border-color: #333333;
}

/* BONUS TYPOGRAPHY STYLES
-------------------------------------------------------------------------*/
/* Code text */
pre, .code {
	margin: 15px 0;
	padding: 15px 25px 15px 10px;
	border-top: 3px solid #D2C5A3;
	border-bottom: 3px solid #D2C5A3;
	background: #FAF5D7;
	font: 1em/1.5 monospace;
}

/* Quote */
blockquote {
	padding: 15px 0px 15px 50px;
	background: url(../images/open_quotes.gif) 20px 10px no-repeat;
	font: 12px/1.5 Georgia, Times, serif;
}

p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) bottom right no-repeat;
}

/* Quote hilight */
div.quote-hilite {
	border: 1px solid #E9DDB0;
	margin-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	background: url(../images/q1_std_hl.gif) no-repeat 10px 10px #FAF5D7;
}

div.quote-hilite blockquote {
	margin: 0;
	background: url(../images/q2_std_hl.gif) no-repeat right bottom;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 0 5px 0 0;
	display: block;
	color: #333333;
	font: 50px/40px Georgia, Times, serif;
}

.dropcap-hilite {
	float: left;
	padding: 4px 3px 0 3px;
	margin: 0 4px 0 0;
	display: block;
	color: #FFFFFF;
	background: #D3660D;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-error.gif) no-repeat 0 5px;
	color: #CC0000;
}

.message {
	padding: 5px 25px 5px 0px;
	background: url(../images/bullet-info.gif) no-repeat 100% 5px;
	color: #D3660D;
	direction: rtl;
}

.tips {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-tips.gif) no-repeat 0 5px;
}

.highlight {
	border-bottom: 1px solid #E9DDB0;
	padding: 0 1px;
	background: #FAF5D7;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 10px 10px 50px;
	border: 1px solid #E9DDB0;
	background: url(../images/sticky-bg.gif) no-repeat top left #FAF5D7;
}

p.pinnote {
	padding: 10px 10px 10px 50px;
	border: 1px solid #E9DDB0;
	background: url(../images/pin-bg.gif) no-repeat top left #FAF5D7;
}

p.clipnote {
	padding: 10px 10px 10px 50px;
	border: 1px solid #E9DDB0;
	background: url(../images/clip-bg.gif) no-repeat top left #FAF5D7;
}

p.tips-box {
	padding: 10px 10px 10px 50px;
	border: 1px solid #E9DDB0;
	background: url(../images/tips-bg.gif) no-repeat top left #FAF5D7;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 0px;
	padding: 2px 0 5px 25px;
	background: url(../images/checklist-bg.gif) no-repeat 0 0;
}

/* Big number list */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 7px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	font: normal 20px/normal Arial, sans-serif;
}

.blocknumber {
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Box style */
.box-hilite {
	border: 1px solid #E9DDB0;
	margin: 20px 0 0 0;
	padding: 10px;
	background: #FAF5D7;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 -10px 5px -5px;
	padding: 7px 15px 7px 10px;
	color: #D3660D;
	background: url(../images/h3-bg.gif) no-repeat top right;
	font-size: 110%;
	letter-spacing: normal;
	text-align: right;
}

div.moduletable {
	margin: 0;
	padding: 0;
	
}

#mhkh-col1 div.moduletable {
	margin: 0 15px 10px;
	direction: rtl;
	text-align: right;
}

#mhkh-col1 div.moduletable h3 {
	padding: 7px 5px 3px 10px;
	background: none;
}

#mhkh-col2 div.moduletable {
	margin: 0 10px 15px;
		direction: rtl;
	text-align: right;
}
#mhkh-col2 div.moduletable td {
padding-right: 10px;
}
#mhkh-col2 div.moduletable th {
padding-right: 10px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_seperator {
	display: block;
	background: url(../images/sep.gif) no-repeat center;
	height: 30px;
}

table.blog .article_seperator {
}

#mhkh-col1 .article_seperator,
#mhkh-col2 .article_seperator,
#mhkh-topsl .article_seperator,
#mhkh-botsl .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
	border-collapse: collapse;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0 0 5px;
	width: 30%;
}

table.contenttoc a {
	font-weight: bold;
}

table.contenttoc td {
	padding: 5px 5px 2px 25px;
	background: url(../images/bullet-list.gif) no-repeat 12px 8px;
}

table.contenttoc th {
	padding: 5px;
	background: url(../images/h3-bg.gif) no-repeat center left;
	color: #D3660D;
	font-size: 125%;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	border: none;
	padding: 0;
	width: 100%;
	text-align: right;
	direction: rtl;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px !important;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #EFEFEF;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px !important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 15px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 120%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	padding-right: 15px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 100% 4px;
}

td.buttonheading {
	padding: 0 0 0 5px!important;
	text-align: center;
}

td.buttonheading a {
	border: none;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin-bottom: 3px;
	padding: 7px 15px 7px 10px;
	background: url(../images/h3-bg.gif) no-repeat top right;
	color: #D3660D;
	font-size: 120%;
	font-weight: bold;
	height: 36px;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}

.contentheading {
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	color: #D3660D;
}

a.contentpagetitle {
	border-bottom: none;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	border-bottom: none;
}

a.readon {
	border-bottom: none;
	font-weight: bold;
	float: right;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border-bottom: none;
}

table.contentpaneopen td, table.contentpane td {
direction: rtl;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	direction: rtl;
}

.createdate {
	margin: 5px 0 10px;
	color: #999999;
	letter-spacing: 1px;
}

.modifydate {
	color: #999999;
	height: 15px;
	text-align:right;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 10px 0!important;
	margin: 15px 5px 10px 0;
	padding: 0;
}

.mosimage img {
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}

.pagenav, .pagenav_prev, .pagenav_next, .pagenavbar {
	padding: 0 2px;
}

a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a {
}

.pagenavbar {
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 7px 5px;
	background: #D2C5A3;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	border-bottom: 1px solid #D2C5A3;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	border-bottom: 1px solid #D2C5A3;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FFFFFF;
}

.small {
float: right;
}

.smalldark {
	text-align: right;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#mhkh-upwrap,
#mhkh-containerwrap,
#mhkh-containerwrap-cm,
#mhkh-containerwrap-c,
#mhkh-containerwrap-f,
#mhkh-containerwrap-m {
	clear: both;
	width: 100%;
}

#mhkh-up,
#mhkh-container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

.wide #mhkh-up,
.wide #mhkh-container {
	width: 860px;
	diretion: rtl;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#mhkh-contentwrap {
	clear: both;
	margin: 20px 0;
}

#mhkh-content {
	float: right;
	width: 69%;
}

#mhkh-content div.innerpad {
	clear: both;
	margin: 0;
	padding: 0 15px;
	display: block;
	height: 400px;
	text-align: right;
}

html>body #mhkh-content div.innerpad {
	height: auto;
	min-height: 230px;
	direction: rtl;
}

/* SECONDARY COLUMNS
--------------------------------------------------------- */
#mhkh-colwrap {
	float: left;
	width: 30%;
}

#mhkh-col1 {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url(../images/col1-top.gif) no-repeat top;
}

#mhkh-col1 div {
	padding-bottom: 20px;
	background: url(../images/col1-bot.gif) no-repeat bottom;
}

#mhkh-col1 div div {
	padding: 0;
	background: url(../images/col1-mid.gif) repeat-y top;
}

#mhkh-col1 div div div {
	float: none;
	background: none;
}

.narrow #mhkh-col1 {
	background: url(../images/col1-narrow-top.gif) no-repeat top;
}

.narrow #mhkh-col1 div {
	background: url(../images/col1-narrow-bot.gif) no-repeat bottom;
}

.narrow #mhkh-col1 div div {
	background: url(../images/col1-narrow-mid.gif) repeat-y top;
}

#mhkh-col2 {
	float: right;
	width: 100%;
	padding-bottom: 10px;
	overflow: hidden;
}

#mhkh-col1 table, #mhkh-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#mhkh-col1 ul, #mhkh-col2 ul {
	margin: 0;
	padding: 0;
}

#mhkh-col1 ul li, #mhkh-col2 ul li {
	padding-right: 24px;
	background: url(../images/bullet-list.gif) no-repeat 96% 5px;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#mhkh-containerwrap, #mhkh-containerwrap-f, #mhkh-containerwrap-c {
	background: url(../images/body-bg.jpg) no-repeat top center;
}

.narrow #mhkh-containerwrap,
.narrow  #mhkh-containerwrap-f,
.narrow  #mhkh-containerwrap-c {
	background: url(../images/body-narrow-bg.jpg) no-repeat top center;
}

#mhkh-container {
	background: #FFFCF3;
}

/* full */
#mhkh-containerwrap-f, #mhkh-containerwrap-f #mhkh-container {
}

#mhkh-containerwrap-f #mhkh-content {
	width: 100%;
}

/* content + col */
#mhkh-containerwrap-c {
}

#mhkh-containerwrap-c #mhkh-container {
}

#mhkh-containerwrap-c #mhkh-content {
	width: 75%;
}

#mhkh-containerwrap-c #mhkh-colwrap {
	width: 25%;
}

#mhkh-containerwrap-c #mhkh-col1,
#mhkh-containerwrap-c #mhkh-col2 {
	width: 100%;
}

/* HEADER
--------------------------------------------------------- */
#mhkh-headerwrap {
}

#mhkh-header {
	background: url(../images/header-bg.jpg) no-repeat top center;
	line-height: normal;
	text-align: right;
	position: relative;
	height: 101px;
}

.narrow #mhkh-header {
	background: url(../images/header-narrow-bg.jpg) no-repeat top center;
}

#mhkh-header h1 {
	margin: 0 20px 0 0px;
	padding: 0;
	float: right;
	width: 400px;
	font-size: 2.5em;
	height: 80px;
}

#mhkh-header h1 a {
	border-bottom: none;
	width: 400px;
	display: block;
	color: #333333;
	text-transform: uppercase;
	text-indent: -500%;
	height: 80px;
	outline: none;
}

#mhkh-header h1 a:hover, #mhkh-header h1 a:active, #mhkh-header h1 a:focus {
	background: none;
}

#mhkh-header a {
}

/* SUBHEADER
--------------------------------------------------------- */
#mhkh-sh {
	padding-bottom: 15px;
	background: url(../images/sh-bg.jpg) no-repeat 15px 0 #FAF5D7;
}

.narrow #mhkh-sh {
	background: url(../images/sh-narrow-bg.jpg) no-repeat 15px 0 #FAF5D7;
}

#mhkh-sh div.mhkh-innerpad {
	margin: 0;
	padding: 0 15px;
}

#mhkh-slideshow {
	margin: 0;
	padding: 0;
	float: left;
	width: 49.5%;
	height: 255px;
	overflow: hidden;
}

.narrow #mhkh-slideshow {
	width: 57%;
}

#mhkh-slideshow-wrap {
}

div#mhkh-shcontent {
	float: right;
	width: 50%;
	overflow: hidden;
}

.narrow div#mhkh-shcontent {
	width: 42.5%;
	overflow: hidden;
}

div#mhkh-shcontent p {
	margin-top: 0;
}

div#mhkh-shcontent h3 {
	margin: 10px 0 0;
	padding: 0;
	background: none;
	font-size: 120%;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mhkh-mainnav-wrap {
	background: #FAF5D7;
}

#mhkh-mainnav {
	width: 830px;
	margin: 0 auto;
	background: url(../images/mn-right-bg.gif) no-repeat top left #FAF5D7;
}

.narrow #mhkh-mainnav {
	width: 720px;
}

div.mhkh-mainnav-inner {
	padding-right: 20px;
	background: url(../images/mn-left-bg.gif) no-repeat top right;
}

#mhkh-mainnav a,
#mhkh-mainnav a:hover,
#mhkh-mainnav a:active,
#mhkh-mainnav a:focus {
	border-bottom: none;
}

#mhkh-mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mhkh-subnavwrap {
}

#mhkh-subnav {
	border-bottom: 1px solid #D2C5A3;
	background: #FAF5D7;
}

/* Default Joomla! Menu */
a.mainlevel {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 0px;
	width: 90%;
	border: none;
	display: block;
	color: #333333;
	background: url(../images/bullet-list.gif) no-repeat 100% 7px;
	text-align: right;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	border: none;
	background: url(../images/bullet-list.gif) no-repeat 100% 7px #FFFCF3;
}

a.mainlevel#active_menu {
	color: #D3660D;
}

a.sublevel {
	padding: 3px 14px 3px 3px;
	border-bottom: none;
	display: block;
	background: url(../images/sublevel-bg.gif) no-repeat top right;
	text-decoration: underline;
	text-align: right;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: underline;
	border-bottom: none;
	background: url(../images/sublevel-bg.gif) no-repeat top right;
}

#active_menu {
	color: #D3660D;
	font-weight: bold;
}

/* Footer's menu */
ul#mainlevel-nav {
	float: right;
}

ul#mainlevel-nav li {
	padding-left:15px;
padding-right:15px;
	margin: 0;
	border-right: 1px solid #999999;
	display: inline;
	background: none;
	float: right;
	text-align: center;
}

ul#mainlevel-nav li a {
	
	border-bottom: none;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.mhkh-box-left, .mhkh-box-center, .mhkh-box-right {
	float: left;
	overflow: hidden;
}

.mhkh-box-full {
	float: none;
	overflow: hidden;
}

.mhkh-box-left div.moduletable {
	padding: 0 15px 0 0;
}

.mhkh-box-right div.moduletable {
	padding: 0 0 0 15px;
}

.mhkh-box-center div.moduletable {
	padding: 0 15px;
}

/* Top Spotlight */
#mhkh-topslwrap {
}

#mhkh-topsl {
	clear: both;
	padding: 0;
	background: url(../images/topsl-bg.jpg) repeat-x top left #FAF5D7;
	position: relative;
}

#mhkh-topsl h3, #mhkh-botsl h3 {
	margin: 0 0 5px;
	padding: 0;
	background: none;
}

#mhkh-topsl div.moduletable {
	margin: 0;
	padding: 15px 25px;
}

#mhkh-topsl div.mhkh-box-left,
#mhkh-topsl div.mhkh-box-center,
#mhkh-topsl div.mhkh-box-right {
	padding: 0;
}

#mhkh-topsl div.mhkh-box-left,
#mhkh-topsl div.mhkh-box-center {
	background: url(../images/sl-sep.jpg) no-repeat center right;
}

/* Bottom Spotlight */
#mhkh-botslwrap {
	clear: both;
	background: url(../images/botsl-bg.jpg);
}

#mhkh-botsl {
}

#mhkh-botsl div.moduletable {
	padding: 15px;
	background: none;
	direction:rtl;
	text-align:right;
}

#mhkh-botsl div.mhkh-box-left,
#mhkh-botsl div.mhkh-box-center {
	background: url(../images/sl-sep.jpg) no-repeat center right;
}

#mhkh-botsl h3 {
	margin: 0 0 5px;
	padding: 0;
}

/* Common Styles for both Spotlight Area */
#mhkh-topsl ul,
#mhkh-botsl ul {
	margin: 0;
	padding: 0;
}

#mhkh-topsl li,
#mhkh-botsl li {
	padding-right: 15px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 100% 5px;
	text-align: right;
	direction: rtl;
}

#mhkh-topsl td,
#mhkh-botsl td {
	padding: 0;
}

#mhkh-botsl .article_seperator,
#mhkh-topsl .article_seperator {
	display: none;
}

#mhkh-botsl table,
#mhkh-topsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PATHWAY
---------------------------------------------------------*/
#mhkh-pathway {
	margin: 0 0 5px 5px;
	display: block;
	color: #999999;
	direction: rtl;
	text-align: right;
}

#mhkh-pathway img {
	margin: 0 1px 1px;
}

#mhkh-pathway strong {
	margin-right: 5px;
}

#mhkh-pathway a {
	font-weight: bold;
}

/* FOOTER
--------------------------------------------------------- */
#mhkh-footer {
	clear: both;
	padding:10px 0px 10px 0px;
	border-top: 1px solid #D2C5A3;
	color: #999999;
	text-align: right;
	overflow: hidden;
	position: relative;
}

#mhkh-footer a {
	color: #999999;
	font-weight: bold;
}

#mhkh-footer a:hover,
#mhkh-footer a:active,
#mhkh-footer a:focus {
	color: #333333;
	font-weight: bold;
}

#mhkh-footer2 small {
	text-align: center;
	display: block;
	direction: rtl;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#mhkh-upwrap {
	background: url(../images/up-bg.jpg) no-repeat center top;
	font-size: 11px;
	height: 23px;
}

.narrow #mhkh-upwrap {
	background: url(../images/up-narrow-bg.gif) no-repeat center top;
}

#mhkh-up {
	position: relative;
}

/* User Tools */
#mhkh-usertools {
	position: absolute;
	top: 9px;
	left: 0px;
}

#mhkh-usertools ul {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#mhkh-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;
}

#mhkh-usertools img {
	padding: 0 3px 0 0;
}

#mhkh-search {
	position: absolute;
	top: 7px;
	right: 680px;
	z-index: 99;
	
}

#mhkh-search div.search {
	margin: 3px 0 0 5px;
	
}

#mhkh-search div.search .inputbox {
	width: 150px;
	border: 1px solid #999999;
	padding-left: 4px;
	margin-bottom: 0;
	background: url(../images/icon-search.gif) no-repeat 95% 50% #EFEFEF;
	
}

div.innerpad {
	padding: 0 10px;
}

.mhkh-banner {
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
}

.mhkh-banner a, .mhkh-banner a:hover, .mhkh-banner a:active, .mhkh-banner a:focus {
	border-bottom: none;
}

.mhkh-content-module {
	margin-top: 15px;
	padding: 10px 0;
	background: url(../images/sep.gif) repeat-x top;
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active,
div.back_button a:focus {
	border-bottom: none;
	float: right;
	margin: 10px 0;
	display: block;
	font-weight: bold;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* JA SLIDESHOW
------------------------------------------------------------- */
div#mhkh-slideshow-wrap {
	width: 100%;
	color: #FFFFFF;
}

div.mhkh-slideshow-case {
	margin: 27px 0 0 41px;
}

div.mhkh-slideshow-case p {
	padding-top: 9px;
}

div.mhkh-slidebar {
	margin: 25px 0 0 5px;
	padding: 0;
	width: 99%;
	background: #4E5729;
}

div.mhkh-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	z-index: 10001;
	diretion: rtl;
}

div.mhkh-slidebar ul li {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	background: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div.mhkh-slidebar ul a.active,
div.mhkh-slidebar ul a:hover {
	border: none;
	background: #606B32;
	color: #FFFFFF;
}

div.mhkh-slidebar ul a.active {
	font-weight: bold;
}

div.mhkh-slidebar ul li a {
	border: none;
	float: left;
	margin-right: 1px;
	padding: 1px 8px;
	display: block;
	color: #D2C5A3;
	background: 50% 50%;
	cursor: pointer;
}

div.mhkh-slidebar ul li a.prev,
div.mhkh-slidebar ul li a.next {
	display: block;
	font-weight: bold;
}
 
div.mhkh-slidebar ul li a.prev {
	padding-left: 20px;
}

.buttonmoh, .buttonmoh:hover{
background: url(../images/search_icon.gif) no-repeat left; 
  	border-top: 0px solid #d6d6d6;
	border-left: 0px solid #d6d6d6;
	border-right: 0px solid #d6d6d6;
	border-bottom: 0px solid #d6d6d6;
	margin-left:3px;
padding-right:15px;

}
.buttonmoh1, .buttonmoh1:hover{
background: url(../images/search_icon1.gif) no-repeat left; 
  	border-top: 0px solid #d6d6d6;
	border-left: 0px solid #d6d6d6;
	border-right: 0px solid #d6d6d6;
	border-bottom: 0px solid #d6d6d6;
	margin-left:3px;
padding-right:15px;

}
div#listing .fields .row .data ul li   {
list-style-type:none;
padding-right:15px;
}
