@import url("/css/userinfo.css");
/* LASTIK */
*, html,body,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote,th,td {
	margin:0;
	padding:0;
	list-style: none;
}
* input { padding-left: 2px; padding-right: 2px; } 

/* COMMON HTML TAGS */
a { text-decoration: underline; }
a,a:visited { color: #333; }

a:hover { 
	color: #ff4d00;
	text-decoration: underline;
}
a img { border:none; }
body {
  background: #F4F8ED url(/img/bg_line2.png) center top repeat-x; 
  text-align: center;
  position:relative;
  padding: 10px 0px;
  

}
body,table,input,textarea,select {
	font-family:  Arial, Helvetica, sans-serif;
  	font-size: 11px;
}
h1, h2, h3, h4
{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1, h2
{
	font-size: 12px;
	margin-bottom: 15px;
}
h3,h4 {
	font-size:12px;
}
caption, caption a {
	color:#000000;
	font-size: 18px;
	letter-spacing: 0pt;
	padding:5px;
}

/* COMMON DESIGN ELEMENTS */
.clear {
  clear: both;
  font-size:0;
}
.center { text-align:center; margin-left: auto; margin-right: auto; }
.mainDocument {
  margin: 0px auto;
  width: 999px;
}
#header {
	padding-left: 40px;
	position:relative;
	height: 250px;
	overflow:hidden;
}
	#header .ballon {
		width: 150px;
		height: 150px;
		padding: 30px;
		display:table-cell;
		vertical-align:middle;	
		background:url(/img/ballon.png) no-repeat center center;
		overflow:hidden;
		float:left;
		margin-right: 20px;		
	}
		.ballon table { height: 150px; }
		.ballon h3{
			padding: 10px 0 5px 0;
			text-transform:uppercase;
			font-weight: bold;
			font-size: 10px;
			color:#333333;
		}
		
	#header .logo {
	}
		#header a.logo  {
			display: block;
			width: 150px;
			height: 150px;
			background: url(/img/logo_freelance.gif) no-repeat center center;
		}
		#header a.logo h1 {
			font-size: 9px;
			text-indent: -9000px;
		}
	#header ul.more_links {
			height: 30px;
			text-align:right;
			margin-left: -30px;
			margin-right: -1px;
			font-size: 12px;
			font-weight:bold;
			
		}
			#header ul.more_links li{ display: inline; padding:0px 10px;  border-right: 1px solid #333; }	
			#header ul.more_links li.alt_side{ float:left; border-right: none; padding:0; }	
				#header ul.more_links li a { text-decoration:none;}
					#header ul.more_links li a:hover { text-decoration:underline;}
	.infoblock 
	{
		line-height:16px;
		display:table-cell;
		vertical-align:middle;
	}		


.login_info {
	text-align:center;
}
	.login_info input { border:none; }
	.login_info form { text-align:center; height: 120px; }
	.login_info label {
	  display: block;
	  font-size: 10px;
	 color: #aaa; 
	 padding-top:4px;
	}
	.login_info #ogin,
	.login_info #passwd {
		margin: 2px 0;
		height: 21px;
		border: none;
		border-color:#FFFFFF;
		padding: 2px 10px;
		width: 130px;
		font: 14px/20px Arial, Helvetica, sans-serif;
		background: url(/img/tlogoBg.gif) no-repeat center center;
	}
	.login_info .button {
		font-size: 12px;
		border: none;
		margin: 5px auto;
		background-color:#fa8a38;
		color: #FFF;
		padding: 3px 7px;
	}
	.login_info .button:hover { background: #336600;}	
	.login_info .new_messages {
		padding: 5px 0 20px 0;
		background: url(/img/envelope_on.gif) no-repeat center bottom;
	}
	
.DopMenu {
 	position:relative;
  	overflow:hidden;
	margin: 4px 0;
}
	
	.DopMenu ul {
	  list-style: none; 
	}
	.DopMenu ul.right {
	  float:right; 
	}
	.DopMenu li {
		float: left;
		padding: 10px 7px;
		/*font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
		text-transform: uppercase;*/
		/*letter-spacing: 0.2px;*/
		font-weight: bold;
		font-size: 12px;
	}
		.DopMenu li.strl { padding-left:2px;}
		.DopMenu li a{
			color:#333;
			text-decoration: none;
			padding-bottom:2px;
		}	
			.DopMenu li a:hover { 
				color: #f96d06;
				text-decoration: none;
				background: url(/img/bg111.gif) repeat-x left bottom;
	 
			}
#page {
	margin:0 auto;
	position:relative;
	width:989px;
	text-align:left;	
	padding: 1px 5px;
	overflow:hidden;
}
#col_1 {
	float:left;
	width:270px;
	background: #FFF url(/img/col1_bg.gif) repeat-y center top; 
	text-align:left;
	padding: 0 10px;
}
	#col_1 .start {
		display:block;
		width:290px;
		height:30px;
		background: url(/img/col1_top.gif) no-repeat center top; 
		margin: 0 -10px;
	}
	#col_1 .finish {
		display:block;
		width:290px;
		height:20px;
		background: url(/img/col1_bottom.gif) no-repeat center bottom; 
		margin: 0 -10px;
	}
	#col_1 .razdel {
		display:block;
		width:290px;
		padding-top:30px;
		background: url(/img/col1_razdel.gif) no-repeat center top; 
		margin: 0 -10px;
	}

