fix_opera{}
* { margin:0; padding:0 }
 
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    color: #333;
    font: 11px/1.4 Arial;
}

/* XXXXX
----------------------------------------------*/
table {
    border-spacing:0px;
}
.button {
    padding:1px 3px 1px;
    font-family: Arial;
    cursor:pointer;
    background:#187dbd;
    color:#fff;
    border:1px solid #1f4a8e;
    border-left-color:#d9dfea;
    border-top-color:#d9dfea;
    font-size: 13px;
    *border: none;
}
.button_disabled {
	padding:1px 3px 1px;
    font-family: Arial;
    cursor:pointer;
    background:#d4d0c8;
    color:#fff;
    border:1px solid #1f4a8e;
    border-left-color:#d9dfea;
    border-top-color:#d9dfea;
    font-size: 13px;
}
.button_margin {
	margin-right: 4px;
}
* html .button {
    padding: 1px 3px 0px;
}
.line {
    background: url(images/line_dotted.gif) repeat-x left center;
}
ul.green_ul {
    padding-left: 18px;
    list-style-image: url(images/green_ul.gif);
}
ul.blue_arrow {
    padding-left: 20px;
    list-style-image: url(images/btn_blue_right.gif);
}
ul.blue_arrow li {
    margin: 5px 0 6px 0;
}
.valid {
    background: url(images/valid.gif) no-repeat left top;
    padding-left: 20px;
}
.valid_sub {
    background: url(images/valid.gif) no-repeat left top;
    padding-left: 20px;
}
.done {
    background: url(images/grid_approve.gif) no-repeat left center;
    padding-left: 20px;
}
a.check_0 {
    background: url(images/check_0.gif) no-repeat left center;
    padding-left: 20px;
}
a.check_1 {
    background: url(images/check_1.gif) no-repeat left center;
    padding-left: 20px;
}
.neutral_value {
    font-weight: bold;
    color: black;
}
.positive_value {
    font-weight: bold;
    color: #379524;
}
.negative_value {
    font-weight: bold;
    color: #ba5a42;
}
a.switch {
    background: url(images/switch.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 30px;
}
.err_text {
    font-family: Arial;
    font-size: 17px;
    color: #800000;
}
.err_text a {
/*  color: #0068ac;*/
}


/* Global classes
----------------------------------------------*/
.hidden     {display:none}
.inline     {display:inline}
.block      {display:block;}
.left       {float:left}
.right      {float:right}
.float_left {float:left}
.float_right{float:right}
.float_none {float:none}
.clear      {clear:both}
.auto_margin    {margin:auto;}
.align_right    {text-align:right}
.align_left {text-align:left}
.align_center   {text-align:center}
.align_top  {vertical-align:top}
.align_middle   {vertical-align:middle}
.bold       {font-weight:bold}
.nowrap     {white-space:nowrap}
.underline  {text-decoration:underline}
.text_decoration_none {text-decoration:none}
.overflow_hidden {overflow:hidden}
.visibility_visible {visibility:visible}

.w_25   {width:25px;}
.w_30   {width:30px;}
.w_50   {width:50px;}
.w_60   {width:60px;}
.w_65   {width:65px;}
.w_70   {width:70px;}
.w_75   {width:75px;}
.w_80	{width: 80px;}
.w_100  {width:100px;}
.w_120  {width:120px;}
.w_125  {width:125px;}
.w_150  {width:150px;}
.w_200  {width:200px;}
.w_230	{width:230px;}
.w_240  {width:240px;}
.w_250  {width:250px;}
.w_260  {width:260px;}
.w_280  {width:280px;}
.w_290  {width:290px;}
.w_300  {width:300px;}
.w_325	{width:325px;}
.w_350  {width:350px;}
.w_400  {width:400px;}
.w_470	{width:470px;}
.w_500  {width:500px;}
.w_550  {width:550px;}
.w_600  {width:600px;}
.w_605  {width:605px;}
.w_625  {width:625px;}
.w_650	{width:650px;}
.w_700  {
	width:700px;
	/*width: auto;
	/padding-right: 350px;*/
	
}
.w_1000 {width:1000px;}
.w_800  {width:800px;}
.w_820 {width: 820px;}
.w_830 {width: 830px;}
.w_750 {width: 750px;}
.w_100p {width:100%;}
.w_950 {width: 950px;}

.h_300 {height:300px;}
.h_16 {height:16px;}
.h_20 {height:20px;}

.color_blue {color: #0068ac;}
.color_dark {color: #333;}
.color_grey {color: #424242;}
.color_lgrey    {color: #808080;}
.color_green    {color: #379524;}
.color_red  {color: #ba5a42;}
.color_black {color: Black;}
.color_brown {color: Maroon;}

.spacing_small   {line-height: 1.3;}
.spacing_norm   {line-height: 1.4;}
.spacing_big    {line-height: 1.6;}

.clear_float    {clear: both;}

.border_gray {
    border: solid 1px #F0F0F0;  
}

.small_text {
	color: #808080;
	font-size: 8px;
}

.small_text_2 {
	color: #808080;
	font-size: 9px;
	padding-left: 22px;
}

.small_text_company {
	color: #808080;
	font-size: 9px;
	padding-left: 172px;
}

.font_weight_normal {
	font-weight: normal;
	font-family: Arial;
}
.font_weight_bold {
	font-weight: bold;
	font-family: Arial;
}
.font_size_10 {
	font-size: 11px;
}
.margin_left_20 {
	margin-left: 20px;
}
.margin_left_15 {
	margin-left: 15px;
}
.margin_sides_10 {
	margin: 0 10px;
}
.padding_10 {
	padding: 0pt 10px 10px 10px;
}
.padding_bottom_5 {
	padding-bottom: 5px;
}
.padding_bottom_10 {
	padding-bottom: 10px;
}
.padding_top_5 {
	padding-top: 5px;
}
.padding_top_10 {
	padding-top: 10px;
}
.margin_left_10 {
	margin-left: 10px;
}
.margin_top_10 {
	margin-top: 10px;
}
/* Links
----------------------------------------------*/
a:link, a:visited, a:active, a:hover {
    text-decoration:underline;
    cursor:pointer;
}
a:hover {
    text-decoration:none;
}

a.invert:link, a.invert:visited, a.invert:active, a.invert:hover {
    text-decoration:none;
    cursor:pointer;
}
a.invert:hover {
    text-decoration:underline;
}

a.clear:link, a.clear:visited, a.clear:active, a.clear:hover, a.focus {
    cursor:pointer;
    text-decoration:none;
}
a.non_decor:link, a.non_decor:visited, a.non_decor:active, a.non_decor:hover {
	text-decoration: none;
}
/* Typography
----------------------------------------------*/
h2 {
    font-size:13px; 
    font-weight:700;
    margin:0px;
}
img, a img, img a, object {
    border:none;
    outline:none;
}

/* Header
----------------------------------------------*/
#header {
    font-size: 11px;
    height: 27px;
    width: 100%;
    padding-top: 4px;
    background: url(images/top_bg_pix.gif) repeat-x left top;
}
#header a {
    color: #0068ac;
}
#header #fav {
    background: url(images/add_fav.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 192px;
    float: left;
}
#header #help {
    background: url(images/help.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 20px;
    float: left;
}
#header #saved {
    background: url(images/add_fav2.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 20px;
    float: left;
}
#header #backtositemap {
    background: url(images/redo.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 20px;
    float: left;
}

#header .up {
    background: url(images/arrow.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 192px;
    float: left;
}
#header .up_second {
    background: url(images/arrow.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 20px;
    float: left;
}
#header .logout {
    background: url(images/arrow.gif) no-repeat left center;
    padding-left: 20px;
    margin-left: 20px;
    float: left;
}
#header .ch_topic {
    background: url(images/btn_blue_right.gif) no-repeat left center;
    padding-left: 20px;
    margin-right: 40px;
    float: right;
}
#header .flag_ua {
	margin: 0 20px 0 5px;
	text-decoration: none;
}
#header .flag_def {
	text-decoration: none;
	margin: 0 0 0 5px;
}
/* Footer
----------------------------------------------*/
.push {
    height: 95px;
    clear: both;
}
.push_kzot {
    height: 65px;
    clear: both;
}
.push_serp {
    height: 50px;
    clear: both;
}

#footer {
    font-size: 11px;
    height: 90px;
    width: 100%;
    background: url(images/footer_bg_pix.gif) repeat-x left 20px;
    min-width: 950px;
    clear:both;
}
* html #footer {
    width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 950) ? "950px" : "100%");
}
#footer #footer_left_margin {
    padding-top: 30px;
    padding-left: 50px;
}
#footer a {
    color: #333;
}
#footer span {
    padding-left: 10px;
    padding-right: 10px;
}

