/*
Theme Name: Dorsa
Ver : 2.0 - 20.01.95
Edit: Upgrade To Dle 11
Site: http://ParsDLE.IR
Email: parsdle@yahoo.com
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 101%;
}
body {
	direction: rtl;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	font: 12px Tahoma, sans-serif, Arial;
	color: #777777;
	/* overflow-x: hidden; */
}
@font-face {
	font-family: "Yekan";
	src: url("../fonts/Yekan.eot?#") format("eot"),
	     url("../fonts/Yekan.woff") format("woff"),
		 url("../fonts/Yekan.ttf") format("truetype"),
		 url("../fonts/Yekan.svg#Yekan") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'editor';
	src: url('../fonts/editor.woff') format('woff'),
		 url('../fonts/editor.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
a {
	color: #f35853;
	text-decoration: none;
}
img {
	border: none;
}
a:active, a:focus {
	outline: none;
}
.body {
	min-width: 1000px;
}
.alert {
	position: absolute;
	width: 500px;
	height: 500px;
	display: block !important;
	background: url(../images/ie6.jpg) left top no-repeat;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -250px;
	z-index: 100000;
}
.billboard {
	float: left;
	height: 60px;
	margin: 35px 0 0;
	width: 468px;
}
.billboard img {
	height: 60px;
	width: 468px;
}
.headcont {
	background-image: url("../images/header.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 168px;
	min-width: 1000px;
	position: relative;
	width: 100%;
}
.header {
	height: 128px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.logo {
	background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0;
	display: block;
	height: 80px;
	position: absolute;
	right: 0;
	top: 26px;
	width: 314px;
}
.logo:hover {
	background: rgba(0, 0, 0, 0) url("../images/logo-hover.png") no-repeat scroll 0 0;
}
/* - ParsDLE.com - */	
.lcol {
	float: left;
}
.clr, .clear {
	clear: both;
}
.zeromarg {
	margin: 0;
}
.header-top-left {
	left: 0;
	position: absolute;
	top: 3px;
	z-index: 1000;
}
.header-top-links {
	float: right;
}
.header-top-links a {
	background: rgba(58, 58, 58, 0.30) none repeat scroll 0 0;
	color: #fff;
	float: right;
	font: 12px/23px Yekan;
	height: 24px;
	margin: 0 3px 0 0;
	padding: 0 9px 0 7px;
}
.header-top-links a:hover {
	background: rgba(58,58,58,0.6);
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.reg-login {
	float: left;
	margin-right: 5px;
	position: relative;
}
#login-panel {
	float: left;
	margin-top: 0;
	position: relative;
	z-index: 1000;
}
#not-logged {
	overflow: hidden;
}
.lone, .ltwo {
	color: #fff;
	float: right;
	font: 12px/22px Yekan;
	height: 24px;
	margin: 0 3px 0 0;
}
.linehfix {
	font: 12px/23px Yekan !important;
}
.lone {
	background: rgba(250, 0, 0, 0.6);
	padding: 0 15px 0 12px;
}
.lone:hover {
	background: rgba(230, 0, 0, 0.8);
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.ltwo {
	background: rgba(58, 58, 58, 0.5);
	padding: 0 9px 0 8px;
}
.ltwo:hover {
	background: rgba(58, 58, 58, 0.75);
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#login-modal {
	display: none;
	background: #fff;
	position: absolute;
	right: -125px;
	padding: 10px;
	top: 31px;
	width: 200px;
	border-top: 4px solid #e00000;
	box-shadow: 0 2px 2px rgba(0,0,0,0.35);
	z-index: 100
}
#login-modal:after {
	bottom: 100%;
	left: 68px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(186,200,78,0);
	border-bottom-color: #e00000;
	border-width: 10px;
	margin-left: -10px
}
#login-form input[type=text] {
	margin-left: 5px !important
}
#login-form input[type=text], #login-form input[type=password] {
	border: medium none !important;
	box-shadow: 0 0 2px -1px #333 inset;
	color: #777;
	display: block;
	float: right;
	font: 11px tahoma;
	margin: 0 0 6px;
	padding: 6px 6px 7px;
	width: 85px;
}
#login-form input[type=text]:focus, #login-form input[type=password]:focus {
	background: #fff;
}
#login-form input[type=submit] {
	display: block;
	background: #717171;
	font: 12px/19px Yekan;
	border: 0 none;
	cursor: pointer;
	color: #fff;
	width: 100%;
	padding: 4px 0;
	transition: background .4s
}
#login-form input[type=submit]:hover {
	background: #e00000;
}
#login-form a {
	font: 12px/13px Yekan;
	display: inline-block;
	background: none!important;
	border-bottom: none!important;
	color: #383838;
	margin: 7px 0 0!important;
	padding: 0!important;
	text-align: center;
	text-shadow: none!important;
	line-height: 14px!important;
	float: none!important
}
.remind {
	height: 20px;
	text-align: center;
}
.remind a:hover {
	color: #ee1c25 !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.avauser-min {
	width: 65px;
	height: 65px;
	display: block
}
#profile-item {
	margin-left: 8px;
	width: 127px
}
#profile-item li {
	border: medium none !important;
	float: unset !important;
	list-style: outside none none;
	margin: 0 !important;
	padding: 0 !important;
}
#profile-item li a {
	border-bottom: 1px dotted #cbc9c9;
	color: #555555;
	display: block;
	font: 12px Yekan;
	padding: 3px 2px 3px 0;
	text-align: right;
	transition: color 0.3s ease 0s;
}
/* - ParsDLE.com - */
.botnoborder {
	border-bottom: 0 none !important
}
#profile-item li a:hover {
	color: #ee1c25
}
#menu {
	background: rgba(16, 18, 19, 0.5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
	-ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
	-o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
	height: 40px;
	min-width: 1000px;
	z-index: 10000;
}
.fixmenu {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	position: fixed !important;
	top: 0;
	width: 100% !important;
	z-index: 10000 !important;
}
.nav-wrap {
	height: 40px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
}
.nav-wrap span {
	display: none;
	float: right;
	margin: 1px 0 0;
}
.nav-wrap span a {
	border-right: 1px solid #999;
	color: #ffb50a;
	display: block;
	font: 18px/37px Yekan;
	height: 39px;
	margin: 0;
	padding: 0 12px 0 10px;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-wrap span a:hover {
	color: #fff500;
}
.fixspan {
	display: block !important;
}
.nav-wrap ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	display: inline;
}
.nav-wrap li {
	border-right: 1px solid #888;
	float: right;
	position: relative;
	text-align: right;
	z-index: 10000;
}
.nav-wrap li:last-child {
	border-left: 1px solid #888;
}
.nav-wrap li a {
	color: #fefefe;
	display: block;
	font: 13px/41px Yekan;
	height: 40px;
	padding: 0 14px;
	text-decoration: none;
}
.nav-wrap li a:hover {
	background: #666;
	color: #ffffff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-shadow: none;
}
.nav-wrap li a.link1 {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
/* - ParsDLE.com - */
.nav-wrap li.drop:hover .link1 {
	color: #ffffff;
	background: rgba(16, 18, 19, 0.25);
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-wrap li.drop {
	display: block;
}
.nav-wrap li ul {
	background: rgba(16, 18, 19, 0.7);
	display: none;
	margin: 0;
	padding: 10px 8px 8px;
	position: absolute !important;
	width: 180px;
	z-index: 10000;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
.nav-wrap li:hover ul {
	display: block;
	float: right;
	text-shadow: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
.nav-wrap li li {
	border: medium none !important;
	z-index: 10000;
	height: 34px;
	margin: 0 0 2px;
	padding: 0;
	display: block;
	float: right;
}
.drop li li:last-child {
	margin-bottom: 0 !important;
}
.nav-wrap li li a {
	background: rgba(133, 133, 133, 0.9);
	box-shadow: none;
	color: #ffffff;
	display: block;
	float: right;
	font: 12px/34px Yekan;
	height: 34px;
	padding: 0 10px !important;
	text-align: right;
	text-decoration: none;
	text-shadow: none;
	width: 160px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-wrap li li a:hover {
	background: rgba(16, 18, 19, 0.9);
	color: #ffffff;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-shadow: none;
}
.main {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 1000px;
}
.right-col {
	float: right;
	padding: 0;
	width: 680px;
}
.tablig660 {
	background: #fff;
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-ms-box-shadow: 0 0 5px #e5e5e5;
	-o-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	display: block;
	margin: 0 0 20px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
}
.tablig660.zero {
	margin-bottom: 10px !important;
}
.content {
	background: #fff;
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-ms-box-shadow: 0 0 5px #e5e5e5;
	-o-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	margin: 0 0 20px;
	padding: 17px 18px 14px;
	position: relative;
}
.right-colfull {
	border: 1px solid #e3e3e3;
	box-shadow: 0 -1px 9px -1px #d4d2d4 inset;
	float: right;
	margin: 0 0 20px 0;
	padding: 12px;
	width: 670px;
}
.full-info {
	color: #777;
	display: block;
	float: right;
	font-size: 11px;
	height: 19px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
.fcomtitle {
	border-bottom: 1px dashed #e0e0e0;
	margin: 10px 0 8px !important;
	padding: 0 0 5px;
	width: 100%;
}
.full-info a {
	color: #333;
	font-size: 11px;
}
.full-info a:hover {
	color: #f35853;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.finfo-element {
	float: right;
	margin: -2px 5px 0 0;
}
.author, .date, .views, .comms, .cats {
	background: url("../images/dataicon.png") no-repeat scroll;
	float: right;
	padding: 0 19px 0 0;
	margin: 0 5px 0 10px;
	height: 16px;
}
.author {
	background-position: right 0;
	margin: 0 0 0 18px;
	padding: 0 17px 0 0;
}
.date {
	background-position: right -17px;
	margin: 0 -2px 0 18px;
}
.views {
	background-position: right -33px;
	margin: 0 0 0 18px;
}
.comms {
	background-position: right -50px;
	margin: 0 0 0 18px;
}
.cats {
	background-position: right -66px;
	margin: 0 3px 0 12px;
}
.see-all {
	color: #f35853;
	font-size: 11px;
}
.see-all span {
	text-decoration: underline;
}
.see-all span:hover {
	text-decoration: none;
}
.all-news {
	color: #000;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 8px;
}
.all-news:hover {
	color: #0061ab;
}
/* - ParsDLE.com - */
.main-news-news {
	position: relative;
}
.main-news-news:first-child .first-news {
	display: block;
	position: relative;
	padding: 35px 0 0 140px;
	height: 120px;
}
.short-news {
	background: #fff;
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-ms-box-shadow: 0 0 5px #e5e5e5;
	-o-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	margin: 0 0 20px;
	position: relative;
}
.short-news-title, .full-news-title {
	border-bottom: 2px solid #ededed;
	height: 60px;
	position: relative;
}
.full-news-title {
	margin: -17px -18px 17px;
}
.short-news-title h2, .full-news-title h2 {
	float: right;
	margin: 8px 0 4px;
}
.short-news-title h2 a, .full-news-title h2 a {
	color: #555;
	font: 15px/24px Yekan;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.short-news-title h2 a:hover, .full-news-title h2 a:hover {
	color: #f35853;
}
.short-news-iconbox, .full-news-iconbox {
	background: rgba(0, 0, 0, 0) url("../images/boxicon.png") no-repeat scroll 10px 10px;
	border-left: 2px solid #ededed;
	display: block;
	float: right;
	height: 50px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 60px;
}
.short-news-topleft, .full-news-topleft {
	float: right;
}
.short-news-cont {
	padding: 18px 18px 18px;
}
.short-news-bott, .full-news-bott {
	background: #f9f9f9;
	box-shadow: 0 3px 5px -5px #ccc inset;
	clear: both;
	display: block;
	height: 50px;
	margin: 0;
}
.full-news-bott {
	margin: 0 -18px;
}
.news-cat {
	background: rgba(0, 0, 0, 0) url("../images/caticon.png") no-repeat scroll right 8px;
	bottom: 0;
	color: #a0a0a0;
	float: right;
	font: 12px/30px Yekan !important;
	margin: 11px 10px 0 0;
	overflow: hidden;
	padding: 0 27px 0 7px;
	position: relative;
	right: 0;
	text-shadow: 0 1px 1px #ffffff;
	width: 527px;
}
.news-cat a {
	color: #777;
}
.news-cat a:hover {
	color: #f35853;
}
.short-news-more {
	background: #f35853;
	color: #fff;
	display: block;
	float: left;
	font: 12px/30px Yekan;
	height: 30px;
	margin: 10px 0 0 11px;
	padding: 0 4px 0 3px;
	text-align: center;
	width: 82px;
}
.short-news-more:hover {
	color: #fff;
	background: #26a792;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.econom-news {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
.econom-news-image {
	width: 67px;
	height: 50px;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.econom-news-image img {
	width: 67px;
	min-height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.econom-right {
	width: 237px;
	float: left;
}
.econom-date {
	color: #939393;
	font-size: 12px;
	margin: 0 0 4px 0;
}
.econom-right h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #474747;
	line-height: 15px;
	overflow: hidden;
	height: 30px;
	display: block;
}
.econom-right h2 a:hover {
	color: #f35853;
}
.econom-news-content {
	font-size: 12px;
	color: #474747;
	line-height: 15px;
	overflow: hidden;
	height: 45px;
	margin: 0 0 5px 0;
}
.econom-news-more a {
	display: block;
	margin: 0 0 0 230px;
	color: #474747;
	font-size: 12px;
	text-decoration: underline;
}
.econom-news-more a:hover {
	color: #CF00CE;
}
.left-col {
	width: 300px;
	float: left;
}
.left-col-item {
	background: #fff;
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-ms-box-shadow: 0 0 5px #e5e5e5;
	-o-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	float: left;
	margin: 0 0 20px;
	padding: 12px 12px 10px;
	width: 276px;
}
.left-col-300 {
	background: #fff;
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-ms-box-shadow: 0 0 5px #e5e5e5;
	-o-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	float: left;
	margin: 0 0 20px;
	text-align: center;
	width: 300px;
}
.left-col-300 a {
	display: block;
}
#vote-layer {
	padding: 8px;
}
.tabligh120x240 {
	display: block;
	margin: 10px 10px 10px 0;
	overflow: hidden;
	padding: 0;
}
.tabligh-item {
	float: right;
	margin: 0 0 0 17px;
	min-height: 120px;
	width: 120px;
}
.tabligh-item:nth-child(2) {
	margin-left: 0;
}
.tabligh-item a {
	display: block;
}
.tabligh-item img {
	min-height: 120px;
	width: 120px;
}
.sidesoc-text {
	display: block;
	float: right;
	height: 20px;
	margin: 5px 0 0;
	width: 100%;
}
.sidesoc {
	display: block;
	float: right;
	height: 60px;
	margin: 7px 0 10px;
	padding: 0;
	width: 270px;
}
.sidesoc a {
	background-color: #cecece;
	float: left;
	height: 60px;
	margin-right: 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.sirslink {
	margin-right: 0 !important;
}
.sigolink:hover {
	background-color: #ff3e3e;
}
.sifblink:hover {
	background-color: #3b5998;
}
.sitwlink:hover {
	background-color: #0cd4ff;
}
.sirslink:hover {
	background-color: #ff6c1c;
}
.siocicon {
	background: url("../images/sidesoc.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
}
.sigoogle, .sifacebook, .sitwiter, .sirss {
	height: 60px;
	width: 60px;
}
.sigoogle {
	background-position: 0 0;
}
.sigoogle {
	background-position: 0 0;
}
.sifacebook {
	background-position: -60px 0;
}
.sitwiter {
	background-position: -120px 0;
}
.sirss {
	background-position: -180px 0;
}
.feed {
	background: transparent url("../images/newsletter.png") no-repeat scroll 0 0;
	display: block;
	margin: 16px auto 6px;
	min-height: 114px;
	padding: 0;
	position: relative;
	text-align: justify;
	width: 274px;
}
.feedtitle {
	color: #777777;
	font: 12px/18px Tahoma;
	margin: 0 0 10px;
	text-align: justify;
	width: 200px;
}
.feedsend {
	border: 1px solid #cccccc;
	box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.1) inset;
	bottom: 3px;
	height: 27px;
	margin: 0;
	position: absolute;
	right: 0;
	width: 272px;
}
.feedinput {
	border: none;
	background: none;
	color: #a9a9a9;
	direction: ltr;
	float: right;
	font: 12px tahoma;
	height: 18px;
	padding: 3px 8px 6px 2px;
	text-align: right;
	width: 207px;
}
.feedbutton {
	border: 1px solid #f35853;
	background: #f35853;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font: 14px/23px Yekan;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 27px;
}
.feedbutton:hover {
	border: 1px solid #26a792;
	background: #26a792;
	color: #ffffff;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
}
.ritem2.left-col-item {
	background-color: #F5F5F5;
}
.left-col-item-title {
	border-bottom: 2px solid #ededed;
	height: 27px;
	margin: 0 -14px 7px;
	padding: 0 14px 2px;
}
.left-col-item-title span {
	border-bottom: 2px solid #f35853;
	color: #777777;
	display: inline-block;
	font: 13px/24px Yekan;
	height: 29px;
	padding: 0 0 0 1px;
	position: relative;
}
.topdownloads {
	margin: 4px 0 8px;
}
.sidebar-post {
	border-bottom: 1px solid #efefef;
	height: 61px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.sidebar-post:last-child {
	border-bottom: 0 none;
}
.sidebar-post > a {
	display: block;
	height: 61px;
	position: relative;
}
.sidebar-post a:hover {
	box-shadow: 0 0 0 #ccc;
	background: #f7f7f7;
	text-shadow: 1px 1px 0 #ffffff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.sidebar-post a:hover .sidebar-post-title {
	color: #f35853;
	text-shadow: none;
}
.sidebar-post span {
	float: left;
	margin-left: 75px;
}
.sidebar-post img {
	height: 50px;
	position: absolute;
	right: 5px;
	top: 6px;
	width: 50px;
}
.sidebar-post-title {
	color: #777;
	float: right;
	font: 11.5px/18px Yekan;
	margin: 10.5px 62px 0 0;
}
.sidebar-post span {
	color: #777;
	float: right;
	font: 11px/20px tahoma;
	letter-spacing: -0.3px;
	margin: 0 62px 0 0;
}
.top-news-block {
	border-bottom: 1px dashed #ededed;
	color: #888888;
	display: block;
	font: 12px/16px tahoma;
	margin: 0;
	min-height: 19px;
	overflow: hidden;
	padding: 5px 3px;
	position: relative;
}
.top-news-block:last-child {
	border-bottom: medium none;
}
.top-news-block:hover {
	color: #f35853;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.main-news-more a {
	width: 90px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	color: #fff;
	font-size: 12px;
	display: block;
	margin: 0 0 0 230px;
	background: #6a1100;
}
.main-news-more a:hover {
	background: #fff;
	color: #000;
}
.slider-block {
	background: #fff;
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-ms-box-shadow: 0 0 5px #e5e5e5;
	-o-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	float: left;
	margin: 0 0 20px;
	padding: 0 12px;
	width: 976px;
}
.slider-block-title {
	border-top: 2px solid #e3e3e3;
	color: #555;
	font: 14px/20px Yekan;
	height: 14px;
	margin: 26px -12px 0;
	text-align: center;
}
.slider-block-title span {
	background: #fff;
	padding: 0 9px 0 8px;
	position: relative;
	top: -14px;
}
.slider-block-title a {
	float: left;
	margin: 0 5px 0 0;
	color: #000;
	font-size: 12px;
	padding: 4px 0;
}
.slider-block-title a:hover {
	text-decoration: underline;
}
.slider-block-content {
	height: 94px;
	margin: 1px 0 3px;
	padding: 0 0 12px;
	position: relative;
}
.slider_wrap {
	float: right;
	height: 137px;
	margin: 0 0 33px;
	padding: 10px 0;
	position: relative;
	width: 940px;
}
.slider_title {
	background: url("../images/line.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	font: 14px Yekan;
	margin: 0 0 1px;
	padding: 21px 0 0;
	text-align: center;
}
.slider {
	direction: ltr !important;
	list-style-type: none;
	position: absolute !important;
	right: 26px;
	top: 0;
	width: 930px !important;
}
.slider ul li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0 6px 0;
	cursor: pointer;
	position: relative;
	width: 144px;
	height: 94px;
	text-align: center;
	overflow: hidden;
	direction: ltr; /* You can change it */
}
.slider li h4 {
	background: rgba(16, 18, 19, 0.5);
	bottom: -45px;
	color: #fff;
	font: 11px/17px Tahoma;
	left: 0;
	height: 36px;
	padding: 3px 5px 6px;
	position: absolute;
	right: 0;
	-webkit-transition : all 0.2s ease-in;
	-moz-transition : all 0.2s ease-in;
	-o-transition : all 0.2s ease-in;
	transition : all 0.2s ease-in;
}
.slider li:hover h4 {
	bottom: 0 !important;
	-webkit-transition : all 0.2s ease-in;
	-moz-transition : all 0.2s ease-in;
	-o-transition : all 0.2s ease-in;
	transition : all 0.2s ease-in;
}
.slider li img {
	min-height: 94px;
	width: 144px;
}
.icon-arrow-right {
	background: url("../images/arrow-next.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	float: right;
	margin: 31px 1px 0 0;
	height: 30px;
	width: 18px;
}
.icon-arrow-left {
	background: url("../images/arrow-prev.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	float: left;
	margin: 31px 0 0 0;
	height: 30px;
	width: 18px;
}
.disable {
	-webkit-transition : all 0.4s ease-in;
	-moz-transition : all 0.4s ease-in;
	-o-transition : all 0.4s ease-in;
	opacity: .5;
}
.footer {
	background: #333;
	border-top: 2px solid #f35853;
}
.footer-cont {
	clear: both;
	margin: 0 auto;
	min-height: 220px;
	padding: 22px 0 16px;
	position: relative;
	width: 1000px;
	z-index: 10;
}
.footer-coll {
	float: right;
	margin-left: 29px;
	width: 314px;
}
.footer-coll.last {
	margin-left: 0 !important;
}
.footer-coll-title {
	border-bottom: 2px solid #666;
	color: #fff;
	font: 14px/24px Yekan;
	height: 30px;
	margin-bottom: 10px;
}
.footer-coll-title span {
	border-bottom: 2px solid #a9a9a9;
	color: #fff;
	float: right;
	font: 14px/24px Yekan;
	height: 30px;
	padding: 0 0 0 1px;
}
.footer-coll:hover .footer-coll-title span {
	border-bottom: 2px solid #f35853;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.footertext {
	color: #aaaaaa;
	font: 12px/20px Tahoma;
	margin: 10px 0 18px;
	text-align: justify;
}
.footerline {
	background-color: #252525;
	border-bottom: 1px solid #3d3d3d;
	height: 1px;
	margin: 8px 0;
}
.foter-news {
	margin: 0 0 8px;
}
.foter-news li {
	border-bottom: 1px dashed #444444;
	height: 26px;
	list-style: outside none none;
	padding: 1px 0 2px;
}
.foter-news li:last-child {
	border-bottom: medium none;
}
.foter-news a {
	color: #aaaaaa !important;
	display: block;
	font: 11px/26px Yekan, Tahoma;
	padding: 0;
}
.foter-news a:hover {
	color: #fff !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.sospages {
	display: block;
	height: 40px;
	margin: 18px auto;
	overflow: hidden;
	width: 218px;
}
.sospages li {
	list-style: outside none none;
}
.sospages li a {
	background-color: transparent;
	background-image: url("../images/footer-icons.png");
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 40px;
	margin: 0 18px 0 0;
	overflow: hidden;
	width: 40px;
}
.myinstagram {
	background-position: -150px 0;
	margin: 0 !important;
}
.myinstagram:hover {
	background-position: -150px -50px;
}
.mygoogle {
	background-position: -100px 0;
}
.mygoogle:hover {
	background-position: -100px -50px;
}
.mytwitter {
	background-position: -50px 0;
}
.mytwitter:hover {
	background-position: -50px -50px;
}
.myfacebook {
	background-position: 0 0;
}
.myfacebook:hover {
	background-position: 0 -50px;
}
.footer-bot {
	background: #252525;
	clear: both;
	margin: 0;
	height: 35px;
	padding: 5px 0 3px;
	position: relative;
	z-index: 10;
}
.footbot-con {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
}
.footbot-con span {
	color: #aaaaaa;
	font: 12px/32px Yekan, Tahoma;
	height: 33px;
}
.footbot-con span a {
	color: #dddddd;
}
.footbot-con span a:hover {
	color: #f35853;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.design {
	float: right;
}
.theme {
	float: left;
	font: 13px/34px Yekan, Tahoma !important;
}
.vote-title {
	font-size: 12px;
	padding: 5px 0 0 0;
}
.vote {
	font-size: 12px;
	border-bottom: 1px dashed #eee;
	padding: 5px 0 8px;
}
.content input {
	background: #fff;
	margin: 0;
	color: #2e2e2e;
	border: 1px #d0d0d0 solid;
}
.content-content {
	padding: 10px;
}
.calend {
}
.weekday-active-v {
	color: #535353;
}
.day-active-v {
	color: #535353;
	font-weight: bold;
}
.calendar {
	text-align: center;
}
.calendar a {
	text-decoration: underline;
}
.calendar td, th {
	text-decoration: none;
	padding: 3px;
}
.weekday {
	font-weight: bold !important;
}
.weekday-active {
	color: #000;
	font-weight: bold;
}
.day-active {
	color: #535353;
}
.monthlink {
	color: #535353;
	text-decoration: none;
}
.day-current {
	background: #ffd8b5;
	border: 1px dotted #000;
	color: #000;
}
.day-current a {
	color: #000;
}
.tags {
	color: rgba(0, 0, 0, 0);
	font-family: Yekan;
	line-height: 28px;
	padding: 5px 0 0 0;
}
.tags a {
	border: 1px solid #444444;
	color: #aaaaaa;
	display: inline-block;
	font: 11px/24px Yekan;
	height: 24.5px;
	margin: 0 0 4px -1px;
	padding: 0 7px 0 6px;
}
.tags a:hover {
	background: #f35853;
	border-color: #f35853;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.clouds_xsmall {
	font-size: 12px;
	text-decoration: none;
}
.clouds_small {
	font-size: 15px;
	text-decoration: none;
}
.clouds_medium {
	font-size: 20px;
	text-decoration: none;
}
.clouds_large {
	font-size: 24px;
	text-decoration: none;
}
.clouds_xlarge {
	font-size: 28px;
	text-decoration: none;
}
.vote-buttom {
	width: 87px;
	height: 30px;
	padding: 3px 0;
	color: #fff;
	border: 0;
	background: #26a792;
	margin: 16px 10px;
	font: 12px/22px Yekan;
	cursor: pointer;
	float: right;
}
.vote-buttom:hover {
	background: #f35853;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.rez-buttom {
	background: #eee;
	border: 0 none;
	color: #343434;
	cursor: pointer;
	float: left;
	font: 12px/21px Yekan;
	height: 30px;
	margin: 16px 10px;
	padding: 3px 0 4px;
	width: 87px;
}
.rez-buttom:hover {
	background: #f35853;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.rating {
	color: #757575;
	font-size: 11px;
	font-family: tahoma;
	width: 85px;
	height: 16px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 16px;
	position: relative;
	background-image: url(../dleimages/rating.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 17px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url(../dleimages/rating.png);
	background-position: left center;
	z-index: 2;
	right: 0px;
}
.unit-rating a.r1-unit {
	right: 0px;
}
.unit-rating a.r1-unit:hover {
	width: 17px;
}
.unit-rating a.r2-unit {
	right: 17px;
}
.unit-rating a.r2-unit:hover {
	width: 34px;
}
.unit-rating a.r3-unit {
	right: 34px;
}
.unit-rating a.r3-unit:hover {
	width: 51px;
}
.unit-rating a.r4-unit {
	right: 51px;
}
.unit-rating a.r4-unit:hover {
	width: 68px;
}
.unit-rating a.r5-unit {
	right: 68px;
}
.unit-rating a.r5-unit:hover {
	width: 85px;
}
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.png);
	background-position: left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
.bbcodes, .bbcodes_poll {
	background: #26a792 !important;
	border: 1px solid #26a792 !important;
	color: #ffffff !important;
	cursor: pointer;
	font: 13px/21px Yekan;
	margin-bottom: 2px !important;
	padding: 2px 11px 3px 9px !important;
}
.bbcodes:hover, .bbcodes_poll:hover {
	background: #f35853 !important;
	border: 1px solid #f35853 !important;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.editor_button {
	float: left;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}
.editor_buttoncl {
	float: left;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.editbclose {
	float: right;
	cursor: pointer;
}
.editor_button select {
	font-family: tahoma;
	font-size: 11px;
}
.editor_button img {
	margin: 0;
	padding: 0;
}
.editbclose img {
	margin: 0;
	padding: 0;
}
.editor_button_brk img {
	margin: 0;
	padding: 0;
}
#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Tahoma;
	background-color: #a9a9a9;
	line-height: 20px;
	margin: 2px;
	opacity: 0.92;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
 filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}
#dropmenudiv a {
	background: #6f6f6f;
	border: 1px solid #6f6f6f;
	color: #ffffff;
	display: block;
	margin: 1px;
	padding: 1px 0 3px;
	text-decoration: none;
	text-indent: 7px;
}
#dropmenudiv a:hover {
	background-color: #333;
	color: #fff;
}
#newpm {
	width: 400px;
	padding: 4px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	font-family: Tahoma;
	line-height: 135%;
}
#newpmheader {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
	color: #636363;
	font-weight: bold;
	background-color: #b2c7f1;
	font-family: Tahoma;
	cursor: move;
}
#newpm a {
	background: transparent;
	color: #4b73d4;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #4b73d4;
	text-decoration: underline;
}
.attachment {
	color: #f35853;
}
.highslide-wrapper, .highslide-outline {
	background: #ffffff;
	z-index: 100000;
}
.highslide-image {
	border: 2px solid #ffffff;
	z-index: 100000;
}
.highslide-active-anchor {
	visibility: hidden;
	z-index: 100000;
}
.highslide-active-anchor img {
	visibility: hidden;
	z-index: 100000;
}
.highslide-dimming {
	background: black;
	z-index: 100000;
}
.highslide-html {
	background-color: white;
	z-index: 100000;
}
.highslide-html-content {
	display: none;
	z-index: 100000;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: black;
	z-index: 100000;
}
a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	z-index: 100000;
}
.highslide-footer {
	height: 11px;
	z-index: 100000;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
	z-index: 100000;
}
.highslide-resize {
	cursor: nw-resize;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
.highslide-caption {
	display: none;
	padding: 5px;
	background: white;
}
/* - ParsDLE.com - */	
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
.title-block {
	border-bottom: 2px solid #ededed;
	color: #0061ab;
	font: 16px/21px Yekan;
	height: 20px;
	margin: 0 -18px 10px;
	padding: 0 18px 10px 0;
}
.title-block span {
	border-bottom: 2px solid #f35853;
	color: #777777;
	display: inline-block;
	font: 15px/22px Yekan;
	height: 30px;
	padding: 0 0 0 1px;
	position: relative;
}
.shot-text2 img {
	margin: 0 10px 5px 0;
	border: 0;
	max-width: 500px;
}
.shot-text input {
	margin: 5px 20px 0 0;
	background: #343434;
	color: #fff;
	font-size: 9px;
}
.shot-text2 input {
	margin: 5px 20px 0 0;
	background: #343434;
	color: #fff;
	font-size: 9px;
}
.mass_comments_action input {
	margin: 5px 20px 0 0;
	background: #454545;
	color: #fff;
	font-size: 9px;
}
.shot-text .editor_button img {
	padding: 0 !important;
	border: 0 !important;
	margin: 0;
}
.shot-text2 .editor_button img {
	padding: 0 !important;
	border: 0 !important;
	margin: 0;
}
.editor_button img {
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}
.shot-text .editbclose img {
	padding: 0;
	border: 0;
	margin: 0;
}
.shot-text2 .editbclose img {
	padding: 0;
	border: 0;
	margin: 0;
}
.editor_button_brk img {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.speedbar {
	background: #fff url("../images/home.png") no-repeat scroll right 10px;
	box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	-ms-box-shadow: 0 0 5px #e5e5e5;
	-o-box-shadow: 0 0 5px #e5e5e5;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	color: #a6a6a6;
	font-size: 12px;
	height: 18px;
	line-height: 16px;
	margin: 0 0 10px;
	padding: 5px 30px 5px 5px;
}
.speedbar a {
	color: #000;
}
.speedbar a:hover {
	text-decoration: none;
	color: #f35853;
}
.relfix {
	width: 330px !important;
}
.relfix h2 a {
	height: 16px !important;
}
.full-news {
	margin: 0;
}
.full-news-content {
	color: #555;
	line-height: 22px;
	font-size: 12px;
}
.full-news-content img {
	padding: 5px;
	max-width: 97%;
}
.full-news-content a {
	color: #000;
	font-weight: bold;
}
.full-news-content a:hover {
	text-decoration: underline;
}
.full-news-content li {
	margin: 0 11px 6px 0;
}
.fulltags {
	color: #fff;
	float: right;
	margin: 15px 0 34px;
	width: 100%;
}
.fulltags b {
	color: #555;
	float: right;
	font: 12px Yekan;
	margin: 0 0 4px;
}
.fulltags a {
	background: #ccc;
	color: #fff;
	float: right;
	font: 11px Tahoma;
	margin: 2px 0 2px 3px;
	padding: 3px 6px 5px;
}
.fulltags a:hover {
	background: #777;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.rel-title {
	float: left;
	padding: 5px 10px 5px 10px;
	background: #419abc;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.rel-news {
	background: #f7f7f7;
	margin: 0 0 26px;
	padding: 12px 0 7px;
}
.rel-news h2 {
	height: 25px;
	margin: 0 10px 5px;
}
.rel-news a {
	background: #ffffff;
	border-right: 4px solid #777777;
	border-left: 1px solid #dadada;
	color: #777777;
	display: block;
	font: 11px/22px Tahoma;
	height: 25px;
	padding: 0 6px;
	text-decoration: none;
}
.rel-news a:hover {
	box-shadow: 0 0 5px -2px #777777;
	border-right: 4px solid #ee0008;
	border-left: 1px solid #ee0008;
	color: #ee0008;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.rel-news h4, .full-comments h4 {
	color: #FFF9F9;
	font: 16px/25px Yekan;
	margin: 0 0 15px;
	padding: 3px 11px 4px 0;
}
.rel-news-title h4, .full-comments-title h4 {
	font: 13px/31px Yekan;
	margin: 0;
	padding: 0 0 0 6px;
	color: #fff;
	text-align: center;
	height: 30px;
	width: 122px;
	display: block;
}
.rel-news-title h4 {
	background: #EE0000;
}
.full-comments-title h4 {
	background: #DC00DA;
}
.rel-news-title {
	border-bottom: 2px solid #EE0000;
	position: relative;
	margin: 0;
}
.full-comments-title {
	border-bottom: 2px solid #DC00DA;
	position: relative;
	margin: 0;
}
.main-news {
	float: right;
	margin: 0 0 12px;
	position: relative;
	width: 306px !important;
}
.main-news-right {
	float: right;
	height: 70px;
	overflow: hidden;
	width: 166px;
}
.main-news h2 a {
	color: #f35853;
	display: block;
	font: 12px/13px Yekan;
	height: 30px;
	margin: 0 0 6px;
	overflow: hidden;
	width: 180px;
}
.main-news h2 a:hover {
	color: #f35853;
}
.main-news-image {
	float: left;
	height: 91px;
	margin: -22px 8px 0 0;
	overflow: hidden;
	position: relative;
	width: 130px;
}
.main-news-image img {
	width: 130px;
	min-height: 91px;
}
.main-news-content {
	color: #555;
	font-size: 12px;
	line-height: 21px;
	overflow: hidden;
	text-align: justify;
}
.main-news-content img {
	max-width: 97%;
	padding: 5px;
}
.registr-please {
	color: #7791af;
	padding: 10px;
	margin: 5px;
}
.title_spoiler {
	position: relative;
	padding: 0;
	margin: 0;
}
.title_spoiler a {
	background: url(../images/title_spoiler.jpg) left top repeat-x;
	display: block;
	line-height: 24px;
	padding: 0 10px 0 30px;
	text-decoration: none;
	color: #3b3b3b;
	font-weight: bold;
	height: 24px
}
.title_spoiler img {
	position: absolute;
	left: 5px;
	top: 25px;
}
.text_spoiler {
	border: 1px #ececec solid;
	padding: 10px;
	margin: -5px 0 0 0;
}
.text_spoiler a {
}
.text_spoiler a:hover {
}
.comment-item {
	margin: 0 0 10px;
	padding: 0;
}
.comment-block {
	border: 1px solid #F8F8F8;
	clear: both;
	margin: 0 0 14px;
	min-height: 222px;
	position: relative;
	padding: 10px 120px 5px 15px;
}
.comment-block-right {
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 16px;
	width: 100px;
}
.comment-block-right img {
	height: 100px;
	margin-bottom: 2px;
	width: 100px;
}
.g-name {
	height: 25px;
	width: 100px;
}
.g-name img {
	height: 25px;
	width: 100px;
}
.com-inf {
	background: #ffffff;
	border: 1px solid #E1E1E1;
	color: #696969;
	display: block;
	float: right;
	font: 0.9em/20px Yekan !important;
	height: 21px;
	margin: 2px 0 0 !important;
	padding: 1px 6px 0;
	position: relative;
	width: 86px;
}
.comment-block-left {
	margin: 5px 7px 0 0;
	position: relative;
	padding: 0;
}
.comment-block-left2 {
}
/* - ParsDLE.com - */
.title_quote {
	background: #777777;
	color: #ffffff;
	font: 1em/25px Yekan;
	padding: 3px 10px;
}
.quote {
	color: #000;
	font-size: 12px;
	text-align: justify;
	background: #dddddd;
	padding: 5px 10px 12px;
	list-style: none;
	margin: 0;
	text-shadow: 0 1px 0 #ffffff;
}
.quote a {
	color: #d02550;
	font-size: 12px;
}
.quote ul {
	list-style: none;
}
.comment-text {
	color: #303030;
	line-height: 17px;
	font-size: 12px;
}
.comment-text img {
  max-width: 100% !important;
}
.slink img {
  max-width: 100% !important;
}
.comment-text a {
	color: #0061ab;
}
.comment-text a:hover {
	text-decoration: underline;
}
.comment-text-title {
	border-bottom: 1px #ebebeb dotted;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	color: #000000;
	font-size: 12px;
}
.comment-text-title a {
	color: #DC00DA;
	font: bold 12px Tahoma;
}
.comment-text-title a:hover {
	text-decoration: underline;
}
.comment-text-more {
	padding: 10px 0 0;
	font-size: 11px;
	color: #ccc;
	border-top: 1px dashed #E8E8E8;
}
.comment-text-more a {
	background: url("../images/w40.png") repeat-x scroll 0 0 #EEEEEE;
	border: 1px solid #E4E4E4;
	color: #808080 !important;
	font-size: 12px !important;
	margin: 0 0 0 1px;
	padding: 1px 6px 4px;
}
.comment-text-more a:hover {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #000 !important;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.mass-action {
	float: right;
	height: 17px;
	margin: 1px 0 0 0.1px;
	padding: 0;
}
.comment-block .bbcodes, .mass_comments_action .bbcodes, .news-item-content .editor input, .news-item-content input {
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	margin: 0;
	cursor: pointer;
}
.hidden-comment {
	padding: 0 0 5px;
}
.hidden-comment-form {
	display: none;
	clear: both;
}
.add-coment-buttom {
	width: 100px;
	height: 30px;
	margin-right: 3px;
	color: #fff;
	border: 1px #2b2b2b solid;
}
.add-comment {
	clear: both;
	padding: 10px 10px 10px 0;
}
.add-comment a {
	color: #2b80c1;
}
.add-coment-buttom {
	width: 100px;
	height: 30px;
	margin-right: 3px;
	color: #fff;
	border: 1px #2b2b2b solid;
}
.add-comment {
	background: #f7f7f7;
	clear: both;
	padding: 10px 10px 5px;
}
.add-comment a {
	color: #2b80c1;
}
.add-comment a:hover {
}
.add-comment-line {
	clear: both;
}
.add-comment-line-right {
	float: right;
	font: 12px/28px Yekan;
	height: 26px;
	padding: 0 15px 0 0;
	width: 100px;
}
.add-comment-line-left {
	float: right;
	width: 500px;
	padding: 0;
}
.add-comment-line-left input {
	background: #f9f9f9;
	border: 1px solid #efefef;
	font-family: tahoma;
	height: 16px !important;
	padding: 4px 5px;
	width: 220px;
}
.add-comment-line-left input[type=checkbox] {
	margin: -5px 0 14px;
	width: 20px !important;
}
.add-comment-line-left input:focus, .secucode input:focus, .content .add-comment-line textarea:focus {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #bfbfbf;
	box-shadow: 0 0 2px #ccc inset;
	outline: medium none;
}
.secucode input {
	width: 148px !important;
}
.content .add-comment-line-right {
	width: 120px !important;
}
.content .add-comment-line-left {
	width: 400px !important;
}
.content .add-comment-line {
	background: #fff none repeat scroll 0 0;
	margin: 0 0 2px;
	min-height: 27px;
	overflow: hidden;
	padding: 8px 0 6px;
}
.content .add-comment-line textarea {
	background: #f9f9f9;
	height: auto !important;
	padding: 7px 8px;
	border: 1px solid #efefef;
	height: 170px !important;
}
.user-info-table {
	width: 90%;
	margin: 0 00px 0 20px;
}
.label {
	font: 13px/25px Yekan;
	padding-top: 8px !important;
	vertical-align: top;
}
.user-info-table td {
	padding: 5px 5px 10px;
	text-align: right;
}
.user-info-table td small {
	font-size: 12px;
	color: #af86522;
	font-weight: bold;
}
.user-info-table td a {
	color: #f35853;
}
.user-info-table td span {
	color: #bfbfbf;
}
.buttom-add-news {
	margin: 5px 20px 5px 0;
	background: #777777;
	color: #fff;
	border: 1px #2b2b2b solid;
}
.user-info-table input {
	background: #f9f9f9;
	color: #2e2e2e;
	border: 1px solid #dddddd;
	margin: 5px 0 0;
	padding: 2px 6px 4px;
}
.user-info-table input:focus {
	background: #fff;
	border: 1px solid #bfbfbf;
	box-shadow: 0 0 2px #ccc inset;
	outline: medium none;
}
.error {
	padding: 10px;
	padding-bottom: 150px;
	background: url(../images/error.png) center bottom no-repeat;
	text-align: center;
}
.error li {
	list-style: outside none none;
}
.error p {
	font-size: 15px;
	font-weight: bold;
}
.error a {
	color: #7cad37;
}
.lost-pass {
	width: 400px;
	background: #fef2e4;
	margin-bottom: 20px;
	border-top: 5px #9d7038 solid;
	margin-top: 10px;
}
.lost-pass td {
	background: #fef2e4;
	padding: 5px;
	color: #4b2e12;
	text-align: left;
}
.lost-pass td a {
	color: #c89539;
}
.ststs-title {
	padding: 5px 5px 5px 20px;
	color: #60360c;
	text-align: left;
	font-weight: bold;
}
.ststststs {
	text-align: left;
	margin: 0 30px 0 30px;
}
.ststststs-t {
	height: 40px;
	line-height: 35px;
	color: #fffdcc;
	margin: 0 30px 0 10px;
}
.ststststs-t h1 {
	margin: 0;
	padding: 0 0 0 50px;
	font-size: 14px;
}
.ststststs-c {
	padding: 20px;
}
.ststststs-c img {
	padding: 0 10px 10px 0;
	background: url(../images/shadow.gif) right bottom;
	border: 0;
	margin: 10px 10px 10px 0;
}
.ststststs-c input {
	margin: 5px 20px 0 0;
	background: #fff;
	color: #2e2e2e;
	border: 1px #d0d0d0 solid;
}
.ststststs-s {
	padding: 5px;
}
.ststststs-s a {
	color: #60360c;
}
.content-content a {
	color: #f35853;
}
.add-news-title {
	padding: 5px 5px 0 50px;
	font-weight: bold;
	text-align: right;
	color: #2d7cff;
}
.imp {
	text-align: right;
	margin: 0 30px 0 30px;
}
/* - ParsDLE.com - */	
.imp input {
	margin: 5px 5px 0 0;
	background: #fff;
	color: #2e2e2e;
	border: 1px #d0d0d0 solid;
}
.pm-tititittile {
	color: #f10000;
	font: 14px Yekan;
	padding: 10px 5px;
}
.new-pm {
	margin: 0 0 5px;
	padding: 3px;
}
.new-pm input {
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	color: #2e2e2e;
	padding: 2px 6px;
	width: 250px;
}
.new-pm span {
	display: block;
	font: 13px/20px Yekan;
	margin-right: 5px;
	width: 150px;
}
.pm-block {
	height: 30px;
	padding-left: 60px;
	line-height: 30px;
	font-weight: bold;
}
.pm-content {
	padding: 10px 5px 5px 5px;
}
.pm-content a {
	color: #666666;
	font-weight: bold;
}
.pm-block-menu {
	height: 50px;
	margin-bottom: 2px;
	line-height: 50px;
	padding-left: 0px;
	font-size: 12px;
}
.pm-block-menu a {
	color: #2e67e0;
	font: 13px Yekan;
}
.a-mess {
	border-top: 5px #fff solid;
	padding: 5px;
	color: #777777;
}
.a-mess a {
	color: #4a4a4a;
	font-weight: bold;
}
.theme-mess {
	background: #c6c6c6;
	padding: 5px;
	border-top: 5px #fff solid;
	color: #666666;
	font-weight: bold;
}
.search-block {
	border: 1px solid #e4e4e4;
	box-shadow: 0 1px 3px -1px #c9c9c9 inset;
	height: 28px;
	margin: 18px 2px 8px 0;
	position: relative;
	width: 270px;
}
#tt_social a {
	width: 24px;
	height: 24px;
	margin: 0 2px 2px 0;
	display: block;
	float: left;
}
.ttfav {
	float: left;
	padding: 10px 0 0 0;
}
.ttfav-title {
	padding: 5px 0 5px 3px;
	font-weight: bold;
	color: #bbbbbb;
}
.form-text {
	border: 0 none;
	color: #a9a9a9;
	font: 11px tahoma;
	height: 18px;
	left: 69px;
	margin: 0;
	padding: 0 0 2px;
	position: absolute;
	top: 4px;
	width: 193px;
}
.form-search {
	background: #26a792;
	color: #fff;
	cursor: pointer;
	font: 12px/25px Yekan;
	height: 26px;
	left: 1px;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 64px;
}
.form-search:hover {
	background: #f35853;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.search-rez {
	text-align: left;
	margin: 0 30px 0 30px;
}
.search-title {
	padding: 10px;
	color: #fdffcd;
	font-weight: bold;
	border-left: 2px #ffddb5 solid;
	border-right: 2px #ffddb5 solid;
	margin: 10px;
	background: #262626;
}
.search-rez input {
	background: #fff;
	color: #2e2e2e;
	border: 1px #d0d0d0 solid;
}
.navigation {
	padding: 20px 10px 20px 15px;
	clear: both;
}
.navigation.zerotop {
	padding: 0 10px 20px 15px !important;
}
.navigation a {
	background: #ffffff;
	box-shadow: 0 1px 0 #a9a9a9;
	color: #828282;
	float: right;
	font: 12px/28px tahoma;
	height: 29px;
	margin: 0 5px 0 0;
	padding: 0 9px;
	text-decoration: none;
}
.navigation a:hover {
	background: #26a792;
	color: #fff;
	box-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navigation span {
	background: #26a792;
	box-shadow: 0 1px 0 #1c7d6e;
	color: #fff;
	display: inline-block;
	float: right;
	font: 12px/28px tahoma;
	height: 29px;
	margin: 0 5px 0 0;
	padding: 0 10px;
	text-decoration: none;
}
.vote-pool {
	margin: 20px 0 0 100px;
	background: #dbf6ff;
	width: 400px;
	padding: 10px;
}
.vote-pool img {
	border: 0;
	padding: 0;
}
.vote-pool h5 {
	color: red;
	font-size: 13px;
	margin: 0;
}
.vote-pool h6 {
	margin: 0;
	font-size: 12px;
}
.vote-pool input {
	margin: 5px 20px 0 0;
	background: #fff;
	color: #2e2e2e;
	border: 1px #d0d0d0 solid;
}
.statss {
	width: 100%;
}
.statss td {
	padding: 5px;
	font-size: 12px;
	line-height: 22px;
	color: #757575;
}
.statss a {
	color: #ff873e;
}
.statss-title {
	font-size: 13px;
	font-weight: bold;
	color: #239aff;
	border-bottom: 1px #8e8e8e dotted;
	margin-bottom: 10px;
}
.form-input-stand {
	background: #fff;
	color: #2e2e2e;
	border: 0;
}
.shot-title {
	padding: 5px;
}
.shot-title h2 {
  font: 15px Yekan;
  color: #f80000;
  margin: 10px 0;
}
.img-top-link {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.fix-bb {
	margin-right: 2%;
	background: url(../bbcodes/bg.gif);
	height: 75px;
	margin-left: -10px;
	border: 1px solid #bbb;
	border-bottom: 0;
}
.fix-bb div {
	border: 0 !important;
}
 @-moz-document url-prefix() {
}
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: white;
}
.less .highslide-image {
	border: 1px solid #000000;
}
.less .highslide-caption {
	border: 1px solid #000000;
	background: white;
}
#loading-layer {
	display: none;
	font-family: Tahoma;
	font-size: 11px;
	background: #000;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
	color: #FFF;
}
#searchsuggestions {
	z-index: 99999;
	border-width: 1px;
	border-color: #919191;
	border-style: solid;
	width: 300px;
	background-color: #FF1097;
	font-size: 10px;
	line-height: 14px;
}
#searchsuggestions a {
	padding: 5px;
	display: block;
	background-color: #ffffff;
	clear: left;
	height: 70px;
	text-decoration: none;
}
#searchsuggestions a:hover {
	background-color: #FBFBFB;
	color: #000;
}
#searchsuggestions a span.searchheading {
	background: #FF1097;
	display: block;
	font-weight: bold;
	padding: 5px;
	color: #ffffff;
}
#searchsuggestions a:hover span.searchheading {
	color: #ffffff;
}
#searchsuggestions a span {
	color: #555555;
}
#searchsuggestions a:hover span {
	color: #0000;
}
#searchsuggestions span.seperator {
	float: right;
	padding-right: 15px;
	margin-right: 5px;
}
#searchsuggestions span.seperator a {
	background-color: transparent;
	display: block;
	height: auto;
	color: #ffffff;
}
#searchsuggestions span.notfound {
	padding: 5px;
	background-color: #ffffff;
	display: block;
	height: auto;
	color: #00000;
}
.ui-helper-clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* - ParsDLE.com - */	
* html .ui-helper-clearfix {
	height: 1%;
}
.ui-helper-clearfix {
	display: block;
}
.ui-icon {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}
.ui-widget {
	font-family: Tahoma, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font: 12px Yekan;
}
.ui-widget-content {
	background: #ffffff;
	border: 1px solid #BCBCBC;
	color: #222222;
	text-align: right;
}
.ui-widget-content a {
	color: #ff433d;
}
.ui-widget-header {
	background-color: #26a792;
	border: 2px solid #26a792;
	color: #ffffff;
	font: 13px/16px Yekan;
}
.ui-widget-header a {
	color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background: #D6D6D6 url(../images/ui-bg_glass_85.png) 50% 50% repeat-x;
	border: 1px solid #E6E6E6;
	color: #585858;
	font-weight: normal;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #2e6e9e;
	text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	background: #D6D6D6 url(../images/ui-bg_glass_75.png) 50% 50% repeat-x;
	border: 1px solid #D6D6D6;
	color: #000;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #1d5987;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	background: #D6D6D6 50% 50% repeat-x;
	border: 1px solid #D6D6D6;
	color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
.ui-state-error {
	background: #fef1ec 50% 50% repeat-x;
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}
.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(../images/ui-icons_h.png);
}
.ui-icon-close {
	background-position: -80px -128px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-button .ui-button-text {
	display: block;
	line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
	padding: .4em .8em;
}
input.ui-button {
	padding: .4em 1em;
}
.ui-button-set {
	margin-right: 7px;
}
.ui-button-set .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}
button.ui-button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.ui-dialog {
	overflow: hidden;
	padding: .2em;
	position: absolute;
	width: 425px !important;
	text-align: right;
	box-shadow: 0 7px 14px -3px #3E3E3E;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 7px 15px 6px 16px;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: right;
	margin: 3px 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	height: 18px;
	left: 0.5em;
	margin: -10px 0 0;
	padding: 1px;
	position: absolute;
	top: 50%;
	width: 19px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
	padding: 0;
}
.ui-dialog .ui-dialog-content {
	background: none;
	border: 0;
	overflow: hidden;
	padding: 8px;
	position: relative;
	zoom: 1;
	text-align: right;
}
.ui-dialog .ui-dialog-buttonpane {
	background-image: none;
	border-width: 1px 0 0 0;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
	text-align: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	cursor: pointer;
	float: right;
	line-height: 1.4em;
	margin: .5em .4em .5em 0;
	overflow: visible;
	padding: 0.2em 0.6em 0.25em 0.6em;
	width: auto;
}
.ui-dialog .ui-resizable-se {
	bottom: 3px;
	height: 14px;
	right: 3px;
	width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.commentS-td2 #b_left, .commentS-td2 #b_center, .commentS-td2 #b_right, .commentS-td2 #b_spoiler {
	display: none;
}
.nono #b_left, .nono #b_center, .nono #b_right, .nono #b_spoiler {
	display: none;
}
#searchtable input {
	max-width: 150px !important;
}
.editor input[type="text"] {
	padding: 2px;
	background: #fff url("../images/fields.png") repeat-x;
	border: 1px solid #bcc0c2;
}
.ui-autocomplete {
	position: absolute;
	cursor: default;
}
* html .ui-autocomplete {
	width: 1px;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	float: left;
	background: #fff 50% bottom repeat-x;
	border: 1px solid #dedede;
	color: #222;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: .2em .4em;
	line-height: 1.5;
	zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
	border: 1px solid #a7a7a7;
	color: #4e4e4e;
	font-weight: bold;
}
.full-news-custom-content p, .r-custom-text p {
	margin: 0;
	padding: 0;
}
.sp_search {
	width: 486px;
	margin: 0 0 15px 0;
	border: 2px #fff solid;
}
.sp_search_head {
	height: 37px;
	padding: 5px;
	color: #888;
	font: bold 17px Tahoma;
	line-height: 40px;
	text-transform: uppercase;
	background: #fff;
	border-bottom: 1px #ccc solid;
}
.sp_search_head img {
	float: left;
	margin-right: 7px;
}
.sp_search_table {
	font: 11px Tahoma;
	color: #080808;
	width: 100%;
	text-align: left;
	background: #d5f3ff;
}
.sp_search_table .sp_s1 {
	color: #1e81ba;
	text-decoration: underline;
	font-weight: bold;
}
/* - ParsDLE.com - */	
.sp_search_table .sp_s2 {
	color: #1e81ba;
	text-decoration: underline;
	font-weight: bold;
}
.sp_search_table .sp_s3 {
	color: #1e81ba;
	text-decoration: underline;
	font-weight: bold;
}
.sp_search_table .sp_s4 {
	color: #1e81ba;
	text-decoration: underline;
	font-weight: bold;
}
.sp_search_table td.sp_name {
	padding: 6px 10px 8px 0;
	vertical-align: top;
	font: 12px Tahoma;
	color: #080808;
}
.sp_search_table a.sp_lnk {
	font: 12px Tahoma;
	color: #080808;
	text-decoration: underline;
}
.sp_search_table a.sp_lnk b {
	font-weight: bold;
}
.sp_search_table a.sp_lnk:hover, .sp_search_table a.sp_lnk:hover span {
	text-decoration: none;
}
.sp_search_table td.sp_count {
	padding: 6px 24px 8px 0;
	vertical-align: top;
	text-align: right;
}
.sp_search_table td.sp_count span.sp_count_sp {
	color: #000;
	font-weight: bold;
}
.sp_search_table td.sp_count span.sp_count_sp2 {
	color: #1e81ba;
	font-weight: bold;
}
.sp_search_table td.sp_name .sp_im_bl {
	float: left;
	margin: -4px 0 0 0;
	width: 44px;
}
.sp_search_table td.sp_name .sp_im_bl img {
	display: block;
	margin: 0 auto;
}
pre code {
	display: block;
	padding: 0.5em;
	background: #f9fafa;
	border: 1px solid #dce7e7;
	overflow: auto;
	white-space: pre;
}
pre .comment, pre .template_comment, pre .diff .header, pre .doctype, pre .lisp .string, pre .javadoc {
	color: #93a1a1;
	font-style: italic;
}
pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title, pre .method, pre .addition, pre .css .tag, pre .lisp .title {
	color: #859900;
}
pre .number, pre .command, pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula, pre .regexp, pre .hexcolor {
	color: #2aa198;
}
pre .title, pre .localvars, pre .function .title, pre .chunk, pre .decorator, pre .builtin, pre .built_in, pre .lisp .title, pre .identifier, pre .title .keymethods, pre .id {
	color: #268bd2;
}
pre .tag .title, pre .rules .property, pre .django .tag .keyword {
	font-weight: bold;
}
pre .attribute, pre .variable, pre .instancevar, pre .lisp .body, pre .smalltalk .number, pre .constant, pre .class .title, pre .parent, pre .haskell .label {
	color: #b58900;
}
pre .preprocessor, pre .pi, pre .shebang, pre .symbol, pre .diff .change, pre .special, pre .keymethods, pre .attr_selector, pre .important, pre .subst, pre .cdata {
	color: #cb4b16;
}
pre .deletion {
	color: #dc322f;
}
pre .tex .formula {
	background: #eee8d5;
}
.pm_progress_bar {
	border: 1px solid #d8d8d8;
	padding: 1px;
	margin: 6px 5px 4px;
}
.pm_progress_bar span {
	background: #000000;
	font-size: 0em;
	text-indent: -2000em;
	height: 10px;
	display: block;
	overflow: hidden;
}
.pm_status {
	float: left;
	border: 1px solid #d8d8d8;
	padding: 0;
	background-color: #fff;
	width: 100%;
	height: 112px;
	margin-right: 10px;
}
.pm_status_content {
	padding: 0 10px 0 10px;
	margin: 12px 0 0;
}
.pm_status_head {
	border-bottom: 1px solid #d8d8d8;
	background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
	font: 12px/12px Yekan;
	padding: 10px;
	margin: 0;
	text-align: center;
	vertical-align: top;
	color: #4e4e4e;
}
/*---BB Editor---*/
.bb-pane {
	height: 1%;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0;
	height: auto !important;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FBFBFB), to(#EAEAEA));
	background-image: -webkit-linear-gradient(top, #FBFBFB, 0%, #EAEAEA, 100%);
	background-image: -moz-linear-gradient(top, #FBFBFB 0%, #EAEAEA 100%);
	background-image: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#EAEAEA', GradientType=0);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	box-shadow: none !important;
}
.bb-pane>b {
	margin-top: 5px;
	margin-left: 0;
	vertical-align: middle;
}
.bb-pane .bb-btn + .bb-btn, .bb-pane .bb-btn + .bb-pane, .bb-pane .bb-pane + .bb-btn, .bb-pane .bb-pane + .bb-pane {
	margin-left: -1px;
}
.bb-btn {
	display: inline-block;
	overflow: hidden;
	float: left;
	padding: 4px 10px;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: inset 0 1px 2px white;
	-moz-box-shadow: inset 0 1px 2px white;
	box-shadow: inset 0 1px 2px white;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left 0%, left 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
	background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
	background-image: linear-gradient(to bottom, #fdfdfd 0%, #e9e9e9 100%);
}
.bb-btn:hover {
	background: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
	background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
	background-image: -o-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
	background-image: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%);
	-webkit-transition: box-shadow 0.05s ease-in-out;
	-moz-transition: box-shadow 0.05s ease-in-out;
	-o-transition: box-shadow 0.05s ease-in-out;
	transition: box-shadow 0.05s ease-in-out;
}
.bb-btn:active {
	background: #f3f3f3;
	border-color: #cfcfcf;
	-webkit-box-shadow: 0 0 5px #f3f3f3 inset;
	-moz-box-shadow: 0 0 5px #f3f3f3 inset;
	box-shadow: 0 0 5px #f3f3f3 inset;
}
[class^="bb-btn"], [class*=" bb-btn"] {
	font-family: 'editor';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 12px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bb-sel {
	float: left;
	padding: 2px 2px 0 2px;
}
.bb-sel select {
	font-size: 11px;
}
.bb-sep {
	display: inline-block;
	float: left;
	width: 1px;
	padding: 2px;
}
.bb-btn {
	cursor: pointer;
	outline: 0;
}
#b_font select {
	padding: 0px;
}
#b_size select {
	padding: 0px;
}
#b_b:before {
	content: "\f032";
}
#b_i:before {
	content: "\f033";
}
#b_u:before {
	content: "\f0cd";
}
#b_s:before {
	content: "\f0cc";
}
#b_img:before {
	content: "\f03e";
}
#b_up:before {
	content: "\e930";
}
#b_emo:before {
	content: "\f118";
}
#b_url:before {
	content: "\f0c1";
}
#b_leech:before {
	content: "\e98d";
}
#b_mail:before {
	content: "\f003";
}
#b_video:before {
	content: "\e913";
}
#b_audio:before {
	content: "\e911";
}
#b_hide:before {
	content: "\e9d1";
}
#b_quote:before {
	content: "\e977";
}
#b_code:before {
	content: "\f121";
}
#b_left:before {
	content: "\f036";
}
#b_center:before {
	content: "\f037";
}
#b_right:before {
	content: "\f038";
}
#b_color:before {
	content: "\e601";
}
#b_spoiler:before {
	content: "\e600";
}
#b_fla:before {
	content: "\ea8d";
}
#b_yt:before {
	content: "\f166";
}
#b_tf:before {
	content: "\ea61";
}
#b_list:before {
	content: "\f0ca";
}
#b_ol:before {
	content: "\f0cb";
}
#b_tnl:before {
	content: "\ea61";
}
#b_br:before {
	content: "\ea68";
}
#b_pl:before {
	content: "\ea72";
}
#b_size:before {
	content: "\f034";
}
#b_font:before {
	content: "\f031";
}
#b_header:before {
	content: "\f1dc";
}
#b_sub:before {
	content: "\f12c";
}
#b_sup:before {
	content: "\f12b";
}
#b_justify:before {
	content: "\f039";
}
.bb-pane h1 {
	font-size: 36px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bb-pane h2 {
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bb-pane h3 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bb-pane h4 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bb-pane h5 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bb-pane h6 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bb-pane-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 180px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 11px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	background: white;
	-webkit-box-shadow: 0 1px 2px #dadada;
	-moz-box-shadow: 0 1px 2px #dadada;
	box-shadow: 0 1px 2px #dadada;
}
.bb-pane-dropdown > li > a {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333333;
	white-space: nowrap;
}
.bb-pane-dropdown > li > a:hover, .bb-pane-dropdown > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: whitesmoke;
}
.bb-pane-dropdown .color-palette div .color-btn {
	width: 17px;
	height: 17px;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	cursor: pointer;
}
.bb-pane-dropdown .color-palette {
	padding: 0px 5px;
}
.bb-editor textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	border: 1px solid #d7d7d7;
	width: 100%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin-top: -1px;
}
.editorcomm .bb-editor {
	width: 565px;
}
.editorcomm .bb-editor textarea {
	height: 200px;
}
.clr {
	clear: both;
}
.quick-edit-text {
	padding: .4em;
	width: 350px;
}
.quick-edit-textarea {
	height: 250px;
	box-sizing: border-box;
	padding: 2px;
	border: 1px solid #d7d7d7;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.userstop td, .pm td.pm_list, .pm td.pm_head {
	border: 1px solid #d8d8d8;
  padding: 2px 2px 3px;
  text-align: center;
	background-color: #fff
}
.userstop thead td, .pm td.pm_head {
	background: url("../images/bbcodes.png") repeat-x scroll 0 100% #fff;
	color: #555;
	font: 12px/25px Yekan;
	height: 24px;
	padding: 0 0 1px;
	text-align: center;
}
.pm_head {
	font-weight: bold
}
.voteprogress {
	overflow: hidden;
	height: 15px;
	margin-bottom: 5px;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.voteprogress span {
	color: #ffffff;
	text-align: center;
	text-indent: -2000em;
	height: 15px;
	display: block;
	overflow: hidden;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -ms-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(top, #149bdf, #0480be);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}
.voteprogress .vote2 {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.voteprogress .vote3 {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
/* - ParsDLE.com - */
.voteprogress .vote4 {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.voteprogress .vote5 {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.pollprogress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 5px;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pollprogress span {
	color: #ffffff;
	height: 18px;
	display: block;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -ms-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(top, #149bdf, #0480be);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}
.pollprogress .poll2 {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.pollprogress .poll3 {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.pollprogress .poll4 {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.pollprogress .poll5 {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
#marker-bar, #txtselect_marker {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: 1200;
	opacity: 0;
	-webkit-transition: opacity .4s, visibility .1s linear .4s;
	-moz-transition: opacity .4s, visibility .1s linear .4s;
	-o-transition: opacity .4s, visibility .1s linear .4s;
	transition: opacity .4s, visibility .1s linear .4s;
}
#txtselect_marker {
	cursor: pointer;
	background: url(../dleimages/marker.png) -0px -0px no-repeat;
}
/* - ParsDLE.com - */	
#txtselect_marker:hover {
	background-position: -0px -32px;
}
#marker-bar {
	border: 1px solid #ccc;
	border-radius: 15px;
	background: #fff;
	padding: 5px 10px;
	cursor: default;
	box-shadow: 0px 0px 4px #ccc;
}
#marker-bar.show {
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
	visibility: visible;
}
#txtselect_marker.show {
	visibility: visible;
	width: 32px;
	height: 32px;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}
#marker-bar .masha-social, #marker-bar .masha-marker {
	cursor: pointer;
	display: block;
	margin: 0 5px;
	float: left;
}
#marker-bar .masha-marker {
	line-height: 1em;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	margin-right: 10px;
}
#marker-bar .masha-marker:hover {
	color: #ea3e26;
	border-color: #ea3e26;
}
.user_selection, .user_selection_true {
	background: #c4f47d;
	padding: 2px 0;
}
.user_selection a.txtsel_close, .user_selection_true a.txtsel_close {
	display: none;
}
.user_selection .closewrap, .user_selection_true .closewrap {
	position: relative;
}
.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
	display: inline-block;
	position: absolute;
	top: -7px;
	left: -5px;
	width: 33px;
	height: 33px;
	background: url(../dleimages/closemarker.png) -0px -0px no-repeat;
}
.user_selection.hover a.txtsel_close:hover, .user_selection_true.hover a.txtsel_close:hover {
	background-position: -0px -33px;
}
#share-popup {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	position: absolute;
	width: 414px;
	display: none;
	z-index: 100;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: opacity .4s, visibility .1s linear .4s;
	-moz-transition: opacity .4s, visibility .1s linear .4s;
	-o-transition: opacity .4s, visibility .1s linear .4s;
	transition: opacity .4s, visibility .1s linear .4s;
}
#share-popup.show {
	display: block;
	opacity: 1;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}
#share-popup .social {
	padding: 0 0 10px 17px;
	height: 40px;
}
#share-popup .social p {
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
}
#share-popup .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#share-popup .social ul li {
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	position: relative;
}
/* - ParsDLE.com - */	
#share-popup .social ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	color: #aaa;
	padding-left: 25px;
}
#share-popup .social ul a:hover {
	text-decoration: underline;
	color: #ea3e26;
}
#share-popup .social a span {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#share-popup .social .tw span {
	background-position: 0 -20px;
}
#share-popup .social .tw:hover span {
	background-position: 0 0;
}
#share-popup .social .fb span {
	background-position: -20px -20px;
}
#share-popup .social .fb:hover span {
	background-position: -20px 0;
}
#share-popup .social .vk span {
	background-position: -40px -20px;
}
#share-popup .social .vk:hover span {
	background-position: -40px 0;
}
#share-popup .social .gp span {
	background-position: -60px -20px;
}
#share-popup .social .gp:hover span {
	background-position: -60px 0;
}
#share-popup .link {
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 10px 5px 0 10px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0 7px;
}
#share-popup .link p {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
}
#share-popup .link span {
	color: #999;
	font-size: 10px;
	display: block;
	padding-top: 3px;
}
#share-popup .link a {
	display: block;
}
.addnews {
	overflow-x: hidden;
}
.wizline {
	margin: 5px 0;
	color: #505050;
	padding: 5px 15px;
	border: 1px solid #e5e5e5;
	background: #fafafa;
	min-height: 20px;
	text-align: right;
	font-size: 13px;
}
.swizline {
	min-width: 110px;
	min-height: 20px;
	line-height: 20px;
	float: right;
	padding: 2px 0;
	text-align: right;
}
.wizline a {
	color: #EA0000;
}
.cbutton {
	background: #cb0000 !important;
	border: 1px solid #cb0000 !important;
	color: #fff !important;
	cursor: pointer;
	display: block;
	float: right;
	font: 13px/25px Yekan;
	height: 30px !important;
	margin: -3px 0 0 12px !important;
	padding: 0 0 2px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
.cbutton:hover {
	background: #0061ab !important;
	border: 1px solid #0061ab !important;
	color: #fff;
	cursor: pointer;
	border: 0;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.f_textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  font: 12px/20px Tahoma;
  min-height: 240px;
  padding: 4px 6px;
}
.f_textarea:focus {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 2px #ccc inset;
    outline: medium none;
}
.xfields {
	padding: 2px 5px;
}
.xfields textarea {
	height: 186px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}
.xfields input {
	width: 70%;
	height: 18px;
	font-family: tahoma;
	font-size: 11px;
}
.xfields select {
	height: 18px;
	font-family: tahoma;
	font-size: 11px;
}
#xfield_holder_pole {
	width: 600px !important;
	float: left;
	clear: none;
}
select {
	background: #f9f9f9;
	color: #2e2e2e;
	border: 1px solid #ebebeb;
	padding: 4px 3px 4px 4px;
	font: 11px tahoma;
}
.input1, .input2, .input3, .input4 {
	background: #f9f9f9;
	color: #2e2e2e;
	border: 1px solid #ebebeb;
	padding: 2px 6px;
}
.input1, .input2, .input3 {
	height: 22px;
}
.input1:focus, .input2:focus, .input3:focus, .input4:focus {
	background: #fff;
	border: 1px solid #bfbfbf;
	box-shadow: 0 0 2px #ccc inset;
	outline: medium none;
}
.input1 {
	width: 70%;
	font-family: Tahoma;
	font-size: 12px;
}
.input2 {
	width: 100px;
	font-size: 12px;
}
.input3 {
	width: 223px;
	font-family: Tahoma;
	font-size: 12px;
}
.input4 {
	width: 312px;
	height: 100px;
	font-family: Tahoma;
	font-size: 12px;
}
#bttop {
	background: url("../images/totop.png") no-repeat scroll 0 -42px rgba(0, 0, 0, 0);
	width: 40px;
	height: 42px;
	right: 30px;
	bottom: 69px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	padding: 0;
	position: fixed;
	z-index: 9998;
}
#bttop:hover {
	background: url("../images/totop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.masha_index {
	display: none !important;
}
.findrelated {
	background: #ffc;
	border: 1px solid #9E9E9E;
	margin: 0 0 8px;
	padding: 5px;
	width: 69%;
}
.sociallogin {
	height: 18px;
	text-align: center;
}
.lfield.lfchek {
	list-style: outside none none;
}
.ratingzero {
	color: #6c838e;
}
.ratingtypeplusminus {
	padding: 0px 5px;
}
.ratingtypeplus {
	color: #00679f;
	font: 14px/14px tahoma;
	padding: 0 0 0 2px;
}
.ratingplus {
	color: green;
}
.ratingminus {
	color: red;
}
.ratebox {
	float: left;
}
.ratebox2 {
	float: left;
}
.ratebox3 {
	float: left;
}
.newsrate {
	bottom: 10px;
	font: 12px/13px Tahoma;
	left: 12px;
	position: absolute;
}
.ratebox ul, .ratebox ul li {
	float: left;
	list-style: outside none none;
}
.ratebox2 ul, .ratebox2 ul li {
	float: left;
	font: 14px/13px Tahoma;
	list-style: outside none none;
	padding: 0 5px 0 0;
}
.ratebox3 ul, .ratebox3 ul li {
	float: left;
	list-style: outside none none;
}
.info {
	clear: both;
	display: block;
	line-height: 20px;
	margin: 6px 0 12px;
	text-align: justify;
}
.title {
	font: 15px Yekan;
}
.fcalt {
	background: #eee;
	font: 12px Yekan;
	padding: 2px 7px 2px 0;
}
.fc {
	background: #fff;
	font: 12px Yekan;
	padding: 2px 7px 2px 0;
}
.get {
	display: block;
	float: right;
	margin: 0 0 11px;
}
.comments-tree-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments-tree-list .comments-tree-list {
	padding-right: 30px;
}
.comments-tree-item {
	display: block;
	margin: 0;
	padding: 0;
}
#dlefastreplycomments {
	padding: 5px;
	background: #e4ecf0;
	margin: 5px 30px 5px 5px;
}
.commentsreplyname {
	padding: 2px;
	border: 1px solid #bcc0c2;
	width: 200px;
	background: #fff url("../images/fields.png") repeat-x;
}
.pollallvotes {
	text-align: center;
	margin-top: 10px;
}
.emoji {
	border: none;
	vertical-align: middle;
	width: 22px;
	height: 22px;
}
.sort {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 5px #e5e5e5;
  color: #a6a6a6;
  display: block !important;
  float: right;
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 5px 12px 5px 5px;
  width: 663px;
}
.sort > li, .sort {
	display: inline;
}
.sort > li {
	margin: 0 0 0 3%;
}
.sort > li a {
	color: #353535;
}
.sort > li.asc a, .sort > li.desc a {
	color: #3394e6;
}
.sort > li.asc a:before, .sort > li.desc a:before {
	content: "";
	background-image: url("../images/index.png");
	display: inline-block;
	vertical-align: middle;
	margin: -1px 0 0 .4em;
	width: 6px;
	height: 11px;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
}
.sort > li.asc a:before {
	background-position: 0 -11px;
}
.xfieldsrow {
	padding-top: 5px;
	clear: both;
}
.xfieldscolleft {
	float: left;
	width: 30%;
}
.xfieldscolright {
	float: left;
	width: 70%;
}
.file-box {
	width: 95%;
	max-width: 437px;
	border: 1px solid #B3B3B3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #F5F5F5;
	padding: 10px;
	margin-top: 10px;
}
.qq-uploader {
	position: relative;
	width: 100%;
}
.qq-upload-button {
	display: inline-block;
	padding: 4px 10px 4px 10px;
	margin-top: 5px;
	font: bold 11px/1.5em tahoma;
	color: #000000;
	border: 1px solid #CACACA;
	cursor: pointer;
}
.qq-upload-drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	max-width: 437px;
	background: #FF9797;
	text-align: center;
}
.qq-upload-drop-area span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}
.qq-upload-drop-area-active {
	background: #FF7171;
}
.uploadedfile {
	width: 115px;
	height: 130px;
	margin: 10px 5px 5px 5px;
	border: 1px solid #B3B3B3;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	text-align: center;
	background: #ffffff;
}
.uploadedfile .uploadimage {
	margin-top: 5px;
	width: 115px;
	height: 90px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.uploadedfile .info {
	text-align: right;
	white-space: nowrap;
	margin: 0px 5px 0px 5px;
	overflow: hidden;
}
.progress {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: whitesmoke;
	height: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #eee;
	-webkit-box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.progress .progress-bar {
	float: right;
	width: 0%;
	font-size: 12px;
	line-height: 20px;
	color: white;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 8px;
}
.progress-bar span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}
.progress-blue {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));
	background-image: -webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);
	background-image: -moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);
	background-image: linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
	background-repeat: repeat-x;
	border: 1px solid #55aeee;
}
.userseting {
  list-style: outside none none;
  margin: 0 !important;
}
.xfieldimagegallery {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.xfieldimagegallery li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xfieldimagegallery li img {
  border: 5px solid #fff;
  float: right !important;
  height: 100px;
  margin: 0 0 0 5px;
  transition: box-shadow 0.5s ease 0s;
  width: 100px;
}
.xfieldimagegallery li img:hover {
	box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}