@font-face {
	font-family: 'IRIran';
	font-style: normal;
	font-weight: normal;
	src:url('../font/iransans.eot') format('eot'),
		url('../font/iransans.woff') format('woff');
}	
BODY {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'IRIran';
	direction: rtl;
}
a {
	text-decoration: none;
	color: #000;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.v_align {
	vertical-align: top;
}
.ok_alert {
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
}
.attention_alert {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;		
}
.danger_alert {
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;		
}
.info_alert {
	color: #31708f;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;		
}
.alert_box {
	padding: 5px 15px;
	margin: auto;
	border-radius: 4px;
	text-align: center;
	width: 600px;
	line-height: 35px;
}
.alert_box i {
	margin-left: 5px;
}
#lightWindow {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #00000078;
	display: none;
}
.popupDef {
	position: fixed;
	top: 150px;
	left: calc(50% - 200px);
	z-index: 9999;
	background: #f1f1f2;
	border-radius: 10px;
	width: 400px;
	text-align: center;
	display: none;
	/*padding-bottom: 25px;*/
	overflow: hidden;
}

#alertPopup{
	position: fixed;
	top: 150px;
	left: calc(50% - 200px);
	z-index: 9999;
	background: #FFF;
	border-radius: 10px;
	width: 400px;
	text-align: right;
	display: none;
	overflow: hidden;
}
.alertHeader {
	background: #D41355;
	height: 35px;
	line-height: 35px;
	padding-right: 8px;
	color: #FFF;
}
.alertBody {
	padding: 10px;
}
.alertBtnContainer {
	width: 80%;
	margin: auto;
	padding: 10px;
	text-align: left;
}
.confirmAlert {
	color: green;
	cursor: pointer;
}
.cancelAlert {
	color: red;
	cursor: pointer;
	float: right;
}

header {
	background: #FFF;
	box-shadow: 0px 2px 5px #ccc;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 999;
}
#header {
	clear: both;
	overflow: hidden;
}
#mainLogo {
	float: right;
	height: 50px;
	margin: 10px 45px;	
}
#mainSearch {
	width: 250px;
	margin: 15px auto;
	background: #dddcdc;
	height: 40px;
	border-radius: 20px;
	padding: 0px 10px;
}
#mainSearch input {
	border: none;
	background: none;
	margin: 6px 0px;
	line-height: 25px;
	width: 210px;
	outline: none;
}
#mainSearch button {
	border: none;
	background: none;
	cursor: pointer;
}
#mainNav {
	height: 40px;
}
#mainNav, #footerNav {
	background: #5f5f5f;
	color: #dddcdc;
	line-height: 40px;
	clear: both;
	overflow: hidden;
	padding: 0px 25px;
}
#mainNav ul, #footerNav ul {
	padding: 0px;
	margin: 0px;
}
.navMenuItem {
	float: right;
	list-style: none;
	margin: 0px 15px;
}
.navMenuCart {
	float: left;
	list-style: none;
	margin: 0px 15px;	
}
#mainNav ul li a, #footerNav ul li a {
	color: #FFF;
}
#appDownloadButton {
	background: #d41355;
	border-radius: 4px;
	float: left;
	line-height: 35px;
	padding: 0px 20px;
	margin: 17px 45px;
}
#appDownloadButton a {
	color: #FFF;
}

#mainWrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	top: 150px;
}
#pageWrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	top: 100px;
	clear: both;
	overflow: hidden;
	min-height: 500px;
}
.homeBannerItem {
	margin: 0px 15px;
}
.homeBannerItemImg {
	width: 300px;
	border-radius: 5px;
	box-shadow: 0 9px 9px -11px rgb(0, 0, 0);
}

