.noteedit{
width:16px;height:16px;
padding-top: 0px;
vertical-align: top;
}

a.addnote{
display:none;
}

.organization:hover a.addnote{
display:inline;
}

div.havenote{
width:16px;height:16px;
display: inline;
}
div.havenote img{
width:16px;height:16px;
border:0;
}

.notefield a{
text-decoration: none;
}

.notefield a:hover{
border-bottom: 1px dashed #1A3DC1;
}

div.havenote .notefield, div.havenote .notefield2{
border:1px solid black;
max-width:500px;
}

div.havenote .notefield{
position:absolute;
margin-top:-8px;
margin-left:-2px;
padding:5px;
display:none;
}

div.havenote .notefield2{
position:absolute;
margin-top:+16px;
padding:5px;
display:none;
}

div.havenote:hover .notefield, div.havenote:hover .notefield2{
display:inline;
background-color:white;
}


#simplemodal-overlay{
opacity:0.5;
background-color: black;
}
#simplemodal-container a.simplemodal-close {
background:url(../ico/x.png) no-repeat; 
width:25px; height:29px; 
display:inline; 
z-index:3200; 
position:absolute; 
top:-15px; 
right:-16px; 
cursor:pointer;
}


.yellowedit {
	width:100%;
}

.yellowedit .row{
padding: 2px 10px 0px 5px;
}

.yellowedit input{
	width:20em;
}

.yellowedit textarea{
	width:100%;
}

.yellowedit .submit, .yellowedit .cancel, .yellowedit .delete{
	width:120px;
	float:right;
	margin-right:10px;
}

.yellowedit .addphone{
	width:120px;
	float:left;
	margin-right:10px;
}

.yellowedit .left{
	width:150px;
	float:left;
}
.yellowedit .right{
	padding-left:150px;
}


* {
font-family: Arial, Tahoma;}

h1, h2, h3, h4, h5, h6 {
    color: #1a3dc1;
    font-family: Arial;    
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}
h1, h1 a{
	font-size: 16px;
	color: #1a3dc1;
}

/*======================================================================================*/
/* header                                                                               */
/*======================================================================================*/

div.pageheader{
	display: none;
	width:100%; height:106px;background-color:green;
	background: url('/sites/all/themes/active_n_rebuild/images/logo.png') no-repeat;
}
div.pageheader.fsearch{
	display:block;
	width:100%; height:106px;background-color:green;
	background: url('/sites/all/themes/active_n_rebuild/images/logo.png') no-repeat;
}

.homearea{
	position:absolute;
	width:200px;
	height:106px;
	border-collapse: collapse;
}

.toparea{
height:25px;margin-left:300px; text-align:left;
background: url(/sites/all/themes/active_n_rebuild/images/grad_top.png) repeat-x;
background-position: 0px 0px;
}

.bottomarea{
height:23px;margin-left:300px; text-align:left;
background: url(/sites/all/themes/active_n_rebuild/images/grad_top.png) repeat-x;
background-position: 0px -80px;
}

.menuarea{
height:33px;background-color:red;margin-left:300px; text-align:center;
overflow: hidden;
}

.searcharea{
height:25px;background-color:blue;margin-left:300px; text-align:center;
background: url(/sites/all/themes/active_n_rebuild/images/grad_top.png) repeat-x;
background-position: 0px -58px;
padding-right: 30px;
}

.searchfield{
	width: 100%;
    padding: 3px;
    margin: 0;
	font-size: 12px;
    border: none;
}
.searchsubmit{
background-color: #F0F0F0;
width:80px;
    padding: 0;
    margin: 0;
float:right;
border:none;
border-left: 1px solid #1a3dc1;
height: 21px;
font-weight: bold;
color: #1a3dc1;
}

.townselect {
float: left;
top: 62px;
left: 157px;
width: 70px;
height: 24px;
background-image: url('/sites/all/themes/active_n_rebuild/images/towns.png');
background-repeat: no-repeat;
background-position: 0 3px;
position: absolute;
margin-top:-0px;
}

div.townselect.kemerovo {
	background-position: 0 -77px;
	width: 95px; 
}
div.townselect.novokuznetsk {
	background-position: 0 -37px;
	width: 125px; 
}

div.townselect:hover div.townselectlist {
	display:block;
}

div.townselectlist {
	display:none;
	/*background-color:#006EA1; */
	width: 103px; 
	height: 48px; 
	margin-top:-42px;
	position: relative;
	opacity: 1;
	z-index: 10;
}

div.townselectlist a {
	width: 103px;
	height: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	background-image: url('/sites/all/themes/active_n_rebuild/images/towns.png');	
	background-repeat: no-repeat;
}
div.townselectlist a.kem {
	background-position: 0 -80px;
}
div.townselectlist a.kem:hover {
	background-position: 0 -100px;
}
div.townselectlist a.nkz {
	background-position: 0 -40px;
}
div.townselectlist a.nkz:hover {
	background-position: 0 -60px;
}

div.townselect div.townselectlist a.tom {
	display: none;
}
div.townselect.kemerovo div.townselectlist a.tom {
	display: block;
	background-position: 0 0;
}

div.townselect.kemerovo div.townselectlist a.tom:hover {
	background-position: 0 -20px;
}

div.townselect.kemerovo div.townselectlist a.kem {
	display: none;
}
div.townselect.kemerovo div.townselectlist a.nkz {
	background-position: 0 -40px;
}

div.townselect.kemerovo div.townselectlist a.nkz:hover {
	background-position: 0 -60px;
}

div.townselect.novokuznetsk div.townselectlist a.tom {
	display: block;
	background-position: 0 0;
}
div.townselect.novokuznetsk div.townselectlist a.nkz {
	display: none;
}

div.townselect.novokuznetsk div.townselectlist a.tom:hover {
	background-position: 0 -20px;
}

div.townselect.novokuznetsk div.townselectlist a.kem {
	background-position: 0 -80px;
}

div.townselect.novokuznetsk div.townselectlist a.kem:hover {
	background-position: 0 -100px;
}


/*======================================================================================*/
/* summary search result block                                                          */
/*======================================================================================*/

.sdata{
	font-size:12px;
}
.stable{
	width:auto;
	height:auto;
}
.stable td{
	padding-top:5px;
}
.stable .dcol{
padding-right:5px;
}

.sheader{
padding: 3px 3px 15px 3px;
clear: both;
/*background: url(/sites/all/modules/polden/organization/bkgndbi.png) left top repeat-x;*/
}
.sheader .stitle{
	padding: 5px;
	background: #35b8ec;
	color:#fff;
	margin-left: -5px;
}
.sheader .stitle h1 {
	color: #fff;
}
.sheader .stitle a {
	color: #fff;
}





#search-example {
	height:1em;
	color: white;
	margin: 0px;
	font-size: 10px;
}

#search-example a{
	color: #fff;
}

