@font-face {
	font-family:'BYekan';
	src:url('../fonts/BYekan.eot') format('eot'), url('../fonts/BYekan.woff') format('woff'), url('../fonts/BYekan.ttf') format('truetype');
}

@font-face {
	font-family:'BKoodakBold';
	src:url('../fonts/BKoodakBold.eot') format('eot'), url('../fonts/BKoodakBold.woff') format('woff'), url('../fonts/BKoodakBold.ttf?') format('truetype');
}

@font-face {
	font-family:'BSinaBold';
	src:url('../fonts/BSinaBold.eot') format('eot'), url('../fonts/BSinaBold.woff') format('woff'), url('../fonts/BSinaBold.ttf') format('truetype');
}

body {
	font-size:11px;
	line-height:1.5em;
	font-family:Tahoma, Arial, 'Liberation Sans', FreeSans, sans-serif;
	overflow-x: hidden;
}

pre, code {
	font-family:'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
}

a, a:link, a:visited {
	text-decoration:none;
	color:#134888;
}

a:hover, a:focus {
	color:#1960b4;
}
a.backlink, a.backlink:hover, a.backlink:visited {
color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"b yekan", BYekan, arial, tahoma;
	padding:0 3px;
	font-weight:normal;
}

h1,h2 {
	font-size:1.8em;
	margin-bottom:.4em;
	color:#545454;
}

h3 {
	font-size:1.8em;
	margin-bottom:.6em;
	padding-top:.4em;
	color:#003678;
	text-align:center;

	
}

h4 {
	font-size:1.4em;
	margin-bottom:.3em;
	padding-top:.4em;
}

h5, h6 {
	margin-bottom:.2em;
	font-size:1.3em;
	font-weight:bold;
}

.toolbox a {
	text-align:Left;
	font-weight:bold;
	direction:ltr;
}

.button {
	font-family:BKoodakBold, Arial, Tahoma;
	font-size:1.5em;
	text-align:center;
	direction:rtl;
}

input, option, textarea, select {
	font-family:tahoma, sans-serif;
}

#header, #header-top-wrapper, #content-wrapper, #footer-wrapper footer, #copyright {
	width:1000px;
	margin:0 auto;
	font-size:1em;
	line-height:1.5em;
	text-align:right;
}

#header-top {
	background-color:#00234d;
	height:30px;
}

#header-top #header-top-wrapper ul {
	font-size:11px;
	line-height:15px;
	width:270px;
	float:left;
	margin-top:5px;
}

#header-top #header-top-wrapper li {
	float:right;
	margin-left:10px;
}

#header-top #header-top-wrapper li a {
	color:#bfbfbf;
	display:block;
	padding:2px 5px;
}

#header-top #header-top-wrapper li a:hover, #header-top #header-top-wrapper li a:focus {
	color:#fff;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.8) inset;
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.8) inset;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 7px 0 rgba(0, 0, 0, 0.8) inset;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#header-top #header-top-wrapper .message {
	float:right;
	line-height:1.5em;
	padding:5px 5px 0 0;
	overflow:hidden;
	color:#f7f6f6;
	width:700px;
	font-size:11px;
}

#header-top, #header {
	position:relative;
	z-index:100;
}

#header-wrapper {
	background:#07539f;
	background:background:-webkit-gradient(linear, left top, left bottom, from(#07539f), to(#00234d));
	background:-webkit-linear-gradient(top, #07539f, #00234d);
	background:-moz-linear-gradient(top, #07539f, #00234d);
	background:-o-linear-gradient(top, #07539f, #00234d);
	background:-ms-linear-gradient(top, #07539f, #00234d);
	background:linear-gradient(top, #07539f, #00234d);
}

#header h1 a {
	background-position:-14px -4px;
	display:block;
	width:232px;
	height:80px;
	overflow:hidden;
	text-indent:-999em;
}

#header-wrapper #header .leader_board {
	margin:5px 0 0;
	text-align:right;
}

#header-wrapper #header .search {
	width:1000px;
	margin:0 auto;
	margin-top:5px;
}

#header-wrapper #header .search_form {
	background:#fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	float:left;
	height:30px;
	margin-top:2px;
	padding:5px 0 0 8px;
	width:265px;
}

#header-wrapper #header .search_form input[type="text"] {
	background:none repeat scroll 0 0 #f1f2f3;
	border:1px solid #bec3c8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:1px 1px 2px #e5e5e5 inset;
	-webkit-box-shadow:1px 1px 2px #e5e5e5 inset;
	box-shadow:1px 1px 2px #e5e5e5 inset;
	color:#919599;
	direction:rtl;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	height:16px;
	padding:3px 10px;
	width:200px;
}

#header-wrapper #header .search_form input[type="submit"] {
	background-position:-228px -154px;
	cursor:pointer;
	display:block;
	float:left;
	height:26px;
	position:relative;
	width:32px;
	margin-left:5px;
	border:none medium;
	overflow:hidden;
	text-indent:-999em;
}

#header-wrapper #header .search_form input[type="submit"]:hover {
	background-position:-261px -154px;
}

#header-wrapper #header .search .faraj {
	height:15px;
	overflow:hidden;
	color:#f7f6f6;
	font-size:13px;
	font-family:BYekan, Tahoma;
	width:717px;
	padding:10px 5px 5px;
}

#header-wrapper .navigation ul.main li.fr {
	float:right;
}

#header-wrapper .navigation ul.main {
	height:35px;
	width:980px;
	padding:0 10px;
	background:#fff;
	background:-webkit-linear-gradient(top, #fff 0, #ebebeb 99%);
	background:-moz-linear-gradient(top, #fff 0, #ebebeb 99%);
	background:-o-linear-gradient(top, #fff 0, #ebebeb 99%);
	background:-ms-linear-gradient(top, #fff 0, #ebebeb 99%);
	background:linear-gradient(top, #fff 0, #ebebeb 99%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
	-webkit-border-radius:0 8px 0 0;
	-moz-border-radius:0 8px 0 0;
	-o-border-radius:0 8px 0 0;
	-ms-border-radius:0 8px 0 0;
	-khtml-border-radius:0 8px 0 0;
	border-radius:0 8px 0 0;
	border-bottom:3px solid #0fa1dd;
}

#header-wrapper .navigation ul.main li {
	position:relative;
}

#header-wrapper .navigation ul.main li a {
	display:block;
	color:#222;
	font:normal 16px/35px BKoodakBold, Tahoma;
	text-decoration:none;
	padding:0 8px;
	position:relative;
}

#header-wrapper .navigation ul.main li a:hover, #header-wrapper .navigation ul.main li a:focus {
	text-shadow:0 1px 1px #fff;
}

#header-wrapper .navigation ul.main li:hover:after {
	content:'';
	position:absolute;
	bottom:0;
	left:44%;
	border-color:transparent transparent #0fa1dd transparent;
	border-style:solid;
	border-width:6px;
	width:0;
	height:0;
}

#header-wrapper .navigation ul.main li ul.sub_rt, #header-wrapper .navigation ul.main li ul.sub {
	display:none;
	border-top:1px solid #b5b5b5;
	border-left:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	-moz-box-shadow:-5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:-5px 5px rgba(0, 0, 0, 0.1);
	box-shadow:-5px 5px rgba(0, 0, 0, 0.1);
}

#header-wrapper .navigation ul.main li:hover ul.sub_rt, #header-wrapper .navigation ul.main li:hover ul.sub {
	display:block;
	position:absolute;
	top:35px;
	right:0;
	background:#e4e6e7;
	background:repeat scroll 0 0 rgba(232, 232, 232, 0.8);
}

#header-wrapper .navigation ul.main li ul.sub_rt li, #header-wrapper .navigation ul.main li ul.sub li {
	width:170px;
	position:relative;
}

#header-wrapper .navigation ul.main li ul.sub_rt li:first-child, #header-wrapper .navigation ul.main li ul.sub li:first-child {
	margin-left:0;
}

#header-wrapper .navigation ul.main li ul.sub_rt li:last-child, #header-wrapper .navigation ul.main li ul.sub li:last-child {
	border-bottom:0;
}

#header-wrapper .navigation ul.main li ul.sub_rt li:hover, #header-wrapper .navigation ul.main li ul.sub li:hover {
	-webkit-box-shadow:0 0 0 #000;
	-moz-box-shadow:0 0 0 #000;
	box-shadow:0 0 0 #000;
	background:#0b79a5;
}

#header-wrapper .navigation ul.main li ul.sub_rt li:hover:after, #header-wrapper .navigation ul.main li ul.sub li:hover:after {
	content:'';
	position:absolute;
	border:0;
}

#header-wrapper .navigation ul.main li ul.sub_rt li a, #header-wrapper .navigation ul.main li ul.sub li a {
	display:block;
	color:#333;
	font:normal 15px/30px BKoodakBold, Tahoma;
	direction:rtl;
}

#header-wrapper .navigation ul.main li ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li ul.sub_rt li a:focus, #header-wrapper .navigation ul.main li ul.sub li a:hover, #header-wrapper .navigation ul.main li ul.sub li a:focus {
	background:#0b79a5;
}

#header-wrapper .navigation ul.main li ul.sub_rt li span.leftarrow {
	position:absolute;
	z-index:500;
	left:1px;
	top:10px;
	border-color:transparent #0b79a5 transparent transparent;
	border-style:solid;
	border-width:6px;
	width:0;
	height:0;
}

#header-wrapper .navigation ul.main li ul.sub li span.rightarrow {
	position:absolute;
	z-index:500;
	right:0;
	top:10px;
	border-color:transparent transparent transparent #0b79a5;
	border-style:solid;
	border-width:6px;
	width:0;
	height:0;
}

#header-wrapper .navigation ul.main li ul.sub_rt li ul.sub_2nd_rt {
	display:none;
	border-top:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	border-left:1px solid #b5b5b5;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	-moz-box-shadow:-5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:-5px 5px rgba(0, 0, 0, 0.1);
	box-shadow:-5px 5px rgba(0, 0, 0, 0.1);
}

#header-wrapper .navigation ul.main li ul.sub_rt li:hover ul.sub_2nd_rt {
	display:block;
	position:absolute;
	z-index:777;
	top:-3px;
	right:170px;
	background:#e4e6e7;
	background:none repeat scroll 0 0 rgba(232, 232, 232, 0.8);
}

#header-wrapper .navigation ul.main li ul.sub li ul.sub_2nd {
	display:none;
	border-top:1px solid #b5b5b5;
	border-right:1px solid #b5b5b5;
	border-left:1px solid #b5b5b5;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	-moz-box-shadow:-5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:-5px 5px rgba(0, 0, 0, 0.1);
	box-shadow:-5px 5px rgba(0, 0, 0, 0.1);
}

#header-wrapper .navigation ul.main li ul.sub li:hover ul.sub_2nd {
	display:block;
	position:absolute;
	z-index:777;
	top:-3px;
	right:170px;
	background:#e4e6e7;
	background:none repeat scroll 0 0 rgba(232, 232, 232, 0.7);
}

#header-wrapper .navigation ul.main li.home_mnu:hover, #header-wrapper .navigation ul.main li.home_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.home_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.home_mnu ul.sub_rt li a:focus {
	background:#ffca58;
	background:-webkit-linear-gradient(center top, #ffca58, #ff7217) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #ffca58, #ff7217) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #ffca58, #ff7217) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #ffca58, #ff7217) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #ffca58, #ff7217) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .home_mnu {
	border-bottom:3px solid #ff7217;
}

