@font-face {
  font-family: 'Ashkan';
  src: url('/theme/DefaultTheme/fonts/ashkan.woff') format('woff');
}
* {
	//border: 1px solid red;
	font-family: Ashkan, tahoma, Arial;
	font-size: 14px;
	-webkit-box-sizing: border-box;
   	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}
html {direction: rtl;}



body {
	font-family: Ashkan, tahoma, Arial;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background-color: #EEEEEE;
}
a, a:hover {text-decoration: none;}
.clear {clear: both;}


#body {
	max-width: 1000px;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 20px; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0px 0px 1px #C0C0C0;  
	-moz-box-shadow: 0px 0px 1px #C0C0C0;  
	box-shadow: 0px 0px 1px #C0C0C0;
	//position: relative;
}
	#topholder {
		width: 100%;
		height: 100px;
		background: url('/theme/defaulttheme/images/logo.png') no-repeat 100% 50%;
		background-size: contain;
		//border: 1px solid red;
		padding: 0 70px 0 0;
		margin: 0;
		position: relative;
	}

		#topmenu0 {
			margin: 0px;
			height: 30px;
			padding: 0;
			position: absolute;
			top: -4px;
			left: 0px;
		}
			#member, #notmember {
				color: #5e5e5e;
				cursor: pointer;
			}
			#signin {
				float: left;
				background: #F3F3F3 url('/theme/defaulttheme/images/padlock2.svg') right 50% no-repeat;
				border-right: 3px solid transparent;
				background-size: auto 80%;
				padding: 0 30px;
				margin-right: 5px;
				border-radius: 8px;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
			}
			#signup {
				float: left;
				background: #F3F3F3 url('/theme/defaulttheme/images/user.svg') right 50% no-repeat;
				border-right: 3px solid transparent;
				background-size: auto 80%;
				padding: 0 30px;
				margin-right: 5px;
				border-radius: 8px;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
			}
			#coupon {
				float: left;
				background: #F3F3F3 url('/theme/defaulttheme/images/price-tag.svg') right 50% no-repeat;
				border-right: 3px solid transparent;
				background-size: auto 80%;
				padding-right: 30px;
				margin-right: 5px;
				border-radius: 8px;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
			}
			#hello {
				float: left;
				background: #F3F3F3 url('/theme/defaulttheme/images/user.svg') right 50% no-repeat;
				border-right: 3px solid transparent;
				background-size: auto 80%;
				padding-right: 30px;
				margin-right: 5px;
				border-radius: 8px;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
			}
			#basket {
				float: left;
				background: #F3F3F3 url('/theme/defaulttheme/images/basket.svg') right 50% no-repeat;
				border-right: 3px solid transparent;
				background-size: auto 80%;
				padding-right: 30px;
				margin-right: 5px;
				border-radius: 8px;
				-webkit-border-radius: 8px;
				-moz-border-radius: 8px;
			}




		#topmenu {
			margin: 0px;
			height: 40px;
			padding: 5px 8px;
			border-radius: 10px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px;
			//border: 1px solid #c2c2c2;
			border: 1px solid #67b048;
			position: absolute;
			top: 35px;
			left: 0px;
		}
			#topmenu a {					
				display: block;
				float: right;
				//height: 30px;
				padding: 0 10px;
				margin: 0;
				//border-left: 1px solid #c2c2c2;
				font-size: 15px;
				color: gray;
				text-decoration: none;
				border-radius: 7px; 
				-moz-border-radius: 7px; 
				-webkit-border-radius: 7px;
				  -o-transition:.8s;
				  -ms-transition:.8s;
				  -moz-transition:.8s;
				  -webkit-transition:.8s;
				  transition:.6s;			
			}
			#topmenu span {					
				float: right;
				padding: 0;
				margin: 1px 0;
				color: gray;
			}
			#topmenu span:last-of-type {					
				display: none;
			}
			#topmenu a:last-of-type {
				border: none;
			}
			#topmenu a:hover{	
				background-color: #ffedd9;
				color: #ff7512;
				//font-weight: bold;
			}


	#topholder2 {
		width: 100%;
		height: 260px;
		background: url('/theme/defaulttheme/images/topbg.jpg') no-repeat 50% 50%;
		background-size: contain;
		padding: 0;
		margin: 0;
		position: relative;
		//top: 60px;
	}
		#th2left {
			margin: 0px;
			width: 70%;
			max-height: 240px;
			//padding: 15px;
			padding: 0px;
			border-radius: 15px; 
			-moz-border-radius: 15px; 
			-webkit-border-radius: 15px;
			//background-color: #FE9C13;
			//background-color: #FF8E01;
			position: absolute;
			//top: -10px;
			top: 0;
			left: 0;
			//opacity: 0.85;
			//filter: alpha(opacity=85);
			overflow: hidden;
			border: 1px solid #b0b0b0;
		}
			/*+++++++++++++++++++++++ Index Slide +++++++++++++++++++*/
			#indexSlide {
				width: 100%;
				margin: 15px 0 20px 0;
				//border: 1px solid red;
				border-radius: 15px; 
				-moz-border-radius: 15px; 
				-webkit-border-radius: 15px;
				overflow: hidden;
				
			}
			.slideshow-container {
				max-width: 1000px;
				position: relative;
				//margin: auto;
			}
			.mySlides {display: none;}
			.mySlides img {
				width:100%;
				vertical-align: middle;
			}
			/*
			.text {
			  color: #f2f2f2;
			  font-size: 15px;
			  padding: 8px 12px;
			  position: absolute;
			  bottom: 8px;
			  width: 100%;
			  text-align: center;
			}
			.numbertext {
			  color: #f2f2f2;
			  font-size: 12px;
			  padding: 8px 12px;
			  position: absolute;
			  top: 0;
			}
			*/
			.dot-container {
				text-align:center;
				padding: 8px 12px;
				position: absolute;
				bottom: 5px;
				width: 100%;	
			}
			.dot {
				height: 12px;
				width: 12px;
				margin: 0 2px;
				background-color: #bbb;
				border-radius: 50%;
				display: inline-block;
				transition: background-color 0.6s ease;
				cursor: pointer;
			}
			.active {
				background-color: #717171;
			}
			.fade {
				-webkit-animation-name: fade;
				-webkit-animation-duration: 1.5s;
				animation-name: fade;
				animation-duration: 1.5s;
			}
			@-webkit-keyframes fade {
				from {opacity: .4} 
				to {opacity: 1}
			}
			@keyframes fade {
				from {opacity: .4} 
				to {opacity: 1}
			}
			/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
		#th2right {
			margin: 0px;
			width: 30%;
			//height: 200px;
			//padding: 25px;
			//border-radius: 15px; 
			//-moz-border-radius: 15px; 
			//-webkit-border-radius: 15px;
			//background-color: #ADD93B;
			//background-color: #A2CE1A;
			position: absolute;
			top: 0;
			right: 0;
			//opacity: 0.8;
			//filter: alpha(opacity=80);
		}
		
			#th2right a {
				display: block;
				max-width: 270px;
				max-height: 65px;
				padding: 17px 60px 20px 0;
				margin: 0 0 10px 0;
				font-size: 17px;
				//font-weight: bold;
				//color: #000;
				//text-decoration: none;
				text-shadow: 0px 0px 2px #3f4040;
				border-radius: 15px; 
				-moz-border-radius: 15px; 
				-webkit-border-radius: 15px;
				  -o-transition:.3s;
				  -ms-transition:.3s;
				  -moz-transition:.3s;
				  -webkit-transition:.3s;
				  transition:.3s;			
			}
			#signinBt {
				background: #adb543 url('/theme/defaulttheme/images/login.svg') no-repeat right 50%;
				border-right: 15px solid transparent;
				background-size: auto 70%;
				color: #fff;
				/*
				background-image: url("/theme/defaulttheme/images/login.svg"); 
				background-image: url("/theme/defaulttheme/images/login.svg"), linear-gradient(#eb01a5, #d13531);
				background-repeat: no-repeat;
				background-position:  90% 50%;
				background-color:  #ff9e03;
				background-size: 90%;
				*/
			}
			#signupBt {
				background: #69a8c9 url('/theme/defaulttheme/images/signup.svg') no-repeat right 50%;
				border-right: 15px solid transparent;
				background-size: auto 70%;
				color: #fff;
			}
			#appBt {
				background: #c681c7 url('/theme/defaulttheme/images/android.svg') no-repeat right 50%;
				border-right: 15px solid transparent;
				background-size: auto 75%;
				color: #fff;
			}



			#th2right a:hover {
				border-right: 20px solid transparent;
			}
			
			
			
			

	#topholder3 {
		width: 100%;
		height: 60px;
		background-size: contain;
		padding: 3px 2px;
		margin: 0;
		background-color: #fff;
		border: 1px solid gray;
		border-radius: 13px; 
		-moz-border-radius: 13px; 
		-webkit-border-radius: 13px;
	}
		#topholder3 div {
			float: right;
			width: 23%;
			margin: 0 1% 0 0 ;
			padding: 0;
			line-height: 50px;
			font-size: 17px;
		}
			#topholder3 div img {
				float: right;
				width: 50px;
				margin: 0 0 0 5px;
			}
			
			
	#allbody {
		width: 100%;
		padding: 0;
		background: #fff; 
		margin-top: 25px;
		//text-align: center;
	}

