@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DroidKufi-Regular.eot);
  src: url(fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(fonts/DroidKufi-Regular.woff) format('woff'),
       url(fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/DroidKufi-Bold.eot);
  src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidKufi-Bold.woff2) format('woff2'),
       url(fonts/DroidKufi-Bold.woff) format('woff'),
       url(fonts/DroidKufi-Bold.ttf) format('truetype');
}


BODY {margin:0; PADDING-TOP:0px;font-family:'Droid Arabic Kufi';}
a {text-decoration:none;color:#000}
a:hover {
	color: #DF0100;
}
a {text-decoration: none;}

img { border:0px;}

ul { list-style-type: none; }
li { list-style-type: none; }

p { margin:0; padding:0; direction:rtl; text-align:right  }
h1 { padding:0; margin:0; direction:rtl; text-align:right }
h2 { padding:0; margin:0; direction:rtl; text-align:right}
h3 { padding:0; margin:0; direction:rtl; text-align:right}
h4 { padding:0; margin:0; direction:rtl; text-align:right}
h5 { padding:0; margin:0; direction:rtl; text-align:right }
h6 { padding:0; margin:0; direction:rtl; text-align:right }

div {
font-size: 9pt;
padding: 0px;
margin:0px;
}


.container
{
	width:980px;
	height:auto;
	display:table;
	margin-right:auto;
	margin-left:auto;
}


.header-new{
width:980px;
height:auto;
margin-top:10px;
display:table;
}

.header-new .logo{
width:240px;
height:74px;
float:right;
display:table;
}

.header-new .logo-sonara-ramdan{
width:240px;
height:74px;
float:right;
display:table;
}

.header-new .left-area{
width:611px;
height:74px;
margin-top:5px;
float:left;
display:table;
}

.header-new .left-area .search-area{
width:350px;
height:74px;
float:right;
display:table;
}




/* Form wrapper styling */
.form-wrapper {
    width:350px;
		margin-top:20px;
}

/* Form text input */

.form-wrapper input {
    width: 230px;
    height: 20px;
direction:rtl;
    padding: 10px 5px;
    float: left;    
font-family:'Droid Arabic Kufi';
    border: 0;
	font-size:10pt;
    background: #eee;     
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
font-family:'Droid Arabic Kufi';
font-weight:bold;
font-size:11pt;
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
}   
  
.form-wrapper button:hover{		
    background: #e54040;
}	
  
.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #c42f2f;
	outline: 0;   
}


.form-wrapper button:hover:before{
    border-right-color: #e54040;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}      

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    



.header-new .left-area .social-area{
width:212px;
height:74px;
float:left;
display:table;
}


#social {
margin-top:18px;
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 38px;
    height: 38px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}