#header-wrapper .navigation ul.main li.software_mnu:hover, #header-wrapper .navigation ul.main li.software_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.software_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.software_mnu ul.sub_rt li a:focus {
	background:#dedcdc;
	background:-webkit-linear-gradient(center top, #dedcdc, #919191) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #dedcdc, #919191) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #dedcdc, #919191) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #dedcdc, #919191) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #dedcdc, #919191) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .software_mnu {
	border-bottom:3px solid #919191;
}

#header-wrapper .navigation ul.main li.mobile_mnu:hover, #header-wrapper .navigation ul.main li.mobile_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.mobile_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.mobile_mnu ul.sub_rt li a:focus {
	background:#75c7fe;
	background:-webkit-linear-gradient(center top, #75c7fe, #327fc6) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #75c7fe, #327fc6) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #75c7fe, #327fc6) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #75c7fe, #327fc6) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #75c7fe, #327fc6) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .mobile_mnu {
	border-bottom:3px solid #327fc6;
}

#header-wrapper .navigation ul.main li.graphic_mnu:hover, #header-wrapper .navigation ul.main li.graphic_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.graphic_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.graphic_mnu ul.sub_rt li a:focus {
	background:#dd9afe;
	background:-webkit-linear-gradient(center top, #dd9afe, #954fbf) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #dd9afe, #954fbf) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #dd9afe, #954fbf) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #dd9afe, #954fbf) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #dd9afe, #954fbf) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .graphic_mnu {
	border-bottom:3px solid #954fbf;
}

#header-wrapper .navigation ul.main li.game_mnu:hover, #header-wrapper .navigation ul.main li.game_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.game_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.game_mnu ul.sub_rt li a:focus {
	background:#fe98d5;
	background:-webkit-linear-gradient(center top, #fe98d5, #cd4a91) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #fe98d5, #cd4a91) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #fe98d5, #cd4a91) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #fe98d5, #cd4a91) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #fe98d5, #cd4a91) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .game_mnu {
	border-bottom:3px solid #cd4a91;
}

#header-wrapper .navigation ul.main li.tutorial_mnu:hover, #header-wrapper .navigation ul.main li.tutorial_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.tutorial_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.tutorial_mnu ul.sub_rt li a:focus {
	background:#bb9080;
	background:-webkit-linear-gradient(center top, #bb9080, #7a4e3f) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #bb9080, #7a4e3f) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #bb9080, #7a4e3f) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #bb9080, #7a4e3f) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #bb9080, #7a4e3f) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .tutorial_mnu {
	border-bottom:3px solid #7a4e3f;
}

#header-wrapper .navigation ul.main li.shop_mnu:hover, #header-wrapper .navigation ul.main li.shop_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.shop_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.shop_mnu ul.sub_rt li a:focus {
	background:#f96661;
	background:-webkit-linear-gradient(center top, #f96661, #df2821) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #f96661, #df2821) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #f96661, #df2821) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #f96661, #df2821) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #f96661, #df2821) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .shop_mnu {
	border-bottom:3px solid #df2821;
}

#header-wrapper .navigation ul.main li.ebook_mnu:hover, #header-wrapper .navigation ul.main li.ebook_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.ebook_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.ebook_mnu ul.sub_rt li a:focus {
	background:#abd600;
	background:-webkit-linear-gradient(center top, #abd600, #709f00) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #abd600, #709f00) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #abd600, #709f00) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #abd600, #709f00) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #abd600, #709f00) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .ebook_mnu {
	border-bottom:3px solid #709f00;
}

#header-wrapper .navigation ul.main li.video_mnu:hover, #header-wrapper .navigation ul.main li.video_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.video_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.video_mnu ul.sub_rt li a:focus {
	background:#45d7e7;
	background:-webkit-linear-gradient(center top, #45d7e7, #06b1c4) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #45d7e7, #06b1c4) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #45d7e7, #06b1c4) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #45d7e7, #06b1c4) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #45d7e7, #06b1c4) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .video_mnu {
	border-bottom:3px solid #06b1c4;
}

#header-wrapper .navigation ul.main li.picture_mnu:hover, #header-wrapper .navigation ul.main li.picture_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.picture_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.picture_mnu ul.sub_rt li a:focus {
	background:#fc0;
	background:-webkit-linear-gradient(center top, #fc0, #d49d00) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #fc0, #d49d00) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #fc0, #d49d00) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #fc0, #d49d00) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #fc0, #d49d00) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .picture_mnu {
	border-bottom:3px solid #d49d00;
}

#header-wrapper .navigation ul.main li.script_mnu:hover, #header-wrapper .navigation ul.main li.script_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.script_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.script_mnu ul.sub_rt li a:focus {
	background:#beab54;
	background:-webkit-linear-gradient(center top, #beab54, #8b7d3c) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #beab54, #8b7d3c) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #beab54, #8b7d3c) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #beab54, #8b7d3c) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #beab54, #8b7d3c) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .script_mnu {
	border-bottom:3px solid #8b7d3c;
}

#header-wrapper .navigation ul.main li.mac_mnu:hover, #header-wrapper .navigation ul.main li.mac_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.mac_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.mac_mnu ul.sub_rt li a:focus {
	background:#d6bcb4;
	background:-webkit-linear-gradient(center top, #d6bcb4, #af9891) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #d6bcb4, #af9891) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #d6bcb4, #af9891) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #d6bcb4, #af9891) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #d6bcb4, #af9891) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .mac_mnu {
	border-bottom:3px solid #af9891;
}

#header-wrapper .navigation ul.main li.audio_mnu:hover, #header-wrapper .navigation ul.main li.audio_mnu ul.sub_rt li:hover, #header-wrapper .navigation ul.main li.audio_mnu ul.sub_rt li a:hover, #header-wrapper .navigation ul.main li.audio_mnu ul.sub_rt li a:focus {
	background:#fce4a0;
	background:-webkit-linear-gradient(center top, #fce4a0, #e6c25e) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(center top, #fce4a0, #e6c25e) repeat scroll 0 0 transparent;
	background:-o-linear-gradient(center top, #fce4a0, #e6c25e) repeat scroll 0 0 transparent;
	background:-ms-linear-gradient(center top, #fce4a0, #e6c25e) repeat scroll 0 0 transparent;
	background:linear-gradient(center top, #fce4a0, #e6c25e) repeat scroll 0 0 transparent;
}

#header-wrapper .navigation .audio_mnu {
	border-bottom:3px solid #e6c25e;
}

#content-wrapper {
	background:#fff;
	position:relative;
}

#content-wrapper .leader-board {
	text-align:center;
	margin:5px 0;
}

#content-wrapper .breadcrumbs {
	margin:0 auto;
	width:900px;
	border-left:1px solid #cfcece;
	border-right:1px solid #cfcece;
	border-bottom:2px solid #0fa1dd;
	padding:2px 10px 5px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	color:#878889;
}

#content-wrapper .breadcrumbs li {
	display:inline-block;
	float:right;
}

#content-wrapper .breadcrumbs a {
	color:#878889;
	margin:0 5px;
	padding:0 0 0 12px;
	height:auto;
	float:left;
	background:url("../images/breads.png") no-repeat left center transparent;
}

#content-wrapper .breadcrumbs a:hover, #content-wrapper .breadcrumbs a:focus {
	color:#e5221e;
}

#content-wrapper .sidebar-r .widget-asan {
	margin-right:5px;
}

#content-wrapper .sidebar-l .widget-asan {
	margin-left:5px;
}

#content-wrapper .sidebar-l .widget-asan, #content-wrapper .sidebar-r .widget-asan, #content-wrapper .sidebar-r .widget, .sidebar-l .widget {
	margin-bottom:10px;
}

#content-wrapper .sidebar-l .widget h3, #content-wrapper .sidebar-r .widget h3, #content-wrapper .sidebar-r .widget-asan h3 {
	text-shadow:0 1px 2px #CCC;
}

#content-wrapper .sidebar-r {
	width:135px;
	margin-left:10px;
}

#content-wrapper .sidebar-r .asan125 {
	border:1px solid #d4d4d4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px 0;
	-moz-box-shadow:1px 1px 4px #e6e6e6;
	-webkit-box-shadow:1px 1px 4px #e6e6e6;
	box-shadow:1px 1px 4px #e6e6e6;
	margin-bottom:15px;
	margin-right:3px;
	text-align:center;
}

#content-wrapper .sidebar-r #category {
	margin-right:5px;
}

#content-wrapper .sidebar-r #category ul {
	margin:0;
	padding:0;
}

#content-wrapper .sidebar-r #category li {
	border-bottom:1px solid #eaeaea;
	padding-right:5px;
}

#content-wrapper .sidebar-r #category li a {
	display:block;
	font-size:11px;
	line-height:25px;
}

#content-wrapper .sidebar-r li a.active {
	border-right:1px solid #fff;
}

#content-wrapper .sidebar-r li a.closed {
	background:url("../images/open.png") no-repeat scroll left center transparent;
}

#content-wrapper .sidebar-r li a.opened {
	background:url("../images/min.png") no-repeat scroll left center transparent;
}

#content-wrapper .sidebar-r .sub-menu li {
	padding-right:10px;
}

#content-wrapper .sidebar-r #category li:last-child {
	border-bottom:0;
}

#content-wrapper .sidebar-r .sub-menu.closed {
	display:none;
}

#content-wrapper .main-content {
	width:545px;
	margin-left:10px;
}

#content-wrapper .main-content article.post {
	border:1px solid #a3a3a3;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	margin-bottom:15px;
}

#content-wrapper .main-content article.post h2 {
	font:bold 1.6em/1.3em BKoodakBold, Helvetica, sans-serif;
	padding:3px 0 0;
}

#content-wrapper .main-content article.post h2 a {
	color:#134888;
	text-shadow:0 1px 0 #c3c4c6;
}

#content-wrapper .main-content article.post p a:hover {
	color:#36c;
}

article.post header, article.post .post-content, article.post footer {
	padding:10px 10px 0;
}

article.post footer {
	margin-bottom:20px;
}

#content-wrapper .main-content article.post header ul {
	margin:0;
	padding:0;
	background-position:-252px -10px;
	width:515px;
	height:35px;
	padding-top:3px;
}

#content-wrapper .main-content article.post header ul li, .contact-content .post-content ul li {
	display:inline-block;
	float:right;
	padding-right:18px;
	padding-left:5px;
	margin-top:5px;
}

#content-wrapper .main-content article.post header .post-hit, .contact-content .post-content .post-hit {
	background:url("../images/hits.gif") no-repeat center right;
	width:auto;
	color:#8b8b8b;
}

#content-wrapper .main-content article.post header .post-cat, .contact-content .post-content .post-cat {
	background:url("../images/category.gif") no-repeat top right;
	width:auto;
	color:#8b8b8b;
}

#content-wrapper .main-content article.post .post-image {
	padding:10px 0 10px;
	text-align:center;
}

#content-wrapper .main-content article.post figcaption {
	visibility:hidden;
}

#content-wrapper .main-content article.post .changes{
	color: #ff0033;
	margin-bottom: 10px;
}
#content-wrapper .main-content article.post .changes strong{
	background: #ff0033;
	padding: 2px;
	margin-left: 5px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content-wrapper .main-content article.post p {
	padding:0 5px 5px;
	text-align:justify;
	font-size:12px;
	color:#282828;
	line-height:1.5em;
}

#content-wrapper .main-content article.post p a {
	color:#282828;
}