/*+++++++++++++++++++++++ Index +++++++++++++++++++*/

	#indexbody {
		width: 100%;
		padding: 0;
		background: #fff; 
		margin-top: 25px;
		//text-align: center;
	}
		.proitem {
			
			//float: right;
			display: inline-block;
			vertical-align: top;
			
			
			//width: 23.5%;
			//width: 22.4%;
			width: 23.1%;
			//height: 310px;
			//margin: 0 0 1.5% 1.5%;
			//margin: 0 0 2.5% 2.7%;
			margin: 0 0 2.5% 2.4%;
			//padding: 10px 5px;
			padding: 6px 0 0 0;
			text-align: center;
			position: relative;
			//background: #fff url('/theme/defaulttheme/images/5.png') no-repeat 2% 97%;
			background-color: #fff;
			-webkit-box-shadow: 0px 0px 6px #999999;  
			-moz-box-shadow: 0px 0px 6px #999999;  
			box-shadow: 0px 0px 6px #999999; 
			border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			text-decoration: none;
		}

		.proitem:nth-child(4n) {
			margin: 0 0 2.5% 0;
			//border: 1px solid red;
		}
.proitem:hover {
			-webkit-box-shadow: 0px 0px 8px #999999;  
			-moz-box-shadow: 0px 0px 8px #999999;  
			box-shadow: 0px 0px 8px #999999; 
		}
		.storeitem {
			width: 30%;
			margin: 0 0 2.5% 2.7%;
		}
		.prodiscount {
			position: absolute;
			bottom: 17px;
			left: 0;
			//background-color: red;
			background-color: #db2a2a;
			color: #fff;
			//color: #FF3939;
			font-size: 16px;
			padding: 2px 12px;
			//border-radius: 2px;
			//-webkit-border-radius: 2px;
			//-moz-border-radius: 2px;

			-webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			-moz-border-radius-topright: 20px;
			-moz-border-radius-bottomright: 20px;
			border-top-right-radius: 20px;
			border-bottom-right-radius: 20px;
		}
		.mihholder {
			height: 200px;
			border: 1px solid blue;
		}
		.proitem img {
			//width: 150px;
			//max-height: 200px;
			max-width: 98%;
			//border: 1px solid red;
			border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
		}
		.protitle {
			line-height: 19px;
			height: 30px;
			padding: 0;
			margin: 0 0 10px 0;
			font-size: 15px;
			color: #000;
		}
		
		
		.pip {
			width: 100%;
			height: 60px;
			//background: url('/theme/defaulttheme/images/addbasket.png') no-repeat 2% 50%;
			//border: 1px solid red;
			//position: absolute;
			//bottom: 0;
		}
		
		
		.pipred {
			color: red;
			text-decoration: line-through;
			font-size: 15px;
			padding: 0 10px;
			margin: 5px 0;
			line-height: 20px;
			text-align: right;
		}
		.piprice {
			color: green;
			font-size: 16px;
			padding: 0 10px;
			margin: 0;
			line-height: 20px;
			text-align: right;
		}

		
/*+++++++++++++++++++++++ All Page +++++++++++++++++++*/
	#topholder2all {
		width: 100%;
		height: 40px;
		padding: 1px 0;
		margin: 10px 0;
	}
		#th2rightall {
			float: right;
			margin: 0px;
			width: 70%;
			height: 38px;
			padding: 5px;
			border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			background-color: #FF8E01;
		}
			#th2rightall a {
				//display: block;
				float: right;
				//width: 100%;
				height: 30px;
				padding: 0 10px;
				margin: 0 5px;
				border-left: 1px solid #ffd2a6;
				color: #fff;
				//font-size: 15px;
				font-weight: bold;
				text-decoration: none;
				text-shadow: 0px 0px 2px #71911C;
				  -o-transition:.3s;
				  -ms-transition:.3s;
				  -moz-transition:.3s;
				  -webkit-transition:.3s;
				  transition:.3s;			
			}
			#th2rightall a:last-of-type {
				border: none;
			}
			#th2rightall a:hover {
				//border-right: 5px solid green;
				color: #000;
				text-shadow: none;
			}

		#th2leftall {
			float: left;
			margin: 0px;
			width: 29%;
			height: 38px;
			border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			background-color: #A2CE1A;
		}






	#bodyright {
		width: 25%;
		float: right;
		margin: 20px 0 0 1%;
		//padding: 10px;
		padding: 0;
		background: #fff; 
	    //-webkit-box-shadow: 0px 0px 1px #C0C0C0;  
	   //-moz-box-shadow: 0px 0px 1px #C0C0C0;  
	    //box-shadow: 0px 0px 1px #C0C0C0;
	}
	#bodyleft , #bodyleftall{
		width: 73%;
		float: left;
		margin: 20px 1% 0 0;
		//padding: 10px;
		padding: 0;
		background: #fff; 
	    //-webkit-box-shadow: 0px 0px 1px #C0C0C0;  
	    //-moz-box-shadow: 0px 0px 1px #C0C0C0;  
	    //box-shadow: 0px 0px 1px #C0C0C0;
	}
	
	#bodyleft {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1em;
		-webkit-column-gap: 1em;
		column-gap: 1em;
	}
	.CenterFr {
		width: 100%;
		//padding: 3px 5px;
	}
	