.block_h {
	padding-bottom:5px;
}
	.block_h ul li span { display: none; }
	.block_h h2 {
		padding: 10px;
		margin: 5px;
	}
		.block_h h2 a {
			color:#000000;
			letter-spacing:0;
			text-decoration:none;
		}
		.block_h h2 i {
			color:#666666;
			display:block;
			font-size:14px;
			font-weight:normal;
			text-align:right;
			text-transform:lowercase;
		}
	.block_h ul {
		padding-left:10px;
	}
		.block_h ul li {
			padding:0 5px 7px 5px;
		}
			.block_h ul li ul {
				padding-bottom: 1px;
				padding-top: 5px;
			}
				.block_h ul li ul li {
					padding:1px 1px 5px 1px;
					background: url(/img/green_cub.gif) no-repeat 8px 6px;
					display: list-item;
					padding-left: 20px;
				}
		.block_h ul li a {
			color: #000;
			text-decoration:none;
		}
			.block_h ul li a:hover { 
				color: #ff4d00;	
			}
		
		.block_h ul li.div {
			margin:5px 0 0 0;
		}	
	.block_h p {
		padding:0;
	}
		.block_h p i {
			color:#666666;
			display:block;
			font-size:14px;
			font-weight:normal;
			padding:5px 16px;
			text-align:right;
			text-transform:lowercase;
		}

.no_bold b,
.block_h li b { font-weight: normal; }
#body {
	padding: 0 5px;
	float:right;
	position: relative;
	background: #FFF url(/img/col2_bg.gif) repeat-y center;
	width: 675px;
}
	#body .start {
		display:block;
		height:20px;
		padding-top: 12px;
		background: #f4f8ed url(/img/col2_top.gif) no-repeat center bottom; 
		margin: 0 -5px;
	}
	#body .finish {
		display:block;
		height:16px;
		background:  #f4f8ed url(/img/col2_bottom.gif) no-repeat center top; 
		margin: 0 -5px;
	}
	#body .razdel {
		display:block;
		height: 30px;
		background: url(/img/col2_razdel.gif) no-repeat center center; 
		margin: 0 -5px;
	}
	#body h1 {
		color: #000000;
		font-size: 18px;
		letter-spacing: 0pt;
		margin-bottom: 6px;
		min-height: 14px;
		padding: 5px 10px;
		border-bottom: 1px dotted #999999;
	}
#central_col {
 	text-align:center;
	padding: 0 5px;
	background: #FFF url(/img/central_bg.png) repeat-y center;
}
	#central_col .start {
			display:block;
			height:20px;
			padding-top: 12px;
			background: #f4f8ed url(/img/central_bg_top.png) no-repeat center bottom; 
			margin: 0 -5px;
	}
	#central_col .finish {
		display:block;
		height:30px;
		background:  #f4f8ed url(/img/central_bg_bottom.png) no-repeat center -10px; 
		margin: 0 -5px -20px -5px;
	}


/* MISC ELEMENTS */
.block3 {
	background: #FFFFFF;
	margin:5px 0 10px 0;
	position:relative;
	min-height:1%;

}
	.block3 h3 {
		background-color: #d4edab;
		border-bottom:1px solid #CCCCCC;
		color:#000000;
		margin-bottom:2px;
		padding:3px 15px;
		text-align:left;	
	}
		.block3 h3 a {
	color:#000000;
	text-decoration: none;
		}
		.block3 h3 b {
			color:#FFFFFF;
		}
		.block3 h3 em {
			color:#333333; 
			font-size:11px;
			font-style:normal;
			font-weight:bold;
			display: block; 
			text-align:right;
		}
		.block3 p {
			padding:3px 10px 3px 45px;
			text-indent:-30px;
		}

#top_banner { 
	float: right;
	margin-right: 15px;
	margin-top:15px;
}