#content-wrapper .main-content .asan468 {
	text-align:center;
}

#content-wrapper .main-content .asan468 img {
	margin-bottom:3px;
}

.button {
	padding:6px 15px;
	cursor:pointer;
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align:center;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	width:110px;
}

.button:hover, .button:focus {
	-moz-box-shadow:0 2px 4px #ccc;
	-webkit-box-shadow:0 2px 4px #ccc;
	box-shadow:0 2px 4px #ccc;
	text-decoration:none;
}

.button:active {
	position:relative;
	top:1px;
}

article.post .software-matte, .nav .system-matte {
	color:#4e4d4d;
	background:#dedcdc;
	background:-webkit-linear-gradient(top, #dedcdc, #919191);
	background:-moz-linear-gradient(top, #dedcdc, #919191);
	background:-o-linear-gradient(top, #dedcdc, #919191);
	background:-ms-linear-gradient(top, #dedcdc, #919191);
	background:linear-gradient(top, #dedcdc, #919191);
	text-shadow:0 1px 0 #dbd9d9;
}

article.post .software-matte:hover, .nav .system-matte:hover, #footer-wrapper footer .footer_nav li a.software:hover {
	color:#4e4d4d;
	background:#b3b3b3;
	background:-webkit-linear-gradient(top, #dedcdc, #7e7e7e);
	background:-moz-linear-gradient(top, #dedcdc, #7e7e7e);
	background:-o-linear-gradient(top, #dedcdc, #7e7e7e);
	background:-ms-linear-gradient(top, #dedcdc, #7e7e7e);
	background:linear-gradient(top, #dedcdc, #7e7e7e);
	text-shadow:0 1px 0 #fff;
}

article.post .software-matte:active, .nav .system-matte:active {
	color:#292828;
	background:#898787;
	background:-webkit-linear-gradient(top, #898787, #636161);
	background:-moz-linear-gradient(top, #898787, #636161);
	background:-o-linear-gradient(top, #898787, #636161);
	background:-ms-linear-gradient(top, #898787, #636161);
	background:linear-gradient(top, #898787, #636161);
	text-shadow:0 1px 0 #a7a5a5;
}

article.post .shop-matte {
	color:#a20f0b;
	background:#f96661;
	background:-webkit-linear-gradient(top, #f96661, #df2821);
	background:-moz-linear-gradient(top, #f96661, #df2821);
	background:-o-linear-gradient(top, #f96661, #df2821);
	background:-ms-linear-gradient(top, #f96661, #df2821);
	background:linear-gradient(top, #f96661, #df2821);
	text-shadow:0 1px 0 #ee6661;
}

article.post .shop-matte:hover, #footer-wrapper footer .footer_nav li a.shop:hover {
	color:#fff;
	background:#ca241d;
	background:-webkit-linear-gradient(top, #f96661, #ca241d);
	background:-moz-linear-gradient(top, #f96661, #ca241d);
	background:-o-linear-gradient(top, #f96661, #ca241d);
	background:-ms-linear-gradient(top, #f96661, #ca241d);
	background:linear-gradient(top, #f96661, #ca241d);
	text-shadow:0 1px 0 #a7150f;
}

article.post .shop-matte:active {
	color:#a20f0b;
	background:#f55650;
	background:-webkit-linear-gradient(top, #f55650, #b81812);
	background:-moz-linear-gradient(top, #f55650, #b81812);
	background:-o-linear-gradient(top, #f55650, #b81812);
	background:-ms-linear-gradient(top, #f55650, #b81812);
	background:linear-gradient(top, #f55650, #b81812);
	text-shadow:0 1px 0 #fc6964;
}

article.post .graphic-matte {
	color:#5d1f7b;
	background:#de9bff;
	background:-webkit-linear-gradient(top, #dd9afe, #954fbf);
	background:-moz-linear-gradient(top, #dd9afe, #954fbf);
	background:-o-linear-gradient(top, #dd9afe, #954fbf);
	background:-ms-linear-gradient(top, #dd9afe, #954fbf);
	background:linear-gradient(top, #dd9afe, #954fbf);
	text-shadow:0 1px 0 #d09ae9;
}

article.post .graphic-matte:hover, #footer-wrapper footer .footer_nav li a.graphic:hover {
	color:#fff;
	background:#ad63d8;
	background:-webkit-linear-gradient(top, #d386fa, #8e45bc);
	background:-moz-linear-gradient(top, #d386fa, #8e45bc);
	background:-o-linear-gradient(top, #d386fa, #8e45bc);
	background:-ms-linear-gradient(top, #d386fa, #8e45bc);
	background:linear-gradient(top, #d386fa, #8e45bc);
	text-shadow:0 1px 0 #cc92e7;
}

article.post .graphic-matte:active {
	color:#7f36af;
	background:#a552d4;
	background:-webkit-linear-gradient(top, #c66df4, #8538b7);
	background:-moz-linear-gradient(top, #c66df4, #8538b7);
	background:-o-linear-gradient(top, #c66df4, #8538b7);
	background:-ms-linear-gradient(top, #c66df4, #8538b7);
	background:linear-gradient(top, #c66df4, #8538b7);
	text-shadow:0 1px 0 #b376d7;
}

article.post .game-matte, .nav .tags-matte {
	color:#8b1850;
	background:#ff99d6;
	background:-webkit-linear-gradient(top, #fe98d5, #cd4a91);
	background:-moz-linear-gradient(top, #fe98d5, #cd4a91);
	background:-o-linear-gradient(top, #fe98d5, #cd4a91);
	background:-ms-linear-gradient(top, #fe98d5, #cd4a91);
	background:linear-gradient(top, #fe98d5, #cd4a91);
	text-shadow:0 1px 0 #ee91cb;
}

article.post .game-matte:hover, .nav .tags-matte:hover, #footer-wrapper footer .footer_nav li a.game:hover {
	color:#fff;
	background:#e25aa5;
	background:-webkit-linear-gradient(top, #fb7ac6, #ca3b86);
	background:-moz-linear-gradient(top, #fb7ac6, #ca3b86);
	background:-o-linear-gradient(top, #fb7ac6, #ca3b86);
	background:-ms-linear-gradient(top, #fb7ac6, #ca3b86);
	background:linear-gradient(top, #fb7ac6, #ca3b86);
	text-shadow:0 1px 0 #8b1850;
}

article.post .game-matte:active, .nav .tags-matte:active {
	color:#ba206b;
	background:#dc4599;
	background:-webkit-linear-gradient(top, #f55eb7, #c52e7c);
	background:-moz-linear-gradient(top, #f55eb7, #c52e7c);
	background:-o-linear-gradient(top, #f55eb7, #c52e7c);
	background:-ms-linear-gradient(top, #f55eb7, #c52e7c);
	background:linear-gradient(top, #f55eb7, #c52e7c);
	text-shadow:0 1px 0 #e973bc;
}

article.post .ebook-matte, .nav .english-matte {
	color:#437800;
	background:#abd600;
	background:-webkit-linear-gradient(top, #abd600, #709f00);
	background:-moz-linear-gradient(top, #abd600, #709f00);
	background:-o-linear-gradient(top, #abd600, #709f00);
	background:-ms-linear-gradient(top, #abd600, #709f00);
	background:linear-gradient(top, #abd600, #709f00);
	text-shadow:0 1px 0 #a4ca00;
}

article.post .ebook-matte:hover, .nav .english-matte:hover, #footer-wrapper footer .footer_nav li a.ebook:hover {
	color:#fff;
	background:#76a900;
	background:-webkit-linear-gradient(top, #98c900, #558b00);
	background:-moz-linear-gradient(top, #98c900, #558b00);
	background:-o-linear-gradient(top, #98c900, #558b00);
	background:-ms-linear-gradient(top, #98c900, #558b00);
	background:linear-gradient(top, #98c900, #558b00);
	text-shadow:0 1px 0 #437800;
}

article.post .ebook-matte:active, .nav .english-matte:active {
	color:#578e00;
	background:#6ea600;
	background:-webkit-linear-gradient(top, #84bf00, #578e00);
	background:-moz-linear-gradient(top, #84bf00, #578e00);
	background:-o-linear-gradient(top, #84bf00, #578e00);
	background:-ms-linear-gradient(top, #84bf00, #578e00);
	background:linear-gradient(top, #84bf00, #578e00);
	text-shadow:0 1px 0 #75b400;
}

article.post .mobile-matte, .nav .install-matte {
	color:#0b4489;
	background:#69c3ff;
	background:-webkit-linear-gradient(top, #75c7fe, #327fc6);
	background:-moz-linear-gradient(top, #75c7fe, #327fc6);
	background:-o-linear-gradient(top, #75c7fe, #327fc6);
	background:-ms-linear-gradient(top, #75c7fe, #327fc6);
	background:linear-gradient(top, #75c7fe, #327fc6);
	text-shadow:0 1px 0 #5eb2e7;
}

article.post .mobile-matte:hover, .nav .install-matte:hover, #footer-wrapper footer .footer_nav li a.mobile:hover {
	color:#fff;
	background:#3794df;
	background:-webkit-linear-gradient(top, #50b6fc, #2274c4);
	background:-moz-linear-gradient(top, #50b6fc, #2274c4);
	background:-o-linear-gradient(top, #50b6fc, #2274c4);
	background:-ms-linear-gradient(top, #50b6fc, #2274c4);
	background:linear-gradient(top, #50b6fc, #2274c4);
	text-shadow:0 1px 0 #53aee6;
}

article.post .mobile-matte:active, .nav .install-matte:active {
	color:#136bc1;
	background:#2089dd;
	background:-webkit-linear-gradient(top, #2da6f8, #136ac1);
	background:-moz-linear-gradient(top, #2da6f8, #136ac1);
	background:-o-linear-gradient(top, #2da6f8, #136ac1);
	background:-ms-linear-gradient(top, #2da6f8, #136ac1);
	background:linear-gradient(top, #2da6f8, #136ac1);
	text-shadow:0 1px 0 #3491d2;
}

article.post .tutorial-matte {
	color:#643526;
	background:#bb9080;
	background:-webkit-linear-gradient(top, #bb9080, #7a4e3f);
	background:-moz-linear-gradient(top, #bb9080, #7a4e3f);
	background:-o-linear-gradient(top, #bb9080, #7a4e3f);
	background:-ms-linear-gradient(top, #bb9080, #7a4e3f);
	background:linear-gradient(top, #bb9080, #7a4e3f);
	text-shadow:0 1px 0 #996b5c;
}

article.post .tutorial-matte:hover, #footer-wrapper footer .footer_nav li a.tutorial:hover {
	color:#fff;
	background:#6f4436;
	background:-webkit-linear-gradient(top, #bb9080, #6f4436);
	background:-moz-linear-gradient(top, #bb9080, #6f4436);
	background:-o-linear-gradient(top, #bb9080, #6f4436);
	background:-ms-linear-gradient(top, #bb9080, #6f4436);
	background:linear-gradient(top, #bb9080, #6f4436);
	text-shadow:0 1px 0 #5c382c;
}

article.post .tutorial-matte:active {
	color:#573021;
	background:#775143;
	background:-webkit-linear-gradient(top, #775143, #5d362a);
	background:-moz-linear-gradient(top, #775143, #5d362a);
	background:-o-linear-gradient(top, #775143, #5d362a);
	background:-ms-linear-gradient(top, #775143, #5d362a);
	background:linear-gradient(top, #775143, #5d362a);
	text-shadow:0 1px 0 #6f5555;
}

article.post .video-matte, .nav .info-matte {
	color:#087682;
	background:#45d7e7;
	background:-webkit-linear-gradient(top, #45d7e7, #06b1c4);
	background:-moz-linear-gradient(top, #45d7e7, #06b1c4);
	background:-o-linear-gradient(top, #45d7e7, #06b1c4);
	background:-ms-linear-gradient(top, #45d7e7, #06b1c4);
	background:linear-gradient(top, #45d7e7, #06b1c4);
	text-shadow:0 1px 0 #72e8f5;
}

article.post .video-matte:hover, .nav .info-matte:hover, #footer-wrapper footer .footer_nav li a.video:hover {
	color:#fff;
	background:#068492;
	background:-webkit-linear-gradient(top, #45d7e7, #068492);
	background:-moz-linear-gradient(top, #45d7e7, #068492);
	background:-o-linear-gradient(top, #45d7e7, #068492);
	background:-ms-linear-gradient(top, #45d7e7, #068492);
	background:linear-gradient(top, #45d7e7, #068492);
	text-shadow:0 1px 0 #026873;
}

article.post .video-matte:active, .nav .info-matte:active {
	color:#04656f;
	background:#dcbf8e;
	background:-webkit-linear-gradient(top, #0bb0c2, #067986);
	background:-moz-linear-gradient(top, #0bb0c2, #067986);
	background:-o-linear-gradient(top, #0bb0c2, #067986);
	background:-ms-linear-gradient(top, #0bb0c2, #067986);
	background:linear-gradient(top, #0bb0c2, #067986);
	text-shadow:0 1px 0 #09b1c3;
}

article.post .script-matte {
	color:#71652d;
	background:#beab54;
	background:-webkit-linear-gradient(top, #beab54, #8b7d3c);
	background:-moz-linear-gradient(top, #beab54, #8b7d3c);
	background:-o-linear-gradient(top, #beab54, #8b7d3c);
	background:-ms-linear-gradient(top, #beab54, #8b7d3c);
	background:linear-gradient(top, #beab54, #8b7d3c);
	text-shadow:0 1px 0 #bdb489;
}

article.post .script-matte:hover, #footer-wrapper footer .footer_nav li a.script:hover {
	color:#fff;
	background:#8b7d3c;
	background:-webkit-linear-gradient(top, #b09e4d, #8b7d3c);
	background:-moz-linear-gradient(top, #b09e4d, #8b7d3c);
	background:-o-linear-gradient(top, #b09e4d, #8b7d3c);
	background:-ms-linear-gradient(top, #b09e4d, #8b7d3c);
	background:linear-gradient(top, #b09e4d, #8b7d3c);
	text-shadow:0 1px 0 #8b7d3c;
}

article.post .script-matte:active {
	color:#494220;
	background:#8b7d3c;
	background:-webkit-linear-gradient(top, #8b7d3c, #716632);
	background:-moz-linear-gradient(top, #8b7d3c, #716632);
	background:-o-linear-gradient(top, #8b7d3c, #716632);
	background:-ms-linear-gradient(top, #8b7d3c, #716632);
	background:linear-gradient(top, #8b7d3c, #716632);
	text-shadow:0 1px 0 #dbd1a5;
}

article.post .audio-matte {
	color:#95710d;
	background:#e6c25e;
	background:-webkit-linear-gradient(top, #e6c25e, #daac2e);
	background:-moz-linear-gradient(top, #e6c25e, #daac2e);
	background:-o-linear-gradient(top, #e6c25e, #daac2e);
	background:-ms-linear-gradient(top, #e6c25e, #daac2e);
	background:linear-gradient(top, #e6c25e, #daac2e);
	text-shadow:0 1px 0 #bdb489;
}

article.post .audio-matte:hover, #footer-wrapper footer .footer_nav li a.audio:hover {
	color:#fff;
	background:#a77d09;
	background:-webkit-linear-gradient(top, #e6c25e, #a77d09);
	background:-moz-linear-gradient(top, #e6c25e, #a77d09);
	background:-o-linear-gradient(top, #e6c25e, #a77d09);
	background:-ms-linear-gradient(top, #e6c25e, #a77d09);
	background:linear-gradient(top, #e6c25e, #a77d09);
	text-shadow:0 1px 0 #8b7d3c;
}

article.post .audio-matte:active {
	color:#8f6a08;
	background:#a77d09;
	background:-webkit-linear-gradient(top, #a77d09, #ba901c);
	background:-moz-linear-gradient(top, #a77d09, #ba901c);
	background:-o-linear-gradient(top, #a77d09, #ba901c);
	background:-ms-linear-gradient(top, #a77d09, #ba901c);
	background:linear-gradient(top, #a77d09, #ba901c);
	text-shadow:0 1px 0 #dbd1a5;
}

article.post .mac-matte {
	color:#7b6058;
	background:#d6bcb4;
	background:-webkit-linear-gradient(top, #d6bcb4, #a8887e);
	background:-moz-linear-gradient(top, #d6bcb4, #a8887e);
	background:-o-linear-gradient(top, #d6bcb4, #a8887e);
	background:-ms-linear-gradient(top, #d6bcb4, #a8887e);
	background:linear-gradient(top, #d6bcb4, #a8887e);
	text-shadow:0 1px 0 #bdb489;
}

article.post .mac-matte:hover, #footer-wrapper footer .footer_nav li a.mac:hover {
	color:#fff;
	background:#97786e;
	background:-webkit-linear-gradient(top, #d6bcb4, #97786e);
	background:-moz-linear-gradient(top, #d6bcb4, #97786e);
	background:-o-linear-gradient(top, #d6bcb4, #97786e);
	background:-ms-linear-gradient(top, #d6bcb4, #97786e);
	background:linear-gradient(top, #d6bcb4, #97786e);
	text-shadow:0 1px 0 #8b7d3c;
}

article.post .mac-matte:active {
	color:#6f5952;
	background:#a48278;
	background:-webkit-linear-gradient(top, #a48278, #89675d);
	background:-moz-linear-gradient(top, #a48278, #89675d);
	background:-o-linear-gradient(top, #a48278, #89675d);
	background:-ms-linear-gradient(top, #a48278, #89675d);
	background:linear-gradient(top, #a48278, #89675d);
	text-shadow:0 1px 0 #dbd1a5;
}

#content-wrapper .contact-content {
	width: 690px;
	margin-left: 10px;
}
#content-wrapper .contact-content .post {
	padding: 10px;
	margin-right: 10px;
	line-height: 20px;
	text-align: justify;
}
#content-wrapper .contact-content .post post-image {
	width: 103px;
}
#content-wrapper .contact-content .post h4 {
	background-position: -252px -10px;
}
#content-wrapper .contact-content .post h4 a {
	color: #134888;
}
#content-wrapper .contact-content .post h4 a:hover {
	color: #3366cc;
}
#content-wrapper .contact-content .post figure {
	text-align: center;
}
#content-wrapper .contact-content .post h3 {
	margin: 10px 0px;
	text-align: right;
}
#content-wrapper .contact-content .post-content h4 {
	font-size: 1.5em;
    font-style: normal;
    line-height: 1.5;
    margin-top: 15px;
    padding-top: 10px;
}
#content-wrapper .contact-content .post p {
	color: #282828;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#content-wrapper .contact-content .post date{
	color: #777;
	display: block;
}
.space {
	height: 10px;
}

#content-wrapper .sidebar-l {
	width:300px;
}

#content-wrapper .sidebar-l .asan120 span {
	margin-right:12px;
}

#content-wrapper .sidebar-l .vertical-list li {
	margin-left:8px;
}

#content-wrapper .sidebar-l .vertical-list a {
	display:block;
	padding:5px;
	border-bottom:1px solid #f0f0f0;
	color:#666;
}

#content-wrapper .sidebar-l .vertical-list a:hover, #content-wrapper .sidebar-l .vertical-list a:focus {
	background-color:#6e84d6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	text-shadow:1px 0 1px #071d70;
}

#content-wrapper .sidebar-l .text-asan ul {
	margin:0 5px 10px;
	border:1px solid #ddd;
}

#content-wrapper .sidebar-l .text-asan li a, #content-wrapper .sidebar-l .text-asan li a:link {
	background:none repeat scroll 0 0 #f3f2f2;
	color:#000;
	display:block;
	margin:5px;
	padding:7px;
	font-size:1.1em;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
}

#content-wrapper .sidebar-l .text-asan li a:hover, #content-wrapper .sidebar-l .text-asan li a:focus {
	-moz-border-radius:0 15px 0 15px;
	-webkit-border-radius:0 15px 0 15px;
	border-radius:0 15px 0 15px;
	color:#f7f6f6;
}

#content-wrapper .sidebar-l .text-asan li a.blue:hover, #content-wrapper .sidebar-l .text-asan li a.blue:focus {
	background:none repeat scroll 0 0 #003982;
}

#content-wrapper .sidebar-l .text-asan li a.red:hover, #content-wrapper .sidebar-l .text-asan li a.red:focus {
	background:none repeat scroll 0 0 #f06;
}

#content-wrapper .sidebar-l .text-asan li a.purple:hover, #content-wrapper .sidebar-l .text-asan li a.purple:focus {
	background:none repeat scroll 0 0 #945fbf;
}

#content-wrapper .sidebar-l .text-asan li a.green:hover, #content-wrapper .sidebar-l .text-asan li a.green:focus {
	background:none repeat scroll 0 0 #6e9000;
}

#content-wrapper .sidebar-l .text-asan li a.firouzeh:hover, #content-wrapper .sidebar-l .text-asan li a.firouzeh:focus {
	background:none repeat scroll 0 0 #00bed3;
}

#content-wrapper .sidebar-l .text-asan li a:hover *, #content-wrapper .sidebar-l .text-asan li a:focus * {
	color:#f7f6f6;
}

#content-wrapper .sidebar-l .text-asan span {
	display:block;
	line-height:18px;
}

#content-wrapper .sidebar-l .text-asan .name, #content-wrapper .sidebar-l .text-asan .site {
	color: #555;
	text-align: center;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
}

#content-wrapper .sidebar-l .text-asan .link {
	color:#666;
	text-align:center;
}

#content-wrapper .sidebar-l .text-asan h3 {
	display:block;
	height:21px;
	width:290px;
	background-position:2px -89px;
	margin:10px 5px 0 5px;
	overflow:hidden;
	text-indent:-999em;
}

.update-antivirus li {
	padding-left:5px;
}

.update-antivirus a, .toolbox a {
	display:block;
	border-bottom:1px solid #f0f0f0;
	color:#3b5998;
	font-family:Tahoma, Arial;
	font-size:8pt;
}

.update-antivirus a {
	padding:5px 35px 10px 0;
}

.toolbox a {
	padding:5px 30px 10px 0;
}

.toolbox a {
	padding-right:25px;
	font-size:.9em;
}

.update-antivirus a:hover, .toolbox a:hover, .update-antivirus a:focus, .toolbox a:focus {
	color:#1f3d88;
	background-color:#02fdb7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.nod32, .kaspersky, .pc_cilin, .bitdefender, .mcafee, .command, .fsecure, .sophos, .norton, .avast, .panda, .avira, .clam, .acrobat, .photoshop, .babylon, .firefox, .flash, .chrome, .idm, .explorer, .klite, .kmplayer, .office, .nero, .opera, .tuneup, .winrar, .yahoo, .uninstaller {
	width:25px;
	height:25px;
	display:block;
	float:right;
	margin:5px 3px 0 0;
}

.toolbox .acrobat {
	background-position:-408px -92px;
}

.toolbox .photoshop {
	background-position:-442px -94px;
}

.toolbox .babylon {
	background-position:-474px -93px;
}

.toolbox .firefox {
	background-position:-508px -93px;
}

.toolbox .flash {
	background-position:-539px -93px;
}

.toolbox .chrome {
	background-position:-570px -92px;
}

.toolbox .idm {
	background-position:-602px -92px;
}

.toolbox .explorer {
	background-position:-635px -92px;
}

.toolbox .klite {
	background-position:-664px -92px;
}

.toolbox .kmplayer {
	background-position:-695px -95px;
}

.toolbox .office {
	background-position:-723px -95px;
}

.toolbox .nero {
	background-position:-754px -94px;
}

.toolbox .opera {
	background-position:-756px -126px;
}

.toolbox .tuneup {
	background-position:-725px -125px;
}

.toolbox .winrar {
	background-position:-693px -128px;
}

.toolbox .yahoo {
	background-position:-660px -124px;
}

.toolbox .uninstaller {
	background-position:-372px -92px;
}

.update-antivirus .nod32 {
	background-position:-15px -158px;
}

.update-antivirus .kaspersky, .toolbox .kaspersky {
	background-position:-190px -128px;
}

.update-antivirus .pc_cilin {
	background-position:-50px -126px;
}

.update-antivirus .bitdefender {
	background-position:-123px -160px;
}

.update-antivirus .mcafee {
	background-position:-156px -127px;
}

.update-antivirus .command {
	background-position:-50px -158px;
}

.update-antivirus .fsecure {
	background-position:-224px -127px;
}

.update-antivirus .sophos {
	background-position:-17px -128px;
}

.update-antivirus .norton {
	background-position:-122px -128px;
}

.update-antivirus .avast {
	background-position:-190px -157px;
}

.update-antivirus .panda {
	background-position:-86px -127px;
}

.update-antivirus .avira {
	background-position:-157px -159px;
}

.update-antivirus .clam {
	background-position:-86px -159px;
}

#social {
	margin:30px 0 20px;
	position:relative;
	width:295px;
}
#social .feed-address, #social .facebook-address, #social .twitter-address, #social .gmail-address {
  display: block;
  padding: 10px;
  margin: 1em 2em 0;
  border: 1px solid #E1E1E1;
  text-align: center;
  background: #fff;
  color: #777;
  text-shadow: 0 1px 0 #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
}
#social .feed-address:hover {
  background: #FFA800;
  color: #fff;
  text-shadow: none;
  border-color: #FF6600;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc34e), color-stop(100%, #ff9400));
  background: -webkit-linear-gradient(#ffc34e, #ff9400);
  background: -moz-linear-gradient(#ffc34e, #ff9400);
  background: -o-linear-gradient(#ffc34e, #ff9400);
  background: linear-gradient(#ffc34e, #ff9400);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#social .feed-address:active, #social .facebook-address:active, #social .twitter-address:active, #social .gmail-address:active {
  position: relative;
  bottom: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#social .facebook-address:hover {
  background: #b34dff;
  color: #fff;
  text-shadow: none;
  border-color: #7f01ff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b34dff), color-stop(100%, #7f01ff));
  background: -webkit-linear-gradient(#b34dff, #7f01ff);
  background: -moz-linear-gradient(#b34dff, #7f01ff);
  background: -o-linear-gradient(#b34dff, #7f01ff);
  background: linear-gradient(#b34dff, #7f01ff);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#social .twitter-address:hover {
  background: #4fabf8;
  color: #fff;
  text-shadow: none;
  border-color: #0a8ee2;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4fabf8), color-stop(100%, #0a8ee2));
  background: -webkit-linear-gradient(#4fabf8, #0a8ee2);
  background: -moz-linear-gradient(#4fabf8, #0a8ee2);
  background: -o-linear-gradient(#4fabf8, #0a8ee2);
  background: linear-gradient(#4fabf8, #0a8ee2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#social .gmail-address:hover {
  background: #f155a8;
  color: #fff;
  text-shadow: none;
  border-color: #ec1595;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f155a8), color-stop(100%, #ec1595));
  background: -webkit-linear-gradient(#f155a8, #ec1595);
  background: -moz-linear-gradient(#f155a8, #ec1595);
  background: -o-linear-gradient(#f155a8, #ec1595);
  background: linear-gradient(#f155a8, #ec1595);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#social p span {
  font: bold 1.2em/1.7em Georgia, "Times New Roman", Times, serif;
}
#social p {
  padding-bottom: 1em;
  font-size: 1.1em;
}
#social p.title {
  padding: 0 2em 1em 0;
  font-size: 1.1em;
}
#social .email {
  padding: 7px 7px 10px;
  border: 1px solid #D9D9D9;
  outline: none;
  width: 92%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#social .email {
 	text-align: right;
  	padding: 9px 7px 10px;
	border: 1px solid #D9D9D9;
	outline: none;
	width: 92%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#social .email:hover {
	border-color: #A4A4A4;
	-webkit-box-shadow: inset -1px 1px 2px 0px #E1E1E1;
	-moz-box-shadow: inset -1px 1px 2px 0px #e1e1e1;
	box-shadow: inset -1px 1px 2px 0px #E1E1E1;
}
#social .email:focus {
  border-color: #4d90fe;
  -webkit-box-shadow: inset -1px 1px 5px 0 #98c0fe;
  -moz-box-shadow: inset -1px 1px 5px 0 #98c0fe;
  box-shadow: inset -1px 1px 5px 0 #98c0fe;
}
#social form {
  width:85%;
  margin:0 auto;
  position: relative;
  display: block;
}
#social button {
  position: absolute;
  display: block;
  border: none;
  background: #7ED1ED;
  color: #fff;
  font-family: Tahoma;
  padding: 8px 10px 12px;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ed1ed), color-stop(100%, #3cb9e4));
  background: -webkit-linear-gradient(#7ed1ed, #3cb9e4);
  background: -moz-linear-gradient(#7ed1ed, #3cb9e4);
  background: -o-linear-gradient(#7ed1ed, #3cb9e4);
  background: linear-gradient(#7ed1ed, #3cb9e4);
  cursor: pointer;
}
button, input {
	line-height: normal;
}
button, input {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
#social button:active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3cb9e4), color-stop(100%, #7ed1ed));
  background: -webkit-linear-gradient(#3cb9e4, #7ed1ed);
  background: -moz-linear-gradient(#3cb9e4, #7ed1ed);
  background: -o-linear-gradient(#3cb9e4, #7ed1ed);
  background: linear-gradient(#3cb9e4, #7ed1ed);
}
#social .feed-address {
  display: block;
  padding: 10px;
  margin: 1em 2em 0;
  border: 1px solid #E1E1E1;
  text-align: center;
  background: #fff;
  color: #777;
  text-shadow: 0 1px 0 #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background: -moz-linear-gradient(#ffffff, #f2f2f2);
  background: -o-linear-gradient(#ffffff, #f2f2f2);
  background: linear-gradient(#ffffff, #f2f2f2);
}
#social .feed-address:hover {
  background: #FFA800;
  color: #fff;
  text-shadow: none;
  border-color: #FF6600;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc34e), color-stop(100%, #ff9400));
  background: -webkit-linear-gradient(#ffc34e, #ff9400);
  background: -moz-linear-gradient(#ffc34e, #ff9400);
  background: -o-linear-gradient(#ffc34e, #ff9400);
  background: linear-gradient(#ffc34e, #ff9400);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#social .feed-address:active {
  position: relative;
  bottom: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#footer-wrapper {
	background-color:#07539f;
	background:-webkit-gradient(linear, left top, left bottom, from(#07539f), to(#00234d));
	background:-webkit-linear-gradient(top, #07539f, #00234d);
	background:-moz-linear-gradient(top, #07539f, #00234d);
	background:-o-linear-gradient(top, #07539f, #00234d);
	background:-ms-linear-gradient(top, #07539f, #00234d);
	background:linear-gradient(top, #07539f, #00234d);
}

#footer-wrapper footer .footer-nav-wrapper {
	width:1000px;
	border-bottom:1px solid #00234e;
}

#footer-wrapper footer .footer_nav {
	font:normal 13px/1.6 BYekan, Tahoma, Arial;
	width:880px;
	margin:0 auto;
	padding:10px 0 0;
	height:55px;
}

#footer-wrapper footer .footer_nav li {
	display:inline;
}

#footer-wrapper footer .footer_nav li a {
	display:block;
	color:#ccc;
	background:none repeat fixed 0 0 #07438d;
	margin:.5em .8em .5em 0;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.4);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:2px 0 0 0 #003678 inset;
	-webkit-box-shadow:2px 0 0 0 #003678 inset;
	box-shadow:2px 0 0 0 #003678 inset;
	border:1px solid #063c7d;
	float:right;
}

#footer-wrapper footer .footer_nav li a.home:hover {
	background:#ffca58;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffca58), to(#ff7217));
	background:-webkit-linear-gradient(top, #ffca58, #ff7217);
	background:-moz-linear-gradient(top, #ffca58, #ff7217);
	background:-o-linear-gradient(top, #ffca58, #ff7217);
	background:-ms-linear-gradient(top, #ffca58, #ff7217);
	background:linear-gradient(top, #ffca58, #ff7217);
	color:#fff;
}

#footer-wrapper footer .item-wrapper {
	padding:10px;
	width:980px;
	border-top:1px solid #0251b6;
}

#footer-wrapper footer .item {
	float:right;
	width:306px;
	padding:0 10px 10px;
}

#footer-wrapper footer .item:hover {
	background-color:#1c3d7c;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#footer-wrapper footer .item:hover h3 {
	color:#fff;
}

#footer-wrapper footer .item li {
	display:block;
}

#footer-wrapper footer .item li a {
	color:#c2dbfb;
	text-shadow:0 2px 2px #032c58;
	display:block;
	padding:4px 5px 6px;
	border-bottom:1px solid #003678;
}

#footer-wrapper footer .item li a:hover {
	-moz-box-shadow:0 1px 3px black inset;
	-webkit-box-shadow:0 1px 3px black inset;
	box-shadow:0 1px 3px black inset;
	background:#00234e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFF;
	text-shadow:0 1px 1px #000;
}

#footer-wrapper footer .item h3 {
	color:#DDD;
	text-shadow:0 2px 2px #032c58;
	font:normal 1.5em/1.6 BSinaBold, Tahoma, arial;
}

#footer-wrapper .footer_bottom {
	background-color:#00234d;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.7);
}

#footer-wrapper .footer_bottom-container {
	width:1000px;
	margin:0 auto;
}

#footer-wrapper .footer_bottom-container .power_up {
	padding:10px;
}

#footer-wrapper .footer_bottom-container .copyright {
	font-size:11px;
	text-align:center;
}

.text-ltr {
	text-align:left;
	direction:ltr;
}

.sprit {
	background:url('https://asandownload.ir/templates/images/Sprit.png') no-repeat;
}

.left {
	float:Left;
}

.right {
	float:right;
}

.box {
	border:1px solid #d4d4d4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:5px;
	-moz-box-shadow:1px 1px 4px #e6e6e6;
	-webkit-box-shadow:1px 1px 4px #e6e6e6;
	box-shadow:1px 1px 4px #e6e6e6;
	margin-bottom:15px;
}

.hidden {
	display:none;
}

.counter {
	color:#666;
}

.resize {
	height:40px;
	max-height:25px;
	overflow-x:hidden;
	overflow-y:hidden;
}

.resize:hover {
	height:auto;
	max-height:500px;
}

#totop_scroller {
	display:block;
	height:25px;
	position:absolute;
	right:0;
	text-decoration:none;
	top:-10px;
	width:24px;
	z-index:1;
	background-position:-3px -190px;
}

#totop_scroller:hover {
	background-position:-3px -220px;
}

.update-antivirus a, article.post footer a, .toolbox a, #footer-wrapper footer .item, .footer_nav a, .software, .mobile, .game, .ebook, .video, .graphic, .tutorial, .shop, .script, .mac, .audio, .question dd, #social .email, #content-wrapper .sidebar-l .picgallery li:hover, .even:hover {
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	transition:all .5s ease 0s;
}

.message_box {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px 5px 10px 10px;
	text-align:justify;
	margin:5px 2px;
	position:relative;
	font-size:1.1em;
	clear:both;
	display:block;
}

.message_box p {
	margin-left:30px;
}

.message_box .msg_icon {
	width:29px;
	height:29px;
	display:block;
	margin:5px;
	position:absolute;
	left:0;
	top:0;
}

.information {
	background-color:#c8e7f1;
	border-top:1px solid #008db1;
	border-bottom:5px solid #008db1;
	border-right:1px solid #008db1;
	border-left:1px solid #008db1;
	text-shadow:0 1px #fff;
	color:#055689;
}

.information .info_icon {
	background-position:-307px -145px;
}

.attention {
	background-color:#f8f1c3;
	border-top:1px solid #dab100;
	border-bottom:5px solid #dab100;
	border-right:1px solid #dab100;
	border-left:1px solid #dab100;
	text-shadow:0 1px #fff;
	color:#806803;
}

.attention .attention_icon {
	background-position:-348px -145px;
}

.error {
	background-color:#fae7e7;
	border-top:1px solid #eb4747;
	border-bottom:5px solid #eb4747;
	border-right:1px solid #eb4747;
	border-left:1px solid #eb4747;
	color:#ca3838;
	text-shadow:0 1px #fff;
}

.error .error_icon {
	background-position:-386px -145px;
}

.success {
	background-color:#daf6b5;
	border-top:1px solid #677f00;
	border-bottom:5px solid #677f00;
	border-right:1px solid #677f00;
	border-left:1px solid #677f00;
	text-shadow:0 1px #fff;
	color:#566a02;
}

.success .success_icon {
	background-position:-423px -145px;
}

.news-inner-wrapper {
	border:1px solid #d4d4d4;
	-moz-box-shadow:1px 1px 4px #e6e6e6;
	-webkit-box-shadow:1px 1px 4px #e6e6e6;
	box-shadow:1px 1px 4px #e6e6e6;
	padding:5px 10px;
	margin:10px 0;
	line-height:1.7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #F8F8F8;
	background:-webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#E8E8E8));
	 background:-moz-linear-gradient(top, #F8F8F8, #E8E8E8);
}

.news-link-wrapper {
	overflow:hidden;
	margin:5px 0 5px;
}

.news-link-wrapper li {
	display:block;
	padding:0 17px 2px 0;
	background:url('../images/circle.png') no-repeat right center;
	clear:right;
}

.news-link-wrapper li a {
	color:#003595;
	padding:3px;
}

.news-link-wrapper li a:hover {
	background-color:#8d02c4;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-shadow:0 1px 1px #777;
}

.news-link-wrapper .jcarousel-direction-rtl {
	direction:rtl;
}

.news-link-wrapper .jcarousel-clip-vertical {
	height:132px;
}

.news-link-wrapper .jcarousel-item-vertical {
	width:500px;
	height:21px;
	overflow:hidden;
}

.news-link-wrapper .jcarousel-item-placeholder {
	background:#fff;
	color:#000;
}

.news-link-wrapper .jcarousel-next-vertical {
	position:absolute;
	top:35px;
	left:0;
	width:24px;
	height:24px;
	cursor:pointer;
	background:transparent url('https://asandownload.ir/templates/images/Sprit.png') no-repeat -344px -209px;
	display:none;
}

.news-link-wrapper .jcarousel-next-vertical:hover {
	background-position:-344px -181px;
}

.news-link-wrapper .jcarousel-next-disabled-vertical, .news-link-wrapper .jcarousel-next-disabled-vertical:hover, .news-link-wrapper .jcarousel-next-disabled-vertical:active {
	cursor:default;
	background-position:0 -96px;
}

.news-link-wrapper .jcarousel-prev-vertical {
	position:absolute;
	top:5px;
	left:0;
	width:24px;
	height:24px;
	cursor:pointer;
	background:transparent url('https://asandownload.ir/templates/images/Sprit.png') no-repeat -375px -181px;
	display:none;
}

.news-link-wrapper .jcarousel-prev-vertical:hover {
	background-position:-375px -209px;
}

.news-link-wrapper .jcarousel-prev-disabled-vertical, .news-link-wrapper .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-ticker .jcarousel-prev-disabled-vertical:active {
	cursor:default;
	background-position:0 -96px;
}

a:link, a:visited {
	color:#2a4c75;
	text-decoration:none;
}

a:hover, a:focus {
	color:#36c;
	text-decoration:none;
}

a:active {
	color:#222;
	text-decoration:none;
}

#content-wrapper .main-content article.software, #content-wrapper .main-content article.mobile, #content-wrapper .main-content article.game, #content-wrapper .main-content article.ebook, #content-wrapper .main-content article.video, #content-wrapper .main-content article.graphic, #content-wrapper .main-content article.tutorial, #content-wrapper .main-content article.shop, #content-wrapper .main-content article.script, #content-wrapper .main-content article.mac, #content-wrapper .main-content article.audio {
	border-bottom-width:5px;
}

.software:hover {
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
}

#content-wrapper .main-content article.mobile {
	border-color:#0d9eff;
}

.mobile:hover {
	-moz-box-shadow:0 0 10px rgba(10, 19, 152, 0.3);
	-webkit-box-shadow:0 0 10px rgba(10, 19, 152, 0.3);
	box-shadow:0 0 10px rgba(10, 19, 152, 0.3);
}

#content-wrapper .main-content article.game {
	border-color:#fc25a5;
}

.game:hover {
	-moz-box-shadow:0 0 10px rgba(157, 4, 96, 0.3);
	-webkit-box-shadow:0 0 10px rgba(157, 4, 96, 0.3);
	box-shadow:0 0 10px rgba(157, 4, 96, 0.3);
}

#content-wrapper .main-content article.ebook {
	border-color:#76a900;
}

.ebook:hover {
	-moz-box-shadow:0 0 10px rgba(84, 117, 9, 0.3);
	-webkit-box-shadow:0 0 10px rgba(84, 117, 9, 0.3);
	box-shadow:0 0 10px rgba(84, 117, 9, 0.3);
}

#content-wrapper .main-content article.video {
	border-color:#2ac5d6;
}

.video:hover {
	-moz-box-shadow:0 0 10px rgba(6, 103, 143, 0.3);
	-webkit-box-shadow:0 0 10px rgba(6, 103, 143, 0.3);
	box-shadow:0 0 10px rgba(6, 103, 143, 0.3);
}

#content-wrapper .main-content article.graphic {
	border-color:#c273e9;
}

.graphic:hover {
	-moz-box-shadow:0 0 10px rgba(111, 10, 161, 0.3);
	-webkit-box-shadow:0 0 10px rgba(111, 10, 161, 0.3);
	box-shadow:0 0 10px rgba(111, 10, 161, 0.3);
}

#content-wrapper .main-content article.tutorial {
	border-color:#c2745a;
}

.tutorial:hover {
	-moz-box-shadow:0 0 10px rgba(118, 71, 55, 0.3);
	-webkit-box-shadow:0 0 10px rgba(118, 71, 55, 0.3);
	box-shadow:0 0 10px rgba(118, 71, 55, 0.3);
}

#content-wrapper .main-content article.shop {
	border-color:#ff3028;
}

.shop:hover {
	-moz-box-shadow:0 0 10px rgba(144, 31, 27, 0.3);
	-webkit-box-shadow:0 0 10px rgba(144, 31, 27, 0.3);
	box-shadow:0 0 10px rgba(144, 31, 27, 0.3);
}

#content-wrapper .main-content article.script {
	border-color:#beab54;
}

.script:hover {
	-moz-box-shadow:0 0 10px rgba(139, 125, 60, 0.3);
	-webkit-box-shadow:0 0 10px rgba(139, 125, 60, 0.3);
	box-shadow:0 0 10px rgba(139, 125, 60, 0.3);
}

#content-wrapper .main-content article.audio {
	border-color:#e2be5c;
}

.audio:hover {
	-moz-box-shadow:0 0 10px rgba(230, 194, 94, 0.6);
	-webkit-box-shadow:0 0 10px rgba(230, 194, 94, 0.6);
	box-shadow:0 0 10px rgba(230, 194, 94, 0.6);
}

#content-wrapper .main-content article.mac {
	border-color:#baa59e;
}

.mac:hover {
	-moz-box-shadow:0 0 10px rgba(105, 81, 37, 0.3);
	-webkit-box-shadow:0 0 10px rgba(105, 81, 37, 0.3);
	box-shadow:0 0 10px rgba(105, 81, 37, 0.3);
}

.question h2 {
	color:#036;
	font-family:"b yekan", BYekan, tahoma, arial;
	font-size:20px;
	font-weight:normal;
	padding-top:20px;
}

.question p {
	text-align:justify;
	font-size:1.1em;
	padding:5px;
}

.question dt {
	color:#5f6a73;
	font-size:16px;
	margin-top:30px;
	padding-left:25px;
	position:relative;
	border:1px solid transparent;
	font-family:"b koodak", BKoodakBold, Tahoma;
	background:url('../images/question.png') right top no-repeat;
	padding-right:25px;
}

.question dd {
	font-size:1.1em;
	color:#5f6a73;
	background-color:#edf2f6;
	line-height:1.5;
	padding:10px;
	margin:10px 10px 0;
	display:block;
	text-align:justify;
	border:1px solid #c1dbef;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.question dd:hover {
	color:#136bc5;
	background-color:#f1f6fc;
	border:1px solid #136bc5;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

.clear-fix {
	display:inline-block;
}

* html .clearfix {
	height:1%;
}

*:first-child+html .clearfix {
	min-height:1px;
}

.content-box {
	background:url('../images/links-bg.gif') repeat-x bottom left;
	border:1px solid #85d71d;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	position:relative;
	margin-bottom:15px;
	-moz-box-shadow:1px 1px 4px #e6e6e6;
	-webkit-box-shadow:1px 1px 4px #e6e6e6;
	box-shadow:1px 1px 4px #e6e6e6;
	padding-bottom:10px;
}

.content-box .header {
	border-bottom:1px solid #85d71d;
	text-shadow:0 1px white;
	-webkit-box-shadow:0 1px 0 white;
	-moz-box-shadow:0 1px 0 #fff;
	box-shadow:0 1px 0 white;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	position:relative;
	color:#636363;
	background:#85d71d;
	background:-webkit-linear-gradient(top, #e1ff91, #85d71d);
	background:-moz-linear-gradient(top, #e1ff91, #85d71d);
	background:-o-linear-gradient(top, #e1ff91, #85d71d);
	background:-ms-linear-gradient(top, #e1ff91, #85d71d);
	background:linear-gradient(top, #e1ff91, #85d71d);
}

.content-box .header h3 {
	display:block;
	padding:7px;
	font-size:17px;
	font-weight:bold;
	margin:0;
	color:#437800;
	text-shadow:1px 1px 1px white;
	text-align:center;
}

.content-box .linkbox {
	margin:0 5px 10px 0;
	padding-top:5px;
	height:300px;
	overflow:auto;
}

.content-box .linkbox li ,.related_post li {
	padding-right:18px;
	overflow:hidden;
	white-space:nowrap;
	line-height:1.8;
	background:url('../images/external-link.png') no-repeat 99% center transparent;
}
.related_post li{
	padding: 2px 18px 2px 0;
}
.content-box .linkbox li a {
	padding:2px;
	color:#1a3368;
	margin:0 5px 0 5px;
	line-height:1.7;
}

.content-box .linkbox li a:hover {
	background-color:#c270ff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:white;
	text-shadow:0 1px 1px #777;
}

.content-box .linkbox li span {
	color:#999;
	font-size:.9em;
}

a.btn-link {
	padding:2px 10px 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	font-size:.9em;
	line-height:1.3;
	background:#6ba217;
	border-bottom:1px solid #237005;
	font-size:1em;
	margin:5px 10px 0;
}

.btn-link:hover {
	background:#4d90fe;
}

.btn-link:active {
	background:#357ae8;
}

.google-plus  {
	background-color:#eff5fb;
	border:1px solid #3f719d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	bottom:40px;
	-moz-box-shadow:0 0 0 4px rgba(151,  204,  250,  0.6),  0 1px 0 0 rgba(151,  204,  250,  0.4) inset,  0 -1px 1px 0 rgba(0,  0,  0,  0.1) inset;
	-webkit-box-shadow:0 0 0 4px rgba(151,  204,  250,  0.6),  0 1px 0 0 rgba(151,  204,  250,  0.4) inset,  0 -1px 1px 0 rgba(0,  0,  0,  0.1) inset;
	box-shadow:0 0 0 4px rgba(151,  204,  250,  0.6),  0 1px 0 0 rgba(151,  204,  250,  0.4) inset,  0 -1px 1px 0 rgba(0,  0,  0,  0.1) inset;
	left:10px;
	position:fixed;
    width: 105px;
    padding-left: 20px;
    height: 80px;
    padding-top: 3px;
}

.google-plus p  {
	color: #23378C;
	padding-bottom: 5px;
}

#social .googleinfo p{
	padding-top: 30px;
	float: left;
	width: 210px;
	padding-left: 30px;
}
.jScrollPaneContainer {
	position:relative;
	overflow:hidden;
	z-index:1;
	margin-top:5px;
}

.jScrollPaneTrack {
	position:absolute;
	cursor:pointer;
	right:0;
	top:0;
	height:100%;
	background:#a3f17f;
	left:0;
	right:auto;
}

.jScrollPaneDrag {
	position:absolute;
	background:#0ba324;
	cursor:pointer;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.jScrollPaneDragTop {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

.jScrollPaneDragBottom {
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
}

a.jScrollArrowUp {
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	text-indent:-2000px;
	overflow:hidden;
	height:9px;
	left:0;
	right:auto;
}

a.jScrollArrowDown {
	display:block;
	position:absolute;
	z-index:1;
	bottom:0;
	right:0;
	text-indent:-2000px;
	overflow:hidden;
	height:9px;
	left:0;
	right:auto;
}

.inner-info .email-field {
	padding: 7px;
	width: 250px;
	border: 1px solid #CCC;
	direction: ltr;
	margin-top:5px;
}

.inner-info .email-submit {
	margin: 10px 0 0;
	padding: 3px 5px 6px;
	border: none;
	background: #0C6BE4;
	font-weight: bold;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: white;
	cursor: pointer;
}

.inner-info .email-submit:hover {
	background: #2588F3;
}

.inner-info .email-field:focus {
	border-color: #5ab5e7;
	-moz-box-shadow:0px 0px 2px #5ab5e7;
	-webkit-box-shadow:0px 0px 2px #5ab5e7;
	box-shadow: 0px 0px 2px #5ab5e7;
}

.red {
	color:#FF0000;
}

#Tabs-one {
	padding:0 7px 0 7px;
	margin:10px 0 0 0;
	overflow:hidden;
}

#Tabs-one .list-wrap {
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
}

#Tabs-one .nav {
	overflow:hidden;
	margin:0 0 7px 0;
}

#Tabs-one .nav li {
	float:right;
	margin-right:0;
	margin-left:2px;
}

#Tabs-one .nav li.last {
	margin-left:0;
}

#Tabs-one ul {
	list-style:none;
	text-align:right;
	direction:rtl;
}

#Tabs-one ul li a {
	display:block;
	border-radius:6px 6px 6px 6px;
	font-size:15px;
	padding:6px 5px;
	font-family:BKoodakBold, Tahoma;
	font-weight:normal;
	margin:0 2px;
}

#Tabs-one ul li:last-child a {
	border:0;
}

#Tabs-one ul li.nav-one a.current, #Tabs-one ul li.nav-two a.current, #Tabs-one ul li.nav-three a.current, #Tabs-one ul li.nav-four a.current {
	color:#970f4d;
	background:#dc4599;
	background:-webkit-gradient(linear, left top, left bottom, from(#f55eb7), to(#c52e7c));
	background:-moz-linear-gradient(top, #f55eb7, #c52e7c);
	text-shadow:0 1px 0 #e973bc;
	-moz-box-shadow:0 -1px 0 #b33273, 0px 1px 0 #f6a8d6, 0px 3px 3px rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 -1px 0 #b33273, 0px 1px 0 #f6a8d6, 0px 3px 3px rgba(0, 0, 0, 0);
	box-shadow:0 -1px 0 #b33273, 0px 1px 0 #f6a8d6, 0px 3px 3px rgba(0, 0, 0, 0);
}

#download-link, #installation-guide, #info, #tags, #system-requirements, #english-info {
	text-align:right;
	direction:rtl;
	padding:10px 15px;
	line-height:1.8em;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:5px;
}

#download-link {
	background-color:#fffdd1;
	background:-webkit-gradient(linear, left top, left bottom, from(#fffdd1), to(#f7f4aa));
	background:-moz-linear-gradient(top, #fffdd1, #f7f4aa);
	border:1px solid #e6b868;
	color:#e49b1b;
}

#download-link a {
	color:#c88207;
	padding:2px;
}

#download-link a:hover {
	background-color:#c88207;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#installation-guide {
	color:#0e5c90;
	background-color:#cdeafd;
	background:-webkit-gradient(linear, left top, left bottom, from(#cdeafd), to(#afddfb));
	background:-moz-linear-gradient(top, #cdeafd, #afddfb);
	border:1px solid #327fc6;
}

#installation-guide a:link, #installation-guide a:hover, #installation-guide a:visited {
	color:#0e5c90;
}

#info {
	color:#05608a;
	background-color:#b0f3fa;
	background:-webkit-gradient(linear, left top, left bottom, from(#b0f3fa), to(#8eeef9));
	background:-moz-linear-gradient(top, #b0f3fa, #8eeef9);
	border:1px solid #2cb0bf;
}

#info a:link, #info a:hover, #info a:visited {
	color:#05608a;
}

#tags {
	color:#97085b;
	background-color:#fbd7ec;
	background:-webkit-gradient(linear, left top, left bottom, from(#fbd7ec), to(#fec4e6));
	background:-moz-linear-gradient(top, #fbd7ec, #fec4e6);
	border:1px solid #fa6bbe;
}

#tags a:link, #tags a:visited {
	background-color:#e17bb3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255);
	box-shadow:0 1px 0 rgba(255, 255, 255);
	display:inline-block;
	margin-bottom:3px;
	padding:2px 6px;
	text-shadow:0 1px 1px #fff;
	color:#97085b;
}

#tags a:hover {
	-moz-box-shadow:0 1px 0 transparent;
	-webkit-box-shadow:0 1px 0 transparent;
	box-shadow:0 1px 0 transparent;
	color:#fff;
	text-shadow:0 1px 1px #97085b;
}

#system-requirements {
	background-color:#e7e7e7;
	background:-webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#c5c4c4));
	background:-moz-linear-gradient(top, #e7e7e7, #c5c4c4);
	border:1px solid #908f8f;
}

#english-info {
	color:#1d8a2d;
	background-color:#cee475;
	background:-webkit-gradient(linear, left top, left bottom, from(#e0eeab), to(#cee475));
	background:-moz-linear-gradient(top, #e0eeab, #cee475);
	border:1px solid #709f00;
	padding:10px 15px;
	line-height:1.8em;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:5px;
}

.list-wrap h4 {
	font-family:BYekan, tahoma;
	font-size:1.6em;
	font-weight:normal;
	padding:2px;
	margin-bottom:10px;
}

.related h3 {
	color: #999;
	padding-right: 10px;
	font-family:BSinaBold, Tahoma;
	margin:0 0 10px 15px;
	font-size:1.6em;
	padding:6px 0;
	text-align: right;
}

.related_post {
	background:#e1ffdb;
	border:1px solid #1fb403;
	-moz-border-radius:10px;
	-webkit-moz-border:10px;
	border-radius:10px;
	line-height:1.3;
	margin-bottom:20px;
	overflow:hidden;
	padding:15px 8px;
	-moz-box-shadow:0 0 16px #A5EB97;
	-webkit-box-shadow:0 0 16px #A5EB97;
	box-shadow:0 0 16px #A5EB97;
}

.related_post a {
	color:#30922c;
	padding:4px 5px;
}

.related_post a:hover {
	background-color:#1fb403;
	-moz-border-radius: 5px;
	-webkit-moz-border: 5px;
	border-radius: 5px;
	color:#FFF;
	text-shadow:0 1px 1px #000;
}

.nav .download-matte {
	color:#886500;
	background:#fc0;
	background:-webkit-gradient(linear, left top, left bottom, from(#fc0), to(#d49d00));
	background:-moz-linear-gradient(top, #fc0, #d49d00);
	text-shadow:0 1px 1px #fc3;
	-moz-box-shadow:0 -1px 0 #ffeca0, 0px 1px 0 #b78800, 0px 3px 3px rgba(0, 0, 0, .25);
	-webkit-box-shadow:0 -1px 0 #ffeca0, 0px 1px 0 #b78800, 0px 3px 3px rgba(0, 0, 0, .25);
	box-shadow:0 -1px 0 #ffeca0, 0px 1px 0 #b78800, 0px 3px 3px rgba(0, 0, 0, .25);
}

.nav .download-matte:hover {
	color:#fff;
	background:#fc0;
	background:-webkit-gradient(linear, left top, left bottom, from(#fec100), to(#cd8c00));
	background:-moz-linear-gradient(top, #fec100, #cd8c00);
}

.nav .download-matte:active {
	color:#b17e00;
	background:#fc0;
	background:-webkit-gradient(linear, left top, left bottom, from(#e9ad00), to(#c28400));
	background:-moz-linear-gradient(top, #e9ad00, #c28400);
	-moz-box-shadow:0 -1px 0 #c28400, 0px 1px 0 #e8ac00, 0px 3px 3px rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 -1px 0 #c28400, 0px 1px 0 #e8ac00, 0px 3px 3px rgba(0, 0, 0, 0);
	box-shadow:0 -1px 0 #c28400, 0px 1px 0 #e8ac00, 0px 3px 3px rgba(0, 0, 0, 0);
	text-shadow:0 1px 1px #f0a700;
}

.download-help, .bad-link {
	display:block;
	position:absolute;
	padding:2px 10px 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	font-size:.9em;
	line-height:1.3;
}

.download-help {
	top:10px;
	left:10px;
	background:#8ec61a;
	border-bottom:1px solid #6ba217;
}

.download-help:hover {
	background:#6ba217;
}

.download-help:active {
	background:#6ba217;
}

.bad-link {
	top:10px;
	left:105px;
	background:#ff6b0f;
	border:0;
	border-bottom:1px solid #d82727;
}

.bad-link:hover {
	background:#f93131;
}

.bad-link:active {
	background:#f93131;
}

.widget_contents {
	background-color:#fffdd1;
	background:-webkit-gradient(linear, left top, left bottom, from(#fffdd1), to(#f7f4aa));
	background:-webkit-linear-gradient(top, #fffdd1, #f7f4aa);
	background:-moz-linear-gradient(top, #fffdd1, #f7f4aa);
	background:-o-linear-gradient(top, #fffdd1, #f7f4aa);
	background:-ms-linear-gradient(top, #fffdd1, #f7f4aa);
	background:linear-gradient(top, #fffdd1, #f7f4aa);
	border-bottom:1px solid #e6b868;
	border-right:1px solid #e6b868;
	border-left:1px solid #e6b868;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	padding:15px;
	padding-top:5px;
	width:480px;
	margin:0 auto;
	margin-top:-5px;
	clear:both;
}

.widget_contents .title {
	font-size:1.6em;
	text-shadow:0 0 1px #fff;
	font-family:BYekan, tahoma;
	text-align:right;
	padding-right:35px;
	margin:0;
	margin-bottom:10px;
	background:url('../images/help.png') no-repeat right center;
}

.widget_contents p {
	line-height:1.5em;
}

.widget_contents p a:link ,.widget_contents p a:link {
    color: #000;
}
.widget_contents p a:hover ,.widget_contents p a:hover {
    color: #36c;
}

.tags a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	color: #444444;
	display: block;
	float: right;
	margin: 0px 4px;
	padding: 3px 4px;
}
.tags a:hover {
    background-color: #E25AA5;
    color: #FFFFFF;
}
div.moduletable {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

#content-wrapper .contact-content .post .moduletable h4.moduletitle {
    background-attachment: scroll;
    background: url('../images/bg-title.png') no-repeat right -49px;
    text-shadow: 1px 1px #800100;
    float: right;
    font-size: 150%;
    height: 41px;
    line-height: 240%;
    margin: 10px -7px 10px 0px;
    padding: 0 20px 0 0;
    width: 95%;
}
.moduletable h4.moduletitle span {
    background-attachment: scroll;
    background: url('../images/bg-title.png') no-repeat 0 0;
    color: #FFFFFF;
    float: right;
    height: 41px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}
.modulecontent {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 27px;
    padding-top: 10px;
}
.modulebox {
    padding-bottom: 15px 0;
}
.even {
    display: block;
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid rgb(187, 187, 187);
	width: 125px;
	height: 125px;
	overflow: hidden;
	background: url('../images/load.gif') no-repeat 50% 50%;
}
.even:hover {
	border: 1px solid #ccc;
}
.min {
	float: right;
	margin-left: 10px;
	width: 317px;
}
.min .modulecontent {
	padding-right: 10px;
}
.max {
	float: right;
	width: 645px;
}
#content-wrapper .sidebar-l .picgallery li{
	float: right;
	margin: 5px;
	border: 1px solid rgb(187, 187, 187);
	padding: 3px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
#content-wrapper .sidebar-l .picgallery li:hover, .even:hover {
	border-color: #ccc;
	-moz-box-shadow:0 0 12px #53B2F1;
	-webkit-box-shadow:0 0 12px #53B2F1;
	box-shadow:0 0 12px #53B2F1;
}
#content-wrapper .sidebar-l .picgallery img {
	width: 80px;
	height: 80px;
}
.modal {
	padding: 3px;
	overflow: hidden;
	width: 632px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
}
.modal a img{
	background: url("../images/load.gif") no-repeat scroll 50% 50% transparent;
	border: 1px solid rgb(187, 187, 187);
	padding: 3px;
	margin-bottom: 20px;
}
.modal img{
	padding-bottom: 15px;
}
.modal p {
	text-align: justify;
	direction: rtl;
	padding: 10px;
}
.modal .itemDateCreated {
	position: absolute;
	width: 59px;
	height: 68px;
	top: -2px;
	left: 13px;
	background: url('../images/calendar.png') top right no-repeat;
}
.modal .itemDateCreated .itemyear{
	height: 18px;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	margin: 7px 0 0 0;
	color: #ffffff;
	float: left;
	line-height: 18px;
}
.modal .itemDateCreated .itemday {
	width: 100%;
	float: left;
	margin: 2px 0 0;
	line-height: 20px;
	height: 20px;
	color: #000000;
	text-align: center;
	font-size: 180%;
	text-shadow: 1px 1px 1px #ffffff;
}
.modal .itemDateCreated .itemmonth {
	width: 100%;
	float: left;
	color: #000000;
	line-height: 12px;
	height: 12px;
	text-align: center;
	font-size: 100%;
	text-shadow: 1px 1px 1px #ffffff;
}
.center {
	text-align: center;
}
.widget .video_one{ 
    float:right;
    color: #A0A0A0;
    padding: 4px;
    width: 90%;
    margin: 0px 4px 10px;
	border: 1px solid #D6D6D6;
}
.widget .video_thumb{ 
    height:80px;
}
.video_one.detailSide{
    display:block;
    width: 130px;
}
.index_video_list .duration, .video_one.detailSide .duration{
    color: #DDDDDD;
    display: inline-block;
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;
    margin-top: -25px;
    padding: 0px 5px 0;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.7);
	opacity:0.8;
}
.video_one:hover {
	border-color: #ccc;
	-moz-box-shadow:0 0 12px #53B2F1;
	-webkit-box-shadow:0 0 12px #53B2F1;
	box-shadow:0 0 12px #53B2F1;
}
.video_one_thumb{ 
    /*border: 1px solid #444;*/
    display:block;
    /*padding:1px;*/
    background-color:#FFFFFF;
}
.video_one_thumb img{
    width: 100%;
}
.video_thumb{
    background-size:100% 100%;
    background-position-x:50%;
    background-position-y:50%;
    background-color:#272727;
    background-repeat: no-repeat;
}
.widget-container .post-thumbnail {
    margin: 3px 6px;
    float:right;
    position: relative;
    background: none repeat scroll 0% 0% #FFF;
    padding: 2px;
    box-shadow: 0px 0px 2px #B5B5B5;
    line-height: 0;
}
.widget-container a {
    color: #146DF3;
    text-decoration: none;
    display:block;
}
.post-thumbnail img {
    transition: all 0.4s ease 0s;
    height: auto;
    max-width: 100%;
    width: 58px;
}
.post-thumbnail a:hover  img{
        opacity:0.5;
    }
ul.pagination,ul.paginate{margin:0;padding:0;height:100%;overflow:hidden;font:12px 'Tahoma';list-style-type:none;text-align:left;direction:ltr}ul.pagination li{float:left;padding:0;margin-left:5px;margin-bottom:3px;margin-top:0;margin-right:0}ul.pagination li:first-child{margin-left:0}ul.pagination li a{color:black;display:block;text-decoration:none;padding:2px 2px}ul.pagination li a img{border:0}ul.paginationE{padding:6px 6px 2px;background:#fff;border:solid 1px #d4d4d4;margin:10px 0}ul.paginationE,ul.paginationE li a{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}ul.paginationE li a{background:#fff}ul.paginationE li{padding-bottom:1px}ul.paginationE li a:hover,ul.paginationE li a.current,ul.paginationE li a.first,ul.paginationE li a.previous,ul.paginationE li a.next,ul.paginationE li a.last{color:#fff;-moz-box-shadow:0 1px #ededed;-webkit-box-shadow:0 1px #ededed;box-shadow:0 1px #ededed}ul.paginationE li a.current{padding:2px}ul.paginationE03 li a{color:#4a76c6}ul.paginationE03 li a:hover,ul.paginationE03 li a.current,ul.paginationE03 li a.first,ul.paginationE03 li a.previous,ul.paginationE03 li a.next,ul.paginationE03 li a.last{text-shadow:0 1px #4674c8;border-bottom-color:#355ddd;background:#5a8ce7;background:-webkit-linear-gradient(top,#86b1ff,#5a8ce7);background:-moz-linear-gradient(top,#86b1ff,#5a8ce7);background:-o-linear-gradient(top,#86b1ff,#5a8ce7);background:-ms-linear-gradient(top,#86b1ff,#5a8ce7);background:linear-gradient(top,#86b1ff,#5a8ce7);background:-webkit-gradient(linear,0 0,0 100%,from(#86b1ff),to(#5a8ce7))}ul.paginationE li span.current{color:#fff;padding:2px;-moz-box-shadow:0 1px #ededed;-webkit-box-shadow:0 1px #ededed;box-shadow:0 1px #ededed;text-shadow:0 1px #4674c8;border-bottom-color:#355ddd;background:#5a8ce7;background:-webkit-linear-gradient(top,#86b1ff,#5a8ce7);background:-moz-linear-gradient(top,#86b1ff,#5a8ce7);background:-o-linear-gradient(top,#86b1ff,#5a8ce7);background:-ms-linear-gradient(top,#86b1ff,#5a8ce7);background:linear-gradient(top,#86b1ff,#5a8ce7);background:-webkit-gradient(linear,0 0,0 100%,from(#86b1ff),to(#5a8ce7));-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;display:block}ul.paginate li{float:left;margin:0;padding:0;margin-left:5px}ul.paginate li:first-child{margin-left:0}ul.paginate li a,ul.paginateC li span.pages{color:black;display:block;text-decoration:none;padding:5px}ul.paginate li a img{border:0}ul.paginateC{margin:10px 0}ul.paginateC li a,ul.paginateC li span.pages{color:#707070;background:#fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:solid 1px #dcdcdc;padding:5px}ul.paginateC li{padding-bottom:1px}ul.paginateC li a:hover,ul.paginateC li a.current{color:#FFF;-moz-box-shadow:0 1px #ededed;-webkit-box-shadow:0 1px #ededed;box-shadow:0 1px #ededed}ul.paginateC02 li a:hover,ul.paginateC02 li a.current{text-shadow:0 1px #388dbe;border-color:#3390ca;background:#58b0e7;background:-webkit-linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:-moz-linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:-o-linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:-ms-linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#b4f6ff),color-stop(0.02,#63d0fe),color-stop(1,#58b0e7))}ul.paginateC li span.current{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:block;padding:5px;color:#fff;-moz-box-shadow:0 1px #ededed;-webkit-box-shadow:0 1px #ededed;box-shadow:0 1px #ededed;text-shadow:0 1px #388dbe;border:solid 1px#3390ca;background:#58b0e7;background:-webkit-linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:-moz-linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:-o-linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:-ms-linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:linear-gradient(top,#b4f6ff 1px,#63d0fe 1px,#58b0e7);background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#b4f6ff),color-stop(0.02,#63d0fe),color-stop(1,#58b0e7))}