/*
	File:			style.css
	version:		1.0
	Description:	theme stylesheet
	website:		https://www.mropencart.ir/
	email:			opencartfarsi@yahoo.com
*/
body {
	direction: rtl;
	font: 11px tahoma, arial;
	background: #eee;
	margin: 0 auto;
}


h1, h2, h3, h4, h5, h6 {
	font-family: yekan;
	font-weight: normal;
}
::-webkit-input-placeholder {
color:#acacac;
}
::-moz-placeholder {
color:#acacac;
} /* firefox 19+ */
:-ms-input-placeholder {
color:#acacac;
} /* ie */
input:-moz-placeholder {
color:#acacac;
}
h1 {
	font-size: 36px;
	font-weight:normal;
}
h2 {
	font-size: 22px;
	font-weight:normal;
}
h3 {
	font-size: 17px;
	font-weight:normal;
}
h4 {
	font-size: 16px;
	font-weight:normal;
}
h5 {
	font-size: 14px;
	font-weight:normal;
}
h6 {
	font-size: 11px;
	font-weight:normal;
}
a {
	text-decoration: none;
	color: #696969;
}
@font-face {
	font-family: 'yekan';
	src: url('fonts/BYekan.ttf') format('truetype'), url('fonts/BYekan.eot?#') format('eot'), url('fonts/BYekan.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
	color: #fff;
}

#redirectpage{width:500px;margin: 100px auto;background:#fff;border: 1px solid #d7d7d7;padding:15px;text-align:center;}
#redirectpage h1{color:#404040;	text-shadow: 1px 1px 0 #eee;}
#redirectpage p{margin:15px;}
#redirectpage a.redirectme{font:16px "yekan",tahoma;padding:10px 5px 8px 20px;margin:15px;background:#1083b3;color:#fff;transition: all 0.5s ease;border-right:10px solid #404040}
#redirectpage a:hover{background:#00b600;color:#fff;}
#redirectpage span{margin:12px 5px 0 5px;font-size:18px;}