.homeSectionTitle {
	text-align: right;
	padding-right: 15px;
	line-height: 35px;
	font-size: 14px;
	margin-top: 20px;
	color: #d41355;
	font-weight: bold;
}
.homeSectionTitle a {
	color: #d41355 !important;
}
.homeBookItem {
	margin: 8px 14px;
}
.listBookItem {
	float: right;
	margin: 8px 14px;
}
.homeBookItemImg {
	height: 200px;
	box-shadow: 0 2px 10px -2px rgba(0,0,0,.5);
	border-radius: 3px;
}
.listBookItemImg {
	height: 200px;
	box-shadow: 0 2px 10px -2px rgba(0,0,0,.5);
	border-radius: 3px;
	width: 130px;	
}
.cartItemImg {
	height: 150px;
	box-shadow: 0 2px 10px -2px rgba(0,0,0,.5);
	border-radius: 3px;
}
.cartItemImgTd {
	width: 120px;
}
.homeBooks {
	margin-bottom: 20px;
	height: 260px;
	overflow: hidden;
}
.homeBookItemTitle {
	width: 135px;
	height: 40px;
	text-align: center;	
	line-height: 22px;
}
.listBookItemTitle {
	width: 135px;
	height: 40px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
}
.homeMidBanner {
	padding: 5px 0px;
	text-align: center;
}
.homeMidBannerImg {
	width: 400px;
	border-radius: 5px;
	box-shadow: 0 9px 9px -11px rgb(0, 0, 0);	
}

#detailHead {
	background: #ede8dd;
	padding: 10px 0px;
	clear: both;
	overflow: hidden;
	position: relative;
	top: 85px;	
}
#detailWrapper {
	margin: 0px auto;
	position: relative;
	top: 100px;
	width: 1000px;
}
#detailHeadWrapper {
	width: 600px;
	margin: 10px auto;
}
.detailBookRight {
	float: right;
	width: 180px;
}
.detailBookImg {
	box-shadow: 0 2px 10px -2px rgba(0,0,0,.5);
	width: 100%;
}
.detailBookLeft {
	float: left;
	width: 400px;
}
.detailBookTitle {
	font-size: 14px;
}
.addToCartBtn {
	background: #d41355;
	border-radius: 4px;
	line-height: 35px;
	padding: 0px 15px;
	margin: 20px 10px;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: IRIran;
	font-size: 12px;
	width: 120px;
	text-align: center;
}
.addToCartBtn a {
	color: #FFF !important;
}
.detailBookNote {

}
.authorLink, .publisherLink {
	color: #337ab7;
}
.categoryRow {
	border: 1px solid #8c8c8c;
	border-radius: 3px;
	padding: 5px 10px;
	text-align: right;
	margin: 8px 0px;
}
.subCategoryRow {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	text-align: right;
	margin: 8px 50px 8px 0px;
}
.subCategoryParent {
	display: none;
}
.categoryRow .icon-plus {
	margin: 0px 5px;
	cursor: pointer;
}
.pageTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;	
}
.boxItem {
	width: 400px;
	border: 1px solid #585858;
	border-radius: 3px;
}
.boxItemTitle {
	background: #585858;
	line-height: 35px;
	padding: 0px 10px;
	color: #FFF;
}
#loginBox {
	float: right;
}
#registerBox {
	float: left;
}
#cartFactorBox, #voucherBox {
	float: left;
	margin-bottom: 15px;
}
.formTable {
	margin: 8px;
	width: 100%;
	border-collapse: collapse;
}
.formTable td {
	padding: 0px 5px;
	border-collapse: collapse;
}
.formTable tr {
	height: 35px;
}
.formTable tr td:nth-child(odd) {
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
}
.formTable tr td:nth-child(even) {
	text-align: right;
}
.textbox_hint {
	font-size: 9px;
}
.defBtn {
	background: #d41355;
	border-radius: 4px;
	line-height: 30px;
	border: none;
	cursor: pointer;
	color: #FFF;
	font-family: IRIran;
	font-size: 12px;
	padding: 0px 20px;
}
.defTextBox {
	height: 28px;
	padding: 0px 8px;
	border: 1px solid #58585890;
	border-radius: 3px;
	color: #999;
	width: 150px;
}
.defTextBox:focus {
	color: #000;
}

