*{
    margin: 0;
    padding: 0;
    border: 0;
    text-align: right;  
}
::selection{
    background: yellow;
}
.heder_bg{
    background: url(../images/bg_head.png) top center no-repeat;
    width: 1000px;
	margin: 0 auto;
	height: 152px;
	position: relative;
	z-index: 100;
	margin-top: 25px;
}
.menu_bar{
	padding: 5px;
	border-radius: 7px;
	box-shadow: 0 0 3px #bbb;
	padding-top: 15px;
	background: white;
	margin-top: -10px;
}
#main_body{
	margin-top: 10px
}
.title{
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 0px dashed #ddd;
    font-family: Droid Arabic Kufi;
    font-weight: 700;
    font-size: 80%;
    margin-left: auto;
}
hr{
    border-bottom: 1px solid #eee;
}
a{
    text-decoration: none;
    color: #F89525;
}
td,table,input,select{
    color: inherit;
    background: inherit;
    font-family: inherit;
}
.content li{
    margin: 0 20px;
}
.PagesShow img{
    float: left;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    margin-left: 0;
    margin-right: 15px;
    max-width: 250px;
}
input[type="text"],input[type="submit"], textarea,select{
    border: 1px solid #ccc;
    padding: 3px 5px;
    margin: 1px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"]{
    background: #888;
    color: white;
    width: auto;
}
/*html{
    background-image: url('../../../images/transparent.gif');
}*/
body,html{
    height: 100%;
    margin: 0;
}
.warp{
    margin-left:auto;
    margin-right:auto;
    width: 951px;
}
.bg_top{
	background: url(../images/bg_top.png) no-repeat top center ;
	margin-top: -20px;
}
.bg_bottom{
	background: url(../images/bg_botton.png) no-repeat bottom center ;
	padding: 7px;
}
.page_box{
	background: white;
	padding: 10px;
	
}
.box{
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}
.radius{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
table{
    direction: rtl;
}
.title_co{
    background: #ddd;
    color: #666;   
    padding: 5px;
}
#done {
    padding: 5px;
    border:1px solid #AFC9A0;
	background-color: #E6FFE6;
	font-weight: bold;
    display: block;
    margin-bottom: 5px;
-moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#error {
    padding: 5px;
    border:1px solid #A65C5C;
	background-color: #FAC7C7;
	font-weight: bold;
    display: block;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-bottom: 5px;

}
#list_pages{
    list-style-type: none;
    height: auto;
    clear: both;
}
#list_pages li{
    display: inline-block;
    float: right;
}
#list_pages li a{
    display: block;
    padding: 2px 8px;
    border-right: 1px dashed #e5e5e5;
    text-align: center;
}
#list_pages li:first-child a{
    border: 0;
}
#search_box{
    float: left;
    vertical-align: bottom;
    margin: 5px auto;
    width: 100%;
}
.tools{
    width: 35px;
    background: white;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
}
.tools_page{
    display: none;
    width: 0;
    background: white;
    float: left;
    position: fixed;
    margin-left: 60px;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
    overflow: auto;
    -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
}
.left_arrow{
    height: 0;
    width: 5px ;
    border-right: 5px solid black;
    float: left;
    position: relative;
    margin-left: -10px;
}
.tools ul{
    padding: 5px; 
}
.tools ul li{
    display: block;
    list-style-type: none;
    border-top: 1px solid #ddd ;
    padding: 5px 0;
}
.tools ul li:first-child{
    border: 0;
}
.add_icon,.theme_icon,.setting_icon,.logout_icon,.gallery_icon,.panel_icon{
    display: block;
    width: 25px;
    height: 25px;
    opacity:0.4;
    filter:alpha(opacity=40);
}
.add_icon:hover,.theme_icon:hover,.setting_icon:hover,.logout_icon:hover,.gallery_icon:hover,.panel_icon:hover{
    opacity:1;
    filter:alpha(opacity=100);
}
.add_icon{ background: url(../images/add_icon.png) no-repeat center;}
.gallery_icon{ background: url(../images/gallery.png) no-repeat center;}
.panel_icon{ background: url(../images/panel.png) no-repeat center; cursor: default;}
.theme_icon{ background: url(../images/theme_icon.png) no-repeat center;}
.setting_icon{ background: url(../images/setting_icon.png) no-repeat center;}
.logout_icon{ background: url(../images/logout_icon.png) no-repeat center; cursor: default;}
#form_tool{
    direction: rtl;
}
#form_tool label{
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
#form_tool label .setting_name{
    width: 120px;
    display: inline-block;
}
#form_tool label .property_name{
    width: 150px;
    display: inline-block;
}
#form_tool button{
    padding: 3px 5px;
    float: left;
    font-family: tahoma;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
}
#form_tool select{
    border: 1px solid #DDD;
    width: 80px;
}
#cancel_theme{
    float: left;
    width: 40px;
    text-align: center;
}
#form_tool #save_theme{
    margin-left: 5px;
}
.popup_slid{
    display: none;
    background: white;
    width: 235px;
    position: absolute;
    padding: 10px;
    margin-left: 10px;
    margin-top: 0;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;        
}
.arrow_popup_slide{
    background: url(../images/arrow_popup_slide.png);
    width: 21px;
    height: 12px;
    position: absolute;
    bottom: 100%;
    left: 10px;
}
.close_popup_slide{
    background: url(../images/close_popup_slide.png);  
    width: 20px;
    height: 15px;
    position: absolute;
    bottom: 100%;
    right: 5px;
    cursor: pointer;
}
.popup_slid::before{
    content: "";
}
.color_but{
    width: 35px;
}
.bg_footer{
	padding: 10px;
	font-size: 12px;
    
}
.Left_side > .box ,#main_content,.Top_side > .box,.Buttom_side > .box,.head_tools{
    -webkit-box-shadow:  0px 0px 3px 0 rgba(0, 0, 0, .3);
    box-shadow:  0px 0px 3px 0 rgba(0, 0, 0, .3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.Left_side_td{
    padding-right: 10px;
    vertical-align: top;
}
.Buttom_side > .box,#main_content,.Top_side > .box,.Left_side > .box,.Right_side > .box{
    margin-bottom: 10px;
}
.Right_side_td {
    padding-left: 10px;
    vertical-align: top;
}

