@charset "utf-8";
/* CSS Document */
html{ background-color:black; }
body{ direction:rtl; background-color:black; background:url(../images/bg_pat.png) repeat-x; font-family:'SpoilerRegular'; font-size:22px; color:white; margin:0; padding:0; }
.clear{ clear:both; }
.btn{ display:block; cursor:pointer; }
#mainContent{ position:relative; width:1200px; margin:0 auto; overflow:auto; }

.page_title{ position:absolute; top:0; right:0; margin-top:30px; }
.page_title img, .page_title span{ display:block; width:230px; }
.page_title span{ text-align:center; font-size:22px; margin-top:15px; line-height:28px; }


#thanks{ width:500px; margin:40px auto; text-align:center; }
#thanks .t1{ font-size:44px; line-height:34px; }
#thanks .t2{ font-size:30px; line-height:34px; }
.back_to_site_btn_thanks{ margin:20px auto 300px; }

.order_online{ display:none; position:absolute; top:0; left:0; margin-top:30px; }
.order_online img, .order_online span{ display:block; width:230px; }
.order_online span{ font-size:14px; line-height:16px; margin-top:10px; }

.footer{ width:500px; height:50px; margin:40px auto; }
.footer li{ float:right; margin-left:35px; }
.footer li img{ height:45px; }
.footer li.last{ margin-left:0; }

.disclaimer{ width:500px; font-family:Arial, sans-serif; font-size:12px; margin:20px auto; color:#CCC; }


@media all and (max-width: 1280px){
	#mainContent{ width:1000px; }
	.back_to_site_btn{ margin-right:525px; }
}

@media all and (max-width: 767px){
	#mainContent{ width:310px; }
	
	.page_title{ position:relative; direction:ltr; margin-left:20px; }
	.page_title span{ display:none; }
	
	.order_online{ position:relative; float:right; margin-right:12px; width:0;  }
	.order_online img{ height:30px; width:auto; }
	.order_online span{ width:200px; }
	
	#thanks{ width:300px; margin:40px auto; text-align:center; }
	#thanks .t1{ font-size:44px; line-height:34px; }
	#thanks .t2{ font-size:30px; line-height:34px; }
	.back_to_site_btn_thanks{ margin:20px auto 200px; }
	
	.footer{ width:300px; }
	.footer li{ margin-left:9px; }
	.footer li img{ height:30px; }
	
	.disclaimer{ width:290px; }

}