#cartItemTable {
	width: 500px;
	float: right;
}
#cartItemTable, #cartItemTable td {
	border-collapse: collapse;
}
#cartItemTable tr {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}
#cartItemTable tr td {
	vertical-align: top;
	padding: 10px;
}
#cartItemTable tr td:nth-child(even) {
	text-align: right;
	line-height: 30px;
}
.cartRemove {
	color: red;
}
.numberSpan {
	letter-spacing: 1px;
}
.numberInput {
	letter-spacing: 1px;
	direction: ltr;
}
#profileAreaResponsive {
	display: none;
	background: #D9D9D9;
	border-radius: 3px;
	padding: 8px;
	cursor: pointer;
}
#profileMenu {
	width: auto;
	clear: both;
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px solid #58585850;
	margin: auto;
}
#profileMenu ul {
	margin: 0px;
	padding: 0px;
}
#profileMenu ul li {
	float: right;
	margin: 5px 18px;
	list-style: none;
}
.profileActiveMenu {
	padding: 0px 10px;
	background: #CCC;
	border-radius: 3px;
}
footer {
	position: relative;
	top: 150px;
}
#mainFooter {
	background: #4d4d4d;
	clear: both;
	overflow: hidden;
	padding: 0px 100px;
}
.footerSection {
	width: 30%;
	margin: 15px;
	float: right;
	color: #FFF;
}
.socialIcon {
	background: #c3c6c8;
	text-align: center;
	padding: 0px 5px;
	border-radius: 20px;
	color: #5f5f5f;	
	font-size: 20px;
	margin: 5px 3px;
}
.socialIcon i {
	position: relative;
	top: 2px;
}
#footerLogo {
	margin: 10px auto;
	display: block;
	width: 115px;
}
.blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);	
}
.paginationParent {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 5px;
	margin-top: 15px;
}
.pagination {
	border: 1px solid #CCC;
	padding: 4px 8px;
}
.paginationParent span {
	margin: 0px 5px;
	float: left;
}

#downloadItemParent {
}
.downloadItem {
	clear: both;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.downloadItemImg {
	float: right;
	width: 140px;
	margin: 10px;
}
.downloadItemDesc {
	float: left;
	width: calc(100% - 180px);
	line-height: 50px;
	padding-top: 30px;
}
.downloadItemTitle img {
	vertical-align: middle;
	margin-left: 3px;
}
.downloadItemTitle {
	color: #0d86d7;
	font-size: 16px;
}
.downloadItemLink {
	background: #333;
	color: #FFF;
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 4px;
	margin: 0px 5px;
	display: ruby;
}
.buyOptionItem {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	line-height: 40px;
}
.buyOptionItem i {
	float: right;
	color: #D41355;
	font-size: 16px;
}
.buyOptionTitle {
	float: right;
	width: 100px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}
.buyOptionPrice {
	float: right;
	width: 200px;
	padding-right: 10px;
	text-align: right;	
}
.bookOldPrice{
	text-decoration: line-through;
	margin: 0px 10px;
	color: #999;
}
.greenText {
	color: green;
}
.greenBtn {
	background: green;
	color: #FFF;
	padding: 2px 10px;
	border-radius: 2px;
}
.addCartBtnContainer {
	margin-top: 10px;
	text-align: right;
	line-height: 30px;
}
#LoginLink, #ProfileLink {
	display: none;
}
#recoverBox, #verifyBox, #changePassBox, #contactBox {
	margin: auto;
}
#creditBox {
	margin: 0px auto;
}
#creditCodeBox {
	float: left;
}
.defTextarea {
	width: 270px;
	height: 93px;
	padding: 0px 8px;
	border: 1px solid #58585890;
	border-radius: 3px;
	resize: none;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
}
.priceOption {
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 2px 10px;
	margin: 8px auto;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 150px;
}
.priceOption:hover {
	background: #EEE;
}
.faq_item {
    text-align: right;
    margin: 5px 0px;
}
.faq_title {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    background: #FBFBFB;
    transition: all 0.8s;
}
.faq_note {
    display: none;
    margin-right: 25px;
    line-height: 26px;
}
.msgTable {
	border-collapse: collapse;
	margin: auto;
}
.msgTable tr {
	height: 35px;
}
.msgTable thead {
	background: #666;
	color: #FFF;
}
.msgTable td {
	border-collapse: collapse;
	border: 1px solid #999;
	padding: 3px 8px;
	vertical-align: top;
}
.msgTitle {
	width: 300px;
}
#bookAdditionLinks {
	position: relative;
	top: 20px;
}
#bookAdditionLinks span {
	background: #CECECE;
	color: #666;
	padding: 3px 10px;
	border-radius: 2px;
	margin: 0px 8px 8px 8px;
	font-size: 10px;
	display: inline-block;
}
.enamadLogo {
	cursor: pointer;
	background: #FFFFFFB8;
	margin: 10px;
	padding: 5px;
	width: 80px;
	border-radius: 4px;
}
#copyrightmsg {
	top: 70px; 
	background: #D41355; 
	width: 300px; 
	height: 100px; 
	z-index: 999; 
	left: calc(50% - 150px); 
	box-shadow: 0px 0px 15px #bbbaba; 
	padding: 10px; 
	font-size: 12px; 
	line-height: 22px; 
	color: #FFF; 
	position: fixed;
}
#copyrightmsg a {
	color: #FFF !important;
}
#copyrightmsg span {
	cursor: pointer !important;
}

