@charset "utf-8";
‫html, body, ul, li, p, ol, h1, h2, h3, h4, h5, img, input, select, textarea {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	text-decoration: none;
}
body {
	background: #d8d8d8 url(images/bg.png) repeat fixed;
	direction: rtl;
	min-width: 960px !important;
	min-height: 700px;
}
::selection {
	background: #d451a0;
	color: #FFF;
	text-shadow: #a52b74 0px 1px 0px;
}
::-moz-selection {
 background: #d451a0;
 color: #FFF;
 text-shadow: #a52b74 0px 1px 0px;
}
a {
	outline: 0px;
	text-decoration: none;
}
ul, li, ol { list-style: none; }
img { border: none; }
input[type="text"], textarea, select , input[type="password"]{
	border: 1px #e7e7e9 solid;
	background: #fcfcff;
	color: #8b8b9d;
	margin: 0px 2px;
	padding: 4px 7px;
	font-family: Tahoma;
	font-size: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea { resize: none; }
input[type="submit"], input[type=reset], .button {
	color: #FFF;
	text-shadow: #c52b79 0px 1px 0px;
	background: #db50a4 url(images/buttonBg.png) repeat-x center -2px;
	border: none !important;
	font: 9pt Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 4px 8px !important;
	padding-bottom: 6px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
input[type="submit"]:hover, input[type=reset]:hover, .button:hover {
	background: #82828b url(images/buttonBgHover.png) repeat-x center -2px;
	text-shadow: #5d5d67 0px 1px 0px;
}
fieldset {
	margin-bottom: 6px;
	border: 1px #e7e7e9 solid;
	background: #fcfcff;
	color: #8b8b9d;
	font: 9pt Tahoma, Geneva, sans-serif;
}
legend {
	color: #FFF;
	text-shadow: #c52b79 0px 1px 0px;
	background: #db50a4 url(images/buttonBg.png) repeat-x center -2px;
	border: none !important;
	font: 9pt Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 4px 8px !important;
	padding-bottom: 6px !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#header {
	background: url(images/headerBg.png) repeat-x center top;
	width: 100%;
	clear: both;
}
#header .header {
	width: 960px;
	height: 200px;
	margin: 0px auto;
	position: relative;
}
.header .picLogo {
	background: url(images/pic-logo.png) no-repeat -3px -6px;
	width: 147px;
	height: 183px;
	position: absolute;
	right: 0px;
	top: 10px;
}
.header .logo {
	background: url(images/logo.png) no-repeat;
	width: 348px;
	height: 189px;
	position: absolute;
	right: 105px;
}
.header .search {
	background: url(images/searchBg.png) no-repeat center -6px;
	width: 260px;
	height: 44px;
	position: absolute;
	left: 0px;
	top: 15px;
}
.header .search input {
	margin: 0px;
	padding: 0px;
	border: none !important;
	background: none;
}
.header .search .inputText {
	width: 195px;
	margin: 0 10px 0 0;
	padding: 10px 0;
	float: right;
}
.header .search .inputGo {
	float: left;
	width: 55px;
	height: 44px;
	overflow: hidden;
	text-indent: 100px;
	cursor: pointer;
}
.header .icoShare {
	position: absolute;
	float: left;
	left: 270px;
	top: 20px;
	width: 108px;
}
.icoShare li { float: right; }
.icoShare li a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 2px;
	overflow: hidden;
	text-indent: -100px;
}
.icoShare li.rss a { background: url(images/ico-share.png) no-repeat -86px -6px; }
.icoShare li.twitter a { background: url(images/ico-share.png) no-repeat -46px -6px; }
.icoShare li.facebook a { background: url(images/ico-share.png) no-repeat -6px -6px; }
.adv468 {
	background: url(images/adv-468.png) no-repeat;
	width: 468px;
	height: 60px;
}
.header .adv {
	position: absolute;
	left: 0px;
	top: 75px;
}
.header .nav {
	position: absolute;
	left: 0px;
	top: 158px;
	width: 515px;
	height: 42px;
}
.header .nav li { float: right; }
.header .nav li a {
	display: block;
	background:url(images/navLink.png) no-repeat -6px -6px;
	color: #FFF;
	text-shadow: #3e3e3e 0px 1px 1px;
	width: 100px;
	height: 42px;
	line-height: 35px;
	margin: 0 3px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.header .nav li a:hover, .header .nav li.active a {
	background:url(images/navLink.png) no-repeat -109px -6px;
	text-shadow: #860d48 0px 1px 1px;
}
/* Css */
.navigation {
	width: 980px;
	position: relative;
	margin: 0px auto;
	margin-top: -6px;
}
.navigation .nRight {
	background: url(images/navigationRight.png) no-repeat right top;
	padding: 0 11px 0 0 !important;
	height: 63px;
}
.navigation .nLeft {
	background: url(images/navigationLeft.png) no-repeat left top;
	padding: 0 0 0 11px !important;
	height: 63px;
}
.navigation .nContent {
	height: 63px;
	width: auto;
	display: block;
	background: #FFF url(images/navigationBg.png) repeat-x center top;
}
.navigation .nContent .nLinks { margin: 0 5px; }
.navigation .nContent .nLinks li { float: right; }
.navigation .nContent .nLinks li a {
	display: block;
	margin: 7px 0 0 10px;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
	background: url(images/nLine.png) no-repeat left center;
	color: #8c8c94;
	text-shadow: #FFF 0px 1px 0px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
}
.navigation .nContent .nLinks li a:hover { color: #bc458c; }
/* navigation */
.container {
	width: 938px;
	padding: 10px;
	background: #FFF;
	display: block;
	margin: 0px auto;
	overflow: hidden;
}
/* container */
.footer {
	background: url(images/footerBg.png) repeat-x center top;
	height: 81px;
	width: 100%;
}
.footer .fContent {
	width: 958px;
	margin: auto;
	height: 81px;
	background: #FFF url(images/footerBg.png) repeat-x center top;
}
.footer .fContent .bdayh {
	float: left;
	margin: 20px 0 0 0;
}
.footer .fContent .copyright {
	float: right;
	margin: 30px 0 0 0;
}
/* footer */
.googleAds {
	width: 728px;
	height: 90px;
	clear: both;
	margin: 0px auto;
	background: #f8f8f8;
	border: #e7e7e8 1px solid;
	padding: 4px;
}
/* googleAds */
.header, .navigation, .containervB {
	width: 85% !important;
	min-width: 960px !important;
}
.fContent {
	width: 83.9% !important;
	min-width: 938px !important;
}
.containervB {
	display: block;
	margin: 0px auto;
	overflow: hidden;
}
.containervB .contentvB {
	margin: 0 11px;
	padding: 10px;
	background: #FFF;
}
.header .nav, .adv, .search { left: 15px !important; }
.icoShare { left: 285px !important; }
/* css */
.BdCatBlockBody {
	padding: 3px;
	margin: 5px auto !important;
	overflow: hidden;
	display: block;
	border: 1px #dedee0 solid;
	background: #e8e8e9;
}
/* css */
.panel .vBulletin_editor {
	border: 1px #e7e7e9 solid;
	background: #F7F7FA;
}
.vBulletin_editor .controlbar fieldset iframe { border: none !important; }
.vBulletin_editor { border: none !important; }
