

/*
mr66.ru general style sheet
Copyright 2008 Alexander Vakhlov, Konstantin Rozhkov
Last edit: 2009-03-03 @ 9:44
*/
/* TOC
	COLORS
	MENU
	LOGO
	SEARCH FORM
	TOP BLOCKS
*/
/*
=COLORS
*/
html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, table, tr, th, td, form, fieldset {
	border:  0;
	margin:  0;
	padding:  0;
}
ul, ol { list-style-type:  none; }
/* font-size = 12px; */
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  62.5%;
	min-width:  1000px;
}
/* links underlining */
a {	color: #0066cc; }
a:link, a:visited { text-decoration:  underline; }
a:hover, a:active { text-decoration:  none; }
/* =LAYOUT
   ---------------------------------------------------------------------------*/
.fixed #width-control {
	margin:  0 auto;
	width:  1000px;
}
#width-control {
	background: url(bg-borde.gif) repeat-x 0 344px;
}
#width-control-empty {
	background: url(bg-borde.gif) repeat-x 0 244px;
}
.liquid #width-control {
	padding:  0;
	margin: 0;
	width:  100%;
}
.liquid #width-control-empty {
	padding:  0;
	margin: 0;
	width:  100%;
}
/* =ADVERTISEMENT
   ---------------------------------------------------------------------------*/
#top {
	background: #70c038;
	border-bottom: 1px #fff solid;
	height: 100%;
	/*width: 800px;*/
	overflow: hidden;
	text-align: center;
}
/* =HEADER
   ---------------------------------------------------------------------------*/
#header {
}
#headerDeco {
	height: 138px;
	overflow: hidden;
}
#wrapper{float:left;width:100%}
#lc{margin: 0 266px 17px 0;}
#rc{float:left;width:236px;padding: 5px 30px 0 0;margin: 0 0 17px -266px}

#footer {
	clear: both;
}
#tfooter {
	clear: both;
}

/* =MENU
   ---------------------------------------------------------------------------*/
#mainmenu {
	border-top: 1px #000 solid;
	border-bottom: 2px #fff solid;
	height: 25px;
	overflow: hidden;
}
#mainmenu ul {
	background: #e5e5e5;
	border-top: 2px #fff solid;
	height: 23px;
	overflow: hidden;
}
#mainmenu li {
	border-right: 3px #fff solid;
	display: block;
	float: left;
	height: 23px;
	width: 16.65%;
}
#mainmenu li.last {
	border-right: 0;
	width: 15.15%;
}
#mainmenu li a {
	display: block;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 0 3px 12px;
	text-decoration:  none;
}
#mainmenu li a:link, #mainmenu li a:visited { 
	background: #e5e5e5;
}
#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a:focus {
	background: #ffdbf0;
}
#mainmenu li a.active {
	background: #fa307f;
	color: #fff;
}
/* =LOGO
   ---------------------------------------------------------------------------*/
#header h1, #header p.h1 {
	background:  url(bg-logo-.gif) no-repeat 0 0;
	display:  block;
	font-size:  3.4em;
	float:  left;
	height:  81px;
	line-height:  .8em;
	margin:  28px 0 0 0;
	overflow: hidden;
	padding-top: 10px;
	position:  relative;
	text-align:  center;
	text-transform:  uppercase;
	width:  204px;
}
#header h1 span, #header p.h1 span {
	background:  #fff url(bg-logo_.gif) no-repeat 40px 16px;
	display:  block;
	height:  90px;
	left:  0;
	position:  absolute;
	top:  1px;
	width:  200px;
	z-index:  27;
}
/* =SEARCH FORM
   ---------------------------------------------------------------------------*/
#searchForm {
	background:  url(bg-searc.gif) repeat-x 0 0;
	height: 121px;
	margin:  15px 31px 0 292px;
	padding:  0 0 0 45px;
}
#searchForm fieldset {
	padding-top:  18px;
}
#searchForm label {
	color:  #FFF;
	display:  block;
	float:  left;
	font-size:  1.2em;
	padding:  5px 18px 0 0;
}
#searchForm ul {
	color:  #FFF;
}
#searchForm ul a {
	color:  #FFF;
	text-decoration:  none;
}
#searchForm li {
	background:  url(bg-seard.gif) no-repeat right top;
	display:  block;
	float:  left;
	font-size:  1.4em;
	padding:  4px 13px 8px 12px;
}
#searchForm ul li.active {
	background:  #ffdbf0;
	background-image:  none;
	margin-left: -1px;
	padding-left: 13px;
}
#searchForm ul li.active a {
	color:  #000;
}
#searchForm ul li.last {
	background-image:  none;
}
#controls {
	clear:  both;
	height:  29px;
}
#controls div {
	background:  #ffdbf0;
	border-right:  4px solid #ffdbf0;
	display:  block;
	float:  left;
	margin-right:  5px;
	padding:  2px;
	position: relative;
	width:  86%;
}
#search {
	height:  19px;
	width:  100%;
}
#goSearch {
	font-size:  1.4em;
	margin-top:  2px;
}
#searchForm p {
	color: #fff;
	font-size: 1.1em;
	padding-top:  14px;
}
#advSearchLink {
	background: url(bg-plus0.gif) no-repeat 0 17px;
	right: 0;
	padding-left: 16px;
	position: absolute;
	top: 29px;
}
#advSearchStart {
	background: url(bg-plus0.gif) no-repeat 0 17px;
	right: 0;
	padding-left: 16px;
	position: absolute;
	top: -45px;
}
#advSearchLink a {
	color: #fff;
}
#advSearchStart a {
	color: #fff;
}
/* =TOP BLOCKS
   ---------------------------------------------------------------------------*/