form#polden-overriden-companies-search-form div#edit-keyword-wrapper,
form#polden-overriden-companies-ajax-search-form div#edit-keyword-wrapper {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

form#polden-overriden-companies-search-form,
form#polden-overriden-companies-ajax-search-form {
    padding-right: 80px;
    display: block;
}

form#polden-overriden-companies-search-form span.button-ex,
form#polden-overriden-companies-ajax-search-form span.button-ex {
    float: right;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    height: 21px;
	margin-right: -80px;
	width: 80px;
}

/*
#search-form-label-keyword {
	float: left;
	width: 50px;
	background: url('/sites/all/themes/active_n_rebuild/images/poisk-word.png') no-repeat bottom left;
	height: 21px;
	margin-left: -55px;
}
*/

form#polden-overriden-companies-search-form input.form-text,
form#polden-overriden-companies-ajax-search-form input.form-text {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 21px;
    border: none;
}

form#polden-overriden-companies-search-form span.button-ex input,
form#polden-overriden-companies-ajax-search-form span.button-ex input {
    height: 18px;
    color: transparent; 
    background-color: transparent;
}

form#polden-overriden-companies-search-form span.button-ex input.form-submit, 
form#polden-overriden-companies-search-form span.button-ex span ,
form#polden-overriden-companies-ajax-search-form span.button-ex input.form-submit, 
form#polden-overriden-companies-ajax-search-form span.button-ex span {
    width: 80px;
    margin: 0 !important;
    padding: 0 !important;
    background: none;
    border: none;
}

form#polden-overriden-companies-search-form span.button-ex input.form-submit {
	border-left: 1px solid #1a3dc1;
	height: 21px;
	font-weight: bold;
	color: #1a3dc1;
}


.before_head_part {margin-top: 15px !important}
.head_part {
font-size: 12px;
font-family: Arial, Tahoma;
	height: 106px;
	width:100%;
	border-collapse: collapse;
	background: url('/sites/all/themes/active_n_rebuild/images/logo.png') no-repeat;
}

.head_part table{
width: 100%;
height: 100%;
border-collapse: collapse;
}
.head_part table th{
border: 0;
padding:0px;
}

.head_part .column_1 {
	background: none;
	width: 320px;
	height: 52px;
	/*background-position: 0px -24px;*/
}
.head_part .column_1_a {
	width: 280px;
	height: 20px;
	background: none;
	/*background-position: 0px -75px;*/
}
.head_part .column_1_a2 {
	height: 20px;
	background: url(/sites/all/themes/active_n_rebuild/images/grad_top.png) repeat-x;
	background-position: 0px -77px;
}

.head_part .column_1_b {
	width: 280px;
	height: 24px;
	background: none;
}

.head_part .column_1_b2 {
	background:url(/sites/all/themes/active_n_rebuild/images/grad_top.png) repeat-x;
}

.head_part .column_2 {
	background:url(/sites/all/themes/active_n_rebuild/images/grad_top.png)  repeat-x;
	background-position: 0px -24px;
	padding-left: 30px !important;
}

.head_part .column_3 {
}

ul.primary-links {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  z-index: 4;
  width:100%;
  height: 33px;
  background:url(/sites/all/themes/active_n_rebuild/images/grad_top.png) repeat-x;
  background-position: 0px -24px;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  width: 13.5%;
  background-image: none;
  list-style: none none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 0;
  padding: 0em 1em;
  color: #fff;
  text-align:center;
  text-decoration: none;
  height:30px;
  vertical-align: middle;
}

ul.primary-links li a:hover {
	text-decoration: underline;
}

ul.primary-links li a.active {
	font-weight: bold;
	color: #006699;
  	background: transparent url(/sites/all/themes/active_n_rebuild/images/menu_grad.png) 50% 0;
}


ul.primary-links li.homelink {
 	width: 5.5%;
	padding: 0;
}
/* скрыл домик
ul.primary-links li.homelink a {
	padding: 0;
  	color: transparent;
  	background: url(/sites/all/themes/active_n_rebuild/images/home_link.png) no-repeat left 0px;
	width:30px;
}

ul.primary-links li.homelink a:hover {
	color: transparent;
	width:30px;
  	background: url(/sites/all/themes/active_n_rebuild/images/home_link.png) no-repeat left -50px;
}

ul.primary-links li.homelink a.active {
	font-weight: normal;
	color:#ff0000 !important;
	width:30px;
  	background: url(/sites/all/themes/active_n_rebuild/images/home_link.png) no-repeat left -100px;
}
*/
ul.primary-links {
    width: auto;
    float: none;
    display: block;
    padding-left: 31px;
}
ul.primary-links li {
    margin: 0;
    display: block;
    float: left;
    text-align: center !important;
    line-height: 30px;
}
ul.primary-links li span {
    display: none;
}

ul.primary-links li.homelink {
    width: 30px; 
    margin: 0;
    margin-left: -31px;
}
ul.primary-links li.menu-2300 {
    width: 20%;
}
ul.primary-links li.menu-1211 {
    width: 20%;
}
ul.primary-links li.menu-1005 {
    width: 22%;
}
ul.primary-links li.menu-5118{
    width: 20%;
}
ul.primary-links li.menu-1766 {
    width: 22%;
}
ul.primary-links li.menu-5263{
    width: 15%;
}
ul.primary-links li.menu-4035 {
	width: 13%;
}
ul.primary-links li.menu-5453 {
    width: 10%;
	font-weight: normal;
}
ul.primary-links li.menu-5468 {
    width: 15%;
}
ul.primary-links li.menu-5833 {
    width: 18%;
}
ul.primary-links li.menu-5945 {
    width: 18%;
}

ul.primary-links li.menu-3347 {
    background: url('/sites/all/themes/active_n_rebuild/images/more-down.png') no-repeat 50% 90%;
    float: right;
    width: 88px;
    margin-right: -90px;
}


ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
    margin: 0;
    width: 100%;
    padding: 0;
    display: block;
    max-width: none;
	font-size: 12px;
}

/*======================================================================================*/
/* rubricator                                                                           */
/*======================================================================================*/

#catalog .refresh-rubricator{
position:absolute;
margin-left:277px;
}
#catalog .refresh-rubricator .imagebox{
padding: 8px 8px;
background-image: none;
}

#catalog:hover .refresh-rubricator .imagebox{
padding: 8px 8px;
background-image: url(/sites/all/modules/polden/ico/refreshs.png);
}
#catalog:hover .refresh-rubricator .imagebox:hover{
padding: 16px 16px;
margin:-8px -8px;
background-image: url(/sites/all/modules/polden/ico/refresh.png);
}
ul.rubrics{
padding: 0px;
font-family: Arial, Tahoma;
margin: 0px;
}

ul.rubrics li {
	display: block;
	list-style: none none;
	background: none;
	padding: 0;
	margin: 0;
}

ul.rubrics .rubric-active{
	/*background:#D3D2FF;*/
	font-weight: bold;
}