/* Content
----------------------------------------------*/
#content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
    min-width: 950px;
    width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 950) ? "950px" : "100%");
}

#sr_content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
    min-width: 950px;
    width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 950) ? "950px" : "100%");
}

#md_content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
    min-width: 1000px;
    width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000) ? "1000px" : "100%");
}
.hint { /* hint javascript used class */
    background-color: #336699;
    line-height: 10px;
    color: white;
    font-family: verdana;
    font-size: 11px;
    width: auto;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 5px solid #3DA9E2;
    margin: 0px;
    padding: 8px;
    position: absolute;
    visibility: hidden;
}

/* Message board
----------------------------------------------*/
.global_message {
    width: 800px;
    margin: 100px auto auto auto;
}
.global_message_big {
    width: 900px;
    margin: 100px auto auto auto;
}
.msg_board {
    border: dashed 1px #808080;
    background: none;
    padding-left: 45px;
    color: #808080;
    background: url(images/msgboard_info.gif) no-repeat 10px 10px;
    float: left;
    text-align: left;
}
.msg_board_suspended {
    border: dashed 1px #808080;
    background: none;
    padding-left: 65px;
    padding-top: 10px;
    color: #808080;
    background: url(images/msgboard_suspended.gif) no-repeat 10px 10px;
    float: left;
    text-align: left;
    width: 300px;
    height: 60px;
}
.msg_board_suspended h1 {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
}
.msg_board_error {
    border: dashed 1px #808080;
    background: none;
    padding: 5px 5px 5px 45px;
    color: #808080;
    background: url(images/msgboard_error.gif) no-repeat 10px 5px;
    float: left;
    text-align: left;
}
.msg_board_greeting {
    border: dashed 1px #808080;
    background: none;
    padding: 5px 5px 5px 45px;
    color: #808080;
    background: url(images/msgboard_greeting.gif) no-repeat 10px 5px;
    float: left;
    text-align: left;
}
.msg_board p {
    padding-top: 2px;
}
* html .msg_board {   /* fucking IE */
    border-style: dotted;
}
.msg_board .msg_text {
    padding: 10px 15px 10px 0;
    float: left;
}
.msg_top_btn {
    padding: 5px 5px 0 0;
    float: left;
}
.msg_board a.btn_close {
    background: url(images/btn_close.gif) no-repeat left top;
    width: 10px;
    height: 10px;
    display: block;
    overflow: hidden;
}