#birth_month, #birth_year, #birth_day {
	width: 25%;
	margin-left: 5px;
	padding: 0px;
	font-size: 12px;
}

.bookCommentItem {
	margin-top: 10px;
}
#newCommentBtn {
	float: left;
	font-weight: bold;
	margin-left: 10px;
	cursor: pointer;
}
.bookCommentTitle {
	line-height: 35px;
	border-bottom: 1px solid #CCC;
	padding: 0px 10px;
	overflow: hidden;
}
.bookCommentBody {
	line-height: 25px;
	padding: 5px 10px;
}
.bookCommentName {
	font-weight: bold;
}
.bookCommentName i {
	color: #999;
}
.bookCommentRate {
	float: left;
}
.bookCommentRate i {
}
#noCommentDiv {
	text-align: center;
	line-height: 40px;
	color: #999;
}

#commentTextarea {
	width: 95%;
	padding: 0px 2%;
	height: 100px;
	border: 1px solid #58585890;
	border-radius: 3px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0px;
}
#commentRateBtn i {
	font-size: 16px;
	cursor: pointer;
}

.unpublish_comment {
	color: #F00;
}
.publish_comment {
	color: #06A408;
}
.bookCommentِInfo {
	margin-right: 10px;
	color: #999;
	font-style: italic;	
}
.commentRemoveBtn {
	float: left;
	font-size: 16px;
	color: #FFF;
	background: #FF7070;
	line-height: 25px;
	position: relative;
	top: 5px;
	border-radius: 3px;
	padding: 0px 2px;
	margin-right: 5px;
}
.alert_btn_container {
    width: 80%;
    margin: auto;
    padding: 10px;
    text-align: left;
}
.confirm_alert {
    color: green;
    cursor: pointer;
}
.cancel_alert {
    color: red;
    cursor: pointer;
    float: right;
}
#clubRightBox {
	float: right;
	width: 550px;
}
#clubLeftBox {
	float: left;
	width: 420px;
}
#rateSummary {
	width: 500px;
	margin: 30px auto;
	overflow: hidden;
	clear: both;
}
#summaryTotalRate, #summaryTotalSpend, #summaryTotalRemain {
	width: 28%;
	border-radius: 5px;
	float: right;
	text-align: right;
}
#summaryTotalRate .RateCaption i, #summaryTotalSpend .RateCaption i, #summaryTotalRemain .RateCaption i {
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
	float: right;
}
#summaryTotalRate .RateCaption , #summaryTotalSpend .RateCaption , #summaryTotalRemain .RateCaption  {
	color: #333;
	font-size: 10px;
	line-height: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0px 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