ul.rubrics li.item.depth_1 {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 8px;
	padding-right: 10px;
	clear: both;
	padding-left: 15px;
}
ul.rubrics li.item.depth_1 .count{
	color: #999;
}
ul.rubrics li.item.depth_1 a {
	color: #1a3dc1;
	text-decoration: none;
}
ul.rubrics li.item.depth_1 a:hover {
	text-decoration: underline;
}
ul.rubrics li.item.depth_1 div.item-depth-icon {
	float: left;
	padding: 0px 5px 2px 0px;
}

ul.rubrics li.item.depth_1 img{
	float: left;
border:none;
	padding: 0px 5px 5px 0;
}

ul.rubrics li.item.depth_2 {
	padding: 5px 0 0 0;
	font-weight: normal;
	clear: both;
	padding-bottom: 5px;
	line-height: 100%;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

ul.rubrics li.item.depth_2 img{
	float: left;
	margin-left: -10px;
	padding: 7px 0px 0px;
}

ul.rubrics li.item.depth_2 a {
	color: #000;
}

ul.rubrics li.item.depth_3 {
	padding: 0 0 0 15px;
	font-weight: normal;
	font-size: 11px;
	clear: both;
	padding-bottom: 2px;
}

ul.rubrics li.item.depth_3 a {
	color: #000;
}



/*======================================================================================*/
/* filter                                                                               */
/*======================================================================================*/
.showonmap.all{
position:absolute;
right:10px;
width:14px;
height:17px;
	background-image: url('/sites/all/modules/polden/organization/f.png');	
}
.showonmap{
width:14px;
height:17px;
border:none;
}
.showonmap img{
border:none;
}
.fad{
width:100%;
}

div.map_tabs div{
font-size:14px;
}

#filter span{
font-size:14px;
}

#filter ul{
	list-style-type: disc;
padding: 0;
width: 100%;
margin: 0;
}

#filter li{
	background-image: url('/sites/all/modules/polden/organization/fline.png');	
	background-repeat: repeat-y;
	list-style: none none;
	padding: 7px 0 7px 20px;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
}

#filter a{
font-size: 14px;
font-family: Arial, Tahoma;
color: white;
font-weight: bold;
text-decoration: none;
}

#filter li.active{
	background-image: none;	
	background-color:white;
}

#filter li.empty a{
color: #35B9EC;
}
#filter li.active a{
color: #1a3dc1;
}

#filter a:hover{
text-decoration: underline;
}

div.map_tabs {
	left:0px;
	position:absolute;
	text-align:center;
	font-family: Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	z-index:100;
	width: 100%;
	background: none;
}

div.map_tabs div{
	float:left;
	background:none;
}

.map_tabs .filter, .map_tabs .catalog, .map_tabs .found, .map_tabs .showhide, .map_tabs .hyb, .map_tabs .sat, .map_tabs .map, .map_tabs .foundmap, .map_tabs .foto{
	background-color:#F2F2F2;
	border:1px solid #1a3dc1;
	border-left: none;
	border-top: none;
}

.map_tabs .progressbar{
	background:none;
}

div.map_tabs div.active{
	background-color:white;
	border-bottom:white;
	border-left:white;
}

div.map_tabs div{
	cursor:pointer;
	height:20px;
	padding: 5px 3px 3px 3px;
	border:none;
}

div.map_tabs div.progressbar:hover{
	background:none;
}
div.map_tabs div:hover{
	background-color:#A0C0FF;
}

div.map_tabs div.filter{
	width:84px;
}
div.map_tabs div.catalog{
	width:91px;
}
div.map_tabs div.found{
	width:104px;
}
div.map_tabs div.found .inner{
float:left;
padding-left:10px;
}
div.map_tabs div.showhide{
	width:23px;
}

div.map_tabs div.hyb{
	width:67px;
}
div.map_tabs div.sat{
	width:69px;
}
div.map_tabs div.map{
	width:54px;
}
div.map_tabs div.foundmap{
	width:90px;
}
div.map_tabs div.foundmap .inner{
float:left;
padding-left:5px;
}

div.map_tabs div.foto{
	width:48px;
}



/*======================================================================================*/
/* news                                                                                 */
/*======================================================================================*/

div.stories-row-description-teaser img.imagecache-middle-150x150{
    float: right;
    margin: 0 0 -40px 15px;
}
div.stories-row-description-teaser img.imagecache-130X110{
    float: right;
    margin: 0 0 -40px 15px;
}
div.stories-row-description-bottom-info-mainpage {
    height: 50px;
}
div.stories-row-description-main {
	float: left;
	width: 100%;
}




div.rub_area{
font-size: 12px;
position:relative;
top:+29px;
background-color: white; 
width: 329px; 
float: left; 
}

/*
div#js_rubricator_view .organization .info{
	height:1.5em;
}

div#js_rubricator_view .info .bookmark{
width:64px;
height:16px;
float:left;
}

div#js_rubricator_view .info div{
padding: 0em 1em 0em 1em;
}

div#js_rubricator_view .info .title{
float:left;
}
div#js_rubricator_view .info .url{
float:left;
}
div#js_rubricator_view .info .email{
float:left;
}
div#js_rubricator_view .info .address{
float:left;
}
div#js_rubricator_view .info .phone{
}

*/



div.content-map.map-container div.column_2-cover-1a,
div.content-map.map-container div.column_2-cover-2,
div.content-map.map-container div.column_2-cover-2 #company-smap {
	height: 100%;
	background: #fff;
}

.waitclass{
	float:left;
	background: url('/sites/all/modules/polden/js_rubricator/status-active.gif') no-repeat 2px 2px;
	width:15px!important;
	height:15px!important;
}

.waitclass2{
	margin-top:+3px;
}

div.addressclass {
	float:left;
}


div.maparea {
	background-color:#fff; 
	position: relative;
	height: 100%;
	padding-left: 330px;
	/*z-index:-10;*/
}

div.maparea.short {
	padding-left: 0;
}

div.maparea .active {
	z-index:+200;
	display: block;
}	

div.maparea_map {
   background-color: #e9ffbe;
	position:absolute;
	z-index:-200;
	height:650px; 
	width:100%; 
}

div.maparea_map .active{
	z-index:+200;
}

#foundmap {
	height: 100%;
	background: #fff;
	padding-left: 20px;
}
#foundmap .organization-list.body {
	padding: 10px 20px 10px 0;
}

div.maparea_organization { 
	padding-left: 360px;
	padding-right: 30px;
	height: 100%;
	background: #fff;
	padding-top: 30px;
	display: none;
}
div.maparea_loading { 
	display: none;
	text-align: center;
	position: absolute;
	top: 200px;
	width: 100%;
	margin: 0 auto;
}
div.maparea_loading.loading { 
	z-index:+201;
	display: block;
}


div.maparea_organization.short {
	padding-left: 30px;
}