/* Icons
----------------------------------------------*/
.icon_contact_phone {
    background: url(images/contact_phone.gif) no-repeat left center;
    padding-left: 18px;
    color: #379524;
}
.icon_contact_person {
   background: url(images/contact_person.gif) no-repeat left center;
   padding-left: 18px;
}
.icon_contact_email {
    background: url(images/contact_email.gif) no-repeat left center;
    padding-left: 18px;
    color:#0068ac;
}
.icon_contact_www {
    background: url(images/contact_www.gif) no-repeat left center;
    padding-left: 18px;
    color: #379524;
}
.icon_up_plus {
    background: url(images/up_plus.gif) no-repeat left bottom;
    padding-left: 16px;
}
.icon_down_minus {
    background: url(images/down_minus.gif) no-repeat center bottom;
    padding-left: 16px;
}
.icon_add {
    background: url(images/add.gif) no-repeat left center;
    padding-left: 20px;
}
.icon_arrow_right {
    background: url(images/btn_blue_right.gif) no-repeat left center;
    padding-left: 20px;
}
.icon_arrow_right_top {
    background: url(images/btn_blue_right.gif) no-repeat left 3px;
    padding-left: 20px;
}
.icon_ajax_wait {
    background: url(images/wait18.gif) no-repeat left center;
    padding-left: 22px;
}
.icon_lookup {
    background: url(images/lookup.gif) no-repeat left 3px;
    padding-left: 35px;
}
.icon_statistics {
	background: url(images/statistics.png) no-repeat left center;
    padding-left: 20px;
    margin: 60px 0 0 10px;
}
.icon_contact_icq {
   background: url(images/contact_icq.gif) no-repeat left center;
   padding-left: 18px;
}
.icon_contact_skype {
   background: url(images/contact_skype.gif) no-repeat left center;
   padding-left: 18px;
}
.icon_auction_brilliant {
    background: url(images/icon_brilliant.gif) no-repeat left center;
    padding-left: 24px;
    text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.icon_auction_gold {
    background: url(images/icon_gold.gif) no-repeat left center;
    padding-left: 20px;
    text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.icon_auction_silver {
    background: url(images/icon_silver.gif) no-repeat left center;
    padding-left: 20px;
    text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.icon_auction_bronze {
    background: url(images/icon_bronze.gif) no-repeat left center;
    padding-left: 20px;
    text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.icon_auction_nondeterm {
	background: url(images/icon_nondeterm.gif) no-repeat left center;
	padding-left: 20px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.arrow_right_auction {
	background: url(/css/images/arrow_right_auction.gif) no-repeat left center;
	padding-left: 25px;
}
.arrow_left_auction {
	background: url(/css/images/arrow_left_auction.gif) no-repeat right center;
	padding-right: 27px;
}
.arrow_right_auction_s {
	background: url(/css/images/arrow_right_auction.gif) no-repeat left center;
	padding-left: 28px;
}
.arrow_left_auction_s {
	background: url(/css/images/arrow_left_auction.gif) no-repeat right center;
	padding-right: 28px;
}
.icon_delete_auction {
	background: url(images/btn_delete.gif) no-repeat center center;
	height: 16px;
	width: 16px;
	padding-left: 20px;
}
.icon_add_auction {
	background: url(images/btn_add.gif) no-repeat center center;
	height: 18px;
	width: 18px;
	padding-left: 12px;
	padding-top: 1px;
}
.icon_email_auction {
	background:url(images/ul_blue.gif) no-repeat left 4px;
}
.icon_chart_legend_0 {
	background: url(images/legendClr0.gif) no-repeat left center;
    padding-left: 18px;
}
.icon_chart_legend_1 {
	background: url(images/legendClr1.gif) no-repeat left center;
    padding-left: 18px;
}
.icon_chart_legend_2 {
	background: url(images/legendClr2.gif) no-repeat left center;
    padding-left: 18px;
}
.icon_chart_legend_3 {
	background: url(images/legendClr3.gif) no-repeat left center;
    padding-left: 18px;
}
.icon_chart_legend_4 {
	background: url(images/legendClr4.gif) no-repeat left center;
    padding-left: 18px;
}
.icon_chart_legend_5 {
	background: url(images/legendClr5.gif) no-repeat left center;
    padding-left: 18px;
}
.icon_chart_legend_6 {
	background: url(images/legendClr6.gif) no-repeat left center;
    padding-left: 18px;
}
.icon_auction_history {
	background: url(images/auction_history.gif) no-repeat left center;
	padding-left: 18px;
	height: 22px;
	width: 22px;
}

.button_plus {
    background: url(images/img_plus.gif) no-repeat left center;
    padding:0 0 2px 13px
}
.button_minus {
    background: url(images/img_minus.gif) no-repeat left center;
    padding:0 0 2px 13px
}
.icon_question {
    background: url(images/help.gif) no-repeat left center;
    padding:0 0 0 20px
}
.icon_favorite {
    background: url(images/add_fav2.gif) no-repeat left center;
    padding:0 0 0 20px
}
.icon_email {
    background: url(images/mail.gif) no-repeat left center;
    padding:0 0 0 20px
}
.icon_attention {
    background: url(images/attention.gif) no-repeat left center;
    padding:0 0 0 20px
}

/* Subnavigation tabs
----------------------------------------------*/
#sub_nav {
    padding-left: 10px;
    padding-top: 1px;  /* specially for Opera */
    overflow:hidden;
    text-transform:lowercase;
}
#sub_nav a {
    text-decoration:none;
}
#sub_nav a:hover {
    text-decoration:underline;
}
#sub_nav ul {
    list-style-image:none; 
    list-style-position:outside; 
    list-style-type:none; 
    height: 21px;
    padding: 0px;
    margin: 0px;
}
#sub_nav li {
    float: left; 
    padding:3px 0;
}
#sub_nav li a {
    color: #333; 
    background: #f7fbff;
    border:1px solid #187dbd;
    padding: 3px 8px 3px 8px; 
    border-bottom-color: #f7fbff; 
    border-left-width: 0;
}
#sub_nav li a.first {
    border-left-width: 1px
}
#sub_nav li a.selected {
    font-weight:700;
    color: #fff; 
    background: #187dbd; 
    border-color: #187dbd; 
    border-bottom-color: #187dbd;
}
#sub_page {
    padding-left: 10px;
    border-top: solid 1px #187dbd;
    text-align: left;
}