/* ************** Timer ***************** */

	ul.countdown {
		list-style: none;
		margin: 0px 0px;
		padding: 0;
		display: block;
		//color: #44c134;
		text-align: center;
	}

	ul.countdown li {
		display: inline-block;
		height: 0px;
		//background-color: pink;
	}

	ul.countdown li span {
		font-size: 16px;
		//font-weight: 300;
		line-height: 15px;
		margin: 0 5px;
	}

	ul.countdown li.seperator {
		//font-size: 56px;
		//line-height: 40px;
		vertical-align: top;
	}

	ul.countdown li p {
		//color: #a7abb1;
		font-size: 12px;
		line-height: 15px;
	}
	
/*+++++++++++++++++++++++ index +++++++++++++++++++*/
#brCat {
	width: 100%;
	boder: 1px solid gray;
	margin: 0 0 10px 0;
	//text-align: left;
}
	.brCatItem {
		float: left;
		display: block;
		width: 100%;
		padding: 5px 26px 5px 2px;
		margin: 4px 0;
		font-size: 15px;
		//text-shadow: 0px 0px 2px #3f4040;
		color: #4f4f4f;
		border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;			
		background-color: #fff;
		border: 1px solid #adacac;
		background: #fff url('/theme/defaulttheme/images/check-box.png') no-repeat 98% 50%;
		//background-size: 20px 20px;
		//background: #e0e0e0 url('/theme/defaulttheme/images/back.svg') no-repeat 98% 50%;
		//border-right: 13px solid transparent;
		//background-size: auto 70%;
	}
	.brCatItem:hover {
		//border-right: 10px solid transparent;
		border-right: 3px solid #b3b1b1;
		border-top: 3px solid #b3b1b1;
		//background: #fff url('/theme/defaulttheme/images/add.png') no-repeat 98% 50%;
	}
	.brCatItem2 {
		width: 85%;
		float: left;
		//border: 1px solid #000;

	}

.brItem {
	display: inline-block;
	width: 98%;
	margin: 0 1%;
	padding: 8px 1px;
	border-bottom: 1px solid #adacac;
	font-size: 13px;
	//color: #ed7802;
	color: #424242;
	//border: 1px solid red;
}
	.brItem:last-of-type {
		border: none;
	}
	.brItem img {
		float: right;
		width: 35%;
		margin: 0 0 0 5px;
		//clear: left;
	}
	.brItem p {
		//clear: left;
	}



.blItem {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;

	//display: block;
	//float: right;
	//width: 30%;
	//margin: 0 1% 10px 1%;
	padding: 4px;
	border: 1px solid #adacac;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
	.blItem img {
		width: 100%;
		//margin: 0 0 0 5px;
		//clear: right;
		border-radius: 4px; 
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
	}
	.blItem p:first-of-type {
		font-size: 14px;
		color: #424242;
		//clear: left;
		padding: 0;
		margin: 0;
	}
	.blItem p:last-of-type {
		font-size: 14px;
		color: green;
		padding: 0;
		margin: 8px 0;
	}
	.blItem span:first-of-type {
		float: right;
		font-size: 13px;
		color: gray;
		margin: 4px 7px 4px 0;
		//clear: left;
	}
	.blItem span:last-of-type {
		display: block;
		float: left;
		font-size: 12px;
		color: #ed7802;
		margin: 0 0 4px 7px;
		padding: 2px 5px;
		//clear: left;
		border: 1px solid #ed7802;
		border-radius: 4px; 
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
	}


/*+++++++++++++++++++++++ Foot +++++++++++++++++++*/
		
#footholder {
	width: 100%;
	height: 70px;
}
	#footright {
		float: right;
		width: 70%;
		margin: 10px 0;
		padding: 5px 0 0 0;
		border-top: 5px solid orange;
	}
		#footright a {					
			display: block;
			float: right;
			padding: 0 10px;
			margin: 0;
			color: gray;
			text-decoration: none;
			border-radius: 7px; 
			-moz-border-radius: 7px; 
			-webkit-border-radius: 7px;
			  -o-transition:.8s;
			  -ms-transition:.8s;
			  -moz-transition:.8s;
			  -webkit-transition:.8s;
			  transition:.6s;			
		}
		#footright span {					
			float: right;
			padding: 0;
			margin: 1px 0;
			color: gray;
		}
		#footright span:last-of-type { display: none;	}
		#footright a:last-of-type { border: none; }
		#footright a:hover{	
			background-color: #ffedd9;
			color: #ff7512;
		}
	#footleft {
		float: left;
		width: 29%;
		margin: 10px 0;
		padding: 5px 0 0 0;
		border-top: 5px solid #A2CE1A;
		text-align: center;
		color: #3b3a39;
		font-size: 14px;
	}
	#footleft a {
		color: #3b3a39;
	}

/*+++++++++++++++++++++++ copyright +++++++++++++++++++*/
#copyright {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 19px;
	text-align: center;
	font-size: 12px;
	color: #3b3a39;
	
}


	
#smMenu	{
	display: none;
	width: 100%;
	//max-width: 500px;
	//padding: 2px;
	//border: 1px solid red;
}
	#smmName {
		padding: 3px 55px 0 0;
		margin: 0;
		font-size: 19px;
		color: #000;
		background: #fff url('/theme/defaulttheme/images/username32.png') 98% 50% no-repeat;
		
	}
	.smmItem {
		width: 48%;
		float: right;
		margin: 1%;
		padding: 10px 45px 10px 6px;
		border: 1px solid #bbb;
		color: gray;
	}
	#smmName {
		background: #fff url('/theme/defaulttheme/images/username.png') 98% 50% no-repeat;
	}
	#smmProfile {
		background: #fff url('/theme/defaulttheme/images/Profile.png') 98% 50% no-repeat;
	}
	#smmPass {
		background: #fff url('/theme/defaulttheme/images/password.png') 98% 50% no-repeat;
	}
	#smmInvoice {
		background: #fff url('/theme/defaulttheme/images/Invoice.png') 98% 50% no-repeat;
	}
	#smmPayment {
		background: #fff url('/theme/defaulttheme/images/Payment.png') 98% 50% no-repeat;
	}
	#smmSignout {
		background: #fff url('/theme/defaulttheme/images/logout.png') 98% 50% no-repeat;
	}
	#smmMyfiles {
		background: #fff url('/theme/defaulttheme/images/video.png') 98% 50% no-repeat;
	}



