#summaryTotalRate .RateDigit, #summaryTotalSpend .RateDigit, #summaryTotalRemain .RateDigit {
	font-size: 18px;
	letter-spacing: 1px;
	color: #333;
	margin: 10px 0px 0px 0px;
	text-align: center;
}
#summaryTotalRate {
	background: #d3e163;
}
#summaryTotalSpend {
	background: #ffd940;
}
#summaryTotalRemain {
	background: #f2868c;
}
#summaryTotalMinus, #summaryTotalEqual {
	line-height: 80px;
	float: right;
	font-size: 24px;
	text-align: center;
	width: 8%;
	color: #666;
}
.rateDecTitle {
	width: 250px;
}
.rateDecNote {
	width: 120px;
}
.rateDecDetail {
	width: 50px;
}
.rateTitle {
	width: 200px;
}
.rateUnit {
	width: 40px;
}
.rateNum {
	width: 40px;
}
.rateSum {
	width: 80px;
}
.rateDetail {
	width: 50px;
}
.floatParent {
	clear: both;
	overflow: hidden;
}
.clubNoGift {
	text-align: center;
	color: #CCC;
}
.clubBoxTitle {
	line-height: 40px;
	font-size: 14px;
}
.clubGiftItem {
	box-shadow: 0 8px 6px -6px #9f9f9f;
	border-radius: 4px;
	margin: 10px 20px;
	float: right;
	cursor: pointer;
	width: 290px;
}
.creditPriceTd {
	width: 100px;
}
.creditDateTd {
	width: 80px;
}
.creditTrackTd {
	width: 150px;
}
.rateInfoBtn {
	cursor: pointer;
	font-size: 14px;
}
.rateResponseTd {
	display: none;
}
.tableTip {
	line-height: 25px;
	color: #333;
	margin-top: 10px;
}
#inviteBox {
	margin-top: 10px;
	float: left;
}
.boxItem p {
	margin: 10px;
}
#affiliateRightBox {
	float: right;
	width: 450px;
}
.inviteLinkTitle {
	width: 100px;
}
.inviteLinkValue {
	width: 230px;
}
.inviteLinkDetail {
	width: 50px;
}
#affiliateUrl, #affiliateCode, #affiliateVoucher {
	text-align: left;
	font-family: initial;
	letter-spacing: 1px;
	line-height: 25px;	
}
#affiliateLeftBox {
	float: left;
	width: 450px;
}
.affiliateReportDetail {
	width: 50px;
}
.affiliateReportIncome {
	width: 100px;
}
.affiliateReportNum {
	width: 50px;
}
.affiliateReportTitle {
	width: 150px;
}
.noItemFound {
	color: #666;
	text-align: center;
	line-height: 35px;
}
.userQuestionSection {
	background: #EEE;
	line-height: 40px;
	margin: 5px;
	padding: 0px 10px;
	text-align: right;
	border-radius: 3px;
	cursor: pointer;
}
.userQuestionSection span {
	font-size: 16px;
	background: #CCCC;
	padding: 0px 12px;
	border-radius: 20px;
	margin-left: 10px;
}
.userQuestionBody {
	width: 95%;
	margin: auto;
}
#questionSearchResults {
	clear: both;
	overflow: hidden;
}
.questionSearchItem {
	float: right;
	border: 1px solid #CCC;
	margin: 8px;
	padding: 5px;
	border-radius: 3px;
	width: 15%;
	height: 260px;
	overflow: hidden;
	font-size: 10px;
	line-height: 17px;
}
.questionSearchItem img {
	width: 90%;
	margin: auto;
}
.questionNextDiv {
	text-align: left;
	width: 95%;
	margin: 15px auto;
}
#UQB2, #UQB3 {
	display: none;
}
.correctAnswerLabel {
	padding: 7px 8px 0px 8px;
	background: #5f5f5f;
	border-radius: 3px;
	cursor: pointer;
	display: ruby-base;
}
#questionSearchBtn {
    background: #5f5f5f;
    border-radius: 4px;
    line-height: 30px;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-family: IRIran;
    font-size: 12px;
    padding: 0px 10px;
	position: relative;
	top: -3px;
}
#questionPreview {
	width: 350px;
	margin: 10px auto;
	clear: both;
	overflow: hidden;
}
#QPText {
	background: #ccd1d4;
	border-radius: 8px;
	text-align: center;
	height: 100px;
	padding: 8px;
	overflow: hidden;
	border: 1px solid #a9acae;
}
#QPTextSrc a {
	color: #FFF !important;
}
#QPTextSrc {
	font-size: 10px;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.QPOption {
	float: right;
	margin: 20px 7px 0px 7px;
	border-radius: 8px;
	width: 45%;
	height: 50px;
	padding-top: 20px;
	text-align: center;
	background: #e5e5e5;
	overflow: hidden;
	font-size: 11px;
	border: 1px solid #b0b0b0;
}
.QPOptionCorrect {
	background: #5ccd0b;
	color: #FFF;
	border: 1px solid #347108;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#newQuestionBtn {
	float: left;
    background: #d41355;
    border-radius: 4px;
    line-height: 30px;
    border: none;
    color: #FFF;
    padding: 0px 10px;
	text-align: center;
}
.questionTxtTd {
	width: 350px;
}
.questionBookTd {
	width: 300px;
}
.questionStatusTd {
	width: 90px;
}
.questionListEdit {
    color: #5f5f5f;
    border-radius: 2px;
    border: none;
    padding: 3px;
	font-size: 15px;
}
.questionListDel {
    color: #F00;
    border-radius: 2px;
    border: none;
    margin: 3px;
	font-size: 15px;
}
#azmoonBox {
	width: 600px;
	border: 1px solid #585858;
	border-radius: 3px;
	margin: 10px auto;
}
.azmoonBoxTitle {
	background: #585858;
	line-height: 35px;
	padding: 0px 10px;
	color: #FFF;
}
.azmoonAnswerOpt {
	border-radius: 3px;
	border: 1px solid #CCC;
	background:#EEE;
	padding: 10px;
	line-height: 20px;
	cursor: pointer;
	margin: 8px;
}
#startAzmoonBtn, #nextQuestionBtn, #returnAzmoonBtn {
	background: #d41355;
	border-radius: 4px;
	line-height: 35px;
	padding: 0px 20px;
	margin: 10px auto;
	border: none;
	color: #FFF;
	font-family: IRIRan;
	width: 200px;
	cursor: pointer;
	text-align: center;
}
.patoghDefBtn {
	background: #d41355;
	border-radius: 3px;
	line-height: 35px;
	padding: 3px 20px;
	margin: 10px auto;
	border: none;
	color: #FFF;
	font-family: IRIRan;
	cursor: pointer;
	text-align: center;
}
#reportQuestionBtn {
	background: #979797;
	border-radius: 4px;
	line-height: 35px;
	padding: 0px 20px;
	margin: 10px 5px;
	border: none;
	color: #FFF;
	font-family: IRIRan;
	width: 110px;
	cursor: pointer;
	font-size: 10px;	
}
.azmoonQuestionTxt {
	line-height: 25px;
	margin: 20px 8px;
}
.azmoonWrongAnswer {
	background: #d31e00;
	border: 1px solid #6b0f00;
	color: #FFF;
}
.azmoonCorrectAnswer {
	background: #5ccd0b;
	border: 1px solid #3c9903;
	color: #FFF;
}
.azmoonTime {
	letter-spacing: 1px;
}
.azmoonQuestionNum {
	float: left;
	letter-spacing: 1px;
}
.azmoonBookTitle {
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	margin: 15px auto;
}
.azmoonDetail {
	line-height: 35px;
}
.azmoonDetail ul li {
	list-style: none;
}
.azmoonDetail ul li i {
	font-size: 14px;
}
.azmoonBookImage {
	text-align: center;
	padding: 5px 0px;
}
.azmoonBookImage img {
	width: 250px;
	/*box-shadow: 0 2px 10px -2px rgba(0,0,0,.5);*/
}
#nextQuestionContainer {
	display: none;
}
.questionReportItem {
	text-align: right;
	background: #808080;
	color: #FFF;
	border-radius: 3px;
	margin: 6px;
	padding: 8px 10px;
	cursor: pointer;
}
.azmoonFinalNote {
	line-height: 35px;
	text-align: center;
}
.azmoonYourScore {
	font-weight: bold;
	font-size: 14px;
}
.postTitle {
	line-height: 50px;
	border-bottom: 1px solid #DDD;
	padding: 0px 8px;
	font-weight: bold;
	font-size: 14px;
}
.postImg {
	width: 95%;
	margin: 20px auto;
	max-width: 400px;
}
.postContent {
	padding: 0px 8px;
	line-height: 25px;
	text-align: justify;
}
.postContent p {
	text-indent: 10px;
}
.eventItem {
	width: 180px;
	float: right;
	margin: 10px;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 5px;
}
.eventItemImg {
	width: 100%;
}
.eventItemTitle {
	width: 100%;
	margin: 3px;
	text-align: center;
}
.azmoonStatusNote {
	text-align: center;
	line-height: 40px;
}
.azmoonTitleTd {
	width: 300px;
}
.azmoonDateTd {
	width: 100px;
}
.azmoonScoreTd {
	width: 100px;
}
.azmoonStatusTd {
	width: 60px;
}