/* Forms
----------------------------------------------*/
.form_table td {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
}
.form_table .div_ftb td {   /* free text box correction */
    padding-top: 0px;
    padding-bottom: 1px;
}
.form_table .checkbox_list td {   /* checkbox list */
    padding: 2px 6px 2px 0;
}
* html .form_table .checkbox_list td {   /* IE correction for checkbox list */
    padding: 0;
}
.form_table .info {
    background: url(images/info6.gif) no-repeat left top;
    padding-left: 20px;
    margin: 5px 0px 0px 20px;
}
.form_table a {
    color: #0068ac;
}
.form_table a.small {
    font-size: 11px;
}

/*--------------------------------------------*/
.entity_params {
    border: solid 1px #eaeaea;
    border-bottom: none;
    padding: 8px 10px 8px 32px;
    background: #fffbe7 url(images/document.gif) no-repeat 10px 12px;
}
.entity_desc {
    border: solid 1px #eaeaea;
    border-bottom: none;
    background-color: #fbfbfb;
    padding: 8px 10px 8px 32px;
    background: url(images/info6.gif) no-repeat 10px 10px;
}
.entity_finish {
    border-top: solid 1px #eaeaea;
}
.entity_params p {
    margin: 2px 0;
    color: #424242;
}
.entity_desc p {
    margin: 0;
    color: #424242;
}
.entity_desc ul {
	padding-left: 40px;
	margin: 0;
}
.entity_desc ol {
	padding-left: 40px;
	margin: 0;
}
.entity_params a, .entity_desc a {
    color: #0068ac;
}