/*+++++++++++++++++++++++ Invoice +++++++++++++++++++*/
	#in2 {
		display: none;
		width: 99%;
		margin: 10px auto;
	}
	#in2 table {
		width: 100%;
		margin 7px 0;
		border: 1px solid #bbb;
	}
	#in2 table tr td {
		text-align: center;
	}
/*+++++++++++++++++++++++ Sign UP +++++++++++++++++++*/
	#sufhead {
		//background: #fff url('/theme/defaulttheme/images/add-user.png') no-repeat 50% 50%;
		font-size: 20px;
		text-align: center;
		padding: -10px;
		margin: 10px 0 0 0;
	}
	#signup_fr {
		width: 95%;
		margin: 2%;
	}	
	.suf {
		width: 48%;
		margin-right: 2%;
		float: right;
		font-size: 17px;
		padding-top: 8px;
	}
	#signup_fr input{
		width: 100%;
		padding: 5px;
		font-size: 17px;
	}
	#signup_fr select{
		//width: 30%;
		padding: 5px;
		font-size: 17px;
	}
	#signup_fr input[name="fname"] {
		//width: 67%;
	}



/*+++++++++++++++++++++++ Add To Basket +++++++++++++++++++*/

	#viewbasket {
		background-color: #FF6600;
		font-size: 16px;
		color: #fff;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;			
	}
	#goon {
		background-color: #325B9A;
		font-size: 16px;
		color: #fff;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;			
	}
	#signinA, #signupA {
		display: block;
		width: 80%;
		max-width: 300px;
		padding: 5px;
		margin: 10px auto;
		color: #fff;
		text-align: center;
	}
	#signinA { background-color: green; }
	#signupA { background-color: orange; }
	#adbRight {
		width: 30%;
		float: right;
		//border-left: 1px solid #ccc;
	}
		#adbRight img {
			width: 30%;
			float: right;
			margin: 1%;
			border: 1px solid #9A9A9A;
			padding: 1px;
		}
		#adbRight img:first-of-type {
			width: 100%;
			//border: none;
			padding: 0;
		}
	#adbLeft {
		width: 69%;
		float: left;
		margin-right: 1%;
	}
		#adbTitle {
			//width: 100%;
			//float: left;
			text-align: right;
			font-size: 20px;
			margin: 5px 0;
			padding: 0;
		}
		#adbImgHolder {
			display: none;
			width: 100%;
			text-align: center;
			//height: 100%;
			//float: right;
			//border: 1px solid gray;
			margin: 5px auto;
		}
			#adbImgHolder img {
				width: 80%;
			}
		#adbDetail {
			width: 100%;		
			//float: left;
			text-align: right;
			font-size: 14px;
			color: gray;
			margin: 5px 0;
			padding: 0;
		}
		#adbPriceHolder {
			width: 60%;
			float: right;
			padding: 0;
			text-align: right;
		}
			#adbPriceRed {
				text-align: right;
				font-size: 14px;
				color: red;
				margin: 10px 0 0 0;
				padding: 0;
				text-decoration: line-through;
			}
			#adbPriceGreen {
				text-align: right;
				font-size: 18px;
				color: Green;
				margin: 0 0 10px 0;
				padding: 0;
			}
		#adbMoredetail {
			width: 35%;
			float: left;
			text-align: center;
			font-size: 14px;
			background-color: #fff;
			border: 1px solid #FF6600;
			color: #FF6600;
			margin-right: 5%;
			padding: 3px 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;			
		}
		#adbPcountHolder {
			width: 40%;
			float: right;
			//border: 1px solid red;
		}
			#adbPcountHolder label{
				height: 40px;
				float: right;
				margin: 0;
				font-size: 17px;
				margin-left: 4px;
				padding: 3px 0 0 0;
			}
			#adbInc, #adbDec {
				width: 40px;
				height: 40px;
				float: right;
				margin: 0;
				border: none;
				cursor: pointer;
			}
			#adbInc {
				background: #325B9A url('/theme/defaulttheme/images/rightarrow.png') 50% 50% no-repeat;
				-webkit-border-top-right-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-moz-border-radius-topright: 5px;
				-moz-border-radius-bottomright: 5px;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;			
				}
			#adbDec {
				background: #325B9A url('/theme/defaulttheme/images/leftarrow.png') 50% 50% no-repeat;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-bottomleft: 5px;
				border-top-left-radius: 5px;
				border-bottom-left-radius: 5px;				
			}
			#adbPcount {
				width: 30%;
				height: 40px;
				float: right;
				margin: 0;
				text-align: center;
				font-size: 19px;
				border: 1px solid #325B9A;
			}
			#adbPcount::selection {
			  background: #B7DBFF;
			}
			#adbPcount::-moz-selection {
			  background: #B7DBFF;
			}

		#adbAdd {
			width: 35%;
			height: 40px;
			float: right;
			border: none;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 5px;
			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
			color: #fff;
			background-color: #428505;
			font-size: 18px;			
			cursor: pointer;
		}
		#adbCancel {
			width: 25%;
			height: 40px;
			float: right;
			border: none;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-bottomleft: 5px;
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;				
			color: #fff;
			background-color: #9A9A9A;
			font-size: 18px;			
			cursor: pointer;
		}

