/* CSS Document */
@font-face {
  font-family: 'Byekan';
  src: url('../font/byekan/BYekan.ttf') format('truetype'),
       url('../font/byekan/BYekan.eot?#') format('eot'),
       url('../font/byekan/BYekan.woff') format('woff');
}
body{
	background-color:#FFFFFF;
	font:15px 'Byekan';
	font-weight:normal;
	direction:rtl;
	color:#333333;
	margin:0px;
	padding:0px;
}
*{
	margin:0px;
	padding:0px;	
}
a{
    text-decoration: none;
}
::selection {
  background: #98593E; /* WebKit/Blink Browsers */
}
			/* LOADING SCREEN */
.div-screen-loading{
	background-color:#FFFFFF;
	width:100%;
	height:100%;	
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
.div-p-img-loading{
	width:360px;
	height:auto;
	float:left;
	position:relative;
	top:33%; 
	left:33%;	
}
.div-screen-loading table{
	float:left;	
}
.div-screen-loading table tr td{
	color:#98593E;
	font-size:36px;	
}
.div-side-mother{
    width: 100%;
    height: auto;
    float: right;
    margin-top:10px;
}
.side-title{
    color: #583418;
    text-align: center;
    font-size: 18px;
    padding: 5px;
}
.div-side-dbottom{
    width: 100%;
    height: auto;
    float: right;
    border-top: 3px solid #441300;
}