#topBlock {
	height: 79px;
	overflow: hidden;
	margin: 0 0 0 82px;
}
#topBlock div {
	float: left;
	height: 62px;
	padding: 17px 0 0 0;
	width: 33%;
}
#topBlock div p {
	background: url(bg-arrow.gif) no-repeat 73px 4px;
	color:  #999;
	padding: 0 0 0 88px;
}
#topBlock div p.h {
	background-image: none;
	color: #999;
	font-size: 1.6em;
	padding: 0 0 0 73px;
	padding-top: 9px;
	padding-bottom: 10px;
}
#topBlock div p a{
	font-size: 1.2em;
}

#topBlock div p.h a {
	color: #c06;
	font-size: 1.125em;
}
#vacancy {
	background: url(bg-case0.gif) no-repeat 14px 16px;
}
#resume {
	background: url(bg-resum.gif) no-repeat 14px 16px;
}
#education {
	background: url(bg-educa.gif) no-repeat 14px 16px;
}
#rc .bg {
	background: #f9f6ec url(bg-login.gif) no-repeat 0 11px;
}
.nobg {
	background: url(bg-login.gif) no-repeat 0 11px;
}
#userbox {
	display:  block;
	padding: 3px 6px 7px 5px;
	width: 211px;
}
#userbox.nobg {
	height:  69px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#userbox.nobg p {
	background-image: none;
	color: #999;
	padding-left: 40px;
	padding-right: 30px;
}
#userbox.nobg p.h {
	padding-top: 14px;
	padding-bottom: 5px;
}
#userbox.nobg p a{
	font-size: 0.92em;
}

#userbox.nobg p.h a {
	color: #c06;
	font-size: 1.17em;
	font-weight: bold;
}

#userbox.nobg img {
	background: #fff;
	display: inline;
	margin-left: 5px;
	margin-bottom: -2px;
	padding-bottom: 2px;
	text-decoration: none;
}
#userbox.nobg span a {
	text-decoration: none;
}
#userbox p {
	font-size:  1.2em;
	padding-left: 14px;
}
#userbox p#addjob {
	background: url(addjob00.gif) no-repeat 0 10px;
	padding: 7px 6px 12px 21px;
}
#userbox p.name {
	color: #000;
	font-size:  1.4em;
	padding:  0 0 2px 59px;
}
#userbox p#laying {
	color:  #000;
	font-weight:  bold;
	padding:  8px 0 0 14px;
}
#userbox p.alllist {
	padding:  8px 0 1px 14px;
}
#userbox p.noticed {
	color:  #000;
	padding:  12px 0 9px 14px;
}
#rc #userbox ul {
	border-bottom: 1px solid #ede8d8;
	margin: 0 15px 0 0;
}
#rc #userbox ul.tools {
	border: 0;
	margin:  0 0 15px 59px;
}
#rc #userbox li {
	background-image:  none;
	padding:  0 0 8px 0;
}
#rc #userbox .tools li {
	background-image:  none;
	font-size:  1.1em;
	padding:  0 0 2px 0;
}
#userbox .tools li a {
	color:  #C06;
}
#rc #userbox li .delcheck a {
	background: url(delete00.gif) no-repeat 0 3px;
	display: block;
	float: left;
	height:14px;
	text-indent: -4000px;
	width: 14px;
}

#lwShadow {
	background:  #000;
	height:  282px;
	right:  75px;
	top:  109px;
	width:  211px;
	z-index:  29;
}
#loginWindow {
	background:  #FFF;
	border:  1px solid #D82A6E;
	color:  #666;
	font-size:  1.2em;
	font-weight:  bold;
	right:  79px;
	padding:  10px 0 10px 17px;
	top:  102px;
	width:  194px;
	z-index:  30;
}
#loginWindow a {
	font-weight:  normal;
}
#loginWindow label {
	display:  block;
	padding:  3px 0 5px 0;
}
#lwLogin, #lwPassword {
	border:  1px solid #999;
	margin-bottom:  8px;
	width:  176px;
}
#lwSignIn {
	margin-left:  60px;
}
#loginWindow p {
	padding:  10px 0 0 0;
}
#loginWindow p#reglinks {
	line-height:  1.8em;
	padding:  10px 0 0 0;
}