/*+++++++++++++++++++++++ Basket +++++++++++++++++++*/
	#showbasket2 {
		display: none;
		width: 100%;
		min-height: 100px;
		padding: 40px 0;
	}
	#shbTop2 {
		width: 100%;
		height: 40px;
		position: fixed;
		top: 0;
		z-index: 10;
		padding: 0 40px 0 0;
		margin: 0 0 5px 0;
		background: #D7D7D7 url('/theme/defaulttheme/images/shopping-cart.png') no-repeat 99% 50%;
	}
	#shbTop2 span {
		float: right;
		font-size: 16px;
		padding: 4px 0 0 0;
		color: gray;
	}
	#finish2 {
		height: 40px;
		float: left;
		padding: 5px 10px;
		color: #fff;
		margin: 0;
		background-color: #5A8A00;
		cursor: pointer;
	}
	#exit2 {
		height: 40px;
		width: 40px;
		float: left;
		color: #fff;
		margin: 0;
		background: #A8A8A8 url('/theme/defaulttheme/images/leftarrow.png') no-repeat 50% 50%;
		cursor: pointer;
	}
	#shbBot2 {
		position: fixed;
		bottom: 0;
		z-index: 10;
		width: 100%;
		height: 40px;	
		color: #fff;
		background-color: #FF8600;
		text-align: center;
	}
	#shBigbBot2 {
		position: fixed;
		bottom: 0;
		z-index: 10;
		width: 100%;
		height: 80px;	
		background-color: #FF8600;
		text-align: center;
	}
	#PcountSUM2 {
		font-size: 18px;
		color: #FFEBD5;
		margin-left: 50px;
		text-shadow: 0 0 3px #000;
	}
	#DiscountSum2 {
		font-size: 18px;
		color: green;
	}
	#TPriceRowSUM2 {
		font-size: 22px;
		color: #fff;
		margin-left: 20px;
		text-shadow: 0 0 3px #000;
	}
	#bItemsHolder2 {
		width: 100%;
		min-height: 500px;
		//overflow: auto;
	}
	.bItems2 {
		width: 100%;
		border-top: 1px solid #6e6e6e;
		position: relative;	
		background-color: #fff;
		margin: 10px 0;
		padding: 5px 0;
	}
	.bItems2:first-of-type { border: none; }
	.rd2 {
		position: absolute;
		top: 0px;
		right: 0px;
		min-width: 20px;
		//height: 30px;
		padding: 0 1px;
		//-webkit-border-radius: 50%;
		//-moz-border-radius: 50%;
		//border-radius: 50%;			
		background-color: #fff;
	    opacity: 0.3;
	    filter: alpha(opacity=30); /* For IE8 and earlier */		
	    color: #000;
	    text-align: center;
	}
	.bdel {
		position: absolute;
		top: 50%;
		left: 2px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: url('/core/admtheme/images/error.png') no-repeat 50% 50%;
	}
	.bItems2 img {
		width: 30%;
		float: right;
		margin: 1%;
	}
	.bItems2 p {
		margin: 5px 0;
	}
	.bPrice2 {
		margin: 0;
		padding: 0;
	}
	.bRowTotal2 {
		margin: 5px 0;
		padding: 0;
		//border: 1px solid red;
	}
	.bPcountHolder2 {
		float: right;
		width: 90px;
		//margin: 0 20px;
	}
	.bRowSum2 {
		font-size: 16px;
		//margin: 0 20px;
	}
	.bGreen {
		color: green;
		//font-size: 16px;
	}
	#showbasket {
		//max-height: 400px;
		//overflow: auto;
	}
	#shbTop {
		width: 100%;
		height: 40px;
		padding: 0 50px 0 0;
		margin: 5px 0;
		background: #fff url('/theme/defaulttheme/images/shopping-cart.png') no-repeat 99% 50%;
	}
	#shbTop span {
		float: right;
		font-size: 19px;
		padding: 6px 0 0 0;
		color: gray;
	}
	#finish {
		height: 38px;
		float: left;
		padding: 5px 15px;
		color: #fff;
		background-color: #5A8A00;
		margin: 0 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;			
		cursor: pointer;
	}
	#exit {
		height: 38px;
		float: left;
		padding: 5px 15px;
		color: #fff;
		background-color: #A8A8A8;
		margin: 0 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;			
		cursor: pointer;
	}
	.deliitem {	cursor: pointer;}
	#bItemsHolder {
		width: 100%;
		max-height: 400px;
		overflow: auto;
	}
	#bItemsSum {
		//width: 100%;
		//border: 1px solid #a8a8a8;
	}
	#bItems {
		width: 100%;
		border: 1px solid #a8a8a8;
	}
	#bItems tr:nth-child(odd) { background-color:#eee; }
	#bItems tr:nth-child(even) { background-color:#fff; }
	#bItems th {
		font-weight: normal;
		background-color: #A7C942;
		text-align: center;
	}
	#bItems td {
		text-align: center;
	}
	.bRed {
		font-size: 13px;
		color: red;
		margin: 0 10px;
		padding: 0;
		text-decoration: line-through;
	}
	.bPcountHolder {
		width: 90px;
		margin: 0 auto;
	}
	.bInc, .bDec {
		width: 30px;
		height: 30px;
		float: right;
		margin: 0;
		border: none;
		cursor: pointer;
	}
	.bInc {
		background: #325B9A url('/theme/defaulttheme/images/rightarrow.png') 50% 50% no-repeat;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;			
	}
	.bDec {
		background: #325B9A url('/theme/defaulttheme/images/leftarrow.png') 50% 50% no-repeat;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;				
	}
	.bPcount {
		width: 30%;
		height: 30px;
		float: right;
		margin: 0;
		text-align: center;
		font-size: 14px;
		border: 1px solid #325B9A;
	}
	#PcountSUM {
		font-size: 18px;
		color: gray;
		margin-left: 50px;
	}
	#DiscountSum {
		font-size: 18px;
		color: green;
	}
	#TPriceRowSUM {
		font-size: 22px;
		color: blue;
		margin-left: 20px;
	}
