html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video,th{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:middle;
	font: inherit;
}
a,a:visited{color:#2696c6;text-decoration:none;-moz-transition: all 0.5s ease-out; /* FF4+ */ -o-transition: all 0.5s ease-out; /* Opera 10.5+ */ -webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ transition: all 0.5s ease-out;}a:hover{color:#095779;}
img {border:0;}
body{
	background:url('images/background.png') repeat;
	padding:0;
	margin:0;
}
input[type="text"]{outline: none;}
textarea{outline: none;}
@font-face {
	font-family: 'byekan';
	src:url('font/byekan.eot');
	src:url('font/byekan.eot?#iefix') format('embedded-opentype'),
		url('font/byekan.svg#BYekan') format('svg'),
		url('font/byekan.woff') format('woff'),
		url('font/byekan.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}
.clear{
	clear:both;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.radius3{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.radius5{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.radius10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
.radius20{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}
.radiustop30{
	-moz-border-radius:30px 30px 0 0;
	-webkit-border-radius:30px 30px 0 0;
	-khtml-border-radius:30px 30px 0 0;
	border-radius:30px 30px 0 0;
}
.radiusbottom30{
	-moz-border-radius:0 0 30px 30px;
	-webkit-border-radius:0 0 30px 30px;
	-khtml-border-radius:0 0 30px 30px;
	border-radius:0 0 30px 30px;
}
.boxshadow15{
	-moz-box-shadow: 0 0 15px #929292;
	-webkit-box-shadow: 0 0 15px #929292;
	box-shadow: 0 0 15px #929292;
}
#master{
	margin:0;
}
#pminbox{
	width:60px;
	height:55px;
	background:#77b3d4;
	position:fixed;
	bottom:160px;
	left:0;
	z-index:999;
	padding:8px 10px 0 0;
	border-radius:0 30px 30px 0; 
}
#pminbox .container{
	position:relative;
}
#pminbox .text{
	width:60px;
	height:55px;
	font:11pt 'byekan',tahoma;
	color:#fff;
	text-align:center;
	line-height:22px;
}
#pminbox .pmcount{
	background:#ff0000;
	overflow:hidden;
	font:9pt 'byekan',tahoma !important;
	color:#fff;
	line-height:10px !important;
	padding:4px 5px !important;
	position:absolute;
	top:16px;
	left:60px;
	z-index:999;
}
#pmadmin{
	width:60px;
	height:55px;
	background:#76c2af;
	position:fixed;
	bottom:80px;
	left:0;
	z-index:999;
	padding:8px 10px 0 0;
	border-radius:0 30px 30px 0; 
}
#pmadmin .container{
	position:relative;
}
#pmadmin .text{
	width:60px;
	height:55px;
	font:11pt 'byekan',tahoma;
	color:#fff;
	text-align:center;
	line-height:22px;
}
#pmadmin .pmcount{
	background:#ff0000;
	overflow:hidden;
	font:9pt 'byekan',tahoma !important;
	color:#fff;
	line-height:10px !important;
	padding:4px 5px !important;
	position:absolute;
	top:16px;
	left:60px;
	z-index:999;
}
#header{
	width:100%;
	height:120px;
	background:url('images/header.png') repeat;
}
#header .container{
	width:1000px;
	padding:0 0 10px 0;
	position:relative;
}
#header .container #logo{
	float:right;
}
#header .container #logout{
	position:absolute;
	top:40px;
	left:10px;
	z-index:999;
}
#header .container #shipwheel{
	position:absolute;
	top:40px;
	left:60px;
	z-index:999;
}
#header .container #globe{
	position:absolute;
	top:40px;
	left:110px;
	z-index:800;
	cursor:pointer;
}
#header .container #notcount{
	background:#ff0000;
	overflow:hidden;
	font:9pt 'byekan',tahoma;
	color:#fff;
	line-height:10px;
	padding:4px 5px;
	position:absolute;
	top:35px;
	left:135px;
	z-index:810;
}
#header .container #notificationbg{
	width:230px;
	background:url('images/notficationtop.png') no-repeat top left;
	position:absolute;
	top:36px;
	left:106px;
	z-index:799;
}
#header .container #notificationbg .margin{
	width:230px;
	height:49px;
	overflow:hidden;
	display:none;
}
#header .container #notificationbg .content{
	width:245px;
	background:#d9d9cc;
	overflow:hidden;
	padding-top:7px;
	-moz-border-radius:0 20px 20px 20px;
	-webkit-border-radius:0 0 30px 30px;
	-khtml-border-radius:0 0 30px 30px;
	border-radius:0 20px 20px 20px;
	display:none;
}
#header .container #notificationbg .content .title , #header .container #notificationbg .content #deposits_holder a{
	width:220px;
	overflow:hidden;
	clear:both;
	padding:0 5px;
	font:10pt 'byekan',tahoma;
	color:#646462;
	text-align:right;
	direction:rtl;
	line-height:23px;
	border-radius : 20px;
}
#header .container #notificationbg .content .text{
	overflow:hidden;
	padding:5px;
	font:10pt 'byekan',tahoma;
	color:#646462;
	text-align:right;
	direction:rtl;
}
#header .container #notificationbg .content .text .count{
	width:27px;
	height:27px;
	background:#e0995e;
	overflow:hidden;
	text-align:center;
	line-height:26px;
	display:inherit;
	float:right;
	margin:0 4px 3px 4px;
}
#header .container #notificationbg .content .text .lbl{
	float:right;
}
#header .container #home{
	position:absolute;
	top:40px;
	left:542px;
	z-index:999;
}
#header .container #return_admin{
	position:absolute;
	top:40px;
	left:593px;
	z-index:999;
}
#header .container #return_user{
	position:absolute;
	top:40px;
	left:644px;
	z-index:999;
}
#header .container #userbox{
	width:130px;
	background:#4f5d73;
	overflow:hidden;
	position:absolute;
	top:40px;
	left:160px;
	z-index:999;
}
#header .container #userprof{
	width:95px;
	height:40px;
	background:#4f5d73 url('images/userprof.png') no-repeat 95px 5px;
	overflow:hidden;
	font:10pt 'byekan',tahoma;
	color:#fff;
	text-align:center;
	direction:rtl;
	line-height:38px;
	padding:0 30px 0 5px;
	cursor:pointer;
}
#header .container #userbox .content{
	overflow:hidden;
	padding:10px 3px;
	border-top:1px solid #666c76;
	display:none;
}
#header .container #userbox .content ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#header .container #userbox .content ul li{
	display:block;
	height:30px;
	font:9pt 'byekan',tahoma;
	color:#f0f0f0;
	text-align:center;
	direction:rtl;
	line-height:28px;
}
#header .container #userbox .content ul li a,#header .container #userbox .content ul li a:visited{
	display:block;
	color:#f0f0f0;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}
