@charset "utf-8";
/* CSS Document */



.dushwari {
	font-size: 18px;
	text-align: left;
}
.magazine_issue {
	font-weight: bold;
	color: #5c5c5c;
	font-size: 16px;
	text-align:right;
}

/* `Search 
----------------------------------------------------------------------------------------------------*/
.advsearch {float:right;}
.searchfield{width:475px; padding:5px;}
.listmenu{padding:5px;}
.search-button{padding:3px;}
.search_box {
	padding-top: 20px;
	float: right;
}
.advsearch_field{
	float:right;
	padding:8px;
}
.search_infoBox {float:right;}
.search_info {text-align:right;}
.search-results {
	float:right;
	text-align:right;
	width:100%;
	font-size:24px;
}
.search_field {
	float:left;
	position:relative;
	width:219px;
	height: 30px;
}
.sf_tr {
	height:8px;
	left:211px;
	position:absolute;
	width:8px;
}
.sf_br {
	height: 8px;
	width: 8px;
	position: absolute;
	left: 211px;
	bottom: 0px;
}

.search_btn {
	height: 30px;
	width: 80px;
	float: left;
}
.input_field {
	padding:7px;
	text-align:right;
	width:205px;
	float:left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* `Navigation >> Top
----------------------------------------------------------------------------------------------------*/


.navigation {
	/*background-color: #e6e6e6;
	height: 48px;
	margin-top: 8px;
	padding-top: 20px;
	padding-right: 0px;
	background-image: url(../images/navigation_bg.gif);
	text-align:right;*/
	background-color:#E6E6E6;
	background-image:url(../images/navigation_bg.gif);
	/*height:86px;
*/	margin-top:9px;
	padding-right:0;
	padding-top:1px;
	text-align:right;
}
.navigation ul {
	list-style-type: none;
	/*width: 960px;*/
	margin:0 -40px 0 0;
}
.navigation li {
	position: relative;
	float: right;
	margin:5px;
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;*/
}
/* `Navigation >> menu
----------------------------------------------------------------------------------------------------*/

.navigation ul ul {
  margin: 0;
  right: -25;
  width: 100px;
  list-style: none;
  display: none;
  position: absolute;
  z-index: 550;
}
.navigation ul ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  text-align: center;
	background-image:url(../images/normalB_bg.gif);
	color:#9e9e9e;
	height:30px;
}

/* Root Menu Hover Persistence */
.navigation ul a:hover,
.navigation ul li:hover a,
.navigation ul li.iehover a {
}

/* 2nd Menu */
.navigation ul li:hover li a,
.navigation ul li.iehover li a {
  float: none;
}

/* 2nd Menu Hover Persistence */
.navigation ul li:hover li a:hover,
.navigation ul li:hover li:hover a,
.navigation ul li.iehover li a:hover,
.navigation ul li.iehover li.iehover a {
}

/* 3rd Menu */
.navigation ul li:hover li:hover li a,
.navigation ul li.iehover li.iehover li a {
}

/* 3rd Menu Hover Persistence */
.navigation ul li:hover li:hover li a:hover,
.navigation ul li:hover li:hover li:hover a,
.navigation ul li.iehover li.iehover li a:hover,
.navigation ul li.iehover li.iehover li.iehover a {
}

/* 4th Menu */
.navigation ul li:hover li:hover li:hover li a,
.navigation ul li.iehover li.iehover li.iehover li a {
}

/* 4th Menu Hover */
.navigation ul li:hover li:hover li:hover li a:hover,
.navigation ul li.iehover li.iehover li.iehover li a:hover {
}

