#right #content #subcategories {
  background: #e4e2f1;
  padding-left: 30px;
  font-size: 11px;
  font-weight: normal;
  color: #282828;
  margin-top: 5px;
  margin-bottom: 10px;
  min-height: 30px;
  line-height: 30px;
  clear: left;
  font-family: "Trebuchet MS";
}


#right #content #subcategories li {
	padding-right: 30px;
	list-style-type: none;
	float: left;
	display: inline;
	white-space: nowrap;
}

#right #content #description_text {
	text-align: justify;	
}

#right #content #objects-list {
	background: white;
	font-size: 11px;
	border-bottom: solid 1px #d4d2e1;
}
#right #content #objects-list li {
  margin-bottom: 5px;
  background: white;
  list-style-type: none;
  min-height: 1px;
}

#right #content #objects-list li h4 {
  font-weight: bold;
  border-bottom: solid 1px #d4d2e1;
  border-top:  solid 1px #d4d2e1;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding-right: 5px;
}

#right #content #objects-list li h4 a {
	color: #007074;
	margin-left: 5px;
}

#right #content #objects-list li h4 input, #right #content #objects-list li h4 a.question { 
	float: right;
	border: 0; 
	font-size: 11px;
	color: black;
	font-weight: normal;
	padding-left: 15px;
	background: url(../images_layout/dot.png) 5px 10px no-repeat;
	cursor: hand;
	cursor: pointer;
	font-family: "Tahoma";
	height: 25px;
	display: block;
	text-align: left;
	vertical-align: middle;
	line-height: 25px;
}

.more-link
{
	position: absolute; bottom: 5px; right: 5px; clear: both;
}

.description {
	position: relative;
	min-height: 10px;
}

#right #content #objects-list li img.object-image {
  float: left;
  clear: left;
  margin: 5px;
}

#right #content #objects-list li address {
  float: left;
  font-style: normal;
  padding: 3px;
  width: 220px;
}

#right #content #objects-list li p.description {
  float: right;
  width: 50%;
  text-align: justify;
  padding: 5px;
}

#right #content #objects-list li p.description img {
	border: 0;
}#description_text ul, #description_text ol {
	padding-left: 15px;	
} 