.Head_side {
    margin-bottom: 5px;
    vertical-align: top;
}

.Foot_side > .box{
    margin-bottom: 10px;
}

.contactTable input[type="text"] , .contactTable textarea {
    width: 100%;
}
.mooor_news{
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13px;
}
.mooor_news{
    background: #fdf;
    
}
.MainSliderDiv{
    margin: -5px;
}
.MainSliderDiv .title{
    margin: 0;
}
.slider_prev,.slider_next{
    display: block;
    text-align: center;
    padding: 3px 0;
}
.slider_prev:hover,.slider_next:hover{
    background:#fffaee;
}
.bx-wrapper img{
    border-radius: 5px;
}
.NewsMerquee {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.soical {
    width: 200px;
}
.tools_body img{
    vertical-align: middle;
}
.share_links .facebook,.share_links .twitter,.share_links .googleplus,.tools_body .printer_icon,.tools_body .email,.search_icon{
    font-size: 0;
    color: transparent;
    width: 21px;
    height: 19px;
    display: inline-block;
    margin: 0 3px ;
    float: left;
}
.share_links .facebook{
    background: url(../images/facebook.png) no-repeat center;
}
.share_links .twitter{
    background: url(../images/twitter.png) no-repeat center;
}
.share_links .googleplus{
    background: url(../images/googleplus.png) no-repeat center;
}
.soical .email{
    background: url(../images/email.png) no-repeat center;
}
.tools_body .printer_icon{
    background: url(../images/printer_icon.png) no-repeat center;
}
.soical .search_icon{
    background: url(../images/search.PNG) no-repeat center;
}
#search_desc,#search,#top_search{
	width: 100% !important;
}
#search-box{
	width: 95% !important;
}
.PagesShow {
    padding: 5px !important;
}
#newsletter{
	background: white url(../images/mail_list_decor.png) center top repeat-x;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	padding: 5px;
	padding-top: 8px;
	margin: 5px;
	margin-bottom: 0; 
}
.gallery_slider_a{
	display: inline-block;
	text-align: center;
}
.gallery_td {
    border: 1px solid #CCC;
    border-radius: 5px;
}
.Foot_side .gallery_td {
    border: none;
}
.bx_gallery {
    text-align: center;
    max-width: 100%;
}
.gallaryDiv {
    height: 250px;
    margin-top: 10px;
}
.Foot_side .bx_gallery .bx-wrapper img {
width: auto !important; 
margin: 25px 10px;
max-width: 95%;
max-height: 40px;
display: inline !important;
}
.Foot_side .gallaryDiv{
    width: auto !important; 
    margin: 25px 10px;
    height: 40px;
}
.bx_gallery_prev,.bx_gallery_next{
	background: url(../images/left_arrow_gallery.png) right top no-repeat;
	height: 86px;
	width: 45px;
	display: block;
	font-size: 0;
	color: #fff;
	
}
.bx_gallery_next{
	background: url(../images/right_arrow_gallery.png) left top no-repeat;
}

.Foot_side .bx_gallery{
	background: url(../images/bg_galllery.png) right top repeat-x;
	height: 86px;
}
.bx_gallery li{
	width: 800px;
}
.MainSliderDiv_onside .slider_prev,.MainSliderDiv_onside .slider_next{
	background: url(../images/slider-top.png) center bottom no-repeat;
	width: 234px;
	height: 44px;
}
.MainSliderDiv_onside .slider_next{
	background: url(../images/slider-bottom.png) center top no-repeat;
}
.MainSliderDiv_onside .bx-wrapper{
	background: url(../images/slider-bg.png) center top repeat-y;
	padding: 0 15px;
}
.slider_box{
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
}
.conents_img {
    border-radius: 5px;
    box-shadow: 0 0 3px #ddd;
    padding: 5px;
    background: white;
    margin-left: 10px;
    width: 124px;
    height: auto !important;
}
.sf-menu li a:hover {
    background-color: #F5F5F5;
}
.ContentsShow .ContentShowImg {
    display: none;
}
.ContentsShow .opacity {
    float: right;
    margin: 10px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #CCC;
    padding: 3px;
    border-radius: 5px;
}
.ContentsShow .opacity div {
    text-align: center;
}
.aboutUs {
    direction: ltr;
}
.aboutUs td {
    vertical-align: top;
    padding: 5px;
}
.MailCancel {
    font-size: 13px !important;
    line-height: 33px !important;
}