#header .container #userbox .content ul li a:hover{
	background:#e0e0d1;
	color:#425066;
}
#header .container #chargeuserbox{
	width:230px;
	background:#d9d9cc;
	overflow:hidden;
	position:absolute;
	top:40px;
	left:300px;
	z-index:999;
}
#header .container #your_credit_balance{
	width:175px;
	height:40px;
	background:#e0e0d1 url('images/charge.png') no-repeat 190px 12px;
	overflow:hidden;
	font:10pt 'byekan',tahoma;
	color:#4b4b4b;
	text-align:center;
	direction:rtl;
	line-height:38px;
	padding:0 45px 0 10px;
	cursor:pointer;
}
#header .container #chargeuserbox .content{
	overflow:hidden;
	padding:10px 40px;
	display:none;
}
#header .container #chargeuserbox .content a,#header .container #chargeuserbox .content a:visited{
	width:52px;
	overflow:hidden;
	font:8pt 'byekan',tahoma;
	color:#4b4b4b;
	text-align:center;
	direction:rtl;
}
#header .container #chargeuserbox .content a#tarefeha{
	float:left;
}
#header .container #chargeuserbox .content a#chargehesab{
	float:right;
}
#ersalesaribox{
	width:310px;
	overflow:hidden;
	position:fixed;
	top:120px;
	left:-264px;
	z-index:999;
}
#ersalesaribox #saribtn{
	width:46px;
	height:118px;
	float:right;
	cursor:pointer;
	margin-top:55px;
}
#ersalesaribox .content{
	width:264px;
	/*background:#dadcdc;*/
	overflow:hidden;
	float:right;
	/*padding:5px;*/
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0 5px 5px 0;
	direction:rtl;
}
#formcontact input[type='text']{
	width:98%;
	height:40px;
	background:#fff;
	overflow:hidden;
	font:9pt 'byekan',tahoma;
	text-align:right;
	color:#9c9c9c;
	margin:5px 0;
	padding:0 1%;
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-transition: all 0.5s ease-out; /* FF4+ */ 
	-o-transition: all 0.5s ease-out; /* Opera 10.5+ */ 
	-webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ 
	transition: all 0.5s ease-out;
}
#formcontact input[type='text']:hover,#formcontact input[type='text']:focus{
	color:#292929;
	-moz-box-shadow: 0 0 5px #cecece;
	-webkit-box-shadow: 0 0 5px #cecece;
	box-shadow: 0 0 5px #cecece;
}
#formcontact textarea{
	width:98%;
	height:150px;
	background:#fff;
	overflow:hidden;
	font:9pt 'byekan',tahoma;
	text-align:right;
	color:#9c9c9c;
	margin:5px 0;
	padding:0 1%;
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-transition: all 0.5s ease-out; /* FF4+ */ 
	-o-transition: all 0.5s ease-out; /* Opera 10.5+ */ 
	-webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ 
	transition: all 0.5s ease-out;
}
#formcontact textarea:hover,#formcontact textarea:focus{
	color:#292929;
	-moz-box-shadow: 0 0 5px #cecece;
	-webkit-box-shadow: 0 0 5px #cecece;
	box-shadow: 0 0 5px #cecece;
}
#formcontact input[type='submit']{
	width:100%;
	height:30px;
	background:#4b9be0;
	overflow:hidden;
	cursor:pointer;
	font:9pt 'byekan',tahoma;
	text-align:center;
	color:#fff;
	margin:5px 0;
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-transition: all 0.5s ease-out; /* FF4+ */ 
	-o-transition: all 0.5s ease-out; /* Opera 10.5+ */ 
	-webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ 
	transition: all 0.5s ease-out;
}
#formcontact input[type='submit']:hover{
	background:#f77462;
}
.pagecontainer{
	width:1000px;
}
#topmenucontent{
	width:1000px;
	background:#dadcdc;
	overflow:hidden;
	margin-bottom:15px;
}
#topmenu{
	width:1000px;
	height:56px;
	background:#5e6362;
	overflow:hidden;
}
#topmenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#topmenu ul li{
	width:111px;
	height:35px;
	overflow:hidden;
	float:right;
	text-align:center;
	margin:10px 0 0 0;
}
#topmenu ul li a{
	overflow:hidden;
	font:10pt 'byekan',tahoma;
	color:#ffffff;
	text-align:center;
	direction:rtl;
	line-height:33px;
	margin:0;
	border:1px solid #5e6362;
	padding:0 20px 2px 20px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
}
#topmenu ul li a:hover{
	border:1px solid #8f8f8e;
}
#topmenu ul li a.selected{
	border:1px solid #8f8f8e;
}
#topmenucontent .container{
	background:url('images/topmenuarrow.png') no-repeat 935px top;
	overflow:hidden;
}
.ctabs{
	margin:20px 0 10px 0;
	overflow:hidden;
	display:none;
}
#topmenucontent .container .icon{
	float:right;
	margin:0 15px;
}
#topmenucontent .container .items{
	width:91px;
	height:91px;
	background:#f1f1f1;
	overflow:hidden;
	float:right;
	margin:18px 0 0 2px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	-moz-transition: all 0.5s ease-out; /* FF4+ */ 
	-o-transition: all 0.5s ease-out; /* Opera 10.5+ */ 
	-webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ 
	transition: all 0.5s ease-out;
}
#topmenucontent .container .items:hover{
	background:#5ac8fb;
}
#topmenucontent .container .items a,#topmenucontent .container .items a:visited{
	width:91px;
	height:91px;
	overflow:hidden;
	display:block;
	font:9pt 'byekan',tahoma;
	color:#5e6362;
	text-align:center;
	direction:rtl;
	line-height:18px;
}
#topmenucontent .container .items a:hover{
	color:#fff;
}
#topmenucontent .container .items a .itemicon{
	overflow:hidden;
	clear:both;
	margin:20px auto 5px auto !important;
	-webkit-transform-style: preserve-3d;
	-khtml-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-khtml-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-moz-transition: all 0.5s ease; /* FF4+ */ 
	-o-transition: all 0.5s ease; /* Opera 10.5+ */ 
	-webkit-transition: all 0.5s ease; /* Saf3.2+, Chrome */ 
	-khtml-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#topmenucontent .container .items a:hover .itemicon{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-khtml-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
