/* GLOBAL SECTION ================================================================================= */


/* Tiny Scrollbar */
#scrollbar1 { width: 650px;  clear: both; margin: 20px 0 10px; direction:rtl;}
#scrollbar1 .viewport { width: 590px; height: 440px; overflow: hidden; position: relative;float:right; text-align: justify ; right:10px;    }
.titr1 {
	
	font-color:red; font-weight:bold;

}

h2 {color:#103d82; font-weight:bold ;text-align:center;}

#scrollbar1 span {color:red; font-weight:bold;  }
#scrollbar1 .overview { list-style: none; position: absolute; right: 0; top:0;     }
#scrollbar1 p { text-align:justify;font-size:18px ;font-family: B Nazanin,'B Nazanin',tahoma;color:black; } 
#scrollbar1 h4 {color:red; font-weight:bold ;text-align:right;}
#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar.png) no-repeat; }
#scrollbar1 .scrollbar { position: relative; background-position: 0 0; float: left; width: 15px; left:10px; bottom:10px; }
#scrollbar1 .track	{ background: transparent url(../images/bg-scrollbar-end.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbar1 .disable { display: none; }


