/* Designed by SanderArt.com  */

* {
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	padding:0;
}
image{
	border:0;
}
a img,:link img,:visited img,:hover img {
	border:0;
}
a{
	color:#505050;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:12px;	
}
textarea{
	border:1px solid #ccc;
	box-shadow:inset 0 1px 3px #ccc;
	-webkit-box-shadow:inset 0 1px 3px #ccc;
	-moz-box-shadow:inset 0 1px 3px #ccc;
}
input:focus {
    outline:none;
}
button:focus{
	outline:none;	
}
html{
	padding:0px;
	background:#eee;
}
body{
	background:#eee url(../images/body_bg.png);
	font-family:"Arial", Tahoma sans-serif;
	font-size:12px;
	height:100%;
	margin:0px;
	padding:0;
	color:#505050;
}
#wrap{
	width:100%;
	border-top:2px solid #70b700;
	background:url(../images/wrapbg.png) top repeat-x;
}
#container{
	width:1000px;
	margin:0 auto;
}
#header{
	width:1000px;
	height:100px;
	margin:0 0 10px 0;
}
.logo{
	width:350px;
	height:100px;
	float:left;
}
.midheader{
	width:450px;
	float:left;
	height:100px;
	padding-left:20px;
}
.navi{
	width:470px;
	height:20px;
	margin-top:40px;
}
.navi ul{
	list-style:none;
	display:inline;
}
.navi li {
	position:relative;
	float:left;
}
.navi li a{
	text-decoration:none;
	font-size:14px;
	color:#505050;
	padding:2px 0;
	border-bottom:1px solid #70b700;
	margin-right:20px;
}
.navi li a:hover{
	color:#303030;
	border-bottom:2px solid #70b700;
}
.header-right{
	width:180px;
	height:100px;
	float:left;	
}
/* LOGIN begin  */
.loginbar{
	height:30px;
	width:180px;
	margin-top:20px;
}
.loginpanel{
	line-height:20px;
	min-width:140px;
	position:static;
	color:#909090;
	height:20px;
	padding:0 0 10px 0;
	float:right;
	text-align:right;
}
.loginpanel a{
	font-size:12px;
	text-decoration:none;
	padding:1px 0 2px 0;
	color:#70b700;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	line-height:16px;
}
.loginpanel a:hover{
	text-decoration:none;
	color:#505050;
}
#loginb{
	color:#909090;
	min-width:200px;
	min-height:220px;
	display:none;
	background:#fff url(../images/black.png) top repeat-x;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-90px;
	z-index:20000 !important;
	border:3px solid #ccc;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#loginb a{
	color:#505050;
	text-decoration:underline;
}
#loginb a:hover{
	color:#ccc;	
	text-decoration:none;
}
.logintitle{
	line-height:40px;
	height:40px;
	padding-left:10px;
	text-align:center !important;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:10px 10px 0 0;
	background:url(../images/login.png) 0 2px no-repeat;
	border-bottom:1px solid #eee;
}
.logintitle span{
	font-size:15px;
	color:#bbb;
}
.login-close{
	position:absolute;
	background:url(../images/login-close.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	cursor:pointer;
	top:-15px;
	right:-15px;
}
.login-close:hover{
	background-position: 0 -25px;
}
.profile{
	width:160px;
	margin:15px auto 15px auto;
}
.profile ul{
	list-style: none;
	margin:0;
	padding:0;
	font-size:12px;
	color:#303030;
}
.profile li{
	position: relative;
	height:29px;
	line-height:20px;
	margin:0;
}
.profile li a{
	text-align:left;
	padding:0 10px 0 15px;
	line-height:24px;
	font-size:13px;
	color:#707070 !important;
	text-decoration:none !important;
	display:block;
	font-weight:normal;
	background:#f5f5f5 url(../images/arrow.png) 5px 8px no-repeat;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #ddd;
}
.profile li a:hover{
	color:#000 !important;
	text-decoration:none !important;
	background-color:#eee;
}
.login_input{
	width:200px;
	margin:25px;
	text-align:center;
}
.login_field{
	width:200px;
	height:30px;
	line-height:35px;
	vertical-align: middle;
	font-size:15px;
	padding:0;
	color:#fff;
	background:#f5f5f5;
	margin-top:5px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.field{
	padding:5px;
	width:190px;
	height:20px;
	color:#909090;
	font-size:15px;
	font-family:Arial;
	background:none;
	border:1px solid #ccc;
	vertical-align: middle;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-moz-box-shadow:inset 0 0 15px rgba(0,0,0,0.1); 
	-webkit-box-shadow:inset 0 0 15px rgba(0,0,0,0.1); 
	box-shadow:inset 0 0 15px rgba(0,0,0,0.1); 
}
.field:hover, .field:active, .field:focus{
	border:1px solid #aaa;
}
.nblock {
	display: none;
}
.enter{
	width:200px;
	height:40px;
	background:#25a3d9;
	cursor:pointer;
	margin:0 0 15px 0;
	border:0;
	font-weight:bold;
	color:#fff;
	font-size:16px;
	line-height:40px;
	border-radius: 3px; 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.enter:hover{
	color:#000;
}
.not_save{
	font-size:12px;
	padding:0;
	margin:10px 0 5px 0;
	width:200px;
	height:20px;
}
#login_overlay {
  background-color: #000; /* ׸���� ��� */
  height: 100%; /* ������ ����������� */
  left: 0; /* ������� ������ ����� */
  opacity: 0.50; /* ������� ������������ */
  -moz-opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  position: fixed; /* ������������� ��������� */
  top: 0; /* ������� ������ ������ */
  width: 100%; /* ������ ����������� */
  z-index: 10000; /* �������� ���� ��� ������� ���������� */
  display:none;
}
/* LOGIN end  */

.searchblock{
	width:165px;
	height:30px;
	margin:0 0 0 15px;
	background:url(../images/searchbg.png) no-repeat;	
}
.searchblock ul{
	height:30px;
	list-style:none;
	padding:0;
	width:165px;
	display:inline;
}
.searchblock li
{ 
	float:left;
	position: relative;
	border:0;
	display:block;
	height:30px;
}
.searchblock li a
{
	float:left;
	position: relative;
	text-align:center;
}
.searchblock .searchbt input{
	width:30px;
	height:30px;
	background:url(../images/searchbt.png) 0 0 no-repeat;
}
.searchblock .searchbt input:hover{
	background-position: 0 -30px;
}
.searchform{
	color:#aaa;
	width:121px;
	height:20px;
	line-height:20px;
	padding:5px 7px;
	border:0px;
	font-size:13px;
	font:Verdana, Geneva, sans-serif;
	background:transparent;
	overflow:hidden;
}
#black-block{
	width:992px;
	height:251px;
	padding:8px 0 0 8px;
	background:#202020 url(../images/black_bg.png);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:15px;
}
.custom-1{
	position:relative;
	width:326px !important;
	height:243px !important;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
	color:#eee;
	float:left;
	background:#101010;
	z-index:2;
}
.custom-1 a{
	width:326px !important;
	height:243px !important;
	font-size:12px;
	line-height:16px;
	color:#eee;
}
.custom-1-img{
	width:326px !important;
	height:auto !important;
}
.custom-c{
	position:absolute;
	bottom:10px;
	right:10px;
	background:url(../images/label.png) top right no-repeat;
	color:#fff;
	font-size:11px;
	line-height:20px;
	padding:0 5px 5px 5px;
	height:20px;
	z-index:4;
}
.custom-title{
	position:absolute;
	line-height:20px;
	top:10px;
	left:10px;
	width:306px;
	color:#fff;
	text-shadow:0 1px 2px #000;
	font-size:14px;
	font-weight:bold;
	z-index:4;
}
.custom-title a{
	text-decoration:none;
	font-size:14px;
	color:#fff;
}
.custom-title a:hover{
	text-decoration:none;
}
.custom-1-hover{
	position:absolute;
	width:100%;
	height:243px;
	background:url(../images/black50.png);
	top:0;
	left:0;
	z-index:3;
}
.custom-1:hover .custom-1-hover{
	display:none;
}
.custom-2{
	position:relative;
	width:326px !important;
	height:120px !important;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	color:#eee;
	float:left;
	background:#101010;
	z-index:1;
	margin:0 0 3px 3px !important;
}
.custom-2 a{
	width:326px !important;
	height:243px !important;
	font-size:14px;
	line-height:16px;
	color:#eee;
}
.custom-2-img{
	width:326px !important;
	height:auto !important;
}
.custom-2-hover{
	position:absolute;
	width:100%;
	height:120px;
	background:url(../images/black50.png);
	top:0;
	left:0;
	z-index:2;
}
.custom-2:hover .custom-2-hover{
	display:none;
}
.rek1{
	width:800px;
	height:90px;
	text-align:center;
	margin-bottom:10px;
}
#content{
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:1000px;
}
table.maintable{
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
	cellspacing:0;
	border:0;
}
table.maintable td{
	border:0;
	vertical-align:top;
}
#left{
	width:197px;
	padding:5px 0 0 0;
	border-right:3px solid #eee;
}
#right{
	padding-top:5px;
}
.sideblock{
	width:177px;
	margin:0 0 10px 0;
	padding:0 10px;
}
.sideheader{
	color:#70b700;
	font-size:20px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #dcdcdc;
	margin:0 10px 10px 10px;
}
.sideheader a{
	font-size:20px;	
	color:#70b700;
	text-decoration:none;
}
.sideheader a:hover{
	color:#303030;
	text-decoration:underline;
}
.menu{
	width:157px;
	padding:0 10px;
	margin-bottom:10px;
}
.menu ul{
	width:157px;
	font-size: 12px;
	list-style: none;
	margin:0;
}
.menu li{
	position:relative;
	width:177px;
	background: url(../images/arrow.png) left 11px no-repeat;
	padding-left:10px;
}
.menu li a{
	font-family:Arial;
	padding:0;
	line-height:30px;
	font-size: 13px;	
	color:#505050;
	text-decoration:none;
	padding:2px 0;
}
.menu li a:hover{   
	color:#303030;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
.hblock{
	margin:0 10px 10px 10px;
	border-bottom:1px solid #dcdcdc;
}
.hheader{
	color:#70b700;
	font-size:20px;
	height:40px;
	line-height:40px;
	margin:0 20px 10px 20px;
}
.hheader a{
	color:#70b700;
	font-size:20px;
	text-decoration:none;
}
.hheader a:hover{
	text-decoration:underline;
	color:#505050;
}
.shortstory{
	position:relative;
	width:147px;
	height:200px;
	font-size:12px;
	line-height:16px;
	color:#707070;
	float:left;
	padding-right:5px;
	margin:0 -20px 0 20px;
}
.shortstory img{
	width:80px;
	height:80px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-bottom:10px;
}
.shorttitle{
	margin-bottom:5px;
	line-height:15px;
	max-height:30px;
	overflow:hidden;
}
.shorttitle h2 a{
	color:#505050;
	font-size:13px;
	text-decoration:none;
}
.shorttitle h2 a:hover{
	text-decoration:underline;
	color:#303030;
}
.short-rating{
	height:12px;
	width:85px;
	margin:0 0 10px 0;
	float:left;
}
.vote-num{
	float:left;
	margin:0 0 10px 5px;
	font-size:11px;
	color:#909090;
	line-height:12px;
}
.shortbut, .shortbut a{
	display:block;
	background:#70b700 url(../images/green30.png) top repeat-x;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	height:20px;
	width:80px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	clear:both;
	text-decoration:none !important;
	text-align:center;
	line-height:20px;
}
.shortbut:hover, .shortbut a:hover{
	background:#909090;
	color:#fff;
}
.wblock{
	margin:0 0 10px 0;
}
/* FOOTER         */
.footer {
	line-height:20px;
	margin:0 auto;
	width:1000px;
	padding:20px 0 20px 0;
	color:#707070;
	position:relative;
	text-shadow:0 1px 1px #fff;
}
.ftmenu{
	width:500px;
	height:20px;
	margin:0 0 20px 0;
	float:left;	
}
.ftmenu ul{
	list-style:none;	
	font-size:14px;
	margin:0;
	display:inline;
}
.ftmenu li
{
		clear:both; 
	text-align:left;
	height:20px;
	display:inline;
}
.ftmenu li a
{
	font-size: 12px;
	color:#505050;
	line-height:20px;
	padding:0 10px;
	display: block;
	text-decoration:underline;
	float:left;
}
.ftmenu li a:hover {
	z-index:100;
	color:#303030;
	text-decoration:none;
	text-shadow:none;
}

.seotext{
	width:490px;
	padding-right:10px;
	font-size:11px;
	float:left;
	color:#909090;
	line-height:15px;
}
.sub-footer{
	text-align:left;
	position:relative;
	font-size:12px;
	float:left;
	width:490px;
	padding-left:10px;
}
.sub-footer a{
	color:#909090;
	font-size:12px;
	text-decoration:underline;
}
.sub-footer a:hover{
	text-decoration:none;
}
.counters{
	height:31px;
	margin-top:10px;
}
.counters span{
	margin-right:10px;
}
.speedbar{
	font-size:12px;
	color:#909090;
	overflow:hidden;
	height:30px;
	line-height:30px;
	margin:0 20px 20px 20px;
	border-bottom:1px solid #eee;
}
.speedbar a{
	color:#505050;
	text-decoration:underline;
	font-size:12px;
}
.speedbar a:hover{
	color:#70b700;
	text-decoration:none;	
}
.sort{
	margin:0 20px 20px 20px;
	color:#909090;
}
.sort a{
	color:#505050;
	background:#fafafa url(../images/w30.png) 0 -5px repeat-x;
	padding:3px 5px;
	text-decoration:none;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.sort a:hover{
	color:#fff;
	background:#70b700 url(../images/green30.png) top repeat-x;	
}
.shortstory2{
	margin:0 20px 20px 20px;
	border-bottom:1px solid #cdcdcd;
	padding:0 0 20px 0;
	line-height:18px;
}
.shortstory2 a{
	text-decoration:none;
}
.shortstory2 a:hover{
	text-decoration:none;
}
.shortstory2 img{
	max-width:200px;
	padding:0 10px 10px 0;
	float:left;
}
.shortstory2 img:hover{
	opacity:0.9;
}
.shorttitle2{
	margin:0 0 10px 0;
}
.shorttitle2 a{
	font-size:14px;
	font-weight:bold;
}
.shorttitle2 a:hover{
	text-decoration:underline;
	color:#000;
}
.ss2data{
	color:#909090;
	font-size:11px;
	margin:0 0 10px 0;
	line-height:15px;
}
.ss2data a{
	font-size:11px;
	text-decoration:none;
	color:#47bde4;
}
.ss2data a:hover{
	text-decoration:underline;
}
.shortstory3{
	width:175px;
	height:165px;
	overflow:hidden;
	float:left;
	margin:0 0 20px 20px;	
}
.shortstory3 img{
	width:175px;
}
.shortstory3 img:hover{
	opacity:0.9;
}
.image240{
	height:100px;
	width:175px;
	overflow:hidden;
	margin:0 0 10px;
}
span.date3{
	font-size:11px;
	color:#909090;
	height:12px;
	line-height:12px;
	float:right;
}
/* ������ */
.vbutton{
font-family:Arial;
background:#fff url(../images/w30.png) repeat-x;	
cursor:pointer;
width:80px;
height:20px !important;
line-height:20px !important;
text-align:center;
text-decoration:none;
font-size:12px;
font-weight:bold;
display:block;
margin:5px auto 10px 5px;
color:#505050;
text-shadow:0 1px 1px #fff;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow:0 0 2px #505050;
-moz-box-shadow:0 0 2px #505050;
-webkit-box-shadow:0 0 2px #505050;
float:left;
border:0;
}
.vbutton:hover{
color:#000;
cursor: pointer;
border:0;
background:#fff url(../images/white.png) repeat-x;	
}
.cbutton{
font-family:Arial;
background:#70b700 url(../images/green30.png) repeat-x;	
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	border:1px solid #70b700;
cursor:pointer;
width:100px;
height:30px !important;
line-height:28px !important;
text-decoration:none;
font-size:13px;
font-weight:bold;
display:block;
margin:5px auto 10px 10px;
color:#fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-align:center;
float:left;
text-shadow:0 -1px 1px rgba(0,0,0,0.2);
}
.cbutton:hover{
color:#fff;
cursor: pointer;
border:0;
text-shadow:none;
background:#303030;	
}
.resbutton{
font-family:Arial;
cursor:pointer;
text-decoration:none;
margin:0 auto;
font-size:12px;
font-weight:bold;
color:#70b700;
text-decoration:underline;
line-height:25px;	
display:block;
width:80px;
}
.resbutton:hover{
color:#000;
cursor: pointer;
border:0;
}
/* NEWS POST */
.story{
width:800px;
padding-bottom:1px;
margin-bottom:10px;
}
.full-top{
	background:#fafafa;
	border:1px solid #eee;
	padding:10px;
	font-size:12px;
	color:#909090;
	margin-bottom:10px;
}
.full-top a{
	font-size:12px;
}
 span.edit{
	height:16px;
	width:16px;
	background:url(../images/edit.png) no-repeat;
	display:block;
	margin-bottom:10px;
}
.poster-image{
	background:#eee;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.1);
	padding:10px;
	width:124px;
	height:124px;
	float:left;
	margin-right:10px;
}
.poster-image img{
	margin:0 !important;
	padding:0;
	width:124px;
	height:124px;
}
.info-field{
	height:20px;
	margin:5px 0 0 0;
}
.info-field2{
	height:20px;
	margin:0 10px 0 0;
	float:left;
}
.info-rating{
	margin:5px 0 0 0;
	font-size:11px;
	line-height:12px;
	height:20px;
}
.info-rating2{
	margin:2px 10px 0 0;
	font-size:11px;
	line-height:12px;
	height:15px;
	float:left;
}
.full-top-center{
	float:left;
	width:250px;
}
.full-download{
	font-size:11px;
	background:#f5f5f5;
	float:left;
	padding:10px;
	width:312px;
}
.full-download a{
	font-size:11px;
}
.download-title{
	float:left;
	background:#70b700 url(../images/green30.png) repeat-x;
	border-radius:15px;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	border:1px solid #70b700;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:5px 10px;
	margin-bottom:10px;
}
.post-title{
font-size:18px !important;
color:#303030;
text-decoration:none;
font-family:"Arial";
line-height:20px;
margin-bottom:5px;
position:relative;
font-weight:bold;
}
.post-title h1, post-title a h1{
font-size:18px !important;
display:inline;
}
.post-title a{
font-weight:bold;
color:#70b700;
font-size:18px !important;
text-decoration:underline;
font-family:"Arial";
}
.post-title a:hover{
color:#303030;
text-decoration:underline;
}
.full-story{
width:760px;
padding:0 20px 10px 20px;
color:#505050;
font-size:13px;
line-height:150%;
}
.full-story a {
color:#70b700;
font-size:13px;
}
.full-story a:hover {
color:#303030;
text-decoration:none;
}
.full-story img {
margin:0 10px 10px 0;
max-width:760px;
}
.full-story ul, .full-story ol {
margin-left:15px;
}
.fstory{
	margin-bottom:10px;
}
.shots{
	width:760px;
	margin-bottom:10px;
}
.video{
	width:760px;
	text-align:center;
	margin-bottom:10px;
}
.shots img{
	padding:0 5px 5px 0 !important;
	margin:0 !important;
	height:120px;
	float:left;
}
.shots br{
	display:none;
}

.plusobut{
width:190px;	
}
.tags{
	color:#aaa;
	background:#fafafa;
	padding:5px;
	border:1px solid #f5f5f5;
}
.tags a{
	padding:2px 20px 3px 5px;
	color:#fff;
	font-size:12px;
	background:url(../images/tags.png) top right no-repeat;
	text-decoration:none;
	border-radius:3px;
}
.tags a:hover{
	text-decoration:none;
}
.related-block{
position:relative;
overflow:hidden !important;
color:#303030;
width:760px;
border-radius:5px;
margin:0 10px;
}
.related{
	position:relative;
	width:70px;
	height:100px;
	font-size:12px;
	line-height:16px;
	color:#707070;
	float:left;
	padding-right:5px;
	margin:0 -15px 0 15px;
}
.related img{
	width:60px;
	height:60px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-bottom:10px;
}
.reltitle{
	margin-bottom:5px;
	line-height:12px;
	max-height:24px;
	overflow:hidden;
}
.reltitle a{
	color:#505050;
	font-size:11px;
	text-decoration:none;
}
.reltitle a:hover{
	text-decoration:underline;
	color:#303030;
}

.tagscloud{
padding:0 15px 10px 15px;
}
/* COMMENTS */
.addcomment{
	padding:0;
	text-align:center;
	margin:20px;
}
.title{
	line-height:20px;
	padding:5px 0;
	color:#70b700;
	font-size:18px;
	text-align:left;
}
.addcomment-post{

}
.comments{
	width:780px;
	margin:0;
}
textarea#comments{
	height:150px;	
}
.comm-title{
	line-height:20px;
	color:#70b700;
	font-size:18px;
	margin:20px 0 0 20px;
	padding:5px 0;
	border-bottom:1px solid #cdcdcd;
}
.comm-title span{
	font-size:14px;
	color:#909090;
}
.comment{
	width:760px;
	color:#505050;
	border-bottom:1px solid #cdcdcd;
	margin-left:20px;
}
.comment a{
	color:#70b700;
	text-decoration:none;
}
.comment a:hover{
	text-decoration:underline;	
}
.comment table{
	margin:0;
	padding:0;
}
.comment-left{
	max-height:100px;
	width:80px;
	padding:10px 10px 10px 0;
	font-size:11px;
	float:left;
}
.comment-left a{
	color:#000;
	font-weight:bold;
}
.comment-left img{
	width:80px;
	max-height:80px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.comment-right{
	width:660px;
	padding:5px;
	font-size:13px;
	min-height:40px;
	float:left;
	margin:0;
	position:relative;
}
.comment-right a{
	color:#70b700;
	font-weight:bold;
}
.comm-data{
	color:#909090;
	margin-bottom:10px !important;
	display:block;
	font-size:11px;
	font-style:italic;
}
.comment-right a{
	font-size:12px;
	color:#303030;
}
.comment:hover .comment-title-hover{
	display:block;
}
.comment-title-hover{
	height:15px;
	line-height:15px;
	width:400px;
	padding:0;
	font-size:12px;
	color:#505050;
	display:none;
	position:absolute;
	top:5px;
	right:5px;
	z-index:10;	
	text-align:right;
}
.comment-title-hover a{
	color:#70b700;
	font-size:11px;
	text-decoration:none;
}
.comment-title-hover a:hover{
	color:#505050;
	text-decoration:underline;
}
.comment-title-hover span{
	float:right;
}
.comment-number{
	color:#fff !important;
	padding:0 3px;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	float:right;
	background:#505050;
}
.mass-action{
	padding:0 5px;
	height:15px;
	float:right;
}
.mass_comments_action{
	margin:0 0 0 20px;
	color:#909090;
}
.comment-news{
	margin:5px 0 !important;
}
.comment-news a{
	text-decoration:underline;
	font-size:13px !important;	
}
.comment-news a:hover{
	text-decoration:none;
	color:#ccc;
}
.info{
	min-height:30px;
	margin:10px 20px;
	color:#909090;
	background:#f5f5f5 url(../images/sign.png) 	2px 2px no-repeat;
	padding:10px 5px 10px 60px;
	font-size:11px;
	line-height:15px;
	border:1px solid #eee;
	text-shadow:0 1px 0 #fff;
}
.info a{
	color:#70b700;
}
.navigation{
	height:30px;
	width:100%;
	color:#000;
	margin:10px auto;
	padding:15px 0;
	font-size:15px;
	clear:both;
	text-align:center !important;	
}
.navigation b{
	font-size:25px !important; 
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	line-height:25px !important;
	height:25px;
	text-decoration:none;
	padding:3px 10px;
	color:#505050;
	font-size:15px;
	background:url(../images/w30.png) -1px center repeat-x;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-top:1px solid #eee;
}
.navigation a:hover{
	text-decoration:none;
	color:#fff;
	background:#303030;
}
.navigation span {
	line-height:30px !important;
	height:25px !important;
	text-decoration:none;
	padding:3px 10px;
	color:#aaa;
	font-size:15px;
	background:#fafafa;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-moz-box-shadow:inset 0 0 15px rgba(0,0,0,0.1); 
	-webkit-box-shadow:inset 0 0 15px rgba(0,0,0,0.1); 
	box-shadow:inset 0 0 15px rgba(0,0,0,0.1); 
}
.nav_ext{
	background:none !important;
	color:#000 !important;
	font-weight:bold;
	-moz-box-shadow:none !important; 
	-webkit-box-shadow:none !important; 
	box-shadow:none !important; 
}
table.fulltable{
	width:100%;
	background:#f5f5f5;
	border-collapse: collapse;
    border-spacing: 0;
	cellspacing:0;
	border:0;

}
table.fulltable td{
	border-top:1px solid #fff;
	padding:5px 10px;
}
.line{
	margin:5px 0;
	padding:5px 15px;
	border:1px solid #e0e0e0;
	background:#f1f1f1;
	min-height:20px;
	text-align:left;
	font-size:13px;
}
.sline{
	width:150px;
	min-height:20px;
	line-height:20px;
	text-align:left;
}
.pline{
	width:400px;
	min-height:20px;
	line-height:20px;
	text-align:left;
}
.import{
	color:#70b700;
}
.line a{
	color:#70b700;
}
.row{
	font-size:13px;
	margin:5px 0;
	padding:5px;
	border:1px solid #eee;
	background:#fafafa;
}
.row a{
	color:#70b700;
}
.row h{
	min-width:150px;
	padding:3px;
	margin:0 0 10px 0;
}
.poll{
	background:#fafafa;
	padding:5px 10px;
	margin:5px 0 10px 0;
	border:1px solid #eee;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.poll b{
	border-bottom:1px solid #303030;
}
.userstop{
	font-family:Tahoma;
	font-size:11px;
	color:#505050;
	border-collapse:collapse;
}
.userstop thead {
	font-family:Arial;
	padding:5px 0 0 5px;
	height:20px;
	font-size:12px;
	color:#303030;
	background:url(../images/white.png) repeat-x;
}
.userstop table {
	border-collapse:collapse;
}
.userstop td {
	text-align:center;
	height:25px;
	padding:0px;
	border:1px solid #ccc;
}
.userstop a {
	font-size:11px;
	text-decoration:none;
	color:#70b700;
}
.userstop a:hover {
	text-decoration: none;
}
.stat{
	color:#707070;
	font-size:13px;
	font-weight:bold;
	min-height:15px;
	margin:0 20px 0 20px;
	padding:2px 0 5px 0;
	border-bottom:1px solid #e0e0e0;
}
.stat span{
	float:right;
	font-weight:normal;
}
.stat a{
	font-size:13px;
	text-decoration:none;
}
.h-row{
	color:#505050;
	background:#f1f1f1;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:10px 0 0 0;
}
textarea, .txsh, .input1, .input2, .input3{
	border:1px solid #ccc;
	height:22px;	
}
.input1{
	width:312px; 
	font-family:verdana; 
	font-size:12px;	
}
.input2{
	width:100px;

	padding:3px 0;
	font-size:12px;
}
.input3{
	width:223px; 
	font-family:"Tahoma"; 
	font-size:12px; 
}
.input4{
	width:312px;
	height:100px;
	font-family:verdana; 
	font-size:12px;	
	border:1px solid #ccc;	
}
.clear {
	margin:0;
	padding:0;
	height:0px;
	clear:both;
	width:100%;
}
table{
	background:transparent;
	border:0px;
	border-collapse:separate;
}
table td{
	text-align:left;
	padding:0px;
	background:transparent;
}
select {
	font-size: 11px;
	font-family: tahoma;
}
.stext {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
}
.stext a:active,
.stext a:visited,
.stext a:link {
	color: #0084ff;
	text-decoration:none;
}
.stext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.ntitle {
	color: #CC00FF;
	font-size: 15px;
	font-family: tahoma;
	font-weight: bold;
	padding:11px 0 0 6px;
}
.ntitle a {
	color: #0084ff;
	text-decoration: underline;
}
.ntitle a:hover {
	text-decoration:none;
}
.ui-dialog fieldset{
	padding:5px;
	color:#70b700;
	border:1px solid #505050;
}
.pm_status {
	float:left;
	background:#fff;
	padding: 0px;
	border:1px solid #eee;
	width: 330px;
	height: 100px;
	margin:5px 15px 0 10px;
}

.pm_status_head {
	font-size: 0.9em; 
	background: #eee url("../images/white.png") repeat-x;
	height: 25px;
	line-height:25px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #505050;
	font-size:14px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
}

.pm_status_content {
	padding: 5px;
}
.cell_coment {  
  position: relative; }  

.coment_info {  
  position: relative;  
  text-align: justify;  
  color: #555;  
  background: #fff;  
  border: 1px solid #dddddd;  
  padding: 10px;  
  margin-bottom: 5px;  
  border-radius: 4px; } 
   
.coment_os {  
  overflow: hidden; }  

.tip {  
  position: absolute;  
  top: 10px;  
  left: -7px;  
  height: 13px;  
  width: 9px;  
  background: url("http://photo.usite.su/_ph/1/2/220972501.png") no-repeat top left; }  
.avacoment {}  

.avacoment img {  
  padding: 5px;  
  border: 1px solid #dddddd;  
  border-radius: 4px; }  

.avacoment input {  
  width: 57px;  
  border-radius: 2px;  
  border:1px solid #e1e1e1;  
  margin-top:5px;  
  color:#b5b5b5; }  

.comlink {  
  font: 700 12px "Arial";  
  color: #f23030 !important;  
  margin-bottom: 5px; } 
   
.comlink a {  
  font: 700 12px "Arial";  
  color: #70b700 !important;  
  text-decoration: none !important; }  

.comlink a:hover {  
  text-decoration: underline !important; }  

.commTd20 {  
  border-radius: 2px;  
  border:1px solid #ccc;  
  background: #fff; }  

.data {  
  float: right;  
  color: #70b700;  
  font: 700 10px "Arial"; }  

.linkotvet {  
  margin-top:3px; }  

.linkotvet a {  
  border-radius: 2px;  
  border:1px solid #ccc;  
  font: 400 11x "Arial";  
  color: #ccc;  
  text-decoration: none !important;  
  padding:1px; }