#topmenucontent .container .items a .itemicon#ersal1{
	width:29px;
	height:24px;
	background:url('images/ersal1.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#ersal1{
	background-position:0 -24px;
}
#topmenucontent .container .items a .itemicon#ersal2{
	width:28px;
	height:26px;
	background:url('images/ersal2.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#ersal2{
	background-position:0 -26px;
}
#topmenucontent .container .items a .itemicon#ersal3{
	width:28px;
	height:28px;
	background:url('images/ersal3.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#ersal3{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#ersal4{
	width:28px;
	height:28px;
	background:url('images/ersal4.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#ersal4{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#ersal5{
	width:28px;
	height:28px;
	background:url('images/ersal5.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#ersal5{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#ersal6{
	width:28px;
	height:28px;
	background:url('images/ersal6.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#ersal6{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#ersal7{
	width:30px;
	height:26px;
	background:url('images/ersal7.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#ersal7{
	background-position:0 -26px;
}
#topmenucontent .container .items a .itemicon#ersal8{
	width:28px;
	height:24px;
	background:url('images/ersal8.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#ersal8{
	background-position:0 -24px;
}
#topmenucontent .container .items a .itemicon#ersal9{
	width:24px;
	height:28px;
	background:url('images/ersal9.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#ersal9{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#hadaf1{
	width:24px;
	height:28px;
	background:url('images/hadaf1.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#hadaf1{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#hadaf2{
	width:28px;
	height:28px;
	background:url('images/hadaf2.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#hadaf2{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#hadaf3{
	width:24px;
	height:28px;
	background:url('images/hadaf3.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#hadaf3{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#hadaf4{
	width:28px;
	height:28px;
	background:url('images/hadaf4.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#hadaf4{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#hadaf5{
	width:28px;
	height:28px;
	background:url('images/hadaf5.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#hadaf5{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#hadaf6{
	width:28px;
	height:28px;
	background:url('images/hadaf5.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#hadaf6{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#hadaf7{
	width:22px;
	height:28px;
	background:url('images/hadaf7.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hadaf7{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#hadaf8{
	width:25px;
	height:28px;
	background:url('images/hadaf8.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#hadaf8{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#gozaresh1{
	width:29px;
	height:22px;
	background:url('images/gozaresh1.png') no-repeat 0 0;
}
#topmenucontent .container .items a .itemicon#gozareshstep{
	width:29px;
	height:22px;
	background:url('images/step.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#gozaresh1{
	background-position:0 -22px;
}
#topmenucontent .container .items a .itemicon#gozaresh2{
	width:32px;
	height:26px;
	background:url('images/gozaresh2.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#gozaresh2{
	background-position:0 -26px;
}
#topmenucontent .container .items a .itemicon#gozaresh3{
	width:24px;
	height:28px;
	background:url('images/gozaresh3.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#gozaresh3{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#gozaresh4{
	width:28px;
	height:28px;
	background:url('images/gozaresh4.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#gozaresh4{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#gozaresh5{
	width:30px;
	height:26px;
	background:url('images/gozaresh5.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#gozaresh5{
	background-position:0 -26px;
}
#topmenucontent .container .items a .itemicon#gozaresh6{
	width:30px;
	height:30px;
	background:url('images/gozaresh6.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#gozaresh6{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#gozaresh7{
	width:30px;
	height:27px;
	background:url('images/gozaresh7.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#gozaresh7{
	background-position:0 -27px;
}
#topmenucontent .container .items a .itemicon#gozaresh8{
	width:30px;
	height:27px;
	background:url('images/gozaresh8.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#gozaresh8{
	background-position:0 -27px;
}
#topmenucontent .container .items a .itemicon#daryaft1{
	width:28px;
	height:26px;
	background:url('images/daryaft1.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#daryaft1{
	background-position:0 -26px;
}
#topmenucontent .container .items a .itemicon#daryaft2{
	width:28px;
	height:28px;
	background:url('images/daryaft2.png') no-repeat 0 0;
	margin-bottom:3px !important;
}
#topmenucontent .container .items a:hover .itemicon#daryaft2{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#daryaft3{
	width:28px;
	height:28px;
	background:url('images/daryaft3.png') no-repeat 0 0;
	margin-bottom:3px !important;
}
#topmenucontent .container .items a:hover .itemicon#daryaft3{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#emkanat1{
	width:28px;
	height:27px;
	background:url('images/emkanat1.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#emkanat1{
	background-position:0 -27px;
}
#topmenucontent .container .items a .itemicon#emkanat2{
	width:30px;
	height:30px;
	background:url('images/emkanat2.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#emkanat2{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#emkanat3{
	width:28px;
	height:28px;
	background:url('images/emkanat3.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#emkanat3{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#emkanat4{
	width:28px;
	height:28px;
	background:url('images/emkanat4.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#emkanat4{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#emkanat5{
	width:28px;
	height:28px;
	background:url('images/emkanat5.png') no-repeat 0 0;
}
#topmenucontent .container .items a:hover .itemicon#emkanat5{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#emkanat6{
	width:32px;
	height:32px;
	background:url('images/emkanat6.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#emkanat6{
	background-position:0 -32px;
}
#topmenucontent .container .items a .itemicon#emkanat7{
	width:30px;
	height:30px;
	background:url('images/emkanat7.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#emkanat7{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#emkanat8{
	width:30px;
	height:30px;
	background:url('images/emkanat8.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#emkanat8{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#emkanat9{
	width:30px;
	height:30px;
	background:url('images/emkanat9.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#emkanat9{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#vizhe1{
	width:29px;
	height:29px;
	background:url('images/vizhe1.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#vizhe1{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#vizhe2{
	width:29px;
	height:29px;
	background:url('images/vizhe2.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#vizhe2{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#vizhe3{
	width:29px;
	height:29px;
	background:url('images/vizhe3.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#vizhe3{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#vizhe4{
	width:29px;
	height:29px;
	background:url('images/vizhe4.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#vizhe4{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#vizhe5{
	width:29px;
	height:30px;
	background:url('images/vizhe5.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#vizhe5{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#vizhe6{
	width:30px;
	height:30px;
	background:url('images/vizhe6.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#vizhe6{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#vizhe7{
	width:30px;
	height:30px;
	background:url('images/vizhe7.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#vizhe7{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#vizhe8{
	width:30px;
	height:30px;
	background:url('images/vizhe8.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#vizhe8{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#vizhe9{
	width:29px;
	height:30px;
	background:url('images/vizhe9.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#vizhe9{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#hoosh1{
	width:28px;
	height:29px;
	background:url('images/hoosh1.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hoosh1{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#hoosh2{
	width:28px;
	height:29px;
	background:url('images/hoosh2.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hoosh2{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#hoosh3{
	width:28px;
	height:28px;
	background:url('images/hoosh3.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hoosh3{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#hoosh4{
	width:30px;
	height:30px;
	background:url('images/hoosh4.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hoosh4{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#hoosh5{
	width:30px;
	height:30px;
	background:url('images/hoosh5.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hoosh5{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#hoosh6{
	width:31px;
	height:30px;
	background:url('images/hoosh6.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hoosh6{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#hoosh7{
	width:31px;
	height:30px;
	background:url('images/hoosh7.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hoosh7{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#hoosh8{
	width:31px;
	height:30px;
	background:url('images/hoosh8.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hoosh8{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#hoosh9{
	width:31px;
	height:30px;
	background:url('images/hoosh9.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#hoosh9{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sup1{
	width:30px;
	height:28px;
	background:url('images/sup1.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sup1{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#sup2{
	width:31px;
	height:29px;
	background:url('images/sup2.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sup2{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#sup3{
	width:31px;
	height:29px;
	background:url('images/sup3.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sup3{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#sup4{
	width:28px;
	height:28px;
	background:url('images/sup4.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sup4{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#sup5{
	width:31px;
	height:29px;
	background:url('images/sup5.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sup5{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#sup6{
	width:30px;
	height:30px;
	background:url('images/sup6.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sup6{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sup7{
	width:30px;
	height:30px;
	background:url('images/sup7.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sup7{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sup8{
	width:30px;
	height:30px;
	background:url('images/sup8.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sup8{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sup9{
	width:30px;
	height:28px;
	background:url('images/sup9.png') no-repeat 0 0;
	margin-bottom:4px !important;
}
#topmenucontent .container .items a:hover .itemicon#sup9{
	background-position:0 -28px;
}
#topmenucontent .container .items a .itemicon#sett1{
	width:30px;
	height:30px;
	background:url('images/sett1.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sett1{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sett2{
	width:25px;
	height:30px;
	background:url('images/sett2.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sett2{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sett3{
	width:25px;
	height:30px;
	background:url('images/sett3.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sett3{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sett4{
	width:30px;
	height:29px;
	background:url('images/sett4.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sett4{
	background-position:0 -29px;
}
#topmenucontent .container .items a .itemicon#sett5{
	width:30px;
	height:30px;
	background:url('images/sett5.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sett5{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sett6{
	width:24px;
	height:30px;
	background:url('images/sett6.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sett6{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sett7{
	width:27px;
	height:30px;
	background:url('images/sett7.png') no-repeat 0 0;
	margin-bottom:0 !important;
}
#topmenucontent .container .items a:hover .itemicon#sett7{
	background-position:0 -30px;
}
#topmenucontent .container .items a .itemicon#sett8{
	width:30px;
	height:26px;
	background:url('images/sett8.png') no-repeat 0 0;
	margin-bottom:2px !important;
}
#topmenucontent .container .items a:hover .itemicon#sett8{
	background-position:0 -26px;
}
#topmenucontent .container .items a .itemicon#sett9{
	width:31px;
	height:31px;
	background:url('images/sett9.png') no-repeat 0 0;
	margin-bottom:2px !important;
}
#topmenucontent .container .items a:hover .itemicon#sett9{
	background-position:0 -31px;
}
#indexlinksbox{
	width:888px;
	overflow:hidden;
	margin:0 auto;
}
.indexlinks,.indexlinks:visited{
	width:128px;
	height:158px;
	position:relative;
	font:10pt 'byekan',tahoma;
	color:#5e6362 !important;
	text-align:center;
	direction:rtl;
	margin:5px 10px;
	float:right;
}
.indexlinks:hover{
	color:#000 !important;
}
.indexlinks img{
	-moz-transition: all 0.5s ease-out; /* FF4+ */ 
	-o-transition: all 0.5s ease-out; /* Opera 10.5+ */ 
	-webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ 
	transition: all 0.5s ease-out;
}
.indexlinks:hover img{
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	FILTER:alpha(opacity=60);
}
.header{
	height:53px;
	background:#5e6362;
	-moz-border-radius:30px 30px 0 0;
    -webkit-border-radius:30px 30px 0 0;
    -khtml-border-radius:30px 30px 0 0;
    border-radius:30px 30px 0 0;
}
.sposttop .icon{
	overflow:hidden;
	float:right;
	margin:16px 20px 0 0;
}
.sposttop .title{
	height:32px;
	overflow:hidden;
	float:right;
	border-right:1px solid #777;
	font:12pt 'byekan',tahoma;
	color:#dadcdc;
	text-align:right;
	direction:rtl;
	line-height:30px;
	padding:0 20px;
	margin:11px 20px 0 0;
}
.spostbody{
	width:998px;
	background:#edeeee;
	overflow:hidden;
	border:1px solid #d7d8d8;
	margin-bottom:15px;
}
.spostbody .container{
	overflow:hidden;
	font:10pt 'byekan',tahoma;
	color:#333;
	text-align:right;
	direction:rtl;
	padding:10px;
}
.inputtext{
	width:245px;
	height:50px;
	background:#fff;
	overflow:hidden;
	font:10pt 'byekan',tahoma;
	text-align:right;
	color:#9c9c9c;
	direction:rtl;
	line-height:46px;
	margin:10px 0;
	padding:0 5px;
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-transition: all 0.5s ease-out; /* FF4+ */ 
	-o-transition: all 0.5s ease-out; /* Opera 10.5+ */ 
	-webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ 
	transition: all 0.5s ease-out;
}
.inputtext:focus{
	color:#292929;
	-moz-box-shadow: 0 0 5px #cecece;
	-webkit-box-shadow: 0 0 5px #cecece;
	box-shadow: 0 0 5px #cecece;
}
.errortext{
	width:241px;
	height:46px;
	border:2px solid #ff0000;
}
.formbutton{
	width:255px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	font:10pt 'byekan',tahoma;
	text-align:center;
	color:#fff;
	margin:10px 0;
	border:0;
	-moz-transition: all 0.5s ease-out; /* FF4+ */ 
	-o-transition: all 0.5s ease-out; /* Opera 10.5+ */ 
	-webkit-transition: all 0.5s ease-out; /* Saf3.2+, Chrome */ 
	transition: all 0.5s ease-out;
}
.formbutton.no1{
	background:#4b9be0;
}
.formbutton.no2{
	background:#f77462;
}
.formbutton.no3{
	background:#45ce4f;
}
.formbutton.no4{
	background:#f28714;
}
.formddown{
	width:255px;
    height:50px;
    margin:10px 0;
    border: 1px solid #ccc !important;
	font:10pt 'byekan',tahoma;
	color:#666;
	text-align:right;
	direction:rtl;
}
#quickmsg{
	width:310px;
	height:48px;
	background:#e2e2e2;
	overflow:hidden;
	margin:10px 0;
	padding:0 5px;
}
#quickmsg #code{
	width:68px;
	height:35px;
	background:#fff;
	font:10pt 'byekan',tahoma;
	text-align:center;
	color:#666;
	line-height:31px;
	float:left;
	border:0;
	margin:5px 5px 0 0;
}
#quickmsg #phone{
	width:192px;
	height:35px;
	background:#fff;
	font:10pt 'byekan',tahoma;
	text-align:center;
	color:#666;
	line-height:31px;
	float:left;
	border:0;
	margin:5px 5px 0 0;
}
#quickmsg #btn{
	width:35px;
	height:35px;
	background:url('images/quickmsgbtn.png') no-repeat;
	overflow:hidden;
	cursor:pointer;
	margin:5px 0 0 0;
	border:0;
	float:left;
}
#table{
	width:100%;
	font:10pt 'byekan',tahoma;
	color:#777;
	text-align:center;
	direction:rtl;
	line-height:48px;
	border:1px solid #d2d5d7;
	border-bottom:0;
	table-layout:fixed;
	margin-bottom:15px;
}
#table thead tr{
	height:58px;
	background:url('images/tableheadbg.png') repeat-x;
}
#table thead tr th{
	color:#777;
	font-weight:bold;
	vertical-align:middle;
	display:table-cell;
	border-bottom:1px solid #d2d5d7;
}
#table tbody tr{
	min-height:48px;
	overflow:hidden;
}
#table tbody tr td{
	border-left:1px solid #d2d5d7;
	border-bottom:1px solid #d2d5d7;
	direction:rtl;
	overflow:hidden;
	vertical-align:middle;
	display:table-cell;
}
#table tbody tr td img{
	margin:0 2px;
}
#table tbody tr:nth-child(even){
	background:url('images/tablerowgray.png') repeat;
}
#table tbody tr:nth-child(odd){
	background:#fff;
}
#table tbody tr td:last-child{
	border-left:0;
}
#table tbody tr td:last-child{
	border-left:0;
}
.error{
	width:981px;
	height:59px;
	overflow:hidden;
	margin:7px 0;
}
.error.no1{
	background:url('images/error1.png') no-repeat;
}
.error.no2{
	background:url('images/error2.png') no-repeat;
}
.error.no3{
	background:url('images/error3.png') no-repeat;
}
.error .container{
	height:59px;
	overflow:hidden;
	padding:0 55px 0 10px;
	line-height:56px;
}
#footer{
	width:100%;
	height:55px;
	background:url('images/header.png') repeat;
	overflow:hidden;
	border-top:17px solid #414141;
}
#footer .container{
	width:1000px;
	overflow:hidden;
}
#footer .container #copyright{
	height:41px;
	background:url('images/copyright.png') no-repeat right;
	overflow:hidden;
	font:9pt 'byekan',tahoma;
	color:#494949;
	text-align:right;
	direction:rtl;
	line-height:40px;
	padding:0 40px 0 0;
	margin:7px 0 0 0;
}
.colorTip{
	/* This class is assigned to the color tip span by jQuery */
	
	display:none;
	position:absolute;	
	left:50%;
	bottom:-30px;
	padding:0 6px 5px 6px;
	
	background-color:#292929;
	font-family:'byekan',tahoma;
	font-size:10pt;
	font-style:normal;
	line-height:18px;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
	z-index:999;
}

.pointyTip,.pointyTiparrow{
	width:10px;
	height:5px;
	background:url('images/tooltiparrow.png') no-repeat;
	top:-5px;
	left:50%;
	margin-left:-5px;
	position:absolute;
}
.black .colorTip{
	background-color:#292929;
	border:1px solid #292929;
	color:#fff;
	text-shadow:none;
}

/*********************************/

.action-box .header .title, .reciepts .header .title {
    background: url("images/point.png") no-repeat scroll right 1px rgba(0, 0, 0, 0);
    float: right;
    margin: 0px;
    overflow: hidden;
    padding-right: 35px;
    color: #dadcdc;
font-size: 17px;
}