/*+++++++++++++++++++++++ Step +++++++++++++++++++*/
	#steptop2 { display: none; }
	.progress {
	    height: 40px;
	    margin: 0 0 1em;
	    padding: 0;
	}
	.progress > li {
	    width: 25% !important;
	    float: right;
	    height: 100% !important;
	    border-radius: 0 !important;
	    color: #fff !important;
	    list-style: none;
	    font-size: 16px;
	    background-color: #bbb;
	    position: relative;
	    //border: 1px solid red;
	    text-align: center;
	}
	.progress > li:last-child {
	    border-left: 0;
	}
	.progress > li.completed {
	    background-color: #0071bc;
		padding-right: 0px;
	}
	.progress > li:not(.completed) {
		padding-right: 0px;
	}
	.progress > li span {
	    position: relative;
	    top: 5px;
	}
	.progress > li span .order {
	    display: inline-block;
	    border: 2px solid #555;
	    border-radius: 27px;
	    width: 27px;
	    height: 27px;
	    background-color: #fff;
	    color: #555;
	    margin: 0 0px 0 8px;
	    font-weight: bold;
	    text-align: center;
	    position: relative;
	    top: -1px;
	    line-height: 25px;
	}
	.diagonal {
		width: 0; 
		height: 0; 
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 10px solid #bbb;
		top: 0; left: 0;
		position: absolute;
		transform: translateX(-100%);
		z-index: 1;
	}
	.completed .diagonal {
		border-right-color: #0071bc;
	}

	.stepFlds {
		padding: 10px 1px;
		border: none;
		border-top: 2px solid orange;
	}
	.stepFlds legend {
		//border: 1px solid orange;
		background-color: #FD8C02;
		color: #fff;
		padding: 3px 5px;
	    border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		text-shadow: 0 0 3px #A95E01;
	}
	.stepFlds table {
		width: 100%;
		//max-width: 800px;
		background-color: #fff;
		margin: 10px 0;
		border: 1px solid #bbb;
	}
	.stepFlds table td {
		padding: 2px 4px;
		text-align: center;
	}
	.stepFlds table td.adrTD {
		width: 85%;
		text-align: right;
		cursor: pointer;
	}
	.stepFlds table td label{
		font-weight: normal;
		
	}
	.stepFlds table td label span {
		color: blue;
		margin: 0 10px 0 4px;
	}
	.stepFlds table td img{
		margin: 2px 5px;
		
	}
	.deladr { cursor: pointer; }
	#newaddress {
		float: right;
		color: #fff;
		padding: 7px 38px 5px 5px;
		margin: 5px 0;
	    border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		background: #45A548 url('/theme/defaulttheme/images/addloc.png') 99% 50% no-repeat;
		border: none;
	}
	#stBot {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	#stAdd {
		width: 40%;
		max-width: 250px;
		height: 40px;
		//float: right;
		border: none;
		color: #fff;
		background-color: #428505;
		font-size: 18px;			
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#stCancel {
		width: 30%;
		max-width: 200px;
		height: 40px;
		//float: right;
		border: none;
		color: #fff;
		background-color: #9A9A9A;
		font-size: 18px;			
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#st3body {
		text-align: center;
		font-size: 18px;
	}
	#st3body h3{
		font-size: 20px;
		color: red;
	}
	#st3body fieldset {
		width: 80%;
		margin: 10px auto;
		background-color: #fff;
		text-align: center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		//border: 1px solid red;
	}
	#st3body p{
		font-size: 18px;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	#st3body p span{
		font-size: 18px;
		color: blue;
		margin: 0 12px;
	}
	#st3body #st3Total {
		font-size: 25px;
	}
	#st3body #st3Total span{
		font-size: 25px;
	}
	#st3body hr{
		width: 80%;
		border: 1px solid #bbb;
	}
/*+++++++++++++++++++++++ New Address +++++++++++++++++++*/
	#naRight {
		width: 45%;
		float: right;
	}
	#naLeft {
		width: 50%;
		min-height: 300px;
		float: right;
		margin-right: 3%;
		//border-right: 1px solid #bbb;
		position: relative;
	}
	#getLocation {
		position: absolute;
		top: 2px;
		right: 2px;
		z-index: 2;
		border: none;
		font-size: 14px;			
		cursor: pointer;
		padding: 1px 31px 1px 4px;
		margin: 7px;
		color: #6E6E6E;
		background: #fff url('/theme/defaulttheme/images/gps.png') 98% 50% no-repeat;
		//color: #fff;
		//background: #4F98DB url('/theme/defaulttheme/images/gps.png') 98% 50% no-repeat;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border--radius: 2px;
		-moz-box-shadow:    0px 1px 3px 0px #999;
		-webkit-box-shadow: 0px 1px 3px 0px #999;
		box-shadow:         0px 1px 3px 0px #999;
	}
	#map {
		width: 100%;
		height: 100%;
		min-height: 300px;
		border: 1px solid #bbb;
		//margin-top: 5px;
	}
	#naBot {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	#naAdd {
		width: 35%;
		max-width: 250px;
		height: 40px;
		//float: right;
		border: none;
		color: #fff;
		background-color: #428505;
		font-size: 18px;			
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border--radius: 5px;
	}
	#naCancel {
		width: 25%;
		max-width: 150px;
		height: 40px;
		//float: right;
		border: none;
		color: #fff;
		background-color: #9A9A9A;
		font-size: 18px;			
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border--radius: 5px;
	}
	.gm-style-mtc div {
		font-size: 20px;
	}


/*+++++++++++++++++++++++ Post +++++++++++++++++++*/





.mih {
	width: 50px;
	height: 50px;
	//border: 3px solid #c0c0c0;
	background: #fff url('/core/admtheme/images/loading-2.gif') no-repeat 50% 50%;
	padding: 0px;
	margin: 0px auto;
	display: inline-block;
}
/*+++++++++++++++++++++++ Store +++++++++++++++++++*/
#related a {
	display: block;
	padding: 2px 10px;
	margin: 3px;
	
	
}
#tags a {
	//display: block;
	float: right;
	padding: 2px 5px;
	margin: 3px;
    border-radius: 5px;
	border: 1px solid orange;
	color: #600;
}
/*+++++++++++++++++++++++ Post +++++++++++++++++++*/
	#ptitle {
		font-size: 20px;
		color: #D2360F;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#pdate {
		font-size: 13px;
		color: gray;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#pdetail {
		font-size: 14px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#pimg {
		max-width: 200px;
		float: left;
		padding: 2px;
		margin: 0 10px 10px 0;
		border: 1px solid gray;
	}
	#pcontent {
		width: 100%;
		margin: 10px 0;
	}

	.sp_img_multi {
		background-color: #4A4A4A;
		padding: 10px;
		overflow: auto;
	}
	.sp_img_multi_item {
		float: left;
		margin: 2px;
		padding: 4px;
	}
	.sp_img_multi_small {
		float: left;
		margin: 5px;
		padding: 3px;
		border: 3px solid gray;
	}
	.sp_media {
		margin: 10px auto 10 auto;
		padding: 10px;
		text-align: center;
	}
	.sp_mediadetail {
		font-size: 18px;
		color: gray;
	}
	#related {
		width: 100%;
	}
	#related a {
		float: right;
		width: 98%;
		margin: 2px 2% 2px 0;
		background: url('/theme/defaulttheme/images/External_link2.png') no-repeat 100% 50%;
		border-bottom: 1px solid #E1E1E1;
		padding: 0px 25px 0 0;
		color: #3E3E3E;
	}











/*+++++++++++++++++++++++ General +++++++++++++++++++*/
.loading {
	
}
#loaderholder {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; 
    background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
}
.loader {
    border: 16px solid #E3E3E3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 15% auto; 
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/* Modal */
#modal {
    display: none;
    position: fixed;
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
	#modal-content {
		position: relative;
	    background-color: #fefefe;
	    //background-color: red;
	    margin: 5% auto; 
	    padding: 0;
	    border: 1px solid #888;
	    width: 60%;
	    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	    -webkit-animation-name: animatetop;
	    -webkit-animation-duration: 0.4s;
	    animation-name: animatetop;
	    animation-duration: 0.4s
	}
		@-webkit-keyframes animatetop {
		    from {top: -300px; opacity: 0}
		    to {top: 0; opacity: 1}
		}
		@keyframes animatetop {
		    from {top: -300px; opacity: 0}
		    to {top: 0; opacity: 1}
		}
	#closemodal {
	    color: #aaa;
	    float: right;
	    font-size: 28px;
	    font-weight: bold;
	}
	#closemodal:hover,
	#closemodal:focus {
	    color: black;
	    text-decoration: none;
	    cursor: pointer;
	}
	#modal-header {
		width: 100%;
		border: none;
	    padding: 2px 16px;
	    background-color: #5cb85c;
	    color: white;
	    text-align: center;
	    font-size: 16px;
	}
	#modal-body {padding: 2px 16px;}
	#modal-footer {
		width: 100%;
		padding: 2px 16px;
	    background-color: #5cb85c;
	    color: white;
	    text-align: center;
	    font-size: 16px;
	}
	
	
	
	

