@charset "utf-8";
/* CSS Document */
*{
	 margin:0;
	 padding:0;
	 outline:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:underline;
}
del {
	text-decoration: line-through;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, il, a, input {
	direction:rtl;
}

blockquote 
{
    margin:5px 17px;
    padding:7px;
	border:5px solid #3e89f1;
    color:#000;
    background: #E9F4FA url('images/quote.png') no-repeat 0 0 ;

}

ul , ol , dl {
	list-style-position:inside;
}
a {text-decoration: none;color:inherit;}
body{
	font-family:Conv_GE_SS_TEXT_LIGHT;
   	margin:0;
    padding:0;
    direction: rtl;
	color:#FFFFFF;
	}
img{border:0; }
#wrapper{
	width:920px;
	margin: auto;
	background: #fff;
padding: 0 10px;
overflow: hidden;
	}
@font-face {
	font-family: 'Conv_GE_SS_TEXT_LIGHT';
	src: url('fonts/GE_SS_TEXT_LIGHT.eot');
	src: local('☺'), url('fonts/GE_SS_TEXT_LIGHT.woff') format('woff'), url('fonts/GE_SS_TEXT_LIGHT.ttf') format('truetype'), url('fonts/GE_SS_TEXT_LIGHT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	}
        
        @font-face {
    font-family: 'GE_SS_TV_BOLD_0';
    src: url('./fonts/GE_SS_TV_BOLD_0.eot');
    src: url('./fonts/GE_SS_TV_BOLD_0.eot?#iefix') format('embedded-opentype'),
    url('./fonts/GE_SS_TV_BOLD_0.woff') format('woff'),
         url('./fonts/GE_SS_TV_BOLD_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
ul{margin:0;
	padding:0;
	float:right;
	}
li{list-style:none;
	float:right;
	}
.main-banner{float:right; width:920px; height:115px; margin:20px 0 20px 0; background-color:#bebebe;}
.header{float:right; width: 920px; height: auto; margin: 0; display:block; }
.header .logo{float:right; width: 215px; height:76px; margin: 0 0 0 5px;}
.header .pic{float:right; width: 308px; height:71px; margin: 0 10px;}
.nav{float:right;
	display:block;
	height:70px;
	background-image:url(images/menu-bg.png);
	width:920px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:20px 0 20px 0;
	}
.nav ul{float:right;
	}
.search{float:left; margin-top:24px; margin-left:10px; height:30px;
	border:1px solid #CCCCCC; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; width: 216px;}
.search img{float:left;
	margin:5px;
	}
.search input{
	float:right;
	width:170px;
	font-size:14px;
	margin:5px;
font-family:Conv_GE_SS_TEXT_LIGHT;
border:none;
height:20px; 	}
.section{
	display:block;
	float:right;
	width:700px;
	}
.aside{float:left;
	}
.footer{
	padding-top:10px;
	width:920px;
	margin:20px 0 5px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float:right;
	display:block;
	text-align:right;
	font-size:14px;
	color:#626262;
	}
.footer img{float:left;
	}
.social{float:left; margin-top:24px; height:32px;}
.nav ul{width:920px;}
.nav ul, .nav li{float:right;}
.nav li{text-align: center;
width: 100%;}
.nav a{float:right; text-align:center; width:113px; height:35px; line-height:220%; font-size:16px; color:#114fa4;
  transition-property: background;
  transition-duration: 0.15s;
  transition-timing-function: linear;}
.nav a:hover{color:#FFFFFF; background:#114fa4; }
.nav .spacer{background-image:url(images/spacer.png); width:2px; margin:6px 0; height:24px; float:right;}

.carousel{float:left; background-color:#e0e0e0; padding:10px; width:660px; height:325px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-right:20px;}

.open{ background-color:#114fa4;}
.open a{color: #FFFFFF; }
.unopen{background-color:#c6c6c6;}
.unopen a{color:#2e2e2e;}
.carousel-spacer{ float:right; height:5px; width:1px;}
.carousel li img{float:right; margin-left:10px; 	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; width:80px; height:55px;}

.time{
	float:right;
	color: #626262;
	background-color: #e0e0e0;
	padding: 8px 10px;
	height: 15px;
	width: 200px;
	margin-bottom: 11px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
letter-spacing: 3px;
}
.date{float:right;}
.hours{float:left;}

.lastnews{
	float:right;
	padding-top: 32px;
	background-image: url(images/lastnews.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:12px;
}
.lastnews .box{	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2; 	height: 209px;
	width: 218px; 	float:right;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	font-family:tahoma;
		font-size:13px;
			overflow:hidden;
}
.dalil{float:right; width: 220px; height: 55px; }
.dalil a{ float:right;}

.lastnews li{
	float:right;
	padding-bottom:4px;
	padding-right:13px;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: 177px 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 12px;
	margin-right: 18px;
	margin-left: 18px;
}
.lastnews a{color:#333333;}
.lastnews span{ float:right; color:#c2c2c2; margin:auto; text-align:right; width:100%; padding-top:7px;}

div.vertical_scroller{  position:relative; display:block; overflow:hidden;}
div.scrollingtext{ position:absolute; width:220px; }

.seconed-banner{float:right; width:940px; margin:20px -20px 20px 0; height:100px;}
.seconed-banner li{
	width:450px;
	height:100px;
	float:right;
	margin-right:20px;
	background-color: #CCCCCC;
}

.cube-news{
	float: right;
	width: 940px;
	margin-right: -20px;
	margin-bottom: 20px;
}
.cube-news li{
	float:right;
	height: 170px;
	width: 213px;
	margin-right: 20px;
	border: 1px solid #114fa4;
	background-image: url(images/main.png);
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.cube-news li p{
	background-image: url(images/shadow.png);
	float: right;
	height: 39px;
	width: 203px;
	margin-top: 121px;
	font-size:14px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.media{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#e2e2e2;
	float: right;
	height: 373px;
	width: 700px;
	background-repeat: no-repeat;
	
}
.media .header{ float: right; width: 702px; height: 37px; margin: 0 0 10px 0;}
.media .header img{ border-radius: 5px 5px 0 0; margin-right: -2px; }
.media .main{margin-right:10px; float:right;}
.media .box {
	width:134px;
	float: left; height:290px;
		background-color: #FFFFFF; padding:0 5px;
		overflow:hidden;
}
.media .slider{
	width:144px;
	float: left;
	margin-left: 10px;
}
.slider img{float:right;}
.slider .box img{ float:right;  width:134px; height:96px; margin-top:10px;}
.media .des{
	margin-top:-23px;
	top:10px;
	width:124px;
	padding:0 5px;
	height:18px;
	float:right;
	background-image: url(images/bg.png);
	font-size:12px;
	padding-top:5px;
}
.slider .box a{color:#FFFFFF; font-family:tahoma; }   
.aside{float:left; margin-right:20px; width:200px;}
.aside img{float:right; margin-bottom:20px; width:200px; height:160px; }

.all-cat{float:right; margin-right:-20px; width:720px;}
.catogery{float:right; width:340px; height:auto; margin-top:20px; 	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-right:20px;}
.catogery .title{float:right; width:308px; padding-right:32px; background-image:url(images/cat-head.png); padding-top:6px; height:28px;}
.catogery a {color:#114fa4; font-size:18px; }
.catogery .box{
	float:right;
	padding:10px;
	border: 1px solid #e0e0e0;
    width: 318px; height: auto;
    border-top-width: 0px;
}
.catogery .box img{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width:318px; height:186px; float:right; margin-bottom:10px;}
.catogery p{
	float:right;
	width: 318;
}
.catogery .box a{color:#000000; font-size:14px; font-family:tahoma;}
.catogery .box li{
	float:right;
	padding-right:15px;
	background-image:url(images/dot.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	height: 18px;
	width: 303px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e0e0e0;
	padding-top:7px;
}
.kids, .kids .box, .kids img{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.kids{
	background-color: #ef7320;
	background-image: url(images/kids.png);
	background-repeat: no-repeat;
	background-position: 515px 13px;
	float: right;
	height: 180px;
	width: 680px;
	margin-top: 20px;
	padding:10px;
}
.kids .box{float:left; width:492px; height:160px; background-color:#f79f65; overflow:hidden;}
.kids .box img{
	width:150px;
	height:140px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:right;
	margin-right: 10px;
}
.kids .box a{float:right;}

.prayer{
	background-image:url(images/prayer.png);
	width:90px;
	height:145px;
	margin-bottom:15px;
	padding-top: 43px;
	padding-right: 100px;
	padding-bottom: 86px;
	padding-left: 10px;
	float:right;
}
.prayer li{float:right; width:90px; margin-bottom:5px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:14px; height:25px; color:#114fa4; line-height: 190%;}


#featured{
    height: 325px;
    position: relative;
    width: 660px;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0; right:0;
	list-style:none;
	padding:0; margin:0;
	width:245px;
}
#featured ul.ui-tabs-nav li{
	font-size:12px;
	color:#666;
    text-align:right;
    margin: 0 0 5px 0;
    width: 245px;
}
#featured ul.ui-tabs-nav li img{
	float:right; margin:10px;
	background:#c6c6c6;
}
#featured ul.ui-tabs-nav li span{
    font-family: tahoma;
    font-size: 13px;
    line-height: 17px;
    text-align: right;
    color:#2e2e2e;
    margin: 10px 0;

}


.main_title {float:right;width:107px;height:52px;margin-right:5px;overflow:hidden;margin-top:4px;}

#featured li.ui-tabs-nav-item a{
	display:block;
    height:76px;
	color:#333;  background:#c6c6c6;    border-radius: 0 5px 5px 0;
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{
	background:#114fa4;
    color:#fff;

}
#featured li.ui-tabs-nav-item a:hover .main_title {
    color:#fff; text-decoration: none;

}
#featured li.ui-tabs-selected{
	background:url('images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background:#114fa4;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected span {color:#fff;}

#featured .ui-tabs-panel{
    left:0px;
	width:408px; height:309px;
	background:#114fa4; position:absolute; border-radius: 5px 0 0 5px;  padding: 5px;
}
#featured .ui-tabs-panel img{ border-radius: 5px;}
#featured .ui-tabs-panel .info{
	position:absolute;
	right:5px;
    bottom: 0;
	height:70px;
	background: url(images/shadow-65.png);
    width:408px;
}
#featured .info h2{    color: #FFFFFF;
    font-family: tahoma;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    text-align: right;
}
#featured .info p{

    color: #F0F0F0;
    font-family: tahoma;
    font-size: 12px;
    height: 17px;
    line-height: 15px;
    margin: 0 5px;
    overflow: hidden;
}
#featured .info a{
	text-decoration:none;
	color:#fff;
}

#featured .ui-tabs-hide{
	display:none;
}


.article {float:right;width:700px;height:auto;}
.article .tap {float:right;width:680px;height:auto;padding:10px;background:#eee;text-align:right;font-size:13px;color:#444;}
.article .tap a{color:#004a99;}
.article .box {float:right;width:680px;height:auto;padding:10px;border:1px solid #ccc;margin-top:10px;}
.article .box .title {float:right;width:680px;height:auto;text-align:right;font-size:20px;color:#4685c9;}
.article .box .author {float:right;width:680px;height:auto;text-align:right;font-size:13px;font-weight:bold;color:#114fa4; font-family: tahoma;}
.article .box .date {float:right;width:680px;height:auto;text-align:right;font-size:12px;color:#333;margin-top:4px; font-family: tahoma;}
.article .box .spacer {float:right;width:680px;height:1px;background:#d8d8d8;margin:8px 0;}
.article .box .intro {float:right;width:680px;height:auto;text-align:right;font-size:13px;line-height:1.8; font-family:  tahoma; color: #666}
.article .box .intro img{width:680px; height:auto;}

.maincatart {float:right;width:345px;height:220px;margin:12px 0;}
.maincatart .pic {position:absolute;width:345px;height:220px;background:#eee;z-index:0}
.maincatart .title {position:absolute;width:325px;height:30px;background:url('images/bg.png');color:#fff;line-height:2em;margin-top:191px;font-size:15px; padding: 0 10px;font-family: tahoma;}

.catspc{ float: right; width: 10px; height: 220px; margin: 0;}

.subitem {float:right;width:684px;height:120px;padding:7px;border:1px solid #ccc;margin-bottom:12px;}
.subitem .pic {float:right;width:200px;height:120px;background:#eee;margin-left:10px;}
.subitem .title {float:right;width:470px;height:auto;text-align:right;color:#004a99; margin-bottom: 10px;}
.subitem .intro {float:right;width:470px;height:auto;text-align:right;font-size:13px;color:#4b4b4b; line-height: 1.7;font-family: tahoma;}

.numbering {width: 650px; padding:0 25px; float: left; margin: 20px 0;}
a.number {font-size: 11px; color: #4c5966; text-decoration: none; border-style: solid; border-width: 1px; border-color: #4c5966; padding: 4px;}
a.number:hover {font-size: 11px; color: #ffffff; background-color: #4c5966; text-decoration: none; border-style: solid; border-width: 1px; border-color: #4c5966; padding: 4px;}
.curpage {font-size: 11px; color: #ffffff; background-color: #4c5966; text-decoration: none; border-style: solid; border-width: 1px; border-color: #4c5966; padding: 4px;}


.addcom_title{float:right;width:100px;height:auto;padding:5px;background:#e8e8e8;text-align:right;font-size:16px;padding-right:8px;margin:-25px 0 0 0;color:#004a99;}

.commentbox {float:right;width:680px;height:auto; margin: 10px 0; background:#fff;}
.commentbox .title_comment {float:right;width:auto;height:auto;}
.commentbox .item_comment {float:right;width:680px;height:auto; margin: 5px 0;}
.commentbox .item_comment .title_comment {float:right;width:125px;height:20px;font-size:12px;font-weight:bold;color:#3d3a3a;text-align:right;}
.commentbox .item_comment input {font-size:12px;font-family:tahoma;color:#2c2c2c;float:right;width:550px;height:22px;border:1px solid #bdbdbd;background:#eae8e8;}
.spacercomment {float:Right;width:528px;height:7px;}
.commentbox .item_comment textarea {font-size:12px;font-family:tahoma;color:#2c2c2c;float:right;width:550px;height:50px;border:1px solid #bdbdbd;background:#eae8e8;}
.sendbtn {cursor:pointer;margin-top:7px;float:left;width:80px;padding:4px;height:22px;font-size:16px;color:#004a99; text-align: center; margin: 20px 0; background:#e8e8e8;}
.sendbtn:hover {background:#444;color:#fff;}


.comment {float:right;width:680px;background:#fff;margin:10px 0;height:auto; font-weight: bold; font-family: tahoma;}
.comment .numberbox {background:#e8e8e8;float:right;width:18px;height:18px;padding: 5px;font-size:11px;font-weight:bold;color:#004a99;border-radius:4px;margin-left:8px; text-align: center;font-family: tahoma;}
.comment .comment_msg {float:left;width:680px;text-align:right;color:#3d3c3c;font-size:11px;height:auto;  line-height: 1.6;font-family: tahoma;}
.comment .name {float:left;width:auto;text-align:right;color:#004a99;font-size:12px;height:auto; font-weight: normal;font-family: tahoma;}
.article .comment .title {float:right;width:640px;text-align:right;color:#004a99;font-size:12px;height:auto; line-height: 2;font-family: tahoma;}


.article .space2 { float: right; width:10px; height:80px; margin: 0; }
.article .item { float: right; width:173px; height:130px; margin: 0 0 10px 0; overflow: hidden; }
.article .item .pic { float: right; width:173px; height:100px; margin: 0; }
.article .item .details { float: right; width:173px; height:28px; margin: 0; background: #4685c9; }
.article .item .details .title { float: right; width:163px; height:auto; margin: 0 5px; text-align: center; color: #fff; font-size: 12px; line-height: 2; }



.poll{ float: right; width:200px; height:auto; margin: 0 0 15px 0;border-radius: 6px; border: 1px solid #e0e0e0; padding-bottom: 10px;}
.poll .head{float:right; width:200px; background:#e0e0e0; height:34px; color:#114fa4; font-weight: bold; font-size: 22px; text-align: center;font-family: 'GE_SS_TV_BOLD_0'; line-height: 34px; border-radius: 6px 6px 0 0; }

.poll .head img { width: 19px; height: 21px; margin:4px 0 0 10px; float: none;}

.poll .txt{ float: right; width: 180px; height: auto; margin: 10px; font-size: 17px; text-align: right; color:#114fa4;}

.poll .field { float: right; width: 180px; height: auto; margin: 0 10px; font-size: 13px; font-family: 'tahoma'; text-align: right; line-height: 2; color: #666}
.poll .field input { margin-left: 10px }
.poll .btn{ float: left; width:70px; height:28px; margin: 15px; background: #114fa4; color: #fff; line-height: 28px; font-size: 14px; cursor: pointer; border-radius: 8px;-webkit-border-radius:8px; -moz-border-radius:8px; text-align: center }

.progress {width:180px;height:5px;float:right;color:#fff;text-align:right;border:1px #666 solid;margin:2px 10px;display:none;background:#114fa4;}


.currency{ float: right; width:200px; height:auto; margin: 0 0 15px 0;border-radius: 6px; border: 1px solid #e0e0e0; padding-bottom: 10px;background:#e0e0e0;}
.currency .head{float:right; width:200px; height:34px; margin: 5px 0; color:#114fa4; font-weight: bold; font-size: 22px; text-align: center;font-family: 'GE_SS_TV_BOLD_0'; line-height: 34px; border-radius: 6px 6px 0 0; }

.currency .head img { width: 24px; height: 20px; margin:4px 0 0 10px; float: none;}
.currency .item{float:right; width:180px; height:27px; margin:5px 10px 0 10px; text-align:right; font-size:16px; color:#114fa4; background: #fff; border-radius: 5px;}
.currency .item .label{float:right; width:85px; margin:5px; text-align:right; font-size:14px; height:25px; color:#114fa4;}
.currency .item .label2{float:right; width:65px; margin:5px 10px 0 0; text-align:right; font-size:12px; height:25px; color:#114fa4;font-family: tahoma;}
.currency .item .spc{float:right; width:1px; height: 20px; margin: 3px 0; background: #ccc;}


.weather{ float: right; width:200px; height:auto; margin: 0 0 15px 0;border-radius: 6px; border: 1px solid #e0e0e0; padding-bottom: 10px;background:#e0e0e0;}
.weather img { width: 25px; height: auto; }
.weather .head{float:right; width:200px; height:34px; margin: 5px 0; color:#114fa4; font-weight: bold; font-size: 22px; text-align: center;font-family: 'GE_SS_TV_BOLD_0'; line-height: 34px; border-radius: 6px 6px 0 0; }

.weather .head img { width: 24px; height: 20px; margin:4px 0 0 10px; float: none;}
.weather .item{float:right; width:190px; height:30px; margin:5px 5px 0 5px; text-align:right; font-size:16px; color:#114fa4; background: #fff; border-radius: 5px;}
.weather .item .label{float:right; width:85px; margin:5px; text-align:right; font-size:14px; height:25px; color:#114fa4;}
.weather .item .label2{float:right; width:85px; margin:5px 5px 0 0; text-align:right; font-size:12px; height:25px; color:#114fa4; line-height: 25px; font-family: tahoma;}
.weather .item .spc{float:right; width:1px; height: 20px; margin: 3px 0; background: #ccc;}




.towerBanner {
	width: 120px;
	height: auto;
	position: fixed;
	left: 0;
	top: 0px;
}
.rightTower {
	width: 120px;
	height: auto;
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	z-index: 1000;
}
.rightTower .close {
	width: 160px;
	height: auto;
	float: right;
	padding: 5px;
	font-size: 11px;
	font-weight: 800;
	margin: 0 0 5px 0;
	background: #d4d4d4;
	cursor: pointer;
}
.rightTower .object {
	width: 170px;
	height: 600px;
	background: #EBEBEB;
	float: right;
}
.towerBanner .close {
	width: 120px;
	height: auto;
	float: right;
	padding: 5px;
	font-size: 11px;
	font-weight: 800;
	margin: 0 0 5px 0;
	background: #d4d4d4;
	cursor: pointer;
}
.towerBanner .object {
	width: 120px;
	height: 600px;
	background: #EBEBEB;
	float: right;
}



.map {float:right;width:920px;height:auto;margin-top:15px; padding: 20px 0; border-top: #eee 1px solid; border-bottom: #eee 1px solid; }
.map .col {float:right;width:176px;height:auto;text-align:right;}
.map .col .item {float:right;width:176px;height:auto; line-height: 1.6;}
.map .col .item .icon {float:right;width:auto;height:auto; margin-left: 5px; text-align:right;font-size:12px;color:#166a91;}
.map .col .item .txt {float:right;width:auto;height:auto;text-align:right;font-size:12px;font-weight:bold;color:#808080;}
.Mbanner{width:680px; float:right;height:80px; padding:5px; background:#eee; margin-top:10px; height:auto; overflow:hidden;}

.letter{width: 22px;
float: right;
margin-right:5px;
font-size: 16px;
background-image: url(images/menu-bg.png);
color:#114fa4;
text-align:center;
line-height: 25px;
height: 25px;border-radius:4px;}
.letter:hover{background:#114fa4; color:#fff; border:1px solid #eee; width:20px;-webkit-box-shadow: 3px 3px 15px rgba(50, 50, 50, 0.69);
-moz-box-shadow:    3px 3px 15px rgba(50, 50, 50, 0.69);
box-shadow:         3px 3px 15px rgba(50, 50, 50, 0.69); }


.dlel{ float: right; width: 920px; height: 86px; margin: 10px 0; background: #114fa4; border-radius:8px;}
.dlel .icon{ float: right; width: auto; height: 67px; margin: 10px;text-align: right;}
.dlel .pag_title {float:right;width:auto;height:auto;text-align:right;font-size:20px;color:#fff;margin:30px 0 0 10px;font-family: 'GE_SS_TV_BOLD_0';;}

.dlel .field{ float: right; width: auto; height: auto; margin: 30px 10px;}
.dlel .field .title{ float: right; width: auto; height: auto; margin: 5px 10px; color: #fff; font-size: 16px;font-family: 'GE_SS_TV_BOLD_0';}
.dlel .field input{ float: right; width: auto; height: 18px; border: 1px solid #3697be; border-radius:5px; font-size: 10px;}
.dlel .field select { float: right; direction: rtl; height: 22px; background: #fff url(images/selectbg.png) scroll left no-repeat; overflow: hidden;border: 1px solid #3697be; padding-left: 30px; padding-right: 5px;-webkit-appearance: button; -moz-appearance: button; color: #3697be; font-weight: bold;border-radius:5px; width: 130px;}
.dlel .btn{ float: left; width: auto; height: 53px;border-radius:5px; font-size: 14px; background: url(images/serchbg.png) repeat-x; color: #2a9dcc;font-family: 'GE_SS_TV_BOLD_0';; margin: 17px 15px; padding: 10px 40px; cursor: pointer; border: 0;}
.dlel .btn2{ float: right; width: auto; height: 28px;border-radius:5px; font-size: 14px; background: url(images/serchbg2.png) repeat-x; color: #2a9dcc;font-family: 'GE_SS_TV_BOLD_0';; margin: 17px 20px; padding: 0 30px; cursor: pointer; border: 0; margin-top: 27px}
.dlel .btn3{ float: left; width: 192px; height: 41px;border-radius:5px; font-size: 14px; background: url(images/dalil2.png) repeat-x; color: #2a9dcc;font-family: 'GE_SS_TV_BOLD_0';; margin: 20px 15px; cursor: pointer; border: 0;}

.dlel .spacer{ float: right; background: #2c8bb1; width: 2px; height: 28px; margin: 27px 45px 0 0;}


.dlel_btn{float:right;width:920px;height:auto; margin: 10px 0;}
.dlel_btn .btn{float:right;width:141px;height:36px;margin:0 ; background: #ddd; border-radius: 6px; color: #616161; font-size: 14px; text-align: center;  line-height: 2.5; font-family: 'GE_SS_TV_BOLD_0';}
.dlel_btn .spacer1{ float: right; width: 14px; height: 30px; }
.dlel_btn .spacer2{ float: right; width: 880px; height: 10px;}

.right .search_title{float:right;width:520px;height:auto;text-align:right;font-size:16px;color:#616161;margin-bottom:10px;font-family: 'GE_SS_TV_BOLD_0';}

.right .dlel_list{float:right;width:684px;height:auto;}

.right .dlel_list .index_item {float:left;width:664px;height:100px;margin-bottom:10px;border:1px solid #ccc; padding: 10px;}
.right .dlel_list .index_item .picture {float:right;width:162px;height:100px;margin-left:10px; background: #e1e1e1; border: 1px #ccc solid;}
.right .dlel_list .index_item .title {float:right;width:490px; height: 23px; overflow: hidden; color: #43b3e0; font-size: 18px; text-align: right;font-family: 'GE_SS_TV_BOLD_0';}
.right .dlel_list .index_item .job {float:right;width:490px;height:auto;text-align:right;font-size:12px;color:#616161; font-family: tahoma }
.right .dlel_list .index_item .spacer {float:right;width:490px;height:1px; background: #cfcfcf; margin: 5px 0;}
.right .dlel_list .index_item .info {float:right;width:490px;height:auto;text-align:right;font-size:12px;color:#616161; line-height: 1.5; font-family: tahoma}

.right .dlel_list .index_item2 {float:left;width:664px;height:auto;margin-bottom:10px;border:1px solid #ccc; padding: 10px;}
.right .dlel_list .index_item2 .picture {float:right;width:664px;height:230px;margin-bottom:10px; background: #e1e1e1; border: 1px #ccc solid;}
.right .dlel_list .index_item2 .title {float:right;width:664px; height: 23px; overflow: hidden; color: #43b3e0; font-size: 16px; text-align: right;font-family: 'GE_SS_TV_BOLD_0';}
.right .dlel_list .index_item2 .job {float:right;width:664px;height:auto;text-align:right;font-size:12px;color:#616161; font-family: tahoma }
.right .dlel_list .index_item2 .spacer {float:right;width:490px;height:1px; background: #cfcfcf; margin: 5px 0;}
.right .dlel_list .index_item2 .info {float:right;width:664px;height:auto;text-align:right;font-size:12px;color:#616161; line-height: 1.5;font-family: tahoma }