/* GroupContainer 
------------------------------*/
.gc_header {
	border: solid 1px #a4bfff;
	min-height: 30px;
}
.gc_header div {
	font-weight: bold;
	font-size: 11px;
	margin: 8px 0 8px 50px;
}
.gc_header h2 {
	font-weight: bold;
	font-size: 11px;
	display: inline;
}
.gc_container {
	border: solid 1px #a4bfff;
	border-bottom: none;
	border-top: none;
	background: url(images/border_bottom.gif) repeat-x left bottom;
	padding: 8px 10px 12px 12px;
}
.gc_container a {
	margin: 4px 0 4px 0;
}
.gc_header .close {
	background: url(images/btn_collapse_blue_pad.gif) no-repeat right top;
	padding-right: 25px;
}
.gc_header .open {
	background: url(images/btn_expand_blue_pad.gif) no-repeat right top;
	padding-right: 25px;
}
.gc_ctrl {
	width: 475px;
	margin-top: 30px;
}
.gc_gradient {
	background: url(images/vd_header.gif) repeat-x left bottom;
}
/* Hint
--------------------------- */
.j_hint {
	background: url(images/info_bkg.gif) repeat-y left top;
	border: solid 1px #808080;
	float: left;
	margin-bottom: 20px;
}
.j_hint .j_hint_text {
	background: url(images/msgboard_info.gif) no-repeat 15px 10px;
	padding: 11px 20px 10px 50px;
	float: left;
}
.j_hint .j_hint_subscribe {
	background: url(/css/images/star_blue.gif) no-repeat 15px 10px;
	padding: 11px 20px 10px 50px;
	float: left;
	width: 630px;
}
.j_hint_subscribe .j_hint_subscribe_text {
	white-space: nowrap;
	overflow: hidden;
	width: 225px;
}
.j_hint .j_sub_separator {
	background: url(/css/images/blue_dot_v.gif) repeat-y center;
	width: 1px;
	height: 18px;
	float: left;
}
.j_hint a.j_hint_arrow {
	color: #0068ac;
	background: url(images/ul_blue.gif) no-repeat scroll left 4px;
	line-height: 14px;
	padding-left: 10px;
	text-decoration: underline;
}
.j_hint a.j_hint_arrow:hover {
	color: #0068ac;
	background: url(images/ul_green.gif) no-repeat scroll left 4px;
	line-height: 14px;
	padding-left: 10px;
	text-decoration: none;
}
.j_hint a.j_hint_title {
	background: url(/css/images/mail_green.gif) no-repeat center;
	text-decoration: none;
	padding-right: 50px;
}
.j_hint .j_top_btn {
    padding: 5px 5px 0 0;
    float: right;
}
.j_top_btn a.btn_close {
    background: url(images/btn_close.gif) no-repeat left top;
    width: 15px;
    height: 15px;
    display: block;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
}
.j_hint .j_hint_unsubscribe {
	background: url(images/msgboard_info.gif) no-repeat 15px 10px;
	padding: 11px 20px 10px 50px;
	float: left;
	width: 630px;
}
/*Edited by Slava for new footer, feed, sitemap*/

