@import "/f/1/global/css/tooltip.css";

#our_objects{
	position:relative;
	float:left;
	width:73%;
}

#our_objects p{
	left: -10px;
	position:relative;
	margin-bottom:1em;
	width:25em;
}

#our_objects dl{
	position:relative;
	float:left;
	width:47%;
	padding:0 0 2.6em 0;
}

#our_objects dl.col_1 {
    margin-right: -100%;
}
#our_objects dl.col_0 {
	left: 52%;
}

#our_objects.force dl{
	padding-right:35px;
	margin-right:0;
	left:auto;
}
#our_objects.force .wrap{
	margin-right:-100%;
}

#our_objects dt{
	font-size:110%;
	font-weight: bold;
	margin-bottom: 1em;
}

#our_objects dd{
	clear: both;
	position:relative;
	margin:0 0 0 100px;
	padding: 5px 0 0 0;
	font-size:85%;
}
#our_objects dd:after {
	clear: both;
	content: '';
	display: block;
}

#our_objects dd a {
	position:relative;
}

#our_objects dd a .name {
    font-size: 1.2em;
}

/* Без этого у Оперы 9.6+ напрочь сносит крышу. Хуже IE, блять! Бракоделы хуевы. */
@media all and (min-width:0px) {
	#our_objects dd a { display: block; }
}
/* Восстанавливаем порядок для Safari и Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#our_objects dd a { display: inline; }
}

#our_objects dd .ictinus {
	float: left;
	margin-left: -100px;
	top: -5px;
}

#our_objects dd p {
	font-size: 1em;
	left: 0;
	width: auto;
}
.js #our_objects dd .desc {
	display: none;
}

.js #our_objects dd.selected div.hover {
	visibility: visible;
}


#our_objects dd img{
	display:block;
	margin-bottom:0.2em;
}