.navigation ul ul ul,
.navigation ul ul ul ul {
  display: none;
  margin: -3px;
  position: absolute;
  top: 0;
  left: 100px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
.navigation ul li:hover ul ul,
.navigation ul li:hover ul ul ul,
.navigation ul li.iehover ul ul,
.navigation ul li.iehover ul ul ul {
  display: none;
}

.navigation ul li:hover ul,
.navigation ul ul li:hover ul,
.navigation ul ul ul li:hover ul,
.navigation ul li.iehover ul,
.navigation ul ul li.iehover ul,
.navigation ul ul ul li.iehover ul {
  display: block;
}

.menu {
  z-index: 1;
}


/* `Navigation >> Active Button
----------------------------------------------------------------------------------------------------*/

.activeB {
	background-image:url(../images/activeB_bg.gif);
	color:#FFFFFF;
	height:30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bec731;
	border-left-color: #bec731;
}
.activeB_txt {
	color:#FFFFFF;;
	font-size:18px;
	line-height:22px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	text-align:center;
}
.activeB_txt a {
	text-decoration: none;
	color: #FFFFFF;
}


.ab_tl {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 10px;
}
.ab_tr {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.ab_bl {
	height: 10px;
	width: 10px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
.ab_br {
	height: 10px;
	width: 10px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}


/* `Naviagtion >> Normal Button
----------------------------------------------------------------------------------------------------*/

.normalB {
	background-image:url(../images/normalB_bg.gif);
	color:#9e9e9e;
	height:30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
}
.english_btn {
	font-size:14px !important;
	padding-top:6px !important;
}
.normalB_txt {
	color:#9E9E9E;
	font-size:18px;
	line-height:22px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	text-align:center;
}
.normalB_txt a {
	text-decoration: none;
	color: #9e9e9e;
}

.normalB_txt a:hover {
	text-decoration: none;
	color: #000;
}


.nb_tl {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 10px;
}
.nb_tr {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.nb_bl {
	height: 10px;
	width: 10px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
.nb_br {
	height: 10px;
	width: 10px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

/* `socialNetworking >> 
----------------------------------------------------------------------------------------------------*/

.socialNetworking {
	margin:5px 0 0;
	padding:0;
}

.socialNetworking ul {
	
}

.socialNetworking li {
	margin-right:3px;
	margin-left:0;
	list-style-type: none;
	float:left;
}
/* `Banner >> 
----------------------------------------------------------------------------------------------------*/

.banner {
	background-image: url(../images/banner_bg.gif);
	/*height: 348px;*/
	height:321px;
}

.nobanner {
	background-image: url(../images/banner_bg.gif);
}

.banner_short {
	background-image: url(../images/banner_bg-short.gif);
	height: 57px;
}

.tabs {
	position: relative;
}
.tab {
	left:50px;
	position:absolute;
	top:-27px;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 118px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tab a{
	color: #6f6f6f;
	text-decoration: none;
	font-weight: bold;
}

.tab a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.tab li {
	margin:0;
	padding:2px 0 0;
	color:#6f6f6f;
}

.tab p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #979797;
}

.tabActive {
	left:175px;
	position:absolute;
	top:-36px;
	background-image: url(../images/tab_Active.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 123px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tabActive li {
	font-weight:bold;
	color:#57630b;
	margin:0;
	padding:4px 0 0;
}


.banner_box {
	background-color:#E7E7E7;
	background-image:url(../images/banner_box-bg.gif);
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	height:245px;
	margin:31px auto;
	padding-bottom:10px;
	padding-top:7px;
	position:relative;
	text-align:center;
	top:20px;
	width:833px;
}

.banner_leftcontrol {
	left:-25px;
	position:absolute;
	top:105px;
}
.banner_rightcontrol {
	position:absolute;
	right:-25px;
	top:105px;
}

.banner_image {
	height: 208px;
	width: 772px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/eeqaz.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 20px;
}
.banner_image h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.banner_tl {
	position: absolute;
	left: -1px;
	top: 0px;
	height: 10px;
	width: 10px;
}
.banner_tr {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: -1px;
}
.banner_bl {
	height: 10px;
	width: 10px;
	left: -1px;
	bottom: 0px;
	position: absolute;
}
.banner_br {
	height: 10px;
	width: 10px;
	right: -1px;
	bottom: 0px;
	position: absolute;
}

/* `Secondary Navigation >> 
----------------------------------------------------------------------------------------------------*/
.sec_naviBox {
	background-image:url(../images/sub-navigation_bg.gif);
	background-repeat:repeat-x;
	height:56px;
}
.sec_navigation {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.sec_navigation ul {
	float:right;
	list-style-type:none;
	margin-bottom:0;
	margin-top:8px;
	padding-left:2px;
	padding-right:2px;
}
.sec_navigation li {
	color:#ACC319;
	float:right;
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 5px;
	padding-top:15px;
	position:relative;
}

.sec_navigation li a {
	color:#ACC319;
	text-decoration:none;
}

.sec_navigation li a:hover {
	color:#000;
	text-decoration:none;
}

.navigation_divider {
	float: right;
}
.navi_downarrow {
	padding-right: 10px;
	height: 5px;
	width: 10px;
}
.nav_divider {
	background-image:url(../images/nav-divider.gif);
	background-repeat:repeat-x;
	clear:both;
	height:2px;
}


/* `Articals >> 
----------------------------------------------------------------------------------------------------*/
.main_articals {
	margin-right:0px; width:970px;
}

.artical_wrapper {
	float:right;
	
}
.articomment {
	float: right;
	width: 100%;
	
	/*padding: 5px;*/
}
.articomment a {
	font-weight:bold;
	line-height:1.0ems; !important
}

.articomment h5 {
	margin: 0px;
	float: right;
	padding:0 0 0 5px;
}
.articomment p {
	margin: 0px;
	padding: 0px;
	text-align:right;
}


.artical_category {
	background-image: url(../images/mazameen_greenbg.gif);
	height: 42px;
	margin-top:10px;
	float:right;
}
.note {
	color: #000000; !important
}

.artical_category a {
	color: #FFF;
	text-decoration: none;
}

.artical_category a:hover {
	color: #4e5800;
	text-decoration: none;
}

.artical_category p {
	color:#FFFFFF;
	float:right;
	font-size:22px;
	line-height:22px;
	margin:8px;
	text-align:center;
}
.mazameen_icon {
	float:right;
	margin:10px;
}
.artical_box {
	float: right;
	/*margin-right: 50px;*/
}

.artical_box a {
	color: #a6bc1b;
	text-decoration: none;
	line-height:2.0em;
}

.artical_box a:hover {
	color: #4e5800;
	text-decoration: none;
}

.artical_box h2 {
	margin-bottom: 0px;
	color: #a6bc1b;
	text-align:right;
}
.artical_box h6 {
	float:right;
	margin:0;
	line-height:1.5em; 
	font-size:18px;
}
.p_clear {clear:both; font-size:20px; text-align:justify; padding-left:10px;}


/* `Star Rating >> 
----------------------------------------------------------------------------------------------------*/


.starrating li {
	margin: 0px;
	padding: 0px;
	float:right;
	background-image: url(../images/starboth.gif);
	height: 16px;
	width: 18px;
}

.starrating {
	float:right;
	list-style-type:none;
	margin:0px;
	text-align:right;
	padding-right:5px;
	padding-top:10px
}

.bottom_divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	clear: both;
}
.footer {
	background-color:#ACC319;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	width:100%;
}
.footerul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footerul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	float: left;
}


.footer a {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	color:#536000;
	text-decoration:none;
}

.rights {
	text-align:left;
}

/* `Star Rating 2>> 
----------------------------------------------------------------------------------------------------*/

.rating {
	height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 20px;
	padding:0;
	position:relative;
	width:80px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/star-matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float:right;
}
.nostar {
	background-position:0 0;
}
.onestar {
	background-position:0 -16px;
}
.twostar {
	background-position:0 -32px;
}
.threestar {
	background-position:0 -48px;
}
.fourstar {
	background-position:0 -64px;
}
.fivestar {
	background-position:0 -80px;
}
ul.rating li {
	cursor:pointer;
	float:left;
	text-indent: -999em;
}
ul.rating li a {
	height:16px;
	left:0;
	position:absolute;
	text-decoration:none;
	top:0;
	width:12px;
	z-index:200;
}
ul.rating li.one a {
	left:0;
}
ul.rating li.two a {
	left:16px;
}
ul.rating li.three a {
	left:32px;
}
ul.rating li.four a {
	left:48px;
}
ul.rating li.five a {
	left:64px;
}
ul.rating li a:hover {
	height:16px;
	left:0;
	overflow:hidden;
	width:80px;
	z-index:2;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/star-matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul.rating li.one a:hover {
	background-position:0 -96px;
}
ul.rating li.two a:hover {
	background-position:0 -112px;
}
ul.rating li.three a:hover {
	background-position:0 -128px;
}
ul.rating li.four a:hover {
	background-position:0 -144px;
}
ul.rating li.five a:hover {
	background-position:0 -160px;
}
h3 {
	margin:0 0 2px;
}

/* Dropdown>> 
----------------------------------------------------------------------------------------------------*/

.downloadpdf{
	float:left;
	left:0;
	position:absolute;
	top:25px;
}


ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; width : 620px;}
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold;}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#000; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #d5d5d5; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard span.says { visibility:hidden}
ol.commentlist li div.comment-meta { position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { margin:0 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
.left-side {
	border-right:1px groove #000;
	padding-right:25px;
}