@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px
}
a{outline:none;}

html{
width:100%;
height:100%;
}
img{
	border:none;
}
body{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;	
	background: #FFFFFF url(images/bg-top.png) repeat-x scroll 50% top;
	margin:auto;
	padding:0 ;
	
	}
li{
	display:inline;
	}
h3.error {
	color:#333;
	background-color:#eee;
	border:5px solid #ccc;
	border-radius: 5px;
	margin:10px 30px 30px;
	padding:10px;
}
.bg-down{
	background-image:url(images/bg-bottom.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	width:100%;
	float:right;
}

.center{
	width:916px;	
	margin:0 auto;
	clear:both;	
	
}
.center-heighlight-bottom{
	width:916px;
	float:right;
	background-image:url(images/right-bottom-hightlight.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.center-heighlight{
	width:916px;
	float:right;
	background-image:url(images/left-bottom-hightlight.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.center-heighlight-right{
	width:8px;
	float:right;
	height:525px;
	margin-top:1px;
	background-image:url(images/right-top-hightlight.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.center-heighlight-left{
	width:8px;
	float:left;
	height:525px;
	background-image:url(images/left-top-hightlight.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.body-center{
	width:900px;
	float:right;
}
.header{
	width:900px;
	height:160px;
	float:right;	
}

.h-top-menu{
	width:900px;
	height:66px;	
	float:right;
	background-image:url(images/top-menu-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	margin-top: -34px;
}

.menu-top{
	width:600px;
	height:20px;
	float:right;
	padding:45px 10px 0 0;
	background-image:url(images/top-menu-bg-right.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.menu-top-member{
	width:600px;
	height:66px;
	float:right;
	padding:45px 10px 0 0;
	background-image:url(images/top-menu-bg-right.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.menu-top li{	
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 3px 0 3px;
}
.menu-top li a{
	border-left: 1px solid #FFFFFF;
	color:#FFFFFF;
	height: 10px;
	padding:0 0 0 6px;
	margin-top:2px;
	text-align: center;
	text-decoration: none;	
}

.topsearch{
	width:250px;
	float:left;
	height:25px;
	padding:40px 0 0 30px;
	background-image:url(images/search-textbox-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.topsearch li.top-rss{
	height:19px;
	float:left;
	width:20px;
	border-left:none;	
}
.topsearch li.search-top{
	height:21px;
	margin-left:20px;
	float:left;
	width:130px;
	background-image:url(images/search-textbox.png);
	background-repeat:no-repeat;

}
.topsearch li.search-top a{
	height:20px;
	width:18px;
	float:left;
}
.logos{
	width:900px;
	height:128px;
	float:right;
	background-image:url(images/header-center-repeat.png);
	background-repeat:repeat-x;
	background-position:top right;
}

.right-logo{
	width:185px;
	height:128px;	
	float:right;
	background-image:url(images/header-right-logo.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.left-logo{
	width:184px;
	height:128px;
	float:left;
	background-image:url(images/header-left-logo.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.search-textbox{
	width:82px;
	float:left;
	height:15px;
	margin:2px 7px 0 20px;
	text-align:right;
	direction:rtl;
	border:none;
}

.body-text{		
	width:900px;
	float:right;
	/*background-image:url(images/body-top-repeat.png);*/
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.body-text-center{
	width:882px;
	float:right;
	padding:0 9px 0 9px;
}
.navigation-menu{
	width:160px;
	float:right;
	margin:5px 5px 0 0;
	text-align:right;
	direction:rtl;	
}
.navigation-menu ul{
	width:160px;
	float:right;
}
.menu{
	width:157px;
	height:20px;
	float:right;
	text-align:right;
	direction:rtl;
	border-right:solid 1px #ccd5e0;
	border-left:solid 1px #ccd5e0;
	border-bottom:solid 1px #e9edf1;
	font-size:11px;
}
.menu span.visit {
	display: block;
	float: right;
	width: 18%;
	text-align: right;
}
.menu span.count {
	display: block;
	float: right;
	width: 36%;
	text-align: center;
	border-right:1px solid #cef;
	border-bottom:1px solid #eff;
	margin-right:5px;
}
.menu span.h{
	border:none;
	font-size: .9em;
	color:#444;
}
.menu a,.menu-title a,.menu-title-alaghe a{
	width:147px;
	height:17px;
	float:right;
	color:#000000;
	padding:3px 5px 0 5px;
	text-decoration:none;	
}
.menu a:hover{
	background-color:#d5aa03;
	color:#660000;
}
.menu input[type="text"],.menu input[type="password"] {
    width:100px;text-align:left;
    border-bottom:1px solid #CCD5E0;
    border-right:1px solid #CCD5E0;
    border-top:1px solid #AAB8C2;
    border-left:1px solid #AAB8C2;
}
.menu input[type="submit"] {
    border-top:1px solid #CCD5E0;
    border-left:1px solid #CCD5E0;
    border-right:1px solid #AAB8C2;
    border-bottom:1px solid #AAB8C2;
}
.menu-title{
	width:158px;
	height:18px;
	float:right;
	padding-top:2px;
	text-align:right;
	background-color:#80a8c9;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	border-right:solid 1px #ccd5e0;
	border-left:solid 1px #ccd5e0;
}
.menu-title-alaghe{
	background-color:#6c87a9;
	width:158px;
	height:18px;
	padding-top:2px;
	float:right;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	border-right:solid 1px #ccd5e0;
	border-left:solid 1px #ccd5e0;
}
.menu-title-first{
	width:159px;
	height:18px;
	float:right;
	padding-top:2px;
	text-align:right;
	background-image:url(images/first-menu-corner.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#80a8c9;
	color:#FFF;
	font-weight:bold;
	font-size:8pt;	
	border-left:solid 1px #ccd5e0;
}
.menu-title-first a{
	width:147px;
	height:20px;
	float:right;
	color:#FFF;
	padding:0 5px 0 5px;
	text-decoration:none;
}
.menu-title-alaghe-customiz{
	background-color:#6c87a9;
	width:149px;
	height:18px;
	padding:2px 10px 0 0;
	float:right;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	background-image:url(images/alagheh-corner.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-left:solid 1px #ccd5e0;
}
.menu-title-alaghe-customiz a{
	width:70px;
	float:right;
	color:#FFF;
	text-align:left;
	text-decoration:none;
}
.menu-title-alaghe-customiz a:hover{
	color:#000;	
}
.menu-title a,.menu-title-alaghe a{
	color:#FFF;	
}
.menu-title a:hover{
	background:none;
	color:#FFFFFF;
}
.panel-left{
	float:left;
	width:275px;
	padding:5px;
}
.publicity{
	width:275px;
	float:left;
	border:solid 1px #eeeeee;	
}
.publicity-border{
    text-align:center;
	width:273px;
	float:right;
	border:solid 1px #e3e3e3;
}

.tiny-window{
	width:277px;
	float:left;
}
.tiny-window-header{
	width:277px;
	height:29px;
	float:left;
}
.splitter{
	width:275px;
	height:15px;
	/*background-image:url(images/splitter.png);*/
	background-position:center;
	background-repeat:no-repeat;
}
.tiny-window-header-right-corner{
	width:6px;
	height:29px;
	float:right;
	background-image:url(images/tiny-window-header-right-corner.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.tiny-window-header-center{
	width:260px;
	height:24px;
	float:right;
	background-image:url(images/tiny-window-header-center-repeat.png);
	background-repeat:repeat-x;
	background-position:top right;
	text-align:right;
	padding:5px 5px 0 0;
	color:#004a81;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
}

.tiny-window-header-left-corner{
	width:6px;
	height:29px;
	float:left;
	background-image:url(images/tiny-window-header-left-corner.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.tiny-window-center{
	width:265px;
	float:right;
	border:solid 1px #d6dee6;
	border-top:none;
	border-bottom:none;
	padding:5px;
}
.tiny-window-menu{
	width:290px;
	float:right;	
	background-image:url(images/tiny-window-menu-bg.png);
	background-repeat:repeat-x;
	background-position:top right;
}
.tiny-window-menu-title{
	width:290px;
	height:38px;
	float:right;
	text-align:right;	
}
.tiny-window-menu-title a{
	width:285px;
	height:28px;
	float:right;
	padding:10px 5px 0 0;
	font-family:tahoma;
	font-size:10pt;
	font-weight:600;
	color:#3695ff;
	text-decoration:none;
}
.tiny-window-menu-title a:hover,.tiny-window-menu-title a:active{
	color:#2a3a80;
}

.tiny-window-menu-text{
	width:290px;
	float:right;
	text-align:right;
}
.tiny-window-menu-text a{
	width:270px;
	float:right;
	text-decoration:none;
	color:#2a3a80;
	padding:0 20px 0 0;
}
.tiny-window-menu-text a:hover,.tiny-window-menu-text a:active{
	color:#FF0000;
}
.tiny-window-menu-text-all{
	width:290px;
	float:right;
	text-align:left;
}
.tiny-window-menu-text-all a{
	width:280px;
	float:right;
	text-decoration:none;
	color:#3b5168;
	padding:5px 0 5px 10px;
}
.tiny-window-footer{
	width:277px;
	height:8px;
	float:left;
	background-image:url(images/tiny-window-footer-repeat.png);
	background-position:top left;
	background-repeat:repeat-x;
}
.peyvandha{
	width:255px;
	float:right;
	padding:5px;
}
.peyvandha a{
	width:255px;
	float:right;
	text-decoration:none;
	color:#2a3a80;
	text-align:right;
	direction:rtl;	
}
.peyvandha a:hover{
	color:#FF0000;
}

.andishmandan{
	width:265px;
	float:right;
	text-align:justify;
	direction:rtl;
	border-bottom:solid 1px #ebe3df;
}
.andishmandan-matn{
	width:255px;
	float:right;
	/*background-image:url(images/khabar-pic-ghab.png);*/
	background-position:top left;
	background-repeat:no-repeat;
	color:#000000;
	padding:5px;
}
.andishmandan-matn img{
	padding:3px 8px 0 3px;
}
.andishmandan-matn a{
	float:right;
	width:250px;
	hieght: 15px;
	overflow:hidden;
	text-decoration:none;
	color:#2a3a80;
}
.andishmandan-matn a:hover{
	color:#FF0000;
}
.andishmandan-matn a:active{
	color:#3695ff;
}
.andishmandan-all{
	width:255px;
	float:right;
	padding:0 0 5px 0;
}
.andishmandan li.andishmandan-all a{
	width:255px;
	float:right;
	text-align:left;
	text-decoration:none;
	color:#2a3a80;
}

.khabarname{
	width:255px;
	float:right;
	padding:5px;
}
.khabarname li{
	width:255px;
	float:left;
	text-align:left;
	direction:rtl;
	color:#2a3a80;
	margin-top:10px;
}
.khabarname-textbox{
	border:solid 1px #aab7c7;
	height:20px;
	width:177px
}
.khabarname-button{
	margin-top:4px;
	width:50px;
	height:25px;
	background-image:url(images/khabarname-button-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	border:none;
	color:#FFFFFF;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	float:right;
	cursor: pointer;
}

.panel-search{
    float:left;
    width:712px;
    padding:5px;
    _padding:0px;
}
.panel-right{
	float:left;
	width:437px;
	width:435px\9;
	padding:5px;
	_padding:0px;
}
.medium-window{
	width:437px;
	float:right;
	margin:0 0 10px 0;
}
.medium-window-header{
	width:437px;
	height:29px;
	float:left;
	direction : rtl;
}
.medium-window-header-right-corner{
	width:6px;
	height:29px;
	float:right;
	background-image:url(images/tiny-window-header-right-corner.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.medium-window-header-center{
	width:420px;
	height:24px;
	float:right;
	background-image:url(images/tiny-window-header-center-repeat.png);
	background-repeat:repeat-x;
	background-position:top right;
	text-align:right;
	padding:5px 5px 0 0;
	color:#004a81;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
}

.medium-window-header-left-corner{
	width:6px;
	height:29px;
	float:left;
	background-image:url(images/tiny-window-header-left-corner.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.medium-window-center{
	width:435px;	
	float:right;
	border:solid 1px #d6dee6;
	border-top:none;
}
.nashriyeh{
	width:414px;
	float:right;
	margin:7px;
}
.maqaleh-search-result-footer{
	float:right;
}
.nashriyeh-pic{
	width:136px;
	height:190px;
	float:right;
	text-align:right;
	background-image:url(images/nashriyeh-qhab.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.nashriyeh-pic img{
	padding:11px;
}
.nashriyeh-info-text{
	width:260px;
	float:left;
	direction:rtl;
	text-align:justify;
	color:#2a3a80;
	padding:10px 5px 0px 0px;
}
.nashriyeh-info-text li{
	width:250px;
	float:right;
}
.nashriyeh-title{
	font-weight:bold;
	font-family:arial;
	font-size:12pt;
	color:#2a3a80;
}
.nashriyeh-info{
	color:#000000;
}
.nashriyeh-mor-info a{
	width:270px;
	float:right;
	text-decoration:none;
	text-align:left;
	color:#2a3a80;
}
.btn-pic{
	width:575px;
	height:91px;
	float:right;
	background-image:url(images/btn-pic-bg.png);
	background-position:top right;
	background-repeat:repeat-x;	
}

.btn-pic ul{
	width:95px;
	height:60px;
	float:right;
}
.karshenasan-oloome-eslami{
	width:564px;
	float:right;
	border-bottom:solid 1px #dce1e7;
	padding:10px 5px 10px 6px;
}
.karshenasan-oloome-eslami ul{
	width:180px;
	padding:0 4px 0 4px;
	float:right;
	direction:rtl;
	text-align:right;	
}
.karshenas-pic{
	width:80px;
	height:81px;
	float:right;
}
.karshenas-name,.karshenas-proficiency{
	width:90px;
	padding:0 9px 5px 0;
	float:right;
	color:#2a3a80;
	border-left:solid 1px #e0e4ea;	
}
.karshenas-mor-info{
	width:170px;
	float:right;
	text-align:left;
	margin:10px 0 10px 10px;
}
.karshenas-mor-info a{
	text-decoration:none;
	color:#3b5168;
}
.pagging-number{
	width:575px;
	height:20px;
	float:right;
	text-align:center;
	color:#000000;
}
.paggin-btn{
	width:430px;
	height:17px;
	float:right;
	padding:2px 0 0 3px;
	border-top:solid 1px #e7ebf0;
}
.paggin-counter{
	width:60px;
	text-align:center;
	direction:rtl;
	color:#000000;
	float:right;
}

.paggin-left,.paggin-right,.paggin-left a,.paggin-right a{
	width:17px;
	height:15px;
	float:left;
}
.btn-nopic{
	width:570px;
	height:60px;
	float:right;
	background-image:url(images/btn-nopic-bg.png);
	background-position:top right;
	background-repeat:repeat-x;
	margin:0 2.5px 0 0;
}

.btn-nopic ul{
	width:95px;
	height:60px;
	float:right;
}
/*.btn-nopic ul li{
	width:84px;
	height:36px;
	float:right;
	margin:14px 8.6px 0 0;
	border:solid 1px #cdd5dc;
	background-color:#FFF;
}
.btn-nopic li a{
	width:84px;
	height:26px;
	float:right;
	text-align:center;
	text-decoration:none;
	padding:10px 0 0 0;
	color:#304c6c;
}*/
.news-panel{
	width:415px;	
	margin:0 5px;
	_margin:0px;
	padding:5px 0;
	border-bottom:solid 1px #e7ecec;
	float:right;
}
.news-showall{
	width:415px;	
	float:right;
	padding-top:5px;
}
.news-showall a{
    width:415px;
	text-decoration:none;
	text-align:left;
	color:#2a3a80;
}
.news-pic{
	width:101px;
	height:78px;
	float:right;
	background-image:url(images/khabar-pic-ghab.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding:8px 8px 0 0;
	text-align: center;
	margin-left:5px
}
.news-title{
	width:300px;
	float:right;
	text-align: justify;
}
.news-title a{
	width:305px;
	float:right;
	text-align:right;
	color:#326d6c;
	text-decoration:none;
	font-size: 14px;
	margin:5px 0;
}
.news-title a span.highlight {
	color: #105C5B;
	font-weight: bold;
	letter-spacing: 1px	
}
.news-text{
	width:300px;
	float:right;
	text-align:justify;
	color:#000000;
	direction:rtl;
}



.full-window{
	width:882px;
	float:right;
	margin:0 0 10px 0;
}
.full-window-header{
	width:882px;
	height:29px;
	float:right;
}

.full-window-header-right-corner{
	width:6px;
	height:29px;
	float:right;
	background-image:url(images/tiny-window-header-right-corner.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.full-window-header-center{
	width:865px;
	height:21px;
	float:right;
	background-image:url(images/tiny-window-header-center-repeat.png);
	background-repeat:repeat-x;
	background-position:top right;
	text-align:right;
	padding:8px 5px 0 0;
}

.full-window-header-left-corner{
	width:6px;
	height:29px;
	float:left;
	background-image:url(images/tiny-window-header-left-corner.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.full-window-center{
	width:880px;
	float:right;
	border:solid 1px #bcbcbc;
	border-top:none;	
}
.full-window-center-footer{
	width:880px;
	height:19px;
	float:right;
	border-top:solid 1px #dce1e7;
	text-align:center;
	color:#3e5a78;
}
.full-window-center-right{
	width:218px;
	float:right;
}

.full-window-center-left{
	width:650px;
	float:left;
	padding:0 10px 0 0;
}
.khabar-text-full{
	width:556px;
	padding:10px;
	float:right;
	border-left:solid 2px #e8edf0;
	background-color:#FFFFFF;
}
.khabar-text-full li{
	width:550px;
	float:right;
	text-align:right;
	direction:rtl;
	color:#000000;
}
.khabar-text-full li.khabar-text-titel{
	height:25px;
	color:#326d6c;
	padding-top:10px;	
	float:right;
}
.khabar-text-full li.khabar-text-text{
	text-align:justify;
	float:right;
}
.khabar-text-pic{
	width:290px;
	float:left;
	background-color:#FFFFFF;
}
.khabar-text-pic li{
	width:274px;
	float:right;
	height:184px;
	margin:5px 5px 5px 0;
	padding:3px;
	background-color:#dad4d6;
}

.pajoheshe-barnameie-text-full{
	width:860px;
	padding:10px;
	float:right;	
}
.pajoheshe-barnameie-text-full li{
	width:860px;
	float:right;
	text-align:right;
	direction:rtl;
	color:#000000;
}
.pajoheshe-barnameie-text-full li.pajoheshe-barnameie-text-titel{
	height:25px;
	color:#326d6c;
	padding-top:10px;	
	float:right;
}
.pajoheshe-barnameie-text-full li.pajoheshe-barnameie-text-text{
	text-align:justify;
	float:right;
}

.medium-window-pagging-number{
	width:475px;
	height:20px;
	float:right;
	color:#4c6783;
	text-align:left;
	padding-left:100px;
	border-top:solid 1px #dce1e7;
}
.filmnameh-kholaseh{
	width:575px;
	float:right;
}
.filmnameh-kholaseh-header{
	width:565px;
	height:17px;
	float:right;
	background-image:url(images/filmname-kholaseh-bg.png);
	background-position:top right;
	background-repeat:repeat-x;
	text-align:right;
	padding:18px 10px 0 0;
}
.filmnameh-kholaseh-text{
	width:535px;
	float:right;
	padding:20px;
	direction:rtl;
	text-align:justify;
}
.filmnameh-kholaseh-text-title{
	width:535;
	float:right;
	text-align:right;
	color:#326d6c;
	margin:0 0 10px 0;
}
.filmnameh-kholaseh-text-text{
	width:535px;
	float:right;
	color:#000000;
}
.filmnameh-search-right{
	width:215px;
	float:right;
}
.filmnameh-search-option,.pajoheshe-barnameie-search-option,.khabar-search-option,.tolid-search-option,.gallery-search-option{
	width:155px;
	float:right;
	padding:30px;
	direction:rtl;
}
.filmnameh-search-option li,.pajoheshe-barnameie-search-option li,.khabar-search-option	li,.tolid-search-option li,.gallery-search-option li{
	width:155px;
	float:right;
	text-align:right;
	color:#1b42b2;
}
.filmnameh-search-left{
	width:359px;
	float:left;
	border-right:solid 1px #eceff2;
}
.filmnameh-search-result{
	width:299px;
	float:right;
	padding:30px 30px 20px 30px;
}

.filmnameh-search-result li{
	width:299px;
	float:right;
	text-align:right;
	direction:rtl;
}
.filmnameh-search-result li a{
	width:299px;
	float:right;
	text-decoration:none;
	color:#2a3a80;
}
.filmnameh-search-result li a:hover{
	color:#FF0000;
}
.filmnameh-search-result li a:active{
	color:#439cff;
}
.filmnameh-search-result-all{
	width:339px;
	float:right;
	text-align:left;
	padding:0 0 10px 20px;
}
.filmnameh-search-result-all a{
	width:359px;
	float:right;
	text-decoration:none;
	color:#2a3a80;
}
.pajoheshe-barnameie-search-result,.pajoheshe-barnameie-search-info,.tolid-search-result,.tolid-search-info,.gallery-search-result,.gallery-search-info{
	width:280px;
	float:right;
	border-right:solid 2px #e9ecf0;
	margin:10px;
	padding:10px;
}
.pajoheshe-barnameie-search-result li,.pajoheshe-barnameie-search-info li,.tolid-search-result li,.tolid-search-info li,.gallery-search-result li,.gallery-search-info li{
	width:280px;
	float:right;
	text-align:right;
	direction:rtl;
	color:#2a3a80;
}
.pajoheshe-barnameie-search-result li a,.tolid-search-result li a,.gallery-search-result li a{
	width:280px;
	float:right;
	text-decoration:none;
	color:#2a3a80;
}
.pajoheshe-barnameie-search-result li a:hover,.tolid-search-result li a:hover,.gallery-search-result li a:hover{
	color:#FF0000;
}
.pajoheshe-barnameie-search-result li.barnameie-search-result-all,.tolid-search-result li.tolid-search-result-all{
	text-align:left;
	padding:0 5px 0 0;
}
.pajoheshe-barnameie-search-info li.barnameie-search-info-title,.tolid-search-info li.tolid-search-info-title{
	color:#2a3a80;
	font-weight:bold;
	padding:0 0 10px 0;
}
.pajoheshe-barnameie-search-info li.barnameie-search-info-all,.pajoheshe-barnameie-search-info li.barnameie-search-info-all a,.tolid-search-info li.tolid-search-info-all,.tolid-search-info li.tolid-search-info-all a,.gallery-search-result li.gallery-search-result-all,.gallery-search-result li.gallery-search-result-all a{
	text-align:left;
	text-decoration:none;
	color:#2a3a80;
	padding:5px 0 0 0;
}
.tolid-intro-text-full,.tolid-player-text-full{
	width:400px;
	float:right;
	padding:19px;
	direction:rtl;
}
.tolid-intro-text-full{
	border-left:solid 1px #aab4be;
}
.tolid-intro-text-titel,.tolid-player-text-titel{
	width:400px;
	float:right;
	text-align:right;
	font-size:12pt;
	font-weight:600;
	color:#326d6c;
}
.tolid-intro-text-text,.tolid-player-text-text{
	width:400px;
	float:right;
	text-align:justify;
	color:#32387d;
}
.tolid-intro-all{
	width:400px;
	text-align:left;
	float:right;
}
.tolid-intro-all a{
	text-decoration:none;
	color:#32387d;
}
.tolid-media{
	width:820px;
	float:right;
	margin:0 0 5px 0;
	padding:30px 30px 5px 30px;	
}
.tolid-media-right{
	width:400px;
	float:right;	
	padding:0 0 0 10px;	
	text-align:right;
}
.tolid-media-right li{
	width:198px;
	float:right;	
}
.tolid-media-right li.tolid-media-right-pagging{
	width:400px;
	float:right;
	height:20px;
	text-align:center;
	color:#32387d;
}
.tolid-media-right li a{
	width:198px;
	float:right;
	text-decoration:none;
	color:#32387d;
}
.tolid-media-left{
	width:410px;
	float:right;
	border-right:solid 1px #dce1e7;		
}
.tolid-media-left li{
	width:370px;
	float:right;
	height:250px;
	margin:0 30px 30px 10px;
	background-color:#FFFFCC;	
}
.gallery-tumb{
	width:780px;
	height:107px;
	float:right;
	border-top:solid 2px #b6b6b6;
	padding:21px 100px 0 0;
}
.gallery-tumb-pic{
	width:645px;
	float:right;
	height:86px;
}
.gallery-tumb-pic li{
	width:109px;
	height:86px;
	float:right;
	margin:0 10px 0 10px;
	background-image:url(images/khabar-pic-ghab.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:right;
}
.gallery-tumb-pic li a{
	width:101px;
	height:78px;
	float:right;
	padding:8px 8px 0 0;	
}
.gallery-tumb-right-btn,.gallery-tumb-left-btn{
	width:17px;
	height:60px;
	float:right;
	margin:26px 0 0 0;
}
.gallery-pic{
	width:880px;
	height:390px;
	float:right;
	text-align:center;
}
.gallery-pic img{
	border:solid 5px #000000;
}
.gallery-pic-detail{
	width:860px;
	float:right;
	border:solid 1px #cccccc;
	margin:10px;
}
.gallery-pic-detail-title{
	width:850px;
	float:right;
	height:15px;
	padding:5px 10px 0 0;
	text-align:right;
}
.gallery-pic-detail-all{
	width:850px;
	height:20px;
	float:right;
	text-align:left;
	direction:rtl;
	padding:0 0 0 10px;
}
.allery-pic-detail-body{
	width:860px;
	float:right;
}
.allery-pic-detail-body ul{
	width:245px;
	float:right;
	text-align:right;
	color:#32387d;
	padding:0 20px 20px 20px;
	direction:rtl;
}
.allery-pic-detail-body ul li{
	width:245px;
	float:right;
	margin:10px 0 0 0;
}
.gallery-pic-detail-all a{
	text-decoration:none;
	color:#32387d;
}
.footer{
	width:900px;
	float:right;
	height:52px;
}
.footer-right{
	width:7px;
	height:52px;
	float:right;
	background-image:url(images/footer-right-corner.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.footer-left{
	width:7px;
	height:52px;
	float:left;
	background-image:url(images/footer-left-corner.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.footer-center{
	float:right;
	height:52px;
	width:886px;	
	background:url(images/footer-center-repeat.png) repeat-x top;
}

.copyrightd{
	margin-top:17px;
	text-align:center;
	direction:rtl;
	color:#000000;
	font-size:8pt;
}

.y-btn-bottom{
	width:880px;
	height:59px;
	float:right;
	background-image:url(images/y-btn-bottom-bg.png);
	background-repeat:repeat-x;
	background-position:top right;
}
.y-btn-top{
	width:435px;
	height:59px;
	float:right;
	background-image:url(images/y-btn-top-bg.png);
	background-repeat:repeat-x;
	background-position:top right;
}

.y-btn-top ul{
	width:108.75px;
	height:59px;
	float:right;
	text-align:center;
}
.y-btn-top ul li{
	width:86px;
	height:23px;
	float:right;
	border:solid 1px #cdd5dc;
	background-color:#FFF;
	padding:5px 0 0 0;
	margin:18px 10px 0 0;
	direction:rtl;
}


.y-btn-top a{
	width:108.75px;
	height:59px;
	float:right;
	text-align:center;
	text-decoration:none;
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	color:#304c6c;	
}

.y-btn-top-selected{
	background-image:url(images/y-btn-top-over-bg.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#3695ff;
}

.y-btn-top a:hover,.y-btn-top a:active{
	background-image:url(images/y-btn-top-over-bg.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#3695ff;
}

.y-btn-top-bypic{
	width:435px;
	height:91px;
	float:right;
	background-image:url(images/y-btn-top-bypic-bg.png);
	background-position:top right;
	background-repeat:repeat-x;
}
.y-btn-top-bypic ul{
	width:108.75px;
	height:70px;
	float:right;
}
.y-btn-top-bypic a{
	width:108.75px;
	height:91px;
	float:right;
	text-align:center;
	text-decoration:none;	
	color:#304c6c;
}

.y-btn-top-bypic-selected{
	background-image:url(images/y-btn-top-bypic-over-bg.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.y-btn-top-bypic .items {
	width: 2000em;
	position: absolute;
	_position: static;
	clear:both;
	direction: rtl;
}

.y-btn-top-bypic .items a{
	width:95px;
	height:71px;
	float:left;
	text-align:center;
	text-decoration:none;	
	color:#304c6c;
}

.y-btn-top-bypic a:hover,.y-btn-top-bypic a:active{
	background-image:url(images/y-btn-top-bypic-over-bg.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
.qhab-pic{
	width:81px;
	height:34px;
	float:right;
	border:solid 1px #c5cfd8;
	background-color:#FFFFFF;
	padding:1px;
	margin:15px 12px 0 0;
}
.y-btn-top-caption{
	width:108.75px;
	float:right;
	text-align:center;
	margin:10px 0 0 0;
}


.monasebat{
	width:425px;
	float:right;
	padding:5px;
	_padding:3px;
	text-align:right;
	direction:rtl;
}
.monasebat a {
	float:right;
	text-align:right;
	color:#326d6c;
	text-decoration:none;
	display: block;
	width: 90%;
	min-height: 20px;
}
.monasebat-result1{
	width:180px;
	height:170px;
	float:right;
	padding:0 5px 0 5px;
}
.monasebat-result1 a{
	width:180px;
	float:right;
	text-decoration:none;
	text-align:justify;
	color:#2a3a80;
}
.monasebat-result1 a:hover{
	color:#F00;	
}
.monasebat-result2{
	width:184px;
	float:right;
	margin-right: 5px;
	padding-right:3px;
	border-right:1px dotted #ccc;
}
.monasebat-result2 li{
	color:#999;
	float:right;
	/*margin-bottom:10px;*/
}
.monasebat-result2 li a{
	width: 200px;
	height:17px;
	overflow: hidden;
	margin-right:10px;
	float:right;
	text-decoration:none;
	color:#2a3a80;
}
.monasebat-result2 li a.monasebat-all{
	width:184px;
	/*padding:5px 0 0 5px;*/
	text-align:left;	
}
.monasebat-result2 li a:hover{
	color:#F00;	
}
.list-related-occasion{margin-bottom:30px;}
ul.list-related-occasion	li.menu{width:700px;}
ul.list-related-occasion	li.menu-title{width:700px;}
ul.list-related-occasion	li.menu a{width:690px;}

.full-window{
    width:712px;
    float:right;
    margin:0 0 10px 0;
}
.full-window-header{
    width:712px;
    height:29px;
    float:left;
}
.full-window-header-right-corner{
    width:6px;
    height:29px;
    float:right;
    background-image:url(images/tiny-window-header-right-corner.png);
    background-repeat:no-repeat;
    background-position:top right;
}
.full-window-header-center{
    width:695px;
    height:24px;
    float:right;
    background-image:url(images/tiny-window-header-center-repeat.png);
    background-repeat:repeat-x;
    background-position:top right;
    text-align:right;
    padding:5px 5px 0 0;
    color:#004a81;
    font-family:arial;
    font-size:12pt;
    font-weight:bold;
}

.full-window-header-left-corner{
    width:6px;
    height:29px;
    float:left;
    background-image:url(images/tiny-window-header-left-corner.png);
    background-repeat:no-repeat;
    background-position:top left;
}
.full-window-center{
    width:710px;    
    float:right;
    border:solid 1px #d6dee6;
    border-top:none;
}

.search-res{
    width:705px;
    float:right;
    padding:5px;
    _padding:3px;
    text-align:right;
    direction:rtl;
}
.full-window-center .y-btn-top{
    width:100%;
    height:59px;
    float:right;
    background-image:url(images/y-btn-top-1-bg.png);
    background-repeat:repeat-x;
    background-position:top right;
}

.full-window-center .y-btn-top ul{
    width:108.75px;
    height:59px;
    float:right;
    text-align:center;
}
.full-window-center .y-btn-top ul li{
    width:86px;
    height:23px;
    float:right;
    border:solid 1px #cdd5dc;
    background-color:#FFF;
    margin: 11px 6px;
}

.full-window-center .y-btn-top a{
    width:100px;
    height:59px;
    text-align:center;
    text-decoration:none;
    font-family:arial;
    font-size:12pt;
    font-weight:bold;
    color:#304c6c;  
}

.full-window-center .y-btn-top-selected{
    background-image:url(images/y-btn-top-1-over-bg.png);
    background-position:top right;
    background-repeat:no-repeat;
    color:#3695ff;
}

.full-window-center .y-btn-top a:hover,.full-window-center .y-btn-top a:active{
    background-image:url(images/y-btn-top-1-over-bg.png);
    background-position:top right;
    background-repeat:no-repeat;
    color:#3695ff;
}
p span.highlight{
    font-weight: bold;
	color: #000;
    padding:2px;
	letter-spacing: 1px;
	font-size: 13px;
}

.tooltip {
	background:transparent url(/tools/img/tooltip/white.png);
	border:1px solid #555;
	padding:10px 15px;
	width:260px;
	display:none;
	color:#000;
	text-align:right;
	font-size:12px;
	direction: rtl;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
.gozideh-panel{
	direction:rtl;
	height:20px;
	background-color:#FFF;
	direction:rtl;
	clear: both;
	margin: 0;
	padding: 0;
}
.gozideh-panel ul{
	height:20px;
	background-color:#FFF;
	margin: 0;
	padding: 0;
}
.gozideh-name{
	width:96px;
	float:right;
	height:18px;
	background-color:#004880;
	border-left:solid 2px #FFF;	
	text-align:center;
	margin: 0;
	padding: 2px;
	
}
.gozideh-name a{
	color:#f4c100;
	font-family:Arial, Tahoma;
	font-weight:bold;
	font-size:11pt;
}
.gozideh-lable{
	width:72px;
	float:right;
	height:18px;
	background-color:#2fa0e9;
	border-left:solid 2px #FFF;	
	text-align:center;
	margin: 0;
	padding: 2px;
}
.gozideh-lable a{
	color:#FFF;	
}
.gozideh-text{
	height:18px;	
	float:left;
	text-align:right;	
	padding:2px 5px 0 0;
	color:#000;
	width: 250px;
}
.gozideh-text a{
	color:#000;
}
.gozideh-panel ul li a{
	text-decoration:none;
	height:100%;
	width:100%;
	float:right;
	outline:none;
}

.search-window
{
 width:437px;
 float:right;
 margin:0 0 10px 0;   
 direction:rtl;
}
.search-window ul
{
    width:437px;
    height:35px;
    float:right; 
    color:Black;   
}
.search-window ul li
{
    width:433px;
    float:right;
    height:33px;
    margin:1px;
    border:solid 1px #c1cad2;
    background-image:url(images/search-back-r.png);  
}
.text-search
{
    width:355px;
    height:25px;
	float:right;
    margin:3px;
    border:solid 1px #cbccce;
	font-family:Tahoma, Arial;
}
.butten-search,.butten-occasion-search
{
    width:63px;
    height:27px;
    margin:3px;
    background-image:url(images/btn-search.png); 
    background-repeat:no-repeat;
    border:none;
    font-family:Arial,Tahoma;
    font-weight:bold;
    font-size:13pt;
    cursor:pointer;
	float:right;
}
.butten-occasion-search {
	background-image:url(images/btn-occasion-search.png);
}
.search-monasebat{
	background-image: url("images/search-back-r.png");
    border: 1px solid #C1CAD2;
    float: right;
    height: 33px;
    margin-right: -3px;
    width: 420px;	
}
.calander-type{
	width:420px;
	float:right;
	height:50px;
}
.calander-type fieldset{
	height:30px;
	text-align:center;
	padding:5px;
	background-image: url("images/search-back-r.png");
	border: 1px solid #C1CAD2;
}
.calander-type fieldset input{
	margin-right:10px;	
}
.cal-type-show div inupu select option{
	font-family:arial;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:20px;
	height:20px;
	background:url(/skin/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;

}
a.nivo-nextNav {
	background-position:-20px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Arial, Tahoma;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:16px;
	height:16px;
	background:url(/skin/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:2px;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -16px;
}

