#left_column {
	margin-top:5px;
}
.div_favorites_menu{
	margin-top:3px;
	margin-bottom:10px;
	padding:4px 0px 4px 0px;
}

.div_favorites_menu li{
display:block;
position:relative;
margin-bottom:3px;
	cursor:pointer;
	padding:8px 0px 8px 27px;
list-style:none;
font-size:12px;
}

.div_favorites_menu #favorites_save{
	background: url(../img/save_20x20.png) left no-repeat;
}

.div_favorites_menu #favorites_delete{
	background:url(../img/trash-delete.png) left no-repeat;
}

._table_list img {
	width:80px;
}
._table_list img:hover {
	border:1px solid #ccc;
}
._table_list a:hover{
	color:#223669;
	}
.nav_id{
	color:#777;
}

.adresa{
	margin-top:5px;
	font-weight:bold;
}
.info span{
	color:#777;
	font-weight:normal;
	font-size:11px;
}
.info {
	font-weight:bold;
	font-size:1.1em;

}
.info p{
	margin-bottom:3px;
}

.div_favorites_option{
	background:#FEEBD3;
	text-align:left;
	margin-right:0px;
	margin-bottom:10px;
	padding:2px 5px 3px 5px;
	border:1px solid #F60;
}
.div_favorites_option a#afv{
	color:#e85102;
	width:100%;
	padding:2px 5px 2px 20px;
	background:url(../img/parameters.png) left no-repeat #FEEBD3;
	cursor:default;
}
.div_favorites_menu  #btn_line{
	background:#FEEBD3;
	display:none;
	border:1px solid #e85102;
	padding:5px 5px 8px 5px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
.div_favorites_menu #btn_line  a{
	padding:2px 2px 0px 2px;
	margin-right:10px;
	font-size:11px;
}
.div_favorites_menu #btn_line #btn_exit{
	color:#223669;
}
.div_favorites_menu #btn_line #btn_enter{
	color:#e85102;
	border-bottom:1px solid;
}
.div_favorites_menu #btn_line #info_txt {
	color:#e85102;
	font:0.9em;
	margin-bottom:7px;
}


.nul_res{
	padding-left:10px;
	margin-bottom:20px;
}
.nul_res #txt {
	font-size:14px;
	margin-bottom:20px;
}

.nul_res #go_back a{
	border-bottom:1px dotted;
	color:#e85102;
}
#help_favorites {
	margin-top:40px;
}
#help_favorites p{
	margin-top:5px;
}
#help_favorites img{
	border:1px solid #999;
	margin:5px 0px 10px 60px;
	padding:5px;
	position:relative;
	display:block;
	float:none;
}

._table_list thead th{
	padding:2px 0px 5px 0px;
}
.fv_img {
	width:90px;
}
.fv_check {
	width:20px;
}
.check_fv{
	float:left;
	margin-right:5px;
}

#TBS_overlay {
	position: fixed;
	z-index:2000;
	top: 0px;
	left: 0px;
	height:3000px;
	width:3000px;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TBS_overlayBG {
	background-color:#c8ceda;
	filter:alpha(opacity=4);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

* html #TBS_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #fff;
	z-index: 2002;
	color:#223669;
	display:none;
	border: 4px solid #223669;
	text-align:left;
	top:15px;
	left:50%;
	font: 12px Arial, Helvetica, sans-serif;
}

#TB_close{
	width:20px;
	height:20px;
	float:right;
	background:#223669;
	cursor:pointer;
	z-index:10;
}
#resBlock{
	position:relative;
	margin-top:20px;
	padding:0 20px 20px;
	z-index:1;
}
#resBlock a{
	border-bottom:1px dotted;
	cursor:pointer;
}
#resBlock a:hover{
	color:#e85102;
}


#HW_title {
	color:#e85102;
	position:relative;
	font-size:14px;
	padding-bottom:4px;
	font-weight:bold;
	border-bottom:2px solid #223669;
	margin-bottom:10px;
}

#HW_subtitle{
	font-size:11px;
	padding-left:10px;
	margin-bottom:10px;
	position:relative;
}

#HW_maintext{
	position:relative;
	padding-left:20px;
	margin-bottom:10px
}
.advDescr{
/*	max-height:60px;
	overflow:hidden;
	z-index:1;
	*/
}

.show_more_block{
	display:block;
	position:absolute;
	width:420px;
	height:16px;
	text-align:center;
	color:#777;
	cursor:pointer;
	padding:13px 0px 0px;
	background:#fff ;
	margin-top:-16px;
}