#foundmap div.rub_title {
	padding: 5px 0 10px 0;
	position: relative;
	left: 205px;
	color: #1a3dc1;
	font-size: 16px;
	font-weight: bold;
}
#foundmap div.rub_title.collapsed {
	padding-left: 165px;
}

div.smap_tool {
	padding: 3px 10px;
	float: right;
	border-left: 1px solid #1a3dc1;
	color:#666;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #1a3dc1;
}

div.smap_tool.active {
	color:#000;
	background: #fff;
	border-bottom: none;
}

#found {
	display: none;
}

#found .rub_title {
	font-weight: bold;
	font-size: 14px;
}

#smap_map{
}

.rubricator-toggler {
	display: block;
	margin-left: -35px;
	width: 305px;
	cursor: pointer;
}
.rubricator-toggler td {
	background: #f2f2f2;
	border: 1px solid #1a3dc1;
	border-top: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	color: #666;
}
.rubricator-toggler td.found{
}
.rubricator-toggler td.filter{
	border-left: none;
}

.rubricator-toggler td.active {
	background: #fff;
	border-bottom: none;
	color: #000;
}
.rubricator-toggler td.filter.active{
	background: #eaf9fe;
}

.rubricator-toggler td.hidden {
	display: none;
}

table.organizationlist .hidden {
	display: none;
}

table.organizationlist {
border: 4px solid black; /*   */
background: #ffffff; /*   */
padding: 5px; /*    */
}

table.organizationlist thead tr{
height:30px;
}
table.organizationlist thead th{
 background-color: #6cf;
 font-weight: normal;
}

table.organizationlist th.flddd{
	text-align:left; 
	padding:0px;
}
table.organizationlist td{
	background: #ffffff; /*   */
	padding: 0px 10px 0px 10px; /*    */
}
div.fav{
 position:relative;
 top:-2px;
 width:13px!important;
 height:16px!important;
 overflow: hidden;
}
div.fav a{
 color:#00ffff; 
}
table.organizationlist tr.main td{
 background-color: #ffffff;
}
div.exp{
	background-image: url(/sites/all/themes/active_n_rebuild/images/collapse.png);
	float:left;
	min-height: 17px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 20px;
}
div.exp.coll{
 background-image: url(/sites/all/themes/active_n_rebuild/images/expand.png);
 background-position: 0px 5px;
 background-repeat: no-repeat;
 font-weight: bold;
}

table.organizationlist tr.even td{
 background-color: #f0f0f0;
}
table.organizationlist tr.odd td{
 background-color: #ffffff;
}

table.organizationlist tr td{
 padding: 3px 5px 3px 5px;
}

table.organizationlist tr td.border{
	padding: 0;
	background: #1a3dc1;
	height: 1px;
}

table.organizationlist .links {	
	margin-left: -30px;
}
table.organizationlist .links li{
	float: left;
}
table.organizationlist .links li.statistics_counter{
	padding-top: 5px;
}

table.organizationlist .firm_toggler{
	float: left;
	clear: both;
	margin-left: -20px;
	color: #1a3dc1;	
	padding-bottom: 5px;
}

.oflink{
position:absolute;margin-top:-15px; margin-left:+30px;display:inherit;
}

#found .orgpager-small{
	display:block;
}

#found .orgpager-big {
	display:none;
}

#foundmap .orgpager-small{
	display:none;
}

#foundmap .orgpager-big {
	display:block;
}

.block-js_rubricator .flags{
 	float:right;
	margin-right: 8px;
}

.block-js_rubricator .flags span{
	color: white;
	padding: 0px 1px;
	width: 15px;
	float: right;
	text-align: center;
	margin-left: 2px;
}

.content-map .flags{
	display:none;
}

/*

div .orgpager{
	float:right;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
}

div .orgpager .spager{
	background-color:#ccccFF;
	color:#ffffff;
	padding: 0px 3px;
	margin: 1px 2px;
	border: 1px solid black;
	width:15px;
	text-decoration: none;
	cursor: pointer;
}

div .orgpager .upager{
	background-color:#F2F2F2;
	padding: 0px 3px;
	margin: 1px 2px;
	border: 1px solid black;
	text-decoration: none;
	cursor: pointer;
}

div .orgpager .upager:hover{
background-color:#aaaaff;
font-weight: bold;
}

div .smallorgpager{
padding: 1px;
margin:2px;
text-decoration: none;
text-align:right;
}

div .smallorgpager .spager{
background-color:#0000FF;
color:#ffffff;
padding: 0px 3px;
margin: 1px 2px;
border: 1px solid black;
text-decoration: none;
cursor: pointer;
}

div .smallorgpager .upager{
background-color:#F2F2F2;
padding: 0px 3px;
margin: 1px 2px;
border: 1px solid black;
text-decoration: none;
cursor: pointer;
}

div .smallorgpager .upager:hover{
background-color:#aaaaff;
font-weight: bold;
}

*/
div .orgpager{
	float:left;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	background: #fff;
	font-size: 12px;
}

div .orgpager .spager{
	background:#b8b8b8;
	color: #ffffff;
	padding: 5px;
	margin: 1px 2px;
	width:15px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 2px;
}

div .orgpager .upager{
	background: #fff;
	padding: 0px 3px;
	margin: 1px 2px;
	width:15px;
	color: #1a3dc1;
	cursor: pointer;
}

div .orgpager .upager:hover{
	text-decoration: none;
}

div .smallorgpager{
padding: 1px;
margin:2px;
text-decoration: none;
text-align:right;
}

div .smallorgpager .spager{
background-color:#0000FF;
color:#ffffff;
padding: 0px 3px;
margin: 1px 2px;
border: 1px solid black;
width:15px;
text-decoration: none;
cursor: pointer;
}

div .smallorgpager .upager{
background-color:#F2F2F2;
padding: 0px 3px;
margin: 1px 2px;
border: 1px solid black;
width:15px;
text-decoration: none;
cursor: pointer;
}

div .smallorgpager .upager:hover{
background-color:#aaaaff;
font-weight: bold;
}


div#found {
	height: 100%;
}
div#found .exp{
}
div#found .organization-small.container {
	border-bottom: 1px solid #6CF;
}
div#found .organization-small.item {
	padding-top: 5px;
	cursor: pointer;
	overflow: hidden;
}
div#found .organization-small.item.bold {
	font-weight: bold;
}
div#found .organization-small.under {
	display: none;
	padding-bottom: 5px;
}
div#found .organization-small.bottom{
	padding-bottom: 5px;
	overflow: hidden;
}
div#found .organization-small.bottom.bold{
	font-weight: bold;
}
div#found .organization-small.expanded{
	display: none;
	overflow: hidden;
}