/* LEFT AVATAR IN PROJECTS */
.left_avatars dt {
	font-size: 11px;
	padding: 10px 2px 1px 70px;
	font-weight: bold;
	height:14px;
	overflow:hidden;
}
.left_avatars dd {
	min-height:50px;
	font-size: 10px;
	position: relative;
	clear: both;
	padding: 1px 2px 0px 55px;
}
	.left_avatars dd img {
		width: 60px;
		height: 60px;
		border: none;
		position: absolute;
		top:-13px;
		left:5px;
	}
	.left_avatars dd ul {
		max-height: 60px;
		overflow:hidden;
	}
		.left_avatars dd li {
			padding:1px 5px;
		}

#footer {
	color:#333;
	height:120px;
	background: url(/img/footer_bg.png) no-repeat 640px 10px;
	position:relative;
	font-size:10px;
}
	
	#footer a {
		color:#333;
	}

#footer .counters {position: absolute; top:56px; right: 47px;}
	#footer .counters a {margin-left: 9px;}	
	#footer .counters a img { 
		opacity: 0.5; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
		-moz-opacity: 0.5; /* Mozilla 1.6 e ie?a */
		vertical-align:middle;
	} 
	#footer .counters a:hover img { 
		opacity: 1; 
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
		-moz-opacity: 1; /* Mozilla 1.6 e ie?a */
	}
	#footer .about { text-align: left; padding-left: 23px; }
	 	#footer .about li { display:block; float:left; width: 140px; text-align: right; padding: 20px 0 0 40px;}
 		#footer .about li a { display: block; height: 60px; margin-top:4px; background-position: right top; background-repeat: no-repeat;}
		#footer .about li a b,
		#footer li.n14 { display:none; }
		#footer .about li.iit a { background-image: url(/img/iit.png); }
		#footer .about li.zigota a  { background-image: url(/img/zigota.png); }
		#footer .about li.n_y_star a { background-image: url(/img/n_y_star.png); }
		
	#footer h4 { text-transform: uppercase; font-size:11px; color: #f96d06; padding-top:5px;}
	
.footer_menu {
	height:24px;
	text-align:right;
	padding-top:8px;
	overflow:hidden;
	clear:both;
}
	.footer_menu ul { margin-right: -1px; }	
	.footer_menu li { display: inline; 	}
	.footer_menu a {
		padding: 0 5px; 
		text-decoration:none;
		border-right: 1px solid #999;
	}
	.footer_menu a:hover { text-decoration:underline; }

.login_form {
	background: #FFF;
}
.login_form  table{
	width:350px;
	margin: 15px auto;
	font-size:14px;
	text-align:center;
}
	.login_form td {padding:7px 5px; }
	.login_form .col_1 {
		text-align:right;width:40%;
	}
	.login_form .col_2 { text-align:left; }
	.login_form .col_c input { width:120px; }


#yd {
	text-align:center;
}
.yandex_direct{
	margin: 0 auto;
	width: 989px;
	padding: 5px;
background: #FFF;
}
.yandex_direct h4 {
	background: #FFFF66;
	padding: 5px 10px 3px 10px;
	margin-right: -5px;
	line-height: 22px;
	margin-bottom: 4px;
}
.yandex_direct_v {
	margin-top: 10px;
	background: #FFF;
	position:relative;
}
#left_banner,
.left_banner {
	margin: 3px 5px 0px 5px;
	text-align:center;
	z-index: 0;
	background:#FFFFFF;
}
.block_h li .left_banner {
	margin-left: -10px;
}

.hide {
	display:none;
}

.msg,
.err,
.msg_info,
.msg_notify,
.msg_warning,
.msg_error
{
	border:1px solid #aaaaaa;
	clear:both;
	display:block;
	margin:10px auto;
	padding:7px 7px 5px 30px;
	text-align:center;
	width:400px;
	min-height:25px;
	font-size: 14px;
	line-height:20px;
}
.msg p,
.err p,
.msg_info p,
.msg_notify p,
.msg_warning p,
.msg_error p{
  padding-bottom:20px;
}

.msg,
.msg_info,
.msg_notify
{
	border: 1px solid #CCCCCC;
	padding: 15px 20px;
	background:#FFF;
}

.err,
.msg_warning,
.msg_error
{
	border:2px solid red;
	color:red;
	background: #EDFFEA url(/img/stop_ico.gif) no-repeat 15px center;
}