.color_footer {
	color: Blue;
}
.margin_rp {
	padding-right: 20px;
}
.footer_padding {
	padding-top: 15px; 
}
#footer a.link_lgrey {
	color: #808080;
	display: block;
}
#frp {
	min-width: 200px;
}
#flp {
	min-width: 400px;	
}
#frp div {
	display: inline;
	float: left;
}
#flp div {
	display: inline;
}
.tape_general {
	min-width: 700px; 
	width: 900px;
	margin-top: 20px;
}
.tape_general a {
	color: #0068AC;
}
.tape_border {
	margin: 7px 0;
	border-bottom: dashed 1px #e0e0e0;
}
.tape_paging {
	margin-left: 140px;
	/*margin-left: 155px;*/
}
.tape_push {
	height: 20px;
	clear: both;
}

.logo_margin {
	margin: 5px 10px 0pt;
}

.sitemap_content {
}
.sitemap_keyword{
	padding-right: 150px;
	/*padding-right: 350px;*/
}
.sitemap_general {
	padding-top: 10px;
	width: 800px;
	padding-left: 250px;
}
.sitemap_bottom_padding {
	padding-bottom: 10px;
}
.sitemap_padding_left {
	padding-left: 250px;
}

.uc_footer_seo {
	font-weight: lighter;
}
.uc_footer_seo b {
	font-weight: lighter;
}

.salary_general {
	min-width: 650px; 
	width: 710px;
	margin-top: 20px;

}
.salary_general a {
	color: #0068AC;
}
.salary_nodata {
	padding-bottom: 10px;
}
.salary_separator {
	margin: 7px 0pt 5px 20px;
	width: 607px;
	border-bottom: solid 1px #808080;
	
}

.background_no_data {
	padding-left: 20px;
	background: transparent url(images/valid.gif) no-repeat scroll left center;
	color: Red;
	
}

.partner_hint_content {
	border: solid 2px #FFCC00;
	background-color: #FFFFCD;
	min-width: 450px;
	max-width: 850px;
	padding: 10px;
}
.partner_hint_content a {
	color:#0068ac;
}

.image_align {
	vertical-align: sub;
}
.image_align_google {
	vertical-align: middle;
}
.image_align_yandex {
	vertical-align: top;
}
.empty_div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.partner_list_adv {
	width: 950px;
	display: block;
}
.partner_list_adv .partner_list_item {
	border-top: solid 1px #808080;
	padding: 10px 0px 10px 10px;
}
.partner_list_adv .adv_item_text {
	width: 575px;
	text-align: left;
	margin-left: 10px;
}
.padding_left_20 {
	padding-left: 20px;
}
.padding_left_10 {
	padding-left: 10px;
}
.content_partner {
	font-size: 12px;
}
/*-------Partner Panel------------*/
.generichint{
	text-decoration: underline;
	font-size: 13px;
	font-family: Arial;
	color: #0068ac;
	display:block;
}
.generichint span {
	display: none;
}
.generichint:hover{ 
	text-decoration: none;
	position: relative;
	z-index: 64;
} 
.generichint:hover span{ 
	display: block;
	position: absolute; 
	top: -40px; 
	left: 20px;
	text-align: center;
	z-index: 63;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	color: #202020;
	background: #F0F8FF;
	border: solid 1px #202020;
	text-decoration: none;
	width:350px;
} 
.attention{
	font-size: 12px;
	font-style:italic;
	padding-left:20px;
	background: url(images/info3.gif) no-repeat left top;
	display: inline;
}
.input_text {
    font-family: Arial;
    font-size: 12px;
    border: solid 1px #0068ac;
    padding: 1px 1px 1px 1px;
}
.font_size_12 {
	font-size: 12px;
}
.fwn { font-weight: normal; }


.slang_a {
	color: #0068ac;
	padding-right: 12px;
	margin-right: 20px;
	display: block;
	float: right;
	position: relative;
	font-size: 11px;
	background:url("images/ul_blue_open.gif") no-repeat right 5px;
}

.slang_links {
	color: #0068ac;
	padding-left: 21px;
	margin-bottom: 5px;
	display: block;
	text-decoration: underline;
}
.slang_links:hover {
	cursor: pointer;
	text-decoration: none;
}

.slang_div {
	border: solid 2px #0068ac;
	background-color: #ffffff;
	padding: 7px 7px 7px 7px;
	margin-top: 5px;
	width: 120px;
	float: right;
	position: absolute;
	top: 17px;
	right: 18px;
}

.jls_m1 {
	color: #0068AC;
	font-family: Arial;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 150px;
	margin-bottom: 10px;
}