.winnerNameTd {
	width: 150px;
}
.winnerPositionTd {
	width: 100px;
}
.winnerAwardTd {
	width: 300px;
}
.guideVideo {
	max-width: 600px;
	margin: auto;
}
.guideVideoTitle {
	font-size: 16px;
}
.aparat_video {
    margin: 10px auto;
    max-width: 600px;
	width: 100%;
}
.reviewBookTd {
	width: 600px;
}
.reviewStatusTd {
	width: 100px;
}
.userReviewSection {
	background: #EEE;
	line-height: 40px;
	margin: 5px;
	padding: 0px 10px;
	text-align: right;
	border-radius: 3px;
	cursor: pointer;
}
.userReviewSection span {
	font-size: 16px;
	background: #CCCC;
	padding: 0px 12px;
	border-radius: 20px;
	margin-left: 10px;
}
.userReviewBody {
	width: 95%;
	margin: auto;
	display: none;
}
.reviewNextDiv {
	text-align: left;
	width: 95%;
	margin: 15px auto;
}
.reviewOptionParent {
	clear: both;
	overflow: hidden;
}
.reviewOptionItem {
	float: right;
	margin: 5px;
	width: calc(25% - 10px);
}
.reviewOptionItem:hover {
	font-weight: bold;
}
.reviewOptionItem label {
	cursor: pointer;
}
.reviewInputItem {
	float: right;
	margin: 5px;
	width: calc(33% - 10px);
	line-height: 30px;
}
.reviewInputItem label {
	display: inline-block;
	padding-right: 10px;
}
.reviewInputItem input {
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 0px 10px;
	width: 90%;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 30px;
	outline: none;
}
.reviewPassedSection {
	background: #B1CEB0;
}
#bookReveiewBook {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
#bookReveiewBookImg {
	width: 75px;
}
#bookReveiewBookTitle {
	line-height: 25px;
}
.underConstruction {
	text-align: center;
	font-size: 24px;
}
.defLink {
	color: #337ab7;
}
.bookBadge {
	background: #d41355;
	margin-left: 3px;
	border-radius: 3px;
	padding:0px 3px;
	color: #fff;
}