.msg h3 {
	font-size: 18px;
}
.pager_nav {
	text-align: center;
}
	.pager_nav div {
		margin: auto;
		display: table;
	}
	.pager_nav a,
	.pager_nav span {
		padding: 2px 5px;
		margin: 0 2px;
		display: table-cell;
		width:25px;
	}
	.pager_nav a.curpage,
	.pager_nav a:hover {
		background: #99cc33;
		text-decoration:none;
	}
.pager {
	text-align:center;
	margin-left: 30px;
	clear:both;
	height:28px;
}
	.pager a {
		display:block;
		font-size:75%;
		font-weight:bold;
		margin:1px 2px 1px 1px;
		padding:0;
		text-align:center;
		width:25px;
		background: #EDFFEA url(/img/pager_page.gif) no-repeat center center;
		height: 18px;
		float:left;
	}
		.pager a.curpage {
			background: #EDFFEA url(/img/pager_curpage.gif) no-repeat center center;
			height:25px;
			line-height: 26px;
			color: #000000;
		}
		.pager a.is_border {
			margin-left:6px;
			margin-right:6px;
		}
#letter_counter, 
.letter_counter {
	text-align: center;
	color: #9c3;
}

/* SPECS NAV */
#spec_nav {
	/*font-size:14px;
	margin:0 0 5px 0;
	padding: 6px 5px;
	border-bottom: 1px dotted #999;
	line-height:26px;*/
	padding: 10px;
	font-size:14px;
	margin: 5px;
	font-weight:bold;	
}
	#spec_nav a {
	color: #333;
	text-decoration: none;
	}
#specs {
	margin-left: 20px;
	margin-bottom: 5px;
	overflow:hidden;
	
}
	#specs li {
		display: list-item;
		float: left;
		width: 45%;
		list-style: square inside;
		color: #339000;
		font-size: 12px;
		
	}
	#specs li a {
		color: #333;
		text-decoration: none;
	}
		#specs li a:hover {
			color: #ff4d00;
		}
.specs_list { margin:-11px 0 15px 0; }
	.specs_list a { text-decoration: none; }
		.specs_list a:hover { text-decoration: underline; }
	.specs_list li ul { 
		padding:5px 20px 30px 20px; 
		overflow:hidden; 
		background: url(/img/col2_razdel.gif) no-repeat center bottom; 
		margin: 0 -5px -12px -5px;
	}
	.specs_list li ul li {
		float:left; 
		width: 190px; 
		padding:2px 5px 2px 7px; 
		background: url(/img/2x2.gif) no-repeat left 9px; 
	}
		.specs_list ul li b {
			padding: 7px 15px 7px 0; 
			display:block; 
			color: black;
			clear:both; 
			text-align:right;
			background: url(/img/gray_empty_bg.png) no-repeat right top;
			line-height: 18px; 
			margin-right: -1px;	 
		}

p.spec_desc {
	margin: 3px;
	color: #999999;
	padding: 0 15px;
}
a.textbutton {
	background: #EEE;
	padding:2px 15px;
	margin: 0 14px;
	text-align: center;
	color: #000;
}
a.textbutton:hover{
	background-color: #99cc33;
	text-decoration:none;
	color:#fff;
}		

.textlimit {
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.button_120 {
	text-align: center;
	color:black;
	text-decoration:none;
	width: 126px;
	height: 35px;
	line-height: 28px;
	font-size: 11px;
	border: none;
	background-color:#99CC33;
	/*background-image: url(/img/button120.png);
	background-repeat: no-repeat;*/
	font-weight: normal;
}
	a.button_120 {
		display:inline-block;
		line-height:34px;
		text-decoration:none;
		padding: 0 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;

	}
	.button_120:hover {
		color:#FFF;
		background: #82AC2B;
	  	/*background-image: url(/img/button120over.png);
	  	background-repeat: no-repeat;*/
	}
.banner { margin: 1px -5px 0px -5px;}

#rss_list { position:absolute; bottom: 0px; left: 22px; }
#rss_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*width:16px;
	height: 16px;*/
	position:relative;
	display:inline-block;
	float:left;	
}
	#rss_list li ul {
		display: none;
		position:absolute;
		width: 165px;
		bottom:0px; 
		left:0px;
		border:#999999 1px solid;
	}
	#rss_list li:hover { display: block;}
	#rss_list li:hover ul { display: block;  }
		#rss_list li ul li {
			height:24px;
			font-size: 11px;
			line-height:22px;
			background: #e5e9df;
			display: block; width:165px;
			text-align:center; color: #000;
		}
			#rss_list li ul li a {
				width: 140px;
				display: block;
				height: 20px;
				padding: 2px 0px 2px 25px;
				background:#FFF url(http://freelance.ru/img/rss_feed.png) no-repeat 3px center;
				font-size: 11px;
				line-height:20px;
				text-decoration: none;
				color:#333333;
				text-align: left;
			}
			#rss_list li ul li a:hover {
				background-color:#FFFF99; color:#000;
			}