/* facebook button class*/
.facebookBtn{
    background: #DEDEDE;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}

/* twitter button class*/
.twitterBtn{
    background: #DEDEDE;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
}

/* google plus button class*/
.googleplusBtn{
    background: #DEDEDE;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/* linkedin button class*/
.linkedinBtn{
    background: #DEDEDE;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f16d"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
}

/* pinterest button class*/
.pinterestBtn{
    background: #DEDEDE;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
}

/* tumblr button class*/
.tumblrBtn{
    background: #DEDEDE;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
}

/* rss button class*/
.rssBtn{
    background: #DEDEDE;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
}


.button-area
{
width:980px;
height:35px;
display:Table;
padding:0px;
margin:0px;
margin-top:5px;
background:#DE312A;
}

.button-area .homeicon
{
width:24px;
height:19px;
margin-top:7px;
margin-right:8px;
margin-left:8px;
display:Table;
float:right;
}


.button-area li
{
width:auto;
height:35px;
display:Table;
float:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-weight:bold;
direction:rtl;
margin-right:3px;
margin-left:3px;
font-size:10pt;
}

.button-area li a
{
width:auto;
height:27px;
padding-top:8px;
color:#FFFFFF;
padding-right:5px;
padding-left:5px;
display:Table;
float:right;
}

.button-area li a:hover
{
width:auto;
height:27px;
padding-right:5px;
padding-left:5px;
background:#393939;
display:Table;
float:right;
}

.button-area ul {position:absolute; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; }

.button-area li:hover{
position:relative;
z-index:2000;
}


.button-area li:hover ul.sub
{ top:35px; white-space:nowrap; width:165px; height:auto; z-index:300;float:right;}
.button-area li:hover ul.sub li
{display:block; height:30px; float:right; margin:0px; padding:0px; width:153px; font-weight:normal; background:#EEEEEE;}
.button-area li:hover ul.sub li a
    {display:block; font-size:12px; height:16px;padding: 4px 3px; width:141px; line-height:18px; text-indent:5px; text-decoration:none;text-align:center;overflow:hidden;margin:3px; color: #000; }

.button-area li:hover ul.sub li a:hover
{color: #fff; background:#DE312A repeat-x;
}




.city-area
{
width:700px;
height:35px;
display:Table;
padding:0px;
margin:0px;
margin-top:5px;
background:#878787;
}



.city-area li
{
width:auto;
height:35px;
display:Table;
float:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-weight:bold;
direction:rtl;
margin-right:1px;
margin-left:1px;
font-size:9pt;
}

.city-area li a
{
width:auto;
height:27px;
padding-top:8px;
color:#FFFFFF;
padding-right:4px;
padding-left:4px;
display:Table;
float:right;
}

.city-area li a:hover
{
width:auto;
height:27px;
padding-right:4px;
padding-left:4px;
background:#393939;
display:Table;
float:right;
}

.city-area ul {position:absolute; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; }

.city-area li:hover{
position:relative;
z-index:2000;
}





.menu-area2
{
width:975px;
display:table;
height:auto;
margin:0px 0px 0px 0px;
padding:5px 5px 0px 5px;
background:#FFFFFF;
}

.menu-area2 li
{
width:auto;
direction:rtl;
font-size:9pt;
margin-left:4px;
padding-left:4px;
font-weight:bold;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
float:right;
}

.menu-area2 li a
{
color:#393939;
}

.menu-area2 li a:hover
{
color:#666;
}

.lastnews
	{
	width:978px;
	height:32px;
	margin-top:5px;
	border-top:1px dotted #ABABAB;
	border-left:1px dotted #ABABAB;
	border-bottom:1px dotted #ABABAB;
	display:table;
	margin-bottom:10px;
	background:#fff;
	}
	
.lastnews .last-news-title
	{
	width:130px;
	height:26px;
	float:right;
	font-family:'Droid Arabic Kufi';
line-height: 1.4;
direction: rtl;
font-size:10pt;
color:#FFFFFF;
padding-top:6px;
direction:rtl;
text-align:center;
	display:table;
	background:#DE312A;
	}
	
		
.lastnews .last-news-about
	{
	width:828px;
	height:auto;
	float:right;
	padding-right:10px;
margin-top:7px;
font-weight:normal;
font-size:9pt;
	font-family:'Droid Arabic Kufi';
	line-height: 1.4;
	padding-left:10px;
direction: rtl;
	display:table;

	}
	
	
	.right-area-news
	{
		float:right;
		display:Table;
		width:270px;
		height:auto;

		
	}
	
	.news-right{
			float:right;
		display:Table;
		width:270px;
		height:auto;

	}
	
		.news-right .title
		{
	width:260px;
	height:30px;
	font-size:10pt;
	margin-bottom:10px;
	text-align:right;
	font-weight:bold;
	border-bottom:#b11818 solid 2px;
	padding-right:10px;
	padding-top:7px;
	color:#fff;
	background:#de312a;

	}
	
	
		
		.news-right .title a
		{
	color:#fff;

	}
	
		.left-area-news
	{
		float:left;
		display:Table;
		width:700px;
		height:auto;
		
	}
	
	
	.main-news-area
{
width:700px;
height:auto;
display:Table;
}

.main-news-area .main-news
{
width:345px;
height:300px;
border-bottom:3px solid #b11818;
display:Table;
padding-bottom:10px;
float:right;		
}

.main-news .pic{position:relative}
.main-news .pic span{position: absolute;
    top: 140px;
    left: 0;
    background: rgba(255,0,0,0.7);
    padding: 5px 10px;
	font-size:12pt;
	color:#fff;
}
.main-news-area .main-news h2
{
width:345px;
height:auto;
display:Table;
direction:rtl;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:12pt;
margin-top:4px;
font-weight:bold;
}

.main-news-area .main-news p
{
width:345px;
height:auto;
display:Table;
direction:rtl;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
margin-top:5px;
color:#525252;
font-size:8pt;
font-weight:normal;
}

.main-news-area .main-news .pic
{
width:345px;
height:220px;
display:Table;		
}


.banner
{
	width:100%;
	background:#e7e7e7;
	margin-top:10px;
	height:120px;
	display:Table;
}


.banner-right
{
	width:485px;
	background:#e7e7e7;
	float:right;
	height:100px;
	display:Table;
	margin-bottom:10px;
}

.banner-left
{
	width:485px;
	background:#e7e7e7;
	float:left;
	margin-bottom:10px;
	height:100px;
	display:Table;
}


 .news-left-arean
{
width:270px;
height:auto;
border-bottom:1px dotted #ccc;
padding-bottom:0px;
margin-bottom:10px;
display:Table;
}

 .news-left-arean .pic
{
width:100px;
height:80px;
float:right;
display:Table;
}

 .news-left-arean .left-news
{
width:160px;
height:90px;
float:left;
display:Table;
}

 .news-left-arean .left-news h2
{
width:160px;
height:auto;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:9pt;
direction:rtl;
display:Table;
}

 .news-left-arean .left-news .date
{
width:160px;
height:auto;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
color:#d64141;
margin-top:3px;
font-size:8pt;
direction:Rtl;
text-align:right;
display:table;
}


.fot-shof
{
	
	width:700px;
	margin-top:10px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:5px;
	display:Table;
	border-bottom:5px solid #ebc432;
	background:#fedb59;
}

.fot-shof .title
{
	
	width:690px;
	margin-top:10px;
	padding-top:5px;
	text-align:right;
	margin-bottom:10px;
	font-size:12pt;
	padding-right:10px;
	font-weight:bold;
	height:35px;
	display:Table;
	background:#ebc432;
}

.fot-shof .title a
{
	
color:#000;
}


 .four-news
{
width:162px;
height:auto;
float:right;
margin-right:10px;
display:Table;
}

 .four-news .pic
{
width:162px;
height:100px;
border-bottom:2px solid #b11818;
display:Table;
}

 .four-news h2
{
width:162px;
font-family: 'Droid Arabic Kufi';
line-height:1.4;
font-size:10pt;
font-weight:normal;
direction:Rtl;
margin-bottom:10px;
height:auto;
display:table;
}

.kop-right{
	
	width:140px;
	height:auto;
	display:table;
	margin-top:10px;
	float:right;
	
}

.kop-right .kopya{
	
	width:140px;
	height:140px;
	display:table;
	margin-bottom:0px;
	
}

.news-left-m{
	
	width:550px;
	height:auto;
	margin-top:10px;
	display:table;
	float:left;
	
}



 .news-left-aream
{
width:550px;
height:auto;
border-bottom:1px dotted #ccc;
padding-bottom:0px;
margin-bottom:10px;
display:Table;
}

 .news-left-aream .pic
{
width:160px;
height:110px;
float:right;
display:Table;
}

 .news-left-aream .left-news
{
width:380px;
height:90px;
float:left;
display:Table;
}

 .news-left-aream .left-news h2
{
width:380px;
height:auto;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:10pt;
direction:rtl;
display:Table;
}

 .news-left-aream .left-news p
{
width:380;
height:auto;
display:Table;
direction:rtl;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
margin-top:5px;
color:#525252;
font-size:8pt;
font-weight:normal;
}

 .news-left-aream .left-news .date
{
width:380px;
height:auto;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
color:#d64141;
margin-top:3px;
font-size:8pt;
direction:Rtl;
text-align:right;
display:table;
}



.news-left-aream2
{
width:700px;
height:auto;
border-bottom:1px dotted #ccc;
padding-bottom:0px;
margin-bottom:10px;
display:Table;
}

 .news-left-aream2 .pic
{
width:160px;
height:110px;
float:right;
display:Table;
}

 .news-left-aream2 .left-news
{
width:530px;
height:90px;
float:left;
display:Table;
}

 .news-left-aream2 .left-news h2
{
width:530px;
height:auto;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:10pt;
direction:rtl;
display:Table;
}

 .news-left-aream2 .left-news p
{
width:530px;
height:auto;
display:Table;
direction:rtl;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
margin-top:5px;
color:#525252;
font-size:8pt;
font-weight:normal;
}

 .news-left-aream2 .left-news .date
{
width:530px;
height:auto;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
color:#d64141;
margin-top:3px;
font-size:8pt;
direction:Rtl;
text-align:right;
display:table;
}

.news-about-1
{
	display:Table;
	width:345px;
	height:auto;
	
}


		.news-about-1 .title
		{
	width:335px;
	height:30px;
	font-size:10pt;
	margin-bottom:10px;
	text-align:right;
	font-weight:bold;
	border-bottom:#b11818 solid 2px;
	padding-right:10px;
	padding-top:7px;
	color:#fff;
	background:#de312a;

	}
	
	
		
		.news-about-1 .title a
		{
	color:#fff;

	}

	
.news-about-1 .main-news
{
width:345px;
height:250px;
border-bottom:2px dotted #b11818;
display:Table;
padding-bottom:10px;
margin-bottom:10px;
float:right;		
}


.news-about-1 .main-news h2
{
width:345px;
height:auto;
display:Table;
direction:rtl;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:10pt;
margin-top:4px;
font-weight:bold;
}

.news-about-1 .main-news p
{
width:345px;
height:auto;
display:Table;
direction:rtl;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
margin-top:5px;
color:#525252;
font-size:8pt;
font-weight:normal;
}

.news-about-1 .main-news .pic
{
width:345px;
height:190px;
display:Table;		
}

.news-about-1 .cat-news
{
	display:Table;
	height:auto;
	width:345px;
	margin-bottom:5px;
}
.news-about-1 .cat-news h2
{
width:345px;
height:auto;
display:Table;
direction:rtl;
color:#464545;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:9pt;
margin-top:4px;
font-weight:bold;
}

.news-about-1 .cat-news h2 a
{

color:#686666;

}


.right-news-down
{
	width:480px;
	float:right;
	display:Table;
	height:auto;
}

.right-news-down .news-about
{
	width:480px;
	display:Table;
	margin-top:10px;
	height:auto;
}


.news-about-2
{
	display:Table;
	width:235px;
	height:auto;
	
}


		.news-about-2 .title
		{
	width:225px;
	height:30px;
	font-size:10pt;
	margin-bottom:10px;
	text-align:right;
	font-weight:bold;
	border-bottom:#b11818 solid 2px;
	padding-right:10px;
	padding-top:7px;
	color:#fff;
	background:#de312a;

	}
	
	
		
		.news-about-2 .title a
		{
	color:#fff;

	}

	
.news-about-2 .main-news
{
width:235px;
height:auto;
border-bottom:2px dotted #b11818;
display:Table;
padding-bottom:10px;
margin-bottom:10px;
float:right;		
}


.news-about-2 .main-news h2
{
width:235px;
height:auto;
display:Table;
direction:rtl;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:9pt;
margin-top:4px;
font-weight:bold;
}

.news-about-2 .main-news p
{
width:235px;
height:auto;
display:Table;
direction:rtl;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
margin-top:5px;
color:#525252;
font-size:8pt;
font-weight:normal;
}

.news-about-2 .main-news .pic
{
width:235px;
height:110px;
display:Table;		
}

.news-about-2 .cat-news
{
	display:Table;
	height:auto;
	width:235px;
	margin-bottom:5px;
}
.news-about-2 .cat-news h2
{
width:235px;
height:auto;
display:Table;
direction:rtl;
color:#464545;
text-align:right;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:8pt;
margin-top:4px;
font-weight:bold;
}

.news-about-2 .cat-news h2 a
{

color:#686666;

}



.left-news-down
{
	width:210px;
	float:left;
	margin-top:10px;
	display:Table;
height:auto;
}

.about-down-1
{
	width:210px;
	background:#e7e7e7;
	display:Table;
	margin-bottom:10px;
height:auto;
}

	
		.about-down-1 .title
		{
	width:200px;
	height:30px;
	font-size:10pt;
	margin-bottom:10px;
	text-align:right;
	font-weight:bold;
	border-bottom:#b11818 solid 2px;
	padding-right:10px;
	padding-top:7px;
	color:#fff;
	background:#de312a;

	}
	
			.about-down-1 .title a
		{
	color:#fff;

	}
	
	
	.about-down-1 .about
	{
		display:table;
	height:auto;
	padding:5px;
	width:180px;
	margin-bottom:5px;

	background:white;
	margin-right:auto;
	margin-left:auto;
	}
	
	 .about-down-1 .about h2
{
width:180px;
height:auto;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:9pt;
text-align:center;
direction:rtl;
display:Table;
}

 .about-down-1 .about p
{
width:180px;
height:auto;
display:Table;
direction:rtl;
text-align:center;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
margin-top:5px;
color:#525252;
font-size:8pt;
font-weight:normal;
}


.footer { margin-bottom:10px; display:table; width:100%; text-align:right; }

.footer .tags
{
width:958px;
height:auto;
display:table;
background:#F2F2F2;
border:1px solid #C4C4C4;
margin-bottom:10px;
margin-top:15px;
padding:10px;
}

.footer .tags a
{
width:auto;
height:auto;
display:table;
background:#D9D9D9;
padding:5px;
float:right;
margin-left:10px;
font-size:9pt;
line-height:1.4;
margin-bottom:5px;
color:#000;
direction:rtl;
}
.footer .first { padding:4px 5px 11px 5px; background-color:#DE312A; color:#FFFFFF; display:table; width:970px; margin-top:8px; }
.footer .first img { float:right; margin-left:10px; }
.footer .first span { display:block; float:right; margin-top:5px;  }
.footer .second { margin-top:0px; padding:5px; display:table; width:970px; background:#1b1b1b; height:auto; }
.footer .second .foot_menu1 { height:30px; border-bottom:1px solid #ffffff }
.footer .second .foot_menu1 li { float:right; margin-top:8px; margin-right:10px; color:#FFFFFF; }
.footer .second .foot_menu1 li a { color:#FFFFFF; }
.footer .second .foot_menu1 li img { float:left; margin-right:5px; margin-top:-3px;  }


	
	
	
	.full-news
{
width:690px;
height:auto;
display:table;
}

.full-in-news
{
width:660px;
height:auto;
display:table;
}


.full-in-news .button-under
{
width:690px;
height:40px;
padding:0px;
margin-top:0px;
margin-bottom:0px;
display:table;
margin-right:auto;
margin-left:auto;
}

.full-in-news .button-under li
{
width:auto;
height:auto;
float:right;
padding:0px;
min-width:122px;
color:#2647A3;
margin-left:10px;
text-align:center;
border-radius:7px;
margin-bottom:10px;
background-color:#E7EAEB;
display:table;
}

.full-in-news .button-under li a
{
width:auto;
height:auto;
min-width:122px;
padding:7px 0px 9px 0px;
text-align:center;
float:right;
direction:rtl;
border-radius:7px;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:9pt;
font-weight:bold;
color:#000;
display:table;
}

.full-in-news .button-under li a:hover
{
width:auto;
height:auto;
min-width:120px;
padding:6px 0px 8px 0px;
text-align:center;
float:right;
direction:rtl;
border-radius:7px;
border: 1px #000 solid;
font-family:'Droid Arabic Kufi';
line-height: 1.4;
font-size:9pt;
font-weight:bold;
display:table;
}



.full-in-news .tags
{
width:660px;
height:auto;
margin-top:10px;
display:Table;
}

.full-in-news .tags a
{
width:auto;
height:auto;
float:right; 
font-family:'Droid Arabic Kufi';
font-size:10pt;
direction:rtl;
text-align:center;
background:#F5F5F5;
padding-right:10px;
padding-left:10px;
line-height:1.4;
padding-top:5px;
padding-bottom:5px;
margin-left:10px;
display:Table;
}

.full-in-news .tags a:hover
{
text-decoration:underline;
}

.full-in-news .title-cat
{
width:680px;
height:25px;
color:#fff;
text-align:center;
font-family:'Droid Arabic Kufi';
font-size:10pt;
line-height:1.7;
padding-right:10px;
margin-bottom:5px;
display:table;
text-align:right;
background:#097EC2;
}

.full-in-news .about-full-in
{
width:690px;
height:auto;
display:Table;
}

.full-in-news .about-full-in .newsbox
{
width: 157px;
height:170px;
float:right;
display: table;
}

.full-in-news .about-full-in .newsbox .pic
{
width: 157px;
height:120px;
display: table;
}

.full-in-news .about-full-in .newsbox h2
{
font-family:'Droid Arabic Kufi';
font-size:10pt;
line-height: 1.4;
font-size:10pt;
direction:rtl;
font-weight:normal;
margin-top:3px;
display: table;
width: 157px;
}

.full-news h1
{
width:690px;
height:auto;
direction:rtl;
font-size:15pt;
margin-top:10px;
font-family:'Droid Arabic Kufi';
display:table;
}

.full-news .share{display:table;width:690px;color:#999999;border-top:1px solid #DDDDDD; margin-top:10px;border-bottom:1px solid #DDDDDD;padding-top:10px;padding-bottom:10px;}
.full-news .share .author{float:right;font-size:8pt; direction:rtl;}
.full-news .share .article_date{float:right;margin:0px;padding:0px;padding-right:20px;font-size:8pt}
.full-news .share .facebook{float:left;margin-top:-3px;height:15px;}


.btn {
  display: inline-block;
  *display: inline;
  padding: 6px 12px 8px 12px;
  margin-bottom: 0;
  margin-left:5px;
  *margin-left: .3em;
font-family:'Droid Arabic Kufi';
  font-size: 9.5pt;
  line-height: 1px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn a{  color: #333333;}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  color: #7e7e7e;
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}



.full-news .full-text
{
width:690px;
height:auto;
direction:rtl;
margin-top:10px;
font-size:14pt;
font-family:'Droid Arabic Kufi';
display:table;
}

.full-news .full-text p {
float:right;
direction:rtl;
width:690px;
margin-top:7px;
margin-bottom:7px;
font-size:10pt;
}


 
.full-news .full-text img {
float:right;
direction:rtl;
width:690px;
margin-top:7px;
margin-bottom:7px;
}



.full-news .full-text iframe {
float:right;
direction:rtl;
width:690px;
height:350px;
margin-top:7px;
margin-bottom:7px;
}


/* comment */
.commentbas
{
width:690px;
height:auto;
margin-bottom:10px;
display:table;
}

.commentbas2
{
width:690px;
margin-bottom:5px;
height:auto;
display:table;
}

 .commentbas2 .submitcom
{
width:100px;
height:auto;
float:left;
display:table;
}

.commentbas2 .submitcom #submit
{
width:150px;
color:#fff;
font-size:10pt;
border:none;
background:#252525;
cursor:pointer;
line-height: 1;
font-weight:normal;
font-family:'Droid Arabic Kufi';
float:right;
height:30px;

}

.commentbas .nametitle
{
width:130px;
float:right;
height:auto;
margin-top:5px;
text-align:right;
direction: rtl;
display:table;
font-family:'Droid Arabic Kufi';
    font-size:9pt;
	font-weight:bold;
}

.commentbas .nameinput
{
width:547px;
float:right;
height:auto;
display:table;
}


.commentbas .nameinput .text
{
 text-decoration: none;
  text-align: right;
   outline: none;
 resize: none;
font-family:'Droid Arabic Kufi';
 font-size: 11px;
 font-weight: normal;
 height: 30px;
color:#666666;
 width: 440px;
 border:1px #E1E1E1 solid;
background:#FFFFFF;
 line-height: 15px;
 float: right;
background:#fff;
 margin: 0px auto;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 0px;
direction:rtl;
padding-bottom: 0px;
}

.commentbas .nameinput .tarea
{
 text-decoration: none;
  text-align: right;
   outline: none;
 resize: none;
font-family:'Droid Arabic Kufi';
 font-size: 11px;
 font-weight: normal;
 height: 30px;
background:#fff;
 width: 548px;
height:120px;
border:1px #E1E1E1 solid;
background:#FFFFFF;
 float: right;
 margin: 0px auto;
padding:5px;
direction:rtl;
padding-bottom: 0px;
}

.commentrsp
{
width:690px;
height:auto;
display:table;
text-align:center;
direction: rtl;
font-family:'Droid Arabic Kufi';
font-size:9pt;
font-weight:bold;
}


.commentuser
{
width:678px;
padding:5px;
height:auto;
margin-bottom:10px;
border:1px solid #A5A5A5;
display:table;
background-color:#fff;
}

.commentuser .line1
{
width:678px;
height:auto;
display:table;
}

.commentuser .line1 .numc
{
width:25px;
height:25px;
float:right;
display:table;
background:#2D2D2D;
}

.commentuser .line1 .numc h3
{
width:auto;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:5px;
font-family:'Droid Arabic Kufi';
font-size:9pt;
font-weight:bold;
color:#fff;
display:table;
}

.commentuser .line1 .commc
{
width:538px;
margin-right:10px;
margin-top:0px;
height:auto;
text-align:right;
direction: rtl;
font-family:'Droid Arabic Kufi';
font-size:9pt;
font-weight:bold;
float:right;
display:table;
}

.error
{
width:100%;
display:table;
font-family:'Droid Arabic Kufi';
direction:rtl;
font-size:9pt;
font-weight:bold;
text-align:center;
}

.success
{
width:100%;
display:table;
font-family:'Droid Arabic Kufi';
direction:rtl;
font-size:9pt;
font-weight:bold;
text-align:center;
}

.commentuser .line2
{
width:643px;
margin-top:0px;
height:auto;
padding-right:35px;
font-family:'Droid Arabic Kufi';
font-size:8pt;
direction: rtl;
color:#C91010;
display:table;
}

/* comment */

.left-area-news .cat-title
{
width:680px;
height:32px;
display:table;
padding-right:10px;
padding-top:6px;
font-weight:bold;
font-family:'Droid Arabic Kufi';
direction:rtl;
border-radius:7px;
background:#E7EAEB;
}

		.left-area-news .title2
		{
	width:690px;
	height:30px;
	font-size:10pt;
	margin-bottom:10px;
	text-align:right;
	font-weight:bold;
	border-bottom:#b11818 solid 2px;
	padding-right:10px;
	padding-top:7px;
	color:#fff;
	background:#de312a;

	}
	
	
		
		.left-area-news .title a
		{
	color:#fff;

	}
	
	
	
.CAT_MENU{float:right;display:block;width:100%;font-size:10pt;}
.CAT_MENU span{padding-right:15px;padding-left:15px;float:right;background-image:url('/images/arrr.png');background-repeat:no-repeat;background-position:right;z-index:9999 }