div#js_rubricator {
	height: 100%;
	padding-top: 15px;
}
div#js_rubricator_found {
	margin-left: -30px;	
	height: 100%;
	padding-top: 15px;
	background: #eaf9fe;
}
div#js_rubricator_found ul li{
	padding: 0;
	margin: 0;
}
div#js_rubricator_found ul.rubrics li.item.depth_1 a{
	background: #0189CD;;
	color: white;
	width: 300px;
	float: left;
	border-bottom: 1px solid #fff;
	padding: 7px 0 7px 30px;	
}
div#js_rubricator_found ul.rubrics li.item.depth_1 .count {
	color: #35B9EC;
}
div#js_rubricator_found ul.rubrics li.item.depth_1 a.active {
	background: #fff;
	color: #1a3dc1;
}
div#js_rubricator_found ul.rubrics li.item.depth_1.empty a,
div#js_rubricator_found ul.rubrics li.item.depth_1.empty {
	font-weight: normal;
	color: #35b9ec;	
}
div#js_rubricator_found ul.rubrics li.item.depth_1.empty .count {
	color: #35b9ec;	
}
div#js_rubricator_found ul.rubrics li.item.depth_1 a {
	color: white;
}
div#js_rubricator_found ul.rubrics li.item.depth_1.active a{
	color: #666;	
}
div#js_rubricator_found ul.rubrics li.item.depth_1 a img{
	display: none;
}

div#js_rubricator_found ul.rubrics-second li.item.depth_2 {
	background: #fff;
	color: #1a3dc1;
	margin-left: -30px;
	margin-right: -10px;
	padding-left: 30px;
}
div#js_rubricator_found ul.rubrics-second li.item.depth_2 a{
	color: #1a3dc1;
}


#catalog .rubrics-second {
	padding: 5px 0 0 10px;
}

#catalog ul.rubrics-second li a:active{
  font-weight: bold;
}

/* ORGANIZATION LIST */
#foundmap div.organization-header {
    float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 10px;
}
#foundmap div.organization-header div.rtitle{
	/*
	position: relative;
	left: 379px;
	top: 6px;
	*/
	float: left;
}
#foundmap div.organization-header div.rtitle.collapsed{
    /*left: 290px;*/
}
#foundmap div.organization-header div.rtitle span.rcount{
    color: #999;
}

#foundmap div.organization-header span.maplinks{
	color: #000;
	font-weight: normal;
}

#foundmap div.organization-list {
    clear: both;
	font-size:12px;
}
#foundmap div.organization-list.top {
	background: #f5f5f5;
	border-top: #b1b1b1 1px solid;
	border-bottom: #b1b1b1 1px solid;
	color: #b1b1b1;
	font-size: 11px;
	padding: 0;
	margin-right: 20px;
}
#foundmap div.organization-list.top div.organization div.info div.title a {
	color: #b1b1b1;
	text-decoration: none;
	font-size: 11px;
}
#foundmap div.organization-list div.organization {
    clear: both;
    width: 100%;
    padding: 5px 0 0 0;
}
#foundmap div.organization-list div.organization.open {
    clear: both;
    width: 100%;
    padding: 5px 0 5px 0;
	border: #a1a1a1 1px solid;
	border-top: #a1a1a1 2px solid;		
	margin-left: -10px;
	padding-left: 10px;
	margin-right: -10px;
	padding-right: 10px;
}
#foundmap div.organization-list div.organization.open .addressclass{
    word-wrap: break-word;
    width: 150px;
}

#foundmap div.organization-list div.organization:hover .quickedit{
float:right;
padding-right:20px;
}

#foundmap div.organization-list div.organization .offices .quickofedit{
margin-left:-20px;
}

#foundmap div.organization-list div.organization .office:hover .officeadd{
position:absolute;
background: url(/sites/all/modules/polden/ico/officeadds.png) left top no-repeat;
padding:0px 0px 16px 16px;
margin-top: -4px;
margin-left: -8px;
}

#foundmap div.organization-list div.organization .office:hover .officeedit{
position:absolute;
background: url(/sites/all/modules/polden/ico/office2.png) left top no-repeat;
padding:0px 0px 16px 16px;
margin-top: -4px;
margin-left: -32px;
}

#foundmap div.organization-list div.organization .office:hover .officedel{
position:absolute;
background: url(/sites/all/modules/polden/ico/officedels.png) left top no-repeat;
padding:0px 0px 16px 16px;
margin-top: -4px;
margin-left: -56px;
}

#foundmap div.organization-list div.organization .office:hover .officeadd:hover{
position:absolute;
background: url(/sites/all/modules/polden/ico/officeaddb.png) left top no-repeat;
padding:0px 0px 32px 32px;
margin-top: -12px;
margin-left: -14px;
}

#foundmap div.organization-list div.organization .office:hover .officeedit:hover{
position:absolute;
background: url(/sites/all/modules/polden/ico/office1.png) left top no-repeat;
padding:0px 0px 32px 32px;
margin-top: -12px;
margin-left: -40px;
}

#foundmap div.organization-list div.organization .office:hover .officedel:hover{
position:absolute;
background: url(/sites/all/modules/polden/ico/officedelb.png) left top no-repeat;
padding:0px 0px 32px 32px;
margin-top: -12px;
margin-left: -64px;
}


#foundmap div.organization-list div.organization:hover .orgedit{
position:absolute;
background: url(/sites/all/modules/polden/ico/edit5.png) left top no-repeat;
padding:0px 3px 16px 16px;
margin-left: -48px;
margin-top: -4px;
}

#foundmap div.organization-list div.organization:hover .busiedit{
position:absolute;
background: url(/sites/all/modules/polden/ico/officemains.png) left top no-repeat;
padding:0px 0px 16px 16px;
margin-left: -24px;
margin-top: -4px;
}
#foundmap div.organization-list div.organization:hover .busiadd{
position:absolute;
background: url(/sites/all/modules/polden/ico/officeadds.png) left top no-repeat;
padding:0px 0px 16px 16px;
margin-top: -4px;
}


#foundmap div.organization-list div.organization:hover .orgedit:hover{
background: url(/sites/all/modules/polden/ico/edit4.png) left top no-repeat;
width:32px;
height:32px;
margin-left: -56px;
margin-top: -12px;
}

#foundmap div.organization-list div.organization:hover .busiedit:hover{
background: url(/sites/all/modules/polden/ico/officemainb.png) left top no-repeat;
width:32px;
height:32px;
margin-left: -32px;
margin-top: -12px;
}
#foundmap div.organization-list div.organization:hover .busiadd:hover{
background: url(/sites/all/modules/polden/ico/officeaddb.png) left top no-repeat;
width:32px;
height:32px;
margin-left: -8px;
margin-top: -12px;
}