.floating_banner {
	float: right;
	margin: 0 5px;
	background: url(/img/floating_banner_bg.png) no-repeat center top;
 	width:242px;
	height: 444px;
	padding: 20px;
}

/* top avatar */
.ballon td h3 { padding:5px 0 2px 0;  }
#twister_td span {
	position:relative;
	display: block;
	max-width: 120px;
	overflow: hidden;
}

#twister_td div { position:relative; }
#twister_td em { display: none; }
#twister_td div .back,
#twister_td div .next
 { 
	position:absolute;
	top: 35px;
	width: 20px;
	height:35px; 
	background-image: url(/img/sprite1.png);
	background-repeat: no-repeat;
}
#twister_td div .back {
	left: 0px;
	background-position: -5px center;
}
#twister_td div .next { 
	right: 0px; 
	background-position: -32px center;
}

.banner_600 {
	padding: 3px 5px 0 5px;
	text-align: center;
}
.banner_600 #Advertisement {
	background-color: #FFF; /* #F9720F; */
}
.hide { display:none; }
.editMe {
	background:#eeFFFF;
	padding: 5px 30px 5px 5px;
	min-height: 10px;
	border-left: 2px solid #eee;
}
.editable{
     color: #000;
     background: #ffffd3 url(/img/edit_bg.png) no-repeat right center;
	 
}
.js_editor textarea { width: 95%; height: 60px;}
.js_editor .button { padding: 0px; margin: 5px 2px;}

/* LEFT ADVERTS */
p.left_advert {
	margin: 10px;
	height: 70px;
	overflow: hidden;
	border-bottom: 2px solid #eee ;
	padding-bottom: 5px;
}
	.left_advert a { text-decoration: none; }
	.left_advert img{
		float: left;
		padding: 5px 10px 0 0;
	}
	
/* ADD to INET */
.bookmarks_button { margin-top: 15px;  }
.userinfo .bookmarks_button { margin-left: -120px; clear:both;}
.bookmarks_button a {
	background: #76C53A; /*#E7E7E7; */
	display: block;
	width: 200px;
	padding: 5px 10px;
	margin:auto;
	text-align:center;
	cursor: pointer;
	color: #FFF; 
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.bookmarks_button  a:hover { background: #76C53A;  color: #FFF;} 

.bookmark_yes,
.bookmark_no
{
	cursor: pointer;
	padding: 0 0 0 14px;
	font: 14px;
	background: transparent left bottom no-repeat;
	text-decoration:none;
}
.bookmark_yes
{
	background-image: url(/img/bookmark.png);
}
.bookmark_no,
.bookmark_no:hover
{
	background-image: url(/img/bookmark_add.png);
}

	.pub_keys .bookmark_yes,
	.pub_keys .bookmark_no
	{
		float: none;
		margin: 0 10px 0 0;
		padding: 0;
	}

ul.pub_keys {
 overflow: hidden;
 width: auto;
 padding: 0 0 0 80px; 
 margin: 0 !important;
 position: relative;
}
ul.pub_keys li {
	list-style-type: none !important;
	float: left;
	padding: 0; 
	margin: 0 !important;
	width:auto !important;
	background: none !important;
}
	ul.pub_keys li.title {
		line-height: 16px;
		padding-right: 3px;
	}
	pub_keys li.freelance 
	{ 
		position: absolute;
		top:0;
		left:0;
		line-height: 18px;	
		width:100px;
		
	}
	.pub_keys a {
		width: 16px;
		height: 16px;
		display: block;
		overflow: hidden;
		text-indent: -9000px;
		background: url(/img/logo/twitter.png) no-repeat center top;
		margin-right: 6px;
	}
		.pub_keys a.mail_ru { background-position: center -16px; }
		.pub_keys a.twitter { background-position: center -32px; }
		.pub_keys a.vkontakte { background-position: center -48px; }
		.pub_keys a.livejournal { background-position: center -64px; }
		.pub_keys a.liveinternet { background-position: center -80px; }
		.pub_keys a.facebook { background-position: center -96px; }
		
	.pub_keys li.freelance a { text-indent:0px; width:auto;  font-size: 11px; padding-right:18px; }
		.pub_keys .bookmark_yes { background: url(/img/bookmark_add.png) right center no-repeat;}
		.pub_keys .bookmark_no { background: url(/img/freelance_ico.gif) right center no-repeat; }

.iframe { height: 320px; }