#spinnerrrr
{
    position: fixed;
    left: 46%;
    top: 0px;
    width: 100px;
    height: 30px;
    z-index: 9999;
    background: url('/theme/defaulttheme/images/PageLoading.gif') 2px 0% no-repeat #FFD900;
	//font-family: DroidNaskh, Tahoma, Arial;
	font-size: 12px;
	padding: 2px 2px 2px 40px;
	text-align:center;
	direction:rtl;
}

#spinner
{
    position: fixed;
    width: 180px;
    height: 60px;
	top: 0;
	left: 50%;
	margin-left: -90px; /* Negative half of width. */    
	z-index: 9999;
    background: url(/core/admTheme/images/spinner.gif) center right no-repeat #FFD900;
	font-size: 13px;
	padding: 2px 53px 2px 0px;
	text-align:right;
	direction:rtl;
	-moz-box-shadow:    0px 2px 5px 0px #d2d2d2;
	-webkit-box-shadow: 0px 2px 5px 0px #d2d2d2;
	box-shadow:         0px 2px 5px 0px #d2d2d2;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}	


P.success {
	display:block;
	//font-family: DroidNaskh, Tahoma, Arial;
	font-size: 16px;
	color:#FFFFFF;
	background-color: #00A435;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding:5px;
	max-width: 400px;
	direction: rtl;
}
P.notice {
	display:block;
	//font-family: DroidNaskh, Tahoma, Arial;
	font-size: 16px;
	color:#FFFFFF;
	background-color: #FF7213;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding:5px;
	max-width: 400px;
	direction: rtl;
}

P.error {
	display:block;
	//font-family: DroidNaskh, Tahoma, Arial;
	font-size: 16px;
	color:#FFFFFF;
	background-color: #FF1515;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding:5px;
	max-width: 400px;
	direction: rtl;
}
P.question {
	display:block;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 16px;
	//color:#FFFFFF;
	//background-color: #FF1515;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding:5px;
	max-width: 400px;
	direction: rtl;
}

p.result_title {
	//padding: 0px;
    margin: 10px 30px 6px 0px; 
	font-size: 16px;
	color: red;
}
/*-----------------------------------------------------------------------*/
[openurl], [modal_url]{
	cursor: pointer;
}
.row {
	display: table-row;
}
.col {
	border: 1px solid black;
	display: table-cell;
}
/*-------Button-------------------------*/
button.add {
	//float: left;
	background-image: url('/core/admtheme/images/add.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 3px 28px 3px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	border: 1px solid gray;
	margin: 3px 8px;
	cursor: pointer;
}
button.add:hover {
	color:#ffffff;
	background-color: green;
}
button.edit {
	background-image: url('/core/admtheme/images/edit.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 3px 28px 3px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	border: 1px solid gray;
	margin: 3px 8px;
	cursor: pointer;
}
button.edit:hover {
	color:#ffffff;
	background-color: blue;
}
button.del {
	background-image: url('/core/admtheme/images/error.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 3px 28px 3px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	border: 1px solid gray;
	margin: 3px 8px;
	cursor: pointer;
}
button.del:hover {
	color:#ffffff;
	background-color: red;
}
button.save {
	background-image: url('/core/admtheme/images/diskette.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 3px 28px 3px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	border: 1px solid gray;
	margin: 3px 8px;
	cursor: pointer;
}
button.save:hover {
	color:#ffffff;
	background-color: blue;
}
button.cancel {
	background-image: url('/core/admtheme/images/cancel.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 3px 28px 3px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	border: 1px solid gray;
	margin: 3px 8px;
	cursor: pointer;
}
button.cancel:hover {
	color:#ffffff;
	background-color: #FF3300;
}
button.done {
	background-image: url('/core/admtheme/images/done.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 3px 28px 3px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	border: 1px solid gray;
	margin: 3px 8px;
	cursor: pointer;
}
button.done:hover {
	color:#ffffff;
	background-color: #4E9D2F;
}
button.yes {
	background-image: url('/core/admtheme/images/done.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 3px 28px 3px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	border: 1px solid gray;
	margin: 3px 8px;
	cursor: pointer;
}
button.yes:hover {
	color:#ffffff;
	background-color: #4E9D2F;
}
button.ok, button.ok2 {
	background-image: url('/core/admtheme/images/done.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 3px 28px 3px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	border: 1px solid gray;
	margin: 3px 8px;
	cursor: pointer;
}
button.ok:hover, button.ok2:hover {
	color:#ffffff;
	background-color: #4E9D2F;
}



.pagenumber{
	float: right;
	//font-family: DroidNaskh, Tahoma, Arial;
	font-size: 15px;
	background-color: #E2E2E2;
	color: #39730B;
	margin-right: 4px;
	padding: 2px 8px;
	text-decoration: none;
	cursor: pointer;	
	//border: 1px solid #3F7C0C;
	//border: 1px solid gray;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagenumber:hover, .pagenumber:active
{
	//background-color: #CDCDCD;
	background-color: #fff;
	color: red;
	text-decoration: none;
    -webkit-box-shadow: 0px 0px 1px #3C5979;  
    -moz-box-shadow: 0px 0px 1px #3C5979;  
    box-shadow: 0px 0px 1px #3C5979;
}
.pagenumberCurrent
{
	float: right;
	margin-right: 4px;
	//font-weight:bold;
	color:#000000;
	background-color:#ffffff;
	border: 1px solid #CDCDCD;
	padding: 2px 8px;
	text-decoration:none;
	//font-family: DroidNaskh,Tahoma, Arial;
	//font-size: 14px;
}

a.add {
	background-image: url('/core/admtheme/images/add.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 2px 28px 2px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 13px;
	border: 1px solid gray;
	margin: 2px 4px;
	cursor: pointer;
	text-decoration: none;
}
a.add:hover {
	color:#ffffff;
	background-color: green;
	text-decoration: none;
}
a.edit {
	background-image: url('/core/admtheme/images/edit.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 2px 28px 2px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 13px;
	border: 1px solid gray;
	margin: 2px 4px;
	cursor: pointer;
	text-decoration: none;
}
a.edit:hover {
	color:#ffffff;
	background-color: blue;
	text-decoration: none;
}
a.del {
	background-image: url('/core/admtheme/images/error.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 2px 28px 2px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 13px;
	border: 1px solid gray;
	margin: 2px 4px;
	cursor: pointer;
	text-decoration: none;
}
a.del:hover {
	color:#ffffff;
	background-color: red;
	text-decoration: none;
}
a.save {
	background-image: url('/core/admtheme/images/diskette.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 2px 28px 2px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 13px;
	border: 1px solid gray;
	margin: 2px 4px;
	cursor: pointer;
	text-decoration: none;
}
a.save:hover {
	color:#ffffff;
	background-color: blue;
	text-decoration: none;
}
a.cancel {
	background-image: url('/core/admtheme/images/cancel.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 2px 28px 2px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 13px;
	border: 1px solid gray;
	margin: 2px 4px;
	cursor: pointer;
	text-decoration: none;
}
a.cancel:hover {
	color:#ffffff;
	background-color: #FF3300;
	text-decoration: none;
}
a.done {
	background-image: url('/core/admtheme/images/done.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 2px 28px 2px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 13px;
	border: 1px solid gray;
	margin: 2px 4px;
	cursor: pointer;
	text-decoration: none;
}
a.done:hover {
	color:#ffffff;
	background-color: #4E9D2F;
	text-decoration: none;
}
a.yes {
	background-image: url('/core/admtheme/images/done.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 2px 28px 2px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 13px;
	border: 1px solid gray;
	margin: 2px 4px;
	cursor: pointer;
	text-decoration: none;
}
a.yes:hover {
	color:#ffffff;
	background-color: #4E9D2F;
	text-decoration: none;
}
a.ok, button.ok2 {
	background-image: url('/core/admtheme/images/done.png');
	background-repeat: no-repeat;	
	background-position: 95%;
	padding: 2px 28px 2px 3px;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 13px;
	border: 1px solid gray;
	margin: 2px 4px;
	cursor: pointer;
	text-decoration: none;
}
a.ok:hover, button.ok2:hover {
	color:#ffffff;
	background-color: #4E9D2F;
	text-decoration: none;
}

/*-------Table-------------------------*/
Table.Record_1 {
	//font-family: DroidNaskh, Tahoma, Arial;
	font-size: 16px;
	Border: 1px solid #808080;
	//border-collapse:collapse;
	padding: 0px;
	text-align:center;
	direction:rtl;
    margin-left:auto; 
    margin-right:auto;
    width:97%; 
}
Table.Record_1 td {
	//border:1px solid #808080;
}
Table.Record_1 th {
	font-weight: normal;
	background-color: #A7C942;
}
.Record_1_tr_odd {
	background-color: #F8F8F8;
}
.Record_1_tr_even {
	background-color: #E8E8E8;
}
.Record_1_tr_over {
	background-color: #CCCCCC;
}
.Record_1_tr_select {
	background-color: #FFD900;
}
Table.Record_1_sub {
	font-size: 15px;
	border-top: 1px solid pink;
	border-right: 1px solid pink;
	border-bottom: 1px solid pink;
	border-left: 0px;
	border-collapse:collapse;
	padding: 1px;
	text-align:center;
	direction:rtl;
    width:100%; 
	position:relative;
	
}
Table.Record_1_sub td {
	border:0px solid #98bf21;
}
Table.Record_1_sub th {
	font-weight: normal;
	background-color: pink;
}

/*-------Form-------------------------*/
Table.Form_Table_1 {
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	padding: 0px;
	margin: 10px auto;
	Border: 1px solid #808080;
	direction:rtl;
}
Table.Form_Table_1 th {
	height:40px;
	text-align:center;
	font-size: 15px;
	font-weight: normal;
	background-color: #FFC47B;
}
Table.Form_Table_1 td {
	padding-right: 4px;
	text-align:right;
}
td.T1_footer {
	background-color: #FFC47B;
}
Table.Form_Table_1 input[type="text"],Table.Form_Table_1 textarea {
	width: 99%;
}
Table.Form_Table_2 {
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	padding: 0px;
	Border: 0px;
	direction: rtl;
}
Table.Form_Table_2 td {
	padding-right: 4px;
	text-align:right;
	border-bottom: 1px solid #D3D3D3;
	vertical-align: top;
}
Table.Form_Table_2 td.leftcol {
	border-right: 1px solid #D3D3D3;
}
Table.Form_Table_2 th {
	background-color: #E4E4E4;
}
Table.Form_Table_3 {
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
	padding: 0px;
	Border: 0px;
	direction: rtl;
}
/*-------FeildSet-------------------------*/
.Form_option {
	margin: 10px 5px;
	padding: 10px; 
	border: 1px solid #A7C942;
	background-color: #F5F5F5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Form_option legend{
	padding: 0px 5px 0px 5px; 
	font-size: 15px;
	//border: 1px solid #A7C942;
	background-color: #A7C942;
	//color: #fff;
	min-width: 120px;
	padding-right: 6px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*-------Form-------------------------*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { -moz-appearance:textfield; }

input, textarea {
	padding: 2px;
	margin: 2px;
	border: solid 1px gray;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
}
input[type="text"], input[type=number], textarea {
	width: 99%;
}
select {
	padding: 1px;
	margin: 3px;
	border: solid 1px gray;
	//font-family: DroidNaskh, Tahoma, Arial;
	//font-size: 14px;
}
input:focus, textarea:focus, select:focus {  
    -webkit-box-shadow: 0px 0px 4px gray;  
    -moz-box-shadow: 0px 0px 4px gray;  
    box-shadow: 0px 0px 4px gray; 
    background-color: #FEF4D8;
}
input[type=submit]{
	width: 150px;
	padding: 0px 15px 0px 15px;
}  
input[type=submit]:hover {
	background-color: gray;
	color: #ffffff;
}  
input[type=checkbox], input[type=radio]{
	width: 20px;
}
/*-------Head and Foot-------------------------*/
.Record_1_Head {
	margin: 5px auto 1px auto;
	text-align: left;
	width: 97%;
}
.Record_1_foot {
	margin: 1px auto 5px auto;
	text-align: left;
	width: 97%;
}
.Record_1_Head_tbl {
	padding: 0px;
	direction:rtl;
    margin-left:auto; 
    margin-right:auto;
    width:100%; 
}
td.button_holder {
	text-align:left;
}	
td.jump_to_page {
	text-align:right;
	//font-family: DroidNaskh,Tahoma, Arial;
	//font-size: 13px;
	direction:rtl;
}	
td.jump_to_page input {
	padding: 0px;
	margin: 0px;
}