#foundmap div.organization-list div.organization div.info {
    clear: both;
    overflow: hidden;
}
div.shorten #foundmap div.organization-list div.organization div.info {
    clear: both;
    padding: 0 440px 0 60px;
    overflow: hidden;
}
#foundmap div.organization-list div.organization div.info div.side-left {
	float: left;
	padding: 2px 0;
}
#foundmap div.organization-list div.organization div.info div.side-right {
	float: right;
	width: 410px;
}
#foundmap div.organization-list div.organization.open div.info div.side-right {
	float: right;
	width: 400px;
}
div.shorten #foundmap div.organization-list div.organization div.info div.side-right {
	float: right;
	width: 440px;
    margin-right: -440px;
}
#foundmap div.organization-list div.organization div.info div.side-right div {
	min-height: 10px;
}
#foundmap div.organization-list div.organization div.info div.side-right div.photo-link {
	float: left;
	margin-left: -17px;
}
#foundmap div.organization-list div.organization div.info div.bookmark {
    float: left;
    width: 30px;
    height: 15px;
    overflow: hidden;
}
#foundmap div.organization-list div.organization div.info div.bookmark a{
padding-left:10000px;
}

#foundmap div.organization-list div.organization div.info div.bookmark a.select{
background: url(/sites/all/themes/active_n_rebuild/images/V-added.png) no-repeat left top;
}

#foundmap div.organization-list div.organization div.info div.bookmark a.unselect{
background: url(/sites/all/themes/active_n_rebuild/images/V.png) no-repeat left top;
}

#foundmap div.organization-list div.organization div.info div.bookmark a.wait{
background: url(/sites/all/themes/active_n_rebuild/images/status-active.gif) no-repeat left top;
}


#foundmap div.organization-list div.organization div.info div.title {
    float: left;
	margin-left: 2px;
}
#foundmap div.organization-list div.organization div.info div.rating {
	color: white;
	float: left;
	width: 25px;
	height: 15px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	border-radius: 2px;
	display: none;
	margin-right: 5px;
}
#foundmap div.organization-list div.organization div.info div.rating.positive-vote {
    /*background: url('http://polden.info/sites/all/themes/active_n_rebuild/images/smallstar_com_red_ultra.png') no-repeat;*/
	background: #fe9900;
	display: block;
}
#foundmap div.organization-list div.organization div.info div.rating.negative-vote {
    /*background: url('http://polden.info/sites/all/themes/active_n_rebuild/images/smallstar_com_black_ultra.png') no-repeat;*/
	background: #a7a7a7;
	display: block;
}
#foundmap div.organization-list div.organization.open div.info div.rating {
	/*display: none;*/
}
#foundmap div.organization-list div.organization.open div.info div.title {
	font-weight: bold;
}
#foundmap div.organization-list.top div.organization.open div.info div.title {
	font-weight: normal;
}
#foundmap div.organization-list div.organization div.info div.title a.collapser{
    color: #1a3dc1;
    float: left;
	width: 20px;
	height: 20px;
    background: url('/sites/all/themes/active_n_rebuild/images/collapse.png') no-repeat 100% 8px;
	text-decoration: none;
}
#foundmap div.organization-list div.organization div.info div.title a.titler{
    color: #000;
    float: left;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	text-transform: uppercase;
}
#foundmap div.organization-list div.organization div.info div.title a.titler:hover{
	border-bottom: 1px dashed #1a3dc1;
}
#foundmap div.organization-list div.organization.open div.info div.title a.titler{
    background: url('/sites/all/themes/active_n_rebuild/images/expand.png') no-repeat 100% 5px;
	font-weight: bold;
}
#foundmap div.organization-list div.organization div.info div.title a.titler{
    background: url('/sites/all/themes/active_n_rebuild/images/collapse.png') no-repeat 100% 5px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 11px;
}
#foundmap div.organization-list.top div.organization.open div.info div.title a{
    background: url('/sites/all/themes/active_n_rebuild/images/expand.png') no-repeat 0 5px;
	padding-left: 20px;
	font-weight: normal;
}
#foundmap div.organization-list div.organization div.info div.url {
    float: left;
    width: 55px;
}
#foundmap div.organization-list div.organization.open div.info div.url {
	display: none;
}
#foundmap div.organization-list.top div.organization.open div.info div.url {
	display: block;
}
#foundmap div.organization-list div.organization div.info div.email {
    float: left;
    width: 70px;
	font-size: 80%;
   text-align: right;
   padding-right: 20px;

}
#foundmap div.organization-list div.organization div.info div.emailhead {
    float: left;
    width: 70px;
   text-align: right;
   padding-right: 20px;

}
#foundmap div.organization-list div.organization.open div.info div.email {
	display: none;
}
#foundmap div.organization-list.top div.organization.open div.info div.email {
	display: block;
}
#foundmap div.organization-list div.organization div.info div.address {
    float: left;
    width: 185px;
}
div.shorten #foundmap div.organization-list div.organization div.info div.address {
    float: left;
    width: 200px;
}
#foundmap div.organization-list div.organization.open div.info div.address {
    float: left;
	padding-left: 0;
    width: 360px;
	font-weight: bold;
}
#foundmap div.organization-list.top div.organization.open div.info div.address {
    float: left;
	padding-left: 0;
	margin-left: 0;
    width: 150px;
	font-weight: normal;
}
div.shorten #foundmap div.organization-list div.organization.open div.info div.address {
    float: left;
	padding-left: 100px;
    width: 280px;
	font-weight: bold;
}
#foundmap div.organization-list div.organization div.info div.phone {
    float: left;
    width: 80px;    
}
#foundmap div.organization-list div.organization.open div.info div.phone {
	display: none;
}
#foundmap div.organization-list.top div.organization.open div.info div.phone {
	display: block;
}

#foundmap div.organization-list div.organization div.details {   
    clear: both;
    padding: 0 250px 0 40px;
}
#foundmap div.organization-list div.organization.open div.details {   
    clear: both;
	display: block;
    padding: 0 250px 0 30px;
}
#foundmap div.organization-list.top div.organization.open div.details {   
    clear: both;
	display: none;
    padding: 0 250px 0 40px;
}
#foundmap div.organization-list div.organization div.details div.left-side{
    float: left;
    width: 100%;
}
#foundmap div.organization-list div.organization div.details div.left-side div.description{
    clear: both;
    overflow: hidden;
    padding-right: 150px;
    padding-top: 5px;
	min-height: 100px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.description div.left-side{
    width: 100%;
    margin: 0;
}
#foundmap div.organization-list div.organization div.details div.left-side div.description div.left-side div.title {
	display: none;
}
#foundmap div.organization-list div.organization div.details div.left-side div.description div.left-side div.description {
    padding-right: 10px;
	min-height: 0px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.description div.right-side{
    width: 145px;
    margin-right: -145px;
}
#foundmap div.organization-list div.organization.open div.details div.left-side div.description div.right-side div.phone{
	font-weight: bold;
}
#foundmap div.organization-list div.organization.open div.details div.left-side div.description div.right-side div.detail{
	display: none;
}
#foundmap div.organization-list div.organization.open div.details div.left-side div.description div.right-side div.date{
	font-size: 10px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls{
    clear: both;
    padding-right: 150px;
    padding-top: 5px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side{
    width: 100%;
    margin: 0;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rubrics,
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rubrics a{
    color: #666; 
	padding-right: 5px;
	font-size: 10px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rating {
    background: url('http://polden.info/sites/all/themes/active_n_rebuild/images/unknown.png') no-repeat;
    color: #fff;
    float: left;
    clear: both;
    padding-top: 3px;
    height: 25px;
    width: 30px;
    font-size: 1.2em;
    text-align: center;
    margin-left: -30px;
	display: none;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rating.positive-vote {
    background: url('http://polden.info/sites/all/themes/active_n_rebuild/images/positive.png') no-repeat;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rating.negative-vote {
    background: url('http://polden.info/sites/all/themes/active_n_rebuild/images/negative.png') no-repeat;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rating a{
	color: #fff;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.work_time {
	font-style: italic;
	color: #666;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.comments {
    padding-top: 5px;
	float: left;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.offices {
	display: block;
	overflow: visible;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	clear: none;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.offices a{
    font-weight: normal;
    float: left;
	/*text-decoration: none;*/
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.offices a:hover{
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.offices a.open{
	font-weight: bold;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.maplinks {
	color: #000;
	float: left;
	padding-top: 5px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.left-side div.maplinks a{
    float: left;
	margin-left: 10px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.right-side{
    width: 150px;
    margin-right: -150px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.right-side div.veksel{
    color: #666;
    font-size: .8em;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.right-side div.detail.onew {
	margin-top: 20px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.right-side div.detail.onew a{
	text-decoration: none;
	padding: 4px 0;
	text-align: center;
	width: 90%;
	float: left;
	background: #999;
	color: #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-radius: 2px;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.right-side div.detail.onew a:hover{
	border-top: 1px solid #666;
	border-right: none;
	border-left: 1px solid #666;
	border-bottom: none;
}
#foundmap div.organization-list div.organization div.details div.left-side div.controls div.right-side div.detail.old{
	float: right;
}
#foundmap div.organization-list div.organization div.details div.right-side{
    float: right;
    width: 250px;
    margin-right: -250px;
}
#foundmap div.organization-list div.organization div.details div.right-side div.map{
    top: -20px !important;
    background-color: #EFEFEF;
    position: relative;
    height: 200px;
    width: 250px;
}
#foundmap div.organization-list div.organization div.details div.right-side div.map.image{

}
#foundmap div.organization-list div.organization div.details div.right-side div.map.kml{
    display: none;
}
#foundmap div.organization-list div.organization div.details div.right-side div.map-control{
    margin-top: -20px;
}
#foundmap div.organization-list div.organization div.details div.right-side div.map-control a{
	/*text-decoration: none;*/
	/*color: #000;*/
	/*border-bottom: 1px dashed #000;*/
}
#foundmap div.organization-list div.organization div.details div.right-side div.map-control a:hover{
	/*text-decoration: none;*/
	/*color: #000;*/
	/*border-bottom: none;*/
}


#foundmap div.organization-list div.organization div.offices {
    clear: both;
	overflow: hidden;
}
#foundmap div.organization-list div.organization div.offices.open{
	display: block;
}
#foundmap div.organization-list div.organization div.offices div.office {
    clear: both;
    overflow: hidden;
    padding: 5px 400px 5px 40px;
    background: #efefef;
}
#foundmap div.organization-list div.organization div.offices div.office.even {
    background: none;
}
#foundmap div.organization-list div.organization div.offices div.office div.left-side {
    float: left;
}
#foundmap div.organization-list div.organization div.offices div.office div.right-side {
    float: right;
    margin-right: -400px;
}
#foundmap div.organization-list div.organization div.offices div.office div.right-side div.address {
    float: left;
    width: 300px;
}
#foundmap div.organization-list div.organization div.offices div.office div.right-side div.phone {
    float: left;
    width: 100px;
	word-wrap: normal;
}
#foundmap div.organization-list div.organization div.offices div.office div.description {
	clear: both;
	margin-right: -400px;
	float: left;
}

#foundmap div.organization-list  div.underline {
	border-top: 1px solid #dfdfdf;
	margin-top: 4px;
	overflow: hidden;	
    border-bottom: none;
	width: 100%;
	height: 1px;
	clear: both;
}
#foundmap div.organization-list div.organization.open div.underline {
	overflow: hidden;	
    border-bottom: none;
	width: 100%;
	height: 6px;
	clear: both;
	margin: 0 -10px -12px;
	padding: 0 10px;
	background: url('org-card-bottom.png') repeat-x top left;
	border-top: 1px solid #A1A1A1;
}

/* ORGANIZATION SMALL LIST */

div#found .views-company-print {
	display: none;
}
div#found div.organization-header {
    float: left;
    font-size: 1.2em;
	width: 100%;
}
div#found div.organization-header div.rtitle {
	padding-left:20px;
	font-size: 14px;
    color: #1a3dc1;
	font-weight: bold;
	padding-top: 17px;
}
div#found div.organization-header span.maplinks {
	color: #000;
	font-weight: normal;
}
div#found div.organization-header span.maplinks a {
	font-weight: bold;
}
div#found div.organization-header div.rtitle span.rcount {
    color: #999;
}

div#found div.organization-list {
	clear: both;
}
div#found div.organization-list.top {
	display: none;
}
div#found div.organization-list.body {
	overflow-y: scroll;
}
div#found div.organization-list div.organization {
	padding: 5px 10px 0 20px;
	clear: both;
}
div#found div.organization-list div.organization.open {
	background: #fff;
}
div#found div.organization-list div.organization div.info {
	clear: both;
}

div#found div.organization-list div.organization div.info div.side-left{
height:19px;
}

div#found div.organization-list div.organization div.underline {
	overflow: hidden;	
    border-bottom: 1px solid #35B9EC;
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
div#found div.organization-list div.organization div.info div.rating {
	display: none;
}
div#found div.organization-list div.organization div.info div.title{
}

div#found div.flags span{
margin-top: -3px;
height: 17px;

color: white;
background: url(/sites/all/modules/polden/company_nodes/rico/tick_small.png) no-repeat top left;
padding: 0px 1px;
width: 15px;
float: right;
text-align: center;
margin-left: 2px;
}
div#foundmap div.flags{
display:none;
}

div#found div.organization-list div.organization.open div.info div.title{
	font-weight: bold;
}
div#found div.organization-list div.organization div.info div.title a{
    color: #000;
    padding-left: 20px;
    background: url('http://polden.info/sites/all/themes/active_n_rebuild/images/collapse.png') no-repeat 0 5px;
	text-decoration: none;
}
div#found div.organization-list div.organization div.info div.title div.ttn{
    float: left;
}


div#found div.organization-list div.organization.open div.info div.title a{
    background: url('http://polden.info/sites/all/themes/active_n_rebuild/images/expand.png') no-repeat 0 5px;
	font-weight: bold;
}

div#found div.organization-list div.organization div.info .side-right{
width:273px;
}

div#found div.organization-list div.organization div.info div.phone{
margin-left: 200px;
width: 73px;
}
div#found div.organization-list div.organization.open div.info div.phone{
	font-weight: bold;
}
div#found div.organization-list div.organization div.info div.address{
float:left;
}
div#found div.organization-list div.organization div.info div.address .photo-link{
	display: none;
}
div#found div.organization-list div.organization.open div.info div.address{
	font-weight: bold;
}
div#found div.organization-list div.organization div.info div.url,
div#found div.organization-list div.organization div.info div.bookmark,
div#found div.organization-list div.organization div.info div.email {
	display: none;
}

div#found div.organization-list div.organization div.details {
	display: none;
	clear: both;
}
div#found div.organization-list div.organization.open div.details {
	display: block;
	clear: both;
}
div#found div.organization-list div.organization div.details div.right-side {
	display: none;
}
div#found div.organization-list div.organization div.details div.left-side div.description {
	overflow: hidden;
}
div#found div.organization-list div.organization div.details div.left-side div.description div.left-side {
}
div#found div.organization-list div.organization div.details div.left-side div.description div.left-side div.title {
	display: none;
}
div#found div.organization-list div.organization div.details div.left-side div.description div.right-side {
	display: inline;
}
div#found div.organization-list div.organization div.details div.left-side div.description div.right-side div.phone{
	display: none;
}
div#found div.organization-list div.organization div.details div.left-side div.description div.right-side div.url{
	float: left;
	width: 130px;
}
div#found div.organization-list div.organization div.details div.left-side div.description div.right-side div.email{
	float: right;
	width: 130px;
	text-align: right;
}
div#found div.organization-list div.organization div.details div.left-side div.description div.right-side div.date{
	display: none;
}
div#found div.organization-list div.organization div.details div.left-side div.description div.right-side div.detafil{
	clear: both;
	float: right;
	width: 50%;
	text-align: right;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side{
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.work_time {
	font-style: italic;
	clear: both;
	color: #666;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rubrics {
	color: #666;
	clear: both;
	font-size: .9em;
	margin-bottom: 10px;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rubrics a {
	color: #666;	
	padding-right: 5px;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rubrics span.titul {
	display: none;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.rating{
	display: none;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.comments{
	float: right;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.offices{
	float: left;
	clear: none;
	overflow: visible;
	display: block;
	color: #000;
	margin-left: 0;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.offices a{
	/*text-decoration: none;*/
    float: left;
	margin-bottom: 10px;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.offices a.open {
	font-weight: bold;
	border-bottom: none;
	/*text-decoration: none;*/
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.maplinks {
	margin-left: 5px;
	float: left;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.maplinks a{
	/*text-decoration: none;*/
    float: left;
	/*border-bottom: 1px dashed #000;*/
	margin-left: 10px;
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.left-side div.maplinks a:hover{
	/*border-bottom: none;*/
}
div#found div.organization-list div.organization div.details div.left-side div.controls div.right-side{
}

div#found div.organization-list div.organization div.offices {
    clear: both;
	display: none;
	overflow: hidden;
	margin-left: -30px;
	margin-right: -10px;
}
div#found div.organization-list div.organization  div.offices.open {
	display: block;
}
div#found div.organization-list div.organization div.offices div.office {
	clear: both;
	font-size: .9em;
	padding: 5px 10px 5px 30px;
}
div#found div.organization-list div.organization div.offices div.office.odd {
	background: #f2f2f2;
}
div#found div.organization-list div.organization div.offices div.office div.left-side {
}
div#found div.organization-list div.organization div.offices div.office div.left-side div.title {
	clear: both;
}
div#found div.organization-list div.organization div.offices div.office div.right-side div.address{
	float: left;
}
div#found div.organization-list div.organization div.offices div.office div.right-side div.phone{
	float: right;
}
div#found div.organization-list div.organization div.offices div.office div.description{
	clear: both;
}
div#found div.organization-list div.organization div.info div.offices {
	display: block;
}

ul.rubrics div.rb {
	clear: both;
}

#admin-menu, #admin-menu ul {
	position: absolute;
	background: #000;
}

body.admin-menu {
	margin-top: 0 !important;
}

#banner-or-roller {
	clear: both; 
	float: left; 
	width:  100%;
}

.maptip .title div{
	padding-right: 14px;
}
.maptip .maporgs{
	padding:5px;
}

.maptip .maporgs .org{
min-width: 250px;
background: url(/sites/all/modules/polden/organization/bkgndbi.png) left top repeat-x;
margin-bottom: 5px;
opacity: 0.7;
}

.maptip .maporgs a{
text-decoration: none;
}
.maptip .maporgs img{
border:none;
}

.maptip .maporgs .more:hover, .maptip .maporgs a:hover, .maptip .maporgs a:hover i{
border-bottom: 1px dashed #1a3dc1;
}

.maptip .maporgs .rubric{
text-align: right;
}


.maptip .maporgs a i{
font-size: 11px;
}

.maptip .maporgs a:hover div.data{
}

.maptip .maporgs .orgwi{
background: url(/sites/all/modules/polden/organization/bkgndbi.png) left top repeat-x;
margin-bottom: 5px;
height: 30px;
opacity: 0.7;
}

.maptip .maporgs .org:hover, .maptip .maporgs .orgwi:hover{
opacity: 1.0;
}

.maptip .maporgs .image{
float:left; 
padding-right:5px;
}

.maptip .maporgs .more{
width: 100%;
text-align: right;
}

#catalog {
	padding: 10px 10px 10px 20px;
	height: 100%;
	overflow: auto;
}
#catalog .rubrics-third {
	padding: 5px;
}

#block-polden_overriden-7 {
	float: right;
	font-size: 10px;
	height: 20px;
	margin: 0 20px 0 0;
	position: relative;
	z-index: 99;
}
div.user-menu ul li a {
    color: #FFFFFF;
}

div.user-menu ul li{
    list-style: none;
    float: right;
    margin: 0px 10px 0px 0px;
}

div.view-banner-rotator-organization {
	clear: both;
	padding-top: 10px;
}
div.view-banner-rotator-organization .views-row{
	width: 50%;	
	float: left;
	margin: 2px 0;
}

.layers{
height: 48px;width: 48px;position:absolute;z-index:1010;
right: 1px;
top: 107px;
background:url(/sites/all/modules/polden/earthmap/layers3.png) left top no-repeat;
}
.layers input{
width:auto;
}

.layers .layersmenu{
background:url(/sites/all/modules/polden/earthmap/layers3.png) right top no-repeat;
padding-left:5px;
	display:none;
position: absolute;
width: 123px;
margin-left:-80px;
height: 130px;
background-color: white;
}

.layers:hover .layersmenu